2018-08-19 07:46:07,292 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-224 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-19 07:46:07,297 - 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.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=yN2q2Yw0UDBfekTi2WGdiWX7Q 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=7dc2782794df470c83590a2cbd73fefb export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=YYS2Y1XAj1h8ttZPamEjk7Evq export OS_REGION_NAME=regionOne 2018-08-19 07:46:07,298 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-19 07:46:07,299 - 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-19 07:46:07,336 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-19 07:46:07,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:46:07,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:46:07,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:46:07,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:46:07,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:46:07,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:46:07,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:46:07,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:46:07,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:46:07,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:46:07,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:46:07,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:46:07,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:46:07,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:46:07,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:46:07,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:46:07,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:46:07,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:46:07,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:46:07,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:46:07,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:46:07,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:46:07,636 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-19 07:46:07,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-19 07:46:07,637 - 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-19 07:46:07,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d841bf27-4e88-4ee7-a4a5-a3a66c92b9fe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:46:07,645 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d841bf27-4e88-4ee7-a4a5-a3a66c92b9fe 2018-08-19 07:46:07,645 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:46:08,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:46:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["iHZmYcUbR4SUlpuUmy4WUw"], "issued_at": "2018-08-19T07:46:07.000000Z"}} 2018-08-19 07:46:08,078 - 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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:09,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46: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-315d2132-8e91-48c4-8088-6132af2abfa8 x-compute-request-id: req-315d2132-8e91-48c4-8088-6132af2abfa8 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-19 07:46:09,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-aggregates used request id req-315d2132-8e91-48c4-8088-6132af2abfa8 2018-08-19 07:46:09,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.43577384949s 2018-08-19 07:46:09,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-aggregates used request id req-315d2132-8e91-48c4-8088-6132af2abfa8 2018-08-19 07:46:09,073 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-19 07:46:09,076 - 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-19 07:46:09,082 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 07:46:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ece7f35-6467-4a95-90f2-e34497f4d1a9 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-19 07:46:09,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-2ece7f35-6467-4a95-90f2-e34497f4d1a9 2018-08-19 07:46:09,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 07:46:09,086 - 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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:09,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f844f2-d2c3-47a2-b653-ba58c991092c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 07:46:09,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-c6f844f2-d2c3-47a2-b653-ba58c991092c 2018-08-19 07:46:09,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.27565407753s 2018-08-19 07:46:09,359 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-c6f844f2-d2c3-47a2-b653-ba58c991092c 2018-08-19 07:46:09,360 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'1808c247df504f309ef3cf4f928b7129', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-19 07:46:09,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-19 07:46:09,366 - 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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:09,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4d5e0fa-e57e-42d8-80ad-80883e03f769 Content-Encoding: gzip Content-Length: 1959 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/000d36f5849349d589492c752470ef01"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "000d36f5849349d589492c752470ef01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/023e749465084fd8837d77fe049ff7da"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "023e749465084fd8837d77fe049ff7da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/05df4d1b217e4cb5811aff9847795222"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "05df4d1b217e4cb5811aff9847795222"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0ca31e0820d04cbfb8f405b624d5f476"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/147898b374c0437fa0a5d3f5544dac0a"}, "url": "http://12.0.0.31:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/15f913eba29e4350bcb09450178040e4"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "15f913eba29e4350bcb09450178040e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1903a55ffaf64ebeb7ddb4c82b49e3b5"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1edf9165dc4d489a8f9be1436b1e49ce"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/26866cb9d6284ee0bed387808668c56a"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "26866cb9d6284ee0bed387808668c56a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2bff29cb6afb495da552771628664193"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "2bff29cb6afb495da552771628664193"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2f3a4bc2a17247e1934945f3408eb18d"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2f97188c8dd0428bb488e248c2b50f8d"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/378a295aa46441c6aac8a5f406fe15df"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3cdda7aa3c964219b59617e52421463f"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "3cdda7aa3c964219b59617e52421463f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3e32451c8d674060aa767e7efea717d9"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "3e32451c8d674060aa767e7efea717d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/521227585c1c4b11aede77ac9209eebd"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "521227585c1c4b11aede77ac9209eebd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/53681316446f42598cc4bd0c9b1ba910"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/577af91c7ddd47dd911c20b1606314d4"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "577af91c7ddd47dd911c20b1606314d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5c96820741a14a5996761aca8a14df61"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "5c96820741a14a5996761aca8a14df61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/79bd10179dfc45be9086100469760d1b"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "79bd10179dfc45be9086100469760d1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/964eb6f380394750bd835d9bf2512ce0"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "964eb6f380394750bd835d9bf2512ce0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/970a5a7ddd80462d99b9d1f16c9ffa96"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/97da7dcde1314b918dc5ea38ef3323e9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "97da7dcde1314b918dc5ea38ef3323e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a01826edc042480c85a8004f3230dd2e"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "a01826edc042480c85a8004f3230dd2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a791c3f5d0e34d7cbd4502f4ca20b793"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "477b85685b75469db08c6a659067bd48", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ae5814841328432ba11457e529b40e1d"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "ae5814841328432ba11457e529b40e1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/af6cd6dada8b4d12bcdee933d5a1980e"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b0f0168d819740b5a163104b00226469"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "b0f0168d819740b5a163104b00226469"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b73382a4ac9c403a91e856d6d7b0f52a"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c237ccead0f94d1087417f5cf752ba19"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "c237ccead0f94d1087417f5cf752ba19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c7fe8f758c7243f991850e5d6f2321c6"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ca19facebc164d2aa15092c193f3924d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "477b85685b75469db08c6a659067bd48", "id": "ca19facebc164d2aa15092c193f3924d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cbc27fe231b343238bf1778c08c24be0"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d14997ae63154446a547fe8d7c104ef9"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "d14997ae63154446a547fe8d7c104ef9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d219b39bbe8940989d679d86dd975353"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "d219b39bbe8940989d679d86dd975353"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d4b73d29406943dd92c91a676ef06172"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "d4b73d29406943dd92c91a676ef06172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d90d538f96ac443cb5c6ae4320a35a3d"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d989ecadde654e0c87206dc1372512c8"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "477b85685b75469db08c6a659067bd48", "id": "d989ecadde654e0c87206dc1372512c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e23e8d2adb6844a6ae6dbffd339daf39"}, "url": "http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e465444dabcc437fabbc372f94764ada"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "e465444dabcc437fabbc372f94764ada"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e5cbee4dc48d4e5a844f26beb1fa4e85"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e7de94af2fed4d0c8cd508f34a33f024"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-19 07:46:09,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-c4d5e0fa-e57e-42d8-80ad-80883e03f769 2018-08-19 07:46:09,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.333558082581s 2018-08-19 07:46:09,698 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-c4d5e0fa-e57e-42d8-80ad-80883e03f769 2018-08-19 07:46:09,705 - 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/000d36f5849349d589492c752470ef01'}, 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'6a0af4ff3dc94408a5132917d313f0b5', u'id': u'000d36f5849349d589492c752470ef01'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/023e749465084fd8837d77fe049ff7da'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3f83350c4e9a43ae87a2600bb2a1a314', u'id': u'023e749465084fd8837d77fe049ff7da'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/05df4d1b217e4cb5811aff9847795222'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a582ffbdb6f14018b1b71fc2bfb32f01', u'id': u'05df4d1b217e4cb5811aff9847795222'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/0ca31e0820d04cbfb8f405b624d5f476'}, u'url': u'http://172.30.9.27:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a582ffbdb6f14018b1b71fc2bfb32f01', u'id': u'0ca31e0820d04cbfb8f405b624d5f476'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/147898b374c0437fa0a5d3f5544dac0a'}, u'url': u'http://12.0.0.31:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c10f1a74d52045b1acb2ffa2d597c1c1', u'id': u'147898b374c0437fa0a5d3f5544dac0a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/15f913eba29e4350bcb09450178040e4'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a3e41d5d1c274d21adbcc5ffec0cfb0e', u'id': u'15f913eba29e4350bcb09450178040e4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/1903a55ffaf64ebeb7ddb4c82b49e3b5'}, 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'655735565e5c422bb657fbd66e4a8d4c', u'id': u'1903a55ffaf64ebeb7ddb4c82b49e3b5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/1edf9165dc4d489a8f9be1436b1e49ce'}, 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'c10f1a74d52045b1acb2ffa2d597c1c1', u'id': u'1edf9165dc4d489a8f9be1436b1e49ce'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/26866cb9d6284ee0bed387808668c56a'}, u'url': u'http://172.30.9.27:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'012668ad07c34510a76ee2503281f9cb', u'id': u'26866cb9d6284ee0bed387808668c56a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/2bff29cb6afb495da552771628664193'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'717c88ec1f2e4106b987eeb75e3320fd', u'id': u'2bff29cb6afb495da552771628664193'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/2f3a4bc2a17247e1934945f3408eb18d'}, 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'9f0631a82bbb4970853fdd9ee97203c2', u'id': u'2f3a4bc2a17247e1934945f3408eb18d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/2f97188c8dd0428bb488e248c2b50f8d'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5b8d604f1d03452fab77ec4833ca15de', u'id': u'2f97188c8dd0428bb488e248c2b50f8d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/378a295aa46441c6aac8a5f406fe15df'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6a0af4ff3dc94408a5132917d313f0b5', u'id': u'378a295aa46441c6aac8a5f406fe15df'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/3cdda7aa3c964219b59617e52421463f'}, 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'9f5947702d824fb594b3afca5197709d', u'id': u'3cdda7aa3c964219b59617e52421463f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/3e32451c8d674060aa767e7efea717d9'}, u'url': u'http://172.30.9.27:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a3e41d5d1c274d21adbcc5ffec0cfb0e', u'id': u'3e32451c8d674060aa767e7efea717d9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/521227585c1c4b11aede77ac9209eebd'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'655735565e5c422bb657fbd66e4a8d4c', u'id': u'521227585c1c4b11aede77ac9209eebd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/53681316446f42598cc4bd0c9b1ba910'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9f0631a82bbb4970853fdd9ee97203c2', u'id': u'53681316446f42598cc4bd0c9b1ba910'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/577af91c7ddd47dd911c20b1606314d4'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9f0631a82bbb4970853fdd9ee97203c2', u'id': u'577af91c7ddd47dd911c20b1606314d4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/5c96820741a14a5996761aca8a14df61'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'59aad9c36a7d42b6a271bc3a35c5a39f', u'id': u'5c96820741a14a5996761aca8a14df61'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/79bd10179dfc45be9086100469760d1b'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5b8d604f1d03452fab77ec4833ca15de', u'id': u'79bd10179dfc45be9086100469760d1b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/964eb6f380394750bd835d9bf2512ce0'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6a0af4ff3dc94408a5132917d313f0b5', u'id': u'964eb6f380394750bd835d9bf2512ce0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/970a5a7ddd80462d99b9d1f16c9ffa96'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e68e98acf2224a65b39a77ee316d0668', u'id': u'970a5a7ddd80462d99b9d1f16c9ffa96'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/97da7dcde1314b918dc5ea38ef3323e9'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'655735565e5c422bb657fbd66e4a8d4c', u'id': u'97da7dcde1314b918dc5ea38ef3323e9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/a01826edc042480c85a8004f3230dd2e'}, 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'3f83350c4e9a43ae87a2600bb2a1a314', u'id': u'a01826edc042480c85a8004f3230dd2e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/a791c3f5d0e34d7cbd4502f4ca20b793'}, u'url': u'http://172.30.9.27:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'477b85685b75469db08c6a659067bd48', u'id': u'a791c3f5d0e34d7cbd4502f4ca20b793'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/ae5814841328432ba11457e529b40e1d'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a582ffbdb6f14018b1b71fc2bfb32f01', u'id': u'ae5814841328432ba11457e529b40e1d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/af6cd6dada8b4d12bcdee933d5a1980e'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e68e98acf2224a65b39a77ee316d0668', u'id': u'af6cd6dada8b4d12bcdee933d5a1980e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b0f0168d819740b5a163104b00226469'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3f83350c4e9a43ae87a2600bb2a1a314', u'id': u'b0f0168d819740b5a163104b00226469'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b73382a4ac9c403a91e856d6d7b0f52a'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9f5947702d824fb594b3afca5197709d', u'id': u'b73382a4ac9c403a91e856d6d7b0f52a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/c237ccead0f94d1087417f5cf752ba19'}, u'url': u'http://172.30.9.27:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5b8d604f1d03452fab77ec4833ca15de', u'id': u'c237ccead0f94d1087417f5cf752ba19'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/c7fe8f758c7243f991850e5d6f2321c6'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'012668ad07c34510a76ee2503281f9cb', u'id': u'c7fe8f758c7243f991850e5d6f2321c6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/ca19facebc164d2aa15092c193f3924d'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'477b85685b75469db08c6a659067bd48', u'id': u'ca19facebc164d2aa15092c193f3924d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/cbc27fe231b343238bf1778c08c24be0'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'717c88ec1f2e4106b987eeb75e3320fd', u'id': u'cbc27fe231b343238bf1778c08c24be0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/d14997ae63154446a547fe8d7c104ef9'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9f5947702d824fb594b3afca5197709d', u'id': u'd14997ae63154446a547fe8d7c104ef9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/d219b39bbe8940989d679d86dd975353'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'012668ad07c34510a76ee2503281f9cb', u'id': u'd219b39bbe8940989d679d86dd975353'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/d4b73d29406943dd92c91a676ef06172'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'59aad9c36a7d42b6a271bc3a35c5a39f', u'id': u'd4b73d29406943dd92c91a676ef06172'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/d90d538f96ac443cb5c6ae4320a35a3d'}, 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'717c88ec1f2e4106b987eeb75e3320fd', u'id': u'd90d538f96ac443cb5c6ae4320a35a3d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/d989ecadde654e0c87206dc1372512c8'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'477b85685b75469db08c6a659067bd48', u'id': u'd989ecadde654e0c87206dc1372512c8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/e23e8d2adb6844a6ae6dbffd339daf39'}, u'url': u'http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c10f1a74d52045b1acb2ffa2d597c1c1', u'id': u'e23e8d2adb6844a6ae6dbffd339daf39'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/e465444dabcc437fabbc372f94764ada'}, 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'e68e98acf2224a65b39a77ee316d0668', u'id': u'e465444dabcc437fabbc372f94764ada'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/e5cbee4dc48d4e5a844f26beb1fa4e85'}, u'url': u'http://172.30.9.27:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'59aad9c36a7d42b6a271bc3a35c5a39f', u'id': u'e5cbee4dc48d4e5a844f26beb1fa4e85'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/e7de94af2fed4d0c8cd508f34a33f024'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a3e41d5d1c274d21adbcc5ffec0cfb0e', u'id': u'e7de94af2fed4d0c8cd508f34a33f024'})] 2018-08-19 07:46:09,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-19 07:46:09,709 - 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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:09,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46: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-96c3f0ba-6bb2-456b-b36a-000ec5398fae x-compute-request-id: req-96c3f0ba-6bb2-456b-b36a-000ec5398fae 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-19 07:46:09,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/extensions used request id req-96c3f0ba-6bb2-456b-b36a-000ec5398fae 2018-08-19 07:46:09,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.116222858429s 2018-08-19 07:46:09,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/extensions used request id req-96c3f0ba-6bb2-456b-b36a-000ec5398fae 2018-08-19 07:46:09,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-19 07:46:09,840 - 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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:12,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7437c841-9bf7-41b9-8b4c-ea55b35c96c3 x-compute-request-id: req-7437c841-9bf7-41b9-8b4c-ea55b35c96c3 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-19 07:46:12,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-floating-ip-pools used request id req-7437c841-9bf7-41b9-8b4c-ea55b35c96c3 2018-08-19 07:46:12,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.19740796089s 2018-08-19 07:46:12,036 - 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-7437c841-9bf7-41b9-8b4c-ea55b35c96c3 2018-08-19 07:46:12,036 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-19 07:46:12,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:46:12,040 - 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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:12,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-603f385a-a745-4f4a-8e23-2ead9c6827d4 Date: Sun, 19 Aug 2018 07:46:12 GMT RESP BODY: {"floatingips": []} 2018-08-19 07:46:12,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-603f385a-a745-4f4a-8e23-2ead9c6827d4 2018-08-19 07:46:12,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0547709465027s 2018-08-19 07:46:12,095 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-603f385a-a745-4f4a-8e23-2ead9c6827d4 2018-08-19 07:46:12,095 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-19 07:46:12,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-19 07:46:12,099 - 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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:12,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46: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-adffb4e0-b7db-4c44-9edb-ea7d274c4064 x-compute-request-id: req-adffb4e0-b7db-4c44-9edb-ea7d274c4064 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 305}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 308}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-19 07:46:12,264 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-adffb4e0-b7db-4c44-9edb-ea7d274c4064 2018-08-19 07:46:12,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.168660879135s 2018-08-19 07:46:12,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-adffb4e0-b7db-4c44-9edb-ea7d274c4064 2018-08-19 07:46:12,266 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.10', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 305}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.7', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 308}, 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-19 07:46:12,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-19 07:46:12,269 - 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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:12,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bfbcecea-9fe6-4dd6-a610-59e322163ee9 x-compute-request-id: req-bfbcecea-9fe6-4dd6-a610-59e322163ee9 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-19 07:46:12,287 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-bfbcecea-9fe6-4dd6-a610-59e322163ee9 2018-08-19 07:46:12,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0209701061249s 2018-08-19 07:46:12,288 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-bfbcecea-9fe6-4dd6-a610-59e322163ee9 2018-08-19 07:46:12,288 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-19 07:46:12,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:46:12,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:13,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-bb64859f-9d0c-4e56-bd1f-0420846b8db3 Date: Sun, 19 Aug 2018 07:46:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 07:46:13,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bb64859f-9d0c-4e56-bd1f-0420846b8db3 2018-08-19 07:46:13,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09612298012s 2018-08-19 07:46:13,385 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bb64859f-9d0c-4e56-bd1f-0420846b8db3 2018-08-19 07:46:13,385 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'17cee6fd-65c6-481f-9db8-4732319e9d7e'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-19T07:38:09Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', 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'72d414281c1547fdbc271e9afb311d2d', u'created_at': u'2018-08-19T07:38:02Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'72d414281c1547fdbc271e9afb311d2d'})] 2018-08-19 07:46:13,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:46:13,386 - 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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:14,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-de9cdd02-24c9-40fd-be81-46ee50a1079b Date: Sun, 19 Aug 2018 07:46:14 GMT RESP BODY: {"ports":[]} 2018-08-19 07:46:14,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json used request id req-de9cdd02-24c9-40fd-be81-46ee50a1079b 2018-08-19 07:46:14,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.10090613365s 2018-08-19 07:46:14,487 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json used request id req-de9cdd02-24c9-40fd-be81-46ee50a1079b 2018-08-19 07:46:14,487 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-19 07:46:14,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 07:46:14,494 - 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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:14,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e92f6c10-efd2-4c10-aacb-9d40efea4320 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "72d414281c1547fdbc271e9afb311d2d"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "07e2b385bbc94863a4b7da218cb38c2d"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d/users/07e2b385bbc94863a4b7da218cb38c2d/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"project": {"id": "72d414281c1547fdbc271e9afb311d2d"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "1f14bfc58b7a49389847ad3dd9d76675"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d/users/1f14bfc58b7a49389847ad3dd9d76675/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"project": {"id": "72d414281c1547fdbc271e9afb311d2d"}}, "role": {"id": "3364da97755849d9aea79633187e48d0"}, "user": {"id": "1f14bfc58b7a49389847ad3dd9d76675"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d/users/1f14bfc58b7a49389847ad3dd9d76675/roles/3364da97755849d9aea79633187e48d0"}}, {"scope": {"project": {"id": "72d414281c1547fdbc271e9afb311d2d"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "588439872a864483913492535f16f5e5"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d/users/588439872a864483913492535f16f5e5/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"project": {"id": "72d414281c1547fdbc271e9afb311d2d"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "5e5573c24a044adea1e0a7f299ace308"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d/users/5e5573c24a044adea1e0a7f299ace308/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"project": {"id": "72d414281c1547fdbc271e9afb311d2d"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "7676a31f91c84f1aac4efd33ef7cbc84"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d/users/7676a31f91c84f1aac4efd33ef7cbc84/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"project": {"id": "72d414281c1547fdbc271e9afb311d2d"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "b5897d16c3974cff99a05571f7f97ccc"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d/users/b5897d16c3974cff99a05571f7f97ccc/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"project": {"id": "72d414281c1547fdbc271e9afb311d2d"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "c73210befe624c5585f729e3017a1489"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d/users/c73210befe624c5585f729e3017a1489/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"project": {"id": "7dc2782794df470c83590a2cbd73fefb"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "cfec4dbda83243a1905b27a43c0d90fd"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb/users/cfec4dbda83243a1905b27a43c0d90fd/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"project": {"id": "72d414281c1547fdbc271e9afb311d2d"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "d0be58c8e8584c9aaa6e88ffdca33d10"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d/users/d0be58c8e8584c9aaa6e88ffdca33d10/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"project": {"id": "72d414281c1547fdbc271e9afb311d2d"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "d2521e684d6544abacc62f5b09bd00ed"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d/users/d2521e684d6544abacc62f5b09bd00ed/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"project": {"id": "72d414281c1547fdbc271e9afb311d2d"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "ea1f5331bea74ab5afe2dbfb582a120c"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d/users/ea1f5331bea74ab5afe2dbfb582a120c/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"project": {"id": "72d414281c1547fdbc271e9afb311d2d"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "ecbb175fb5b04158b051532f9f76c1f9"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d/users/ecbb175fb5b04158b051532f9f76c1f9/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"project": {"id": "72d414281c1547fdbc271e9afb311d2d"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"domain": {"id": "1808c247df504f309ef3cf4f928b7129"}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "b4d6af7376bc4975a7146302c61fc74e"}, "links": {"assignment": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129/users/b4d6af7376bc4975a7146302c61fc74e/roles/1ec39ef7986141aea53c73a5729dabce"}}, {"scope": {"system": {"all": true}}, "role": {"id": "1ec39ef7986141aea53c73a5729dabce"}, "user": {"id": "cfec4dbda83243a1905b27a43c0d90fd"}, "links": {"assignment": "http://172.30.9.27:5000/v3/system/users/cfec4dbda83243a1905b27a43c0d90fd/roles/1ec39ef7986141aea53c73a5729dabce"}}], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-19 07:46:14,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments used request id req-e92f6c10-efd2-4c10-aacb-9d40efea4320 2018-08-19 07:46:14,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.253590106964s 2018-08-19 07:46:14,745 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments used request id req-e92f6c10-efd2-4c10-aacb-9d40efea4320 2018-08-19 07:46:14,748 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'72d414281c1547fdbc271e9afb311d2d', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'07e2b385bbc94863a4b7da218cb38c2d'}), Munch({'project': u'72d414281c1547fdbc271e9afb311d2d', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'1f14bfc58b7a49389847ad3dd9d76675'}), Munch({'project': u'72d414281c1547fdbc271e9afb311d2d', 'id': u'3364da97755849d9aea79633187e48d0', 'user': u'1f14bfc58b7a49389847ad3dd9d76675'}), Munch({'project': u'72d414281c1547fdbc271e9afb311d2d', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'588439872a864483913492535f16f5e5'}), Munch({'project': u'72d414281c1547fdbc271e9afb311d2d', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'5e5573c24a044adea1e0a7f299ace308'}), Munch({'project': u'72d414281c1547fdbc271e9afb311d2d', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'7676a31f91c84f1aac4efd33ef7cbc84'}), Munch({'project': u'72d414281c1547fdbc271e9afb311d2d', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'b5897d16c3974cff99a05571f7f97ccc'}), Munch({'project': u'72d414281c1547fdbc271e9afb311d2d', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'c73210befe624c5585f729e3017a1489'}), Munch({'project': u'7dc2782794df470c83590a2cbd73fefb', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'cfec4dbda83243a1905b27a43c0d90fd'}), Munch({'project': u'72d414281c1547fdbc271e9afb311d2d', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'd0be58c8e8584c9aaa6e88ffdca33d10'}), Munch({'project': u'72d414281c1547fdbc271e9afb311d2d', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'd2521e684d6544abacc62f5b09bd00ed'}), Munch({'project': u'72d414281c1547fdbc271e9afb311d2d', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'ea1f5331bea74ab5afe2dbfb582a120c'}), Munch({'project': u'72d414281c1547fdbc271e9afb311d2d', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'ecbb175fb5b04158b051532f9f76c1f9'}), Munch({'project': u'72d414281c1547fdbc271e9afb311d2d', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'ed10c3c9a36c4bb0ad2fd29a9f5ba912'}), Munch({'domain': u'1808c247df504f309ef3cf4f928b7129', 'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'b4d6af7376bc4975a7146302c61fc74e'}), Munch({'id': u'1ec39ef7986141aea53c73a5729dabce', 'user': u'cfec4dbda83243a1905b27a43c0d90fd'})] 2018-08-19 07:46:14,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:46:14,755 - 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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:15,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-469e2d34-eb7c-4255-a10d-b6c43e90386d 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:46:15,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-469e2d34-eb7c-4255-a10d-b6c43e90386d 2018-08-19 07:46:15,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.30039691925s 2018-08-19 07:46:15,052 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-469e2d34-eb7c-4255-a10d-b6c43e90386d 2018-08-19 07:46:15,054 - 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'admin', 'id': u'1ec39ef7986141aea53c73a5729dabce'}), 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'3276e9a3341a4f5e817b58265c847d0c'}), 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'3364da97755849d9aea79633187e48d0'}), 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'52cc3e93c7a341828607b67502e6da34'}), 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'b6ed1d8449ac4508978d1641aeddb09d'}), 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'cae86721c0f446b59c4cf1f61b8fa515'})] 2018-08-19 07:46:15,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 07:46:15,055 - 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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:16,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-20d255cb-8134-46d4-a814-bc25b866286e Date: Sun, 19 Aug 2018 07:46:16 GMT RESP BODY: {"routers": []} 2018-08-19 07:46:16,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-20d255cb-8134-46d4-a814-bc25b866286e 2018-08-19 07:46:16,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.962741136551s 2018-08-19 07:46:16,018 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-20d255cb-8134-46d4-a814-bc25b866286e 2018-08-19 07:46:16,018 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-19 07:46:16,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:46:16,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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:16,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46: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-665f2d8d-5877-46f3-86ee-855febf8148f x-compute-request-id: req-665f2d8d-5877-46f3-86ee-855febf8148f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-19 07:46:16,219 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-665f2d8d-5877-46f3-86ee-855febf8148f 2018-08-19 07:46:16,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200814962387s 2018-08-19 07:46:16,220 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-665f2d8d-5877-46f3-86ee-855febf8148f 2018-08-19 07:46:16,220 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-19 07:46:16,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-19 07:46:16,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-19 07:46:16,233 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 07:46:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edda7062-915b-4343-9d3f-4919e0777ace Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-19 07:46:16,233 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-edda7062-915b-4343-9d3f-4919e0777ace 2018-08-19 07:46:16,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:16,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35335663-6c32-4ef6-bd80-d8f53c46a7e7 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/012668ad07c34510a76ee2503281f9cb"}, "enabled": true, "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1de0e64add6448e0a8b5752f402eb2fd"}, "enabled": true, "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/3f83350c4e9a43ae87a2600bb2a1a314"}, "enabled": true, "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/477b85685b75469db08c6a659067bd48"}, "enabled": true, "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/59aad9c36a7d42b6a271bc3a35c5a39f"}, "enabled": true, "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5b8d604f1d03452fab77ec4833ca15de"}, "enabled": true, "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/655735565e5c422bb657fbd66e4a8d4c"}, "enabled": true, "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/6a0af4ff3dc94408a5132917d313f0b5"}, "enabled": true, "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/717c88ec1f2e4106b987eeb75e3320fd"}, "enabled": true, "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f0631a82bbb4970853fdd9ee97203c2"}, "enabled": true, "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f5947702d824fb594b3afca5197709d"}, "enabled": true, "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a3e41d5d1c274d21adbcc5ffec0cfb0e"}, "enabled": true, "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a582ffbdb6f14018b1b71fc2bfb32f01"}, "enabled": true, "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c10f1a74d52045b1acb2ffa2d597c1c1"}, "enabled": true, "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e68e98acf2224a65b39a77ee316d0668"}, "enabled": true, "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-19 07:46:16,438 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-35335663-6c32-4ef6-bd80-d8f53c46a7e7 2018-08-19 07:46:16,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.214641094208s 2018-08-19 07:46:16,438 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-35335663-6c32-4ef6-bd80-d8f53c46a7e7 2018-08-19 07:46:16,443 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'012668ad07c34510a76ee2503281f9cb', 'name': u'gnocchi'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'1de0e64add6448e0a8b5752f402eb2fd', 'name': u'ceilometer'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'3f83350c4e9a43ae87a2600bb2a1a314', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'477b85685b75469db08c6a659067bd48', 'name': u'aodh'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'59aad9c36a7d42b6a271bc3a35c5a39f', 'name': u'neutron'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'5b8d604f1d03452fab77ec4833ca15de', 'name': u'panko'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'655735565e5c422bb657fbd66e4a8d4c', 'name': u'cinder'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'6a0af4ff3dc94408a5132917d313f0b5', 'name': u'cinderv3'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'717c88ec1f2e4106b987eeb75e3320fd', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'9f0631a82bbb4970853fdd9ee97203c2', 'name': u'heat'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'9f5947702d824fb594b3afca5197709d', 'name': u'nova'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'a3e41d5d1c274d21adbcc5ffec0cfb0e', 'name': u'keystone'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'a582ffbdb6f14018b1b71fc2bfb32f01', 'name': u'glance'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'c10f1a74d52045b1acb2ffa2d597c1c1', 'name': u'swift'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'e68e98acf2224a65b39a77ee316d0668', 'name': u'placement'})] 2018-08-19 07:46:16,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:46:16,444 - 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}3f4c234636dd11d911510981acfdbfc70590d8fa" 2018-08-19 07:46:17,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3f363312-195f-41ac-8750-3160e3b53937 Date: Sun, 19 Aug 2018 07:46:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:09Z","dns_nameservers":[],"updated_at":"2018-08-19T07:38:09Z","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":"72d414281c1547fdbc271e9afb311d2d","id":"17cee6fd-65c6-481f-9db8-4732319e9d7e","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-19 07:46:17,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3f363312-195f-41ac-8750-3160e3b53937 2018-08-19 07:46:17,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.11616897583s 2018-08-19 07:46:17,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3f363312-195f-41ac-8750-3160e3b53937 2018-08-19 07:46:17,561 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:38:09Z', 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'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'tenant_id': u'72d414281c1547fdbc271e9afb311d2d', u'created_at': u'2018-08-19T07:38:09Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'72d414281c1547fdbc271e9afb311d2d'})] 2018-08-19 07:46:17,686 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 07:46:17,687 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-19 07:46:17,745 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-19 07:46:17,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:46:17,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:46:17,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:46:17,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:46:17,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:46:17,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:46:17,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:46:17,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:46:17,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:46:17,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:46:17,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:46:17,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:46:17,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:46:17,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:46:17,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:46:17,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:46:17,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:46:17,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:46:17,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:46:17,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:46:17,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:46:17,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:46:17,897 - 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-19 07:46:17,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de8338e4-2616-4c7f-a4e4-85cb285e9589 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:46:17,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-de8338e4-2616-4c7f-a4e4-85cb285e9589 2018-08-19 07:46:17,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:46:18,291 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:46:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["DZMelwUTSUGg5GGes5OhHQ"], "issued_at": "2018-08-19T07:46:18.000000Z"}} 2018-08-19 07:46:18,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:46:18,295 - 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}5c73347bbe3ef095a8d561e05888a22d39acd6f8" 2018-08-19 07:46:18,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3da70649-23aa-49d5-890b-e8ac9f981cdb Date: Sun, 19 Aug 2018 07:46:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 07:46:18,650 - 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-3da70649-23aa-49d5-890b-e8ac9f981cdb 2018-08-19 07:46:18,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355539083481s 2018-08-19 07:46:18,650 - 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-3da70649-23aa-49d5-890b-e8ac9f981cdb 2018-08-19 07:46:18,651 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-19 07:46:18,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 07:46:18,652 - 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}5c73347bbe3ef095a8d561e05888a22d39acd6f8" -d '{"network": {"name": "tenantnetwork1-net_2b3bf807-133a-4d4b-9572-06d865462a92", "admin_state_up": true}}' 2018-08-19 07:46:20,169 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-8e063160-bd47-47aa-a58d-35902308bedc Date: Sun, 19 Aug 2018 07:46:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3cd8a9eb-d894-4268-a1f8-c1ee3c74077e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T07:46:19Z","is_default":false,"provider:segmentation_id":51,"name":"tenantnetwork1-net_2b3bf807-133a-4d4b-9572-06d865462a92","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:46:19Z","mtu":1450}} 2018-08-19 07:46:20,170 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8e063160-bd47-47aa-a58d-35902308bedc 2018-08-19 07:46:20,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.51812291145s 2018-08-19 07:46:20,170 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8e063160-bd47-47aa-a58d-35902308bedc 2018-08-19 07:46:20,171 - 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-19T07:46:19Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3cd8a9eb-d894-4268-a1f8-c1ee3c74077e', u'provider:segmentation_id': 51, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_2b3bf807-133a-4d4b-9572-06d865462a92', u'admin_state_up': True, u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T07:46:19Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 07:46:20,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:46:20,172 - 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}5c73347bbe3ef095a8d561e05888a22d39acd6f8" 2018-08-19 07:46:21,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-607b61f0-94e1-4986-91ad-fce9a7169e8a Date: Sun, 19 Aug 2018 07:46:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3cd8a9eb-d894-4268-a1f8-c1ee3c74077e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T07:46:19Z","provider:segmentation_id":51,"name":"tenantnetwork1-net_2b3bf807-133a-4d4b-9572-06d865462a92","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:46:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 07:46:21,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-607b61f0-94e1-4986-91ad-fce9a7169e8a 2018-08-19 07:46:21,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.14715909958s 2018-08-19 07:46:21,319 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-607b61f0-94e1-4986-91ad-fce9a7169e8a 2018-08-19 07:46:21,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 07:46:21,321 - 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}5c73347bbe3ef095a8d561e05888a22d39acd6f8" -d '{"subnet": {"name": "tenantnetwork1-subnet_2b3bf807-133a-4d4b-9572-06d865462a92", "enable_dhcp": true, "network_id": "3cd8a9eb-d894-4268-a1f8-c1ee3c74077e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 07:46:22,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-da0b643b-50ec-4f46-bc83-8a70038584df Date: Sun, 19 Aug 2018 07:46:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3cd8a9eb-d894-4268-a1f8-c1ee3c74077e","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:46:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:46:22Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"7dc2782794df470c83590a2cbd73fefb","id":"00888449-4fdf-4d9b-8777-5c1cdfdaaeb4","subnetpool_id":null,"name":"tenantnetwork1-subnet_2b3bf807-133a-4d4b-9572-06d865462a92"}} 2018-08-19 07:46:22,821 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-da0b643b-50ec-4f46-bc83-8a70038584df 2018-08-19 07:46:22,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.50038504601s 2018-08-19 07:46:22,822 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-da0b643b-50ec-4f46-bc83-8a70038584df 2018-08-19 07:46:22,822 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:46:22Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'00888449-4fdf-4d9b-8777-5c1cdfdaaeb4', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_2b3bf807-133a-4d4b-9572-06d865462a92', u'enable_dhcp': True, u'network_id': u'3cd8a9eb-d894-4268-a1f8-c1ee3c74077e', u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T07:46:22Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 07:46:22,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 07:46:22,823 - 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}5c73347bbe3ef095a8d561e05888a22d39acd6f8" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "tenantnetwork1-router_2b3bf807-133a-4d4b-9572-06d865462a92", "admin_state_up": true}}' 2018-08-19 07:46:25,327 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-70f10e29-6c46-4bcf-b343-b809ca6391d9 Date: Sun, 19 Aug 2018 07:46:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:46:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T07:46:25Z", "revision_number": 2, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0", "name": "tenantnetwork1-router_2b3bf807-133a-4d4b-9572-06d865462a92"}} 2018-08-19 07:46:25,327 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-70f10e29-6c46-4bcf-b343-b809ca6391d9 2018-08-19 07:46:25,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.50474786758s 2018-08-19 07:46:25,328 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-70f10e29-6c46-4bcf-b343-b809ca6391d9 2018-08-19 07:46:25,328 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T07:46:23Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-19T07:46:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'7dc2782794df470c83590a2cbd73fefb', u'id': u'44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0', u'name': u'tenantnetwork1-router_2b3bf807-133a-4d4b-9572-06d865462a92'}) 2018-08-19 07:46:25,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 07:46:25,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0/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}5c73347bbe3ef095a8d561e05888a22d39acd6f8" -d '{"subnet_id": "00888449-4fdf-4d9b-8777-5c1cdfdaaeb4"}' 2018-08-19 07:46:27,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-40d77fc3-85f4-413b-84e7-1fa1ac9f9f95 Date: Sun, 19 Aug 2018 07:46:27 GMT RESP BODY: {"network_id": "3cd8a9eb-d894-4268-a1f8-c1ee3c74077e", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "00888449-4fdf-4d9b-8777-5c1cdfdaaeb4", "subnet_ids": ["00888449-4fdf-4d9b-8777-5c1cdfdaaeb4"], "port_id": "748f36a5-35a0-4f2d-8dde-d468fd37971e", "id": "44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0"} 2018-08-19 07:46:27,291 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0/add_router_interface.json used request id req-40d77fc3-85f4-413b-84e7-1fa1ac9f9f95 2018-08-19 07:46:27,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.96291184425s 2018-08-19 07:46:27,292 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0/add_router_interface.json used request id req-40d77fc3-85f4-413b-84e7-1fa1ac9f9f95 returning object 44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0 2018-08-19 07:46:27,406 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 07:46:27,407 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-19 07:46:27,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 07:46:27,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0/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}5c73347bbe3ef095a8d561e05888a22d39acd6f8" -d '{"subnet_id": "00888449-4fdf-4d9b-8777-5c1cdfdaaeb4"}' 2018-08-19 07:46:29,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e31fcc26-1966-4655-92fc-7eba4986182f Date: Sun, 19 Aug 2018 07:46:29 GMT RESP BODY: {"network_id": "3cd8a9eb-d894-4268-a1f8-c1ee3c74077e", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "00888449-4fdf-4d9b-8777-5c1cdfdaaeb4", "subnet_ids": ["00888449-4fdf-4d9b-8777-5c1cdfdaaeb4"], "port_id": "748f36a5-35a0-4f2d-8dde-d468fd37971e", "id": "44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0"} 2018-08-19 07:46:29,240 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0/remove_router_interface.json used request id req-e31fcc26-1966-4655-92fc-7eba4986182f 2018-08-19 07:46:29,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.8287551403s 2018-08-19 07:46:29,240 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0/remove_router_interface.json used request id req-e31fcc26-1966-4655-92fc-7eba4986182f returning object 44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0 2018-08-19 07:46:29,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 07:46:29,241 - 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}5c73347bbe3ef095a8d561e05888a22d39acd6f8" 2018-08-19 07:46:30,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-c4be1fd6-413f-45c0-aa0e-500ff4ceb59b Date: Sun, 19 Aug 2018 07:46:30 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:46:23Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T07:46:28Z", "revision_number": 4, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0", "name": "tenantnetwork1-router_2b3bf807-133a-4d4b-9572-06d865462a92"}]} 2018-08-19 07:46:30,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c4be1fd6-413f-45c0-aa0e-500ff4ceb59b 2018-08-19 07:46:30,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.08299279213s 2018-08-19 07:46:30,324 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c4be1fd6-413f-45c0-aa0e-500ff4ceb59b 2018-08-19 07:46:30,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 07:46:30,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5c73347bbe3ef095a8d561e05888a22d39acd6f8" 2018-08-19 07:46:32,968 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92fb5efa-9d8f-40bc-b6c5-9dc8992fbc35 Content-Length: 0 Date: Sun, 19 Aug 2018 07:46:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:46:32,968 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0.json used request id req-92fb5efa-9d8f-40bc-b6c5-9dc8992fbc35 2018-08-19 07:46:32,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.64216113091s 2018-08-19 07:46:32,968 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/44f7cbcf-e6f1-4d0d-aa3b-1fdc54a901e0.json used request id req-92fb5efa-9d8f-40bc-b6c5-9dc8992fbc35 2018-08-19 07:46:32,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:46:32,969 - 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}5c73347bbe3ef095a8d561e05888a22d39acd6f8" 2018-08-19 07:46:33,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-c38830c8-c4bf-474f-aa72-57320100acf8 Date: Sun, 19 Aug 2018 07:46:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3cd8a9eb-d894-4268-a1f8-c1ee3c74077e","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:46:22Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:46:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"7dc2782794df470c83590a2cbd73fefb","id":"00888449-4fdf-4d9b-8777-5c1cdfdaaeb4","subnetpool_id":null,"name":"tenantnetwork1-subnet_2b3bf807-133a-4d4b-9572-06d865462a92"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:09Z","dns_nameservers":[],"updated_at":"2018-08-19T07:38:09Z","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":"72d414281c1547fdbc271e9afb311d2d","id":"17cee6fd-65c6-481f-9db8-4732319e9d7e","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-19 07:46:33,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c38830c8-c4bf-474f-aa72-57320100acf8 2018-08-19 07:46:33,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.359772920609s 2018-08-19 07:46:33,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c38830c8-c4bf-474f-aa72-57320100acf8 2018-08-19 07:46:33,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 07:46:33,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/00888449-4fdf-4d9b-8777-5c1cdfdaaeb4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5c73347bbe3ef095a8d561e05888a22d39acd6f8" 2018-08-19 07:46:35,537 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db885da4-688f-402a-aee4-e7fd38749ff9 Date: Sun, 19 Aug 2018 07:46:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:46:35,537 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/00888449-4fdf-4d9b-8777-5c1cdfdaaeb4.json used request id req-db885da4-688f-402a-aee4-e7fd38749ff9 2018-08-19 07:46:35,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.20644712448s 2018-08-19 07:46:35,537 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/00888449-4fdf-4d9b-8777-5c1cdfdaaeb4.json used request id req-db885da4-688f-402a-aee4-e7fd38749ff9 2018-08-19 07:46:35,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:46:35,538 - 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}5c73347bbe3ef095a8d561e05888a22d39acd6f8" 2018-08-19 07:46:36,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-8416e45a-7cdc-40b9-af08-ae2cbaead46d Date: Sun, 19 Aug 2018 07:46:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3cd8a9eb-d894-4268-a1f8-c1ee3c74077e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T07:46:35Z","provider:segmentation_id":51,"name":"tenantnetwork1-net_2b3bf807-133a-4d4b-9572-06d865462a92","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:46:19Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 07:46:36,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8416e45a-7cdc-40b9-af08-ae2cbaead46d 2018-08-19 07:46:36,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.07489800453s 2018-08-19 07:46:36,613 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8416e45a-7cdc-40b9-af08-ae2cbaead46d 2018-08-19 07:46:36,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 07:46:36,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/3cd8a9eb-d894-4268-a1f8-c1ee3c74077e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5c73347bbe3ef095a8d561e05888a22d39acd6f8" 2018-08-19 07:46:38,306 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8b0520c5-6b85-445c-9d58-e06d46b623aa Date: Sun, 19 Aug 2018 07:46:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:46:38,306 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/3cd8a9eb-d894-4268-a1f8-c1ee3c74077e.json used request id req-8b0520c5-6b85-445c-9d58-e06d46b623aa 2018-08-19 07:46:38,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.69175100327s 2018-08-19 07:46:38,306 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/3cd8a9eb-d894-4268-a1f8-c1ee3c74077e.json used request id req-8b0520c5-6b85-445c-9d58-e06d46b623aa 2018-08-19 07:46:38,359 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-19 07:46:38,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:46:38,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:46:38,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:46:38,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:46:38,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:46:38,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:46:38,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:46:38,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:46:38,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:46:38,402 - 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-19 07:46:38,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1205547c-4470-4965-b049-87dc50b86d3f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:46:38,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1205547c-4470-4965-b049-87dc50b86d3f 2018-08-19 07:46:38,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:46:38,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:46:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["Tl0jqGxgTHOoB34mQirm_A"], "issued_at": "2018-08-19T07:46:38.000000Z"}} 2018-08-19 07:46:38,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:46:38,838 - 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}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:46:39,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1c38b946-db61-40e6-a6e8-70afa146f4a1 Date: Sun, 19 Aug 2018 07:46:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 07:46:39,195 - 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-1c38b946-db61-40e6-a6e8-70afa146f4a1 2018-08-19 07:46:39,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.358472108841s 2018-08-19 07:46:39,196 - 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-1c38b946-db61-40e6-a6e8-70afa146f4a1 2018-08-19 07:46:39,199 - 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-19 07:46:39,204 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 07:46:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87d3b2c2-0e42-4133-9ebb-3afde4ddc35c 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-19 07:46:39,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-87d3b2c2-0e42-4133-9ebb-3afde4ddc35c 2018-08-19 07:46:39,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 07:46:39,208 - 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}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:46:39,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a64a3fd-6be5-4c45-af19-931f8adcbd59 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 07:46:39,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-5a64a3fd-6be5-4c45-af19-931f8adcbd59 2018-08-19 07:46:39,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.207020998001s 2018-08-19 07:46:39,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-5a64a3fd-6be5-4c45-af19-931f8adcbd59 2018-08-19 07:46:39,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 07:46:39,423 - 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}49d3a084fbd2238c2626b68614f58c99b62ecc59" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_bb335427-9d88-4900-8910-30c428540073"}}' 2018-08-19 07:46:39,705 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 07:46:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-099bd02f-fde3-4db9-ab25-3e24b179c6bf 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/22d6e62feed7407daa7804352ee95684"}, "tags": [], "enabled": true, "id": "22d6e62feed7407daa7804352ee95684", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_bb335427-9d88-4900-8910-30c428540073"}} 2018-08-19 07:46:39,705 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-099bd02f-fde3-4db9-ab25-3e24b179c6bf 2018-08-19 07:46:39,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.285190820694s 2018-08-19 07:46:39,705 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-099bd02f-fde3-4db9-ab25-3e24b179c6bf 2018-08-19 07:46:39,706 - 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'22d6e62feed7407daa7804352ee95684', '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_bb335427-9d88-4900-8910-30c428540073'}) 2018-08-19 07:46:39,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 07:46:39,716 - 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}49d3a084fbd2238c2626b68614f58c99b62ecc59" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d0ebb330-9d8c-4b15-b13e-0cbce8cf85be", "email": null, "name": "tenantnetwork2-user_bb335427-9d88-4900-8910-30c428540073"}}' 2018-08-19 07:46:40,216 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 07:46:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd0e3ef8-50d2-41a5-bf3f-c1e80ed37079 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_bb335427-9d88-4900-8910-30c428540073", "links": {"self": "http://172.30.9.27:5000/v3/users/44afa1eabcef4bad84943a24a6aca35f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "44afa1eabcef4bad84943a24a6aca35f", "domain_id": "default", "password_expires_at": null}} 2018-08-19 07:46:40,216 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-bd0e3ef8-50d2-41a5-bf3f-c1e80ed37079 2018-08-19 07:46:40,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.503743886948s 2018-08-19 07:46:40,216 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-bd0e3ef8-50d2-41a5-bf3f-c1e80ed37079 2018-08-19 07:46:40,217 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'44afa1eabcef4bad84943a24a6aca35f', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_bb335427-9d88-4900-8910-30c428540073'}) 2018-08-19 07:46:40,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:46:40,223 - 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}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:46:40,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1931522-83c0-4dc2-9e39-c7a659a653e9 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:46:40,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b1931522-83c0-4dc2-9e39-c7a659a653e9 2018-08-19 07:46:40,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.287117004395s 2018-08-19 07:46:40,508 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b1931522-83c0-4dc2-9e39-c7a659a653e9 2018-08-19 07:46:40,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:46:40,515 - 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}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:46:40,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5da242de-c044-42f2-b667-d3ebb7bc6fdb 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:46:40,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5da242de-c044-42f2-b667-d3ebb7bc6fdb 2018-08-19 07:46:40,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.118459939957s 2018-08-19 07:46:40,631 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5da242de-c044-42f2-b667-d3ebb7bc6fdb 2018-08-19 07:46:40,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:46:40,639 - 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}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:46:40,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf612ff4-d606-45c4-9ba8-877514c23be0 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:46:40,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cf612ff4-d606-45c4-9ba8-877514c23be0 2018-08-19 07:46:40,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.254356145859s 2018-08-19 07:46:40,891 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cf612ff4-d606-45c4-9ba8-877514c23be0 2018-08-19 07:46:40,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 07:46:40,898 - 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}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:46:41,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3274e2ff-b8ca-4f34-a4a9-5f03b4d904f2 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-19 07:46:41,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-3274e2ff-b8ca-4f34-a4a9-5f03b4d904f2 2018-08-19 07:46:41,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.204146146774s 2018-08-19 07:46:41,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-3274e2ff-b8ca-4f34-a4a9-5f03b4d904f2 2018-08-19 07:46:41,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:46:41,104 - 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}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:46:41,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-005e821d-5d6f-4b65-86f2-17c830674ac6 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_bb335427-9d88-4900-8910-30c428540073", "links": {"self": "http://172.30.9.27:5000/v3/users/44afa1eabcef4bad84943a24a6aca35f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "44afa1eabcef4bad84943a24a6aca35f", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 07:46:41,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-005e821d-5d6f-4b65-86f2-17c830674ac6 2018-08-19 07:46:41,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.238071918488s 2018-08-19 07:46:41,339 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-005e821d-5d6f-4b65-86f2-17c830674ac6 2018-08-19 07:46:41,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 07:46:41,354 - 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}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:46:41,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45222fca-a769-4b92-bd76-56b44f960fc1 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "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/22d6e62feed7407daa7804352ee95684"}, "tags": [], "enabled": true, "id": "22d6e62feed7407daa7804352ee95684", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_bb335427-9d88-4900-8910-30c428540073"}]} 2018-08-19 07:46:41,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-45222fca-a769-4b92-bd76-56b44f960fc1 2018-08-19 07:46:41,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19869184494s 2018-08-19 07:46:41,550 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-45222fca-a769-4b92-bd76-56b44f960fc1 2018-08-19 07:46:41,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 07:46:41,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=44afa1eabcef4bad84943a24a6aca35f&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=22d6e62feed7407daa7804352ee95684" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:46:41,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ee32fc5-cab1-43e7-93e6-3419b4ec0bec 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=44afa1eabcef4bad84943a24a6aca35f&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=22d6e62feed7407daa7804352ee95684", "previous": null, "next": null}} 2018-08-19 07:46:41,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=44afa1eabcef4bad84943a24a6aca35f&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=22d6e62feed7407daa7804352ee95684 used request id req-5ee32fc5-cab1-43e7-93e6-3419b4ec0bec 2018-08-19 07:46:41,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.182351827621s 2018-08-19 07:46:41,740 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=44afa1eabcef4bad84943a24a6aca35f&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=22d6e62feed7407daa7804352ee95684 used request id req-5ee32fc5-cab1-43e7-93e6-3419b4ec0bec 2018-08-19 07:46:41,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 07:46:41,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/22d6e62feed7407daa7804352ee95684/users/44afa1eabcef4bad84943a24a6aca35f/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:46:42,044 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:46:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b64fe059-2015-4e07-92e7-bc18e1568210 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:46:42,045 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/22d6e62feed7407daa7804352ee95684/users/44afa1eabcef4bad84943a24a6aca35f/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-b64fe059-2015-4e07-92e7-bc18e1568210 2018-08-19 07:46:42,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.301375865936s 2018-08-19 07:46:42,045 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/22d6e62feed7407daa7804352ee95684/users/44afa1eabcef4bad84943a24a6aca35f/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-b64fe059-2015-4e07-92e7-bc18e1568210 2018-08-19 07:46:42,046 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_bb335427-9d88-4900-8910-30c428540073', 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'22d6e62feed7407daa7804352ee95684', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd0ebb330-9d8c-4b15-b13e-0cbce8cf85be', 'username': u'tenantnetwork2-user_bb335427-9d88-4900-8910-30c428540073', '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-19 07:46:42,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:46:42,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:46:42,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:46:42,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:46:42,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:46:42,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:46:42,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:46:42,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:46:42,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:46:42,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:46:42,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:46:42,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:46:42,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:46:42,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:46:42,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:46:42,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:46:42,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:46:42,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:46:42,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:46:42,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:46:42,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:46:42,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:46:42,051 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_bb335427-9d88-4900-8910-30c428540073', 'password': 'd0ebb330-9d8c-4b15-b13e-0cbce8cf85be', 'project_name': 'tenantnetwork2-project_bb335427-9d88-4900-8910-30c428540073', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '22d6e62feed7407daa7804352ee95684', 'project_domain_name': 'Default'} 2018-08-19 07:46:42,051 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-19 07:46:42,052 - 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-19 07:46:42,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a5702e0-428c-4987-99bc-b7a0b4858f2e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:46:42,059 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1a5702e0-428c-4987-99bc-b7a0b4858f2e 2018-08-19 07:46:42,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:46:42,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:46:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22d6e62feed7407daa7804352ee95684", "name": "tenantnetwork2-project_bb335427-9d88-4900-8910-30c428540073"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/22d6e62feed7407daa7804352ee95684", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/22d6e62feed7407daa7804352ee95684", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/22d6e62feed7407daa7804352ee95684", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/22d6e62feed7407daa7804352ee95684", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/22d6e62feed7407daa7804352ee95684", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/22d6e62feed7407daa7804352ee95684", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/22d6e62feed7407daa7804352ee95684", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/22d6e62feed7407daa7804352ee95684", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/22d6e62feed7407daa7804352ee95684", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/22d6e62feed7407daa7804352ee95684", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/22d6e62feed7407daa7804352ee95684", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/22d6e62feed7407daa7804352ee95684", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_22d6e62feed7407daa7804352ee95684", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_22d6e62feed7407daa7804352ee95684", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_bb335427-9d88-4900-8910-30c428540073", "id": "44afa1eabcef4bad84943a24a6aca35f"}, "audit_ids": ["RrvPMD1aRlizA9_MHdJptw"], "issued_at": "2018-08-19T07:46:42.000000Z"}} 2018-08-19 07:46:42,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 07:46:42,461 - 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}32019542bd728de9cdec3fbd03186a140ef37199" -d '{"network": {"name": "tenantnetwork2-net_bb335427-9d88-4900-8910-30c428540073", "admin_state_up": true}}' 2018-08-19 07:46:43,911 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-44b02e9f-b4cf-47e1-8bc6-f67d2e7bdf08 Date: Sun, 19 Aug 2018 07:46:43 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"22d6e62feed7407daa7804352ee95684","created_at":"2018-08-19T07:46:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-19T07:46:43Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"22d6e62feed7407daa7804352ee95684","id":"a443b4b2-7ef8-48c1-b490-17c4462b74dd","name":"tenantnetwork2-net_bb335427-9d88-4900-8910-30c428540073"}} 2018-08-19 07:46:43,912 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-44b02e9f-b4cf-47e1-8bc6-f67d2e7bdf08 2018-08-19 07:46:43,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.45160913467s 2018-08-19 07:46:43,912 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-44b02e9f-b4cf-47e1-8bc6-f67d2e7bdf08 2018-08-19 07:46:43,912 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:46:43Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'a443b4b2-7ef8-48c1-b490-17c4462b74dd', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_bb335427-9d88-4900-8910-30c428540073', u'admin_state_up': True, u'tenant_id': u'22d6e62feed7407daa7804352ee95684', u'created_at': u'2018-08-19T07:46:43Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'22d6e62feed7407daa7804352ee95684'}) 2018-08-19 07:46:43,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:46:43,914 - 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}32019542bd728de9cdec3fbd03186a140ef37199" 2018-08-19 07:46:44,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-9bed65c4-c1e2-4036-8ffb-bf646dd435c2 Date: Sun, 19 Aug 2018 07:46:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T07:46:43Z","tenant_id":"22d6e62feed7407daa7804352ee95684","created_at":"2018-08-19T07:46:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"22d6e62feed7407daa7804352ee95684","id":"a443b4b2-7ef8-48c1-b490-17c4462b74dd","name":"tenantnetwork2-net_bb335427-9d88-4900-8910-30c428540073"}]} 2018-08-19 07:46:44,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9bed65c4-c1e2-4036-8ffb-bf646dd435c2 2018-08-19 07:46:44,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.348990917206s 2018-08-19 07:46:44,263 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9bed65c4-c1e2-4036-8ffb-bf646dd435c2 2018-08-19 07:46:44,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 07:46:44,265 - 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}32019542bd728de9cdec3fbd03186a140ef37199" -d '{"subnet": {"name": "tenantnetwork2-subnet_bb335427-9d88-4900-8910-30c428540073", "enable_dhcp": true, "network_id": "a443b4b2-7ef8-48c1-b490-17c4462b74dd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 07:46:45,950 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c51da23c-2673-487b-bc3c-bc2a2f047cdb Date: Sun, 19 Aug 2018 07:46:45 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a443b4b2-7ef8-48c1-b490-17c4462b74dd","tenant_id":"22d6e62feed7407daa7804352ee95684","created_at":"2018-08-19T07:46:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:46:45Z","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":"22d6e62feed7407daa7804352ee95684","id":"1207b17b-69db-4281-9d6d-5959127206a3","subnetpool_id":null,"name":"tenantnetwork2-subnet_bb335427-9d88-4900-8910-30c428540073"}} 2018-08-19 07:46:45,950 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c51da23c-2673-487b-bc3c-bc2a2f047cdb 2018-08-19 07:46:45,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.68583416939s 2018-08-19 07:46:45,950 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c51da23c-2673-487b-bc3c-bc2a2f047cdb 2018-08-19 07:46:45,951 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:46:45Z', 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'1207b17b-69db-4281-9d6d-5959127206a3', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_bb335427-9d88-4900-8910-30c428540073', u'enable_dhcp': True, u'network_id': u'a443b4b2-7ef8-48c1-b490-17c4462b74dd', u'tenant_id': u'22d6e62feed7407daa7804352ee95684', u'created_at': u'2018-08-19T07:46:45Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'22d6e62feed7407daa7804352ee95684'}) 2018-08-19 07:46:45,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 07:46:45,952 - 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}32019542bd728de9cdec3fbd03186a140ef37199" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "tenantnetwork2-router_bb335427-9d88-4900-8910-30c428540073", "admin_state_up": true}}' 2018-08-19 07:46:47,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-fb2003ff-c311-49d0-83ef-fc50deae3dff Date: Sun, 19 Aug 2018 07:46:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "22d6e62feed7407daa7804352ee95684", "created_at": "2018-08-19T07:46:46Z", "admin_state_up": true, "updated_at": "2018-08-19T07:46:46Z", "revision_number": 2, "routes": [], "project_id": "22d6e62feed7407daa7804352ee95684", "id": "8c596a1c-8b89-4a6b-a1d3-f669b49dcf42", "name": "tenantnetwork2-router_bb335427-9d88-4900-8910-30c428540073"}} 2018-08-19 07:46:47,202 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-fb2003ff-c311-49d0-83ef-fc50deae3dff 2018-08-19 07:46:47,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.25043296814s 2018-08-19 07:46:47,202 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-fb2003ff-c311-49d0-83ef-fc50deae3dff 2018-08-19 07:46:47,203 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'22d6e62feed7407daa7804352ee95684', u'created_at': u'2018-08-19T07:46:46Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T07:46:46Z', u'revision_number': 2, u'routes': [], u'project_id': u'22d6e62feed7407daa7804352ee95684', u'id': u'8c596a1c-8b89-4a6b-a1d3-f669b49dcf42', u'name': u'tenantnetwork2-router_bb335427-9d88-4900-8910-30c428540073'}) 2018-08-19 07:46:47,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 07:46:47,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/8c596a1c-8b89-4a6b-a1d3-f669b49dcf42/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}32019542bd728de9cdec3fbd03186a140ef37199" -d '{"subnet_id": "1207b17b-69db-4281-9d6d-5959127206a3"}' 2018-08-19 07:46:49,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-953e04fd-3707-4828-926d-6612a9dd2078 Date: Sun, 19 Aug 2018 07:46:49 GMT RESP BODY: {"network_id": "a443b4b2-7ef8-48c1-b490-17c4462b74dd", "tenant_id": "22d6e62feed7407daa7804352ee95684", "subnet_id": "1207b17b-69db-4281-9d6d-5959127206a3", "subnet_ids": ["1207b17b-69db-4281-9d6d-5959127206a3"], "port_id": "2546ae64-7b3b-49ab-bbd7-c3f34f0cd3de", "id": "8c596a1c-8b89-4a6b-a1d3-f669b49dcf42"} 2018-08-19 07:46:49,775 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/8c596a1c-8b89-4a6b-a1d3-f669b49dcf42/add_router_interface.json used request id req-953e04fd-3707-4828-926d-6612a9dd2078 2018-08-19 07:46:49,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.5717651844s 2018-08-19 07:46:49,775 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/8c596a1c-8b89-4a6b-a1d3-f669b49dcf42/add_router_interface.json used request id req-953e04fd-3707-4828-926d-6612a9dd2078 returning object 8c596a1c-8b89-4a6b-a1d3-f669b49dcf42 2018-08-19 07:46:49,886 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 07:46:49,887 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-19 07:46:49,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 07:46:49,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/8c596a1c-8b89-4a6b-a1d3-f669b49dcf42/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}32019542bd728de9cdec3fbd03186a140ef37199" -d '{"subnet_id": "1207b17b-69db-4281-9d6d-5959127206a3"}' 2018-08-19 07:46:52,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0e82412a-28e2-4fbf-835e-54728ba2b4dc Date: Sun, 19 Aug 2018 07:46:52 GMT RESP BODY: {"network_id": "a443b4b2-7ef8-48c1-b490-17c4462b74dd", "tenant_id": "22d6e62feed7407daa7804352ee95684", "subnet_id": "1207b17b-69db-4281-9d6d-5959127206a3", "subnet_ids": ["1207b17b-69db-4281-9d6d-5959127206a3"], "port_id": "2546ae64-7b3b-49ab-bbd7-c3f34f0cd3de", "id": "8c596a1c-8b89-4a6b-a1d3-f669b49dcf42"} 2018-08-19 07:46:52,924 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/8c596a1c-8b89-4a6b-a1d3-f669b49dcf42/remove_router_interface.json used request id req-0e82412a-28e2-4fbf-835e-54728ba2b4dc 2018-08-19 07:46:52,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 3.03198504448s 2018-08-19 07:46:52,924 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/8c596a1c-8b89-4a6b-a1d3-f669b49dcf42/remove_router_interface.json used request id req-0e82412a-28e2-4fbf-835e-54728ba2b4dc returning object 8c596a1c-8b89-4a6b-a1d3-f669b49dcf42 2018-08-19 07:46:52,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 07:46:52,925 - 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}32019542bd728de9cdec3fbd03186a140ef37199" 2018-08-19 07:46:53,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-7a69d103-e0ce-42ee-88c4-27a3d8653206 Date: Sun, 19 Aug 2018 07:46:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "22d6e62feed7407daa7804352ee95684", "created_at": "2018-08-19T07:46:46Z", "admin_state_up": true, "updated_at": "2018-08-19T07:46:52Z", "revision_number": 4, "routes": [], "project_id": "22d6e62feed7407daa7804352ee95684", "id": "8c596a1c-8b89-4a6b-a1d3-f669b49dcf42", "name": "tenantnetwork2-router_bb335427-9d88-4900-8910-30c428540073"}]} 2018-08-19 07:46:53,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-7a69d103-e0ce-42ee-88c4-27a3d8653206 2018-08-19 07:46:53,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.387908935547s 2018-08-19 07:46:53,313 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-7a69d103-e0ce-42ee-88c4-27a3d8653206 2018-08-19 07:46:53,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 07:46:53,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/8c596a1c-8b89-4a6b-a1d3-f669b49dcf42.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}32019542bd728de9cdec3fbd03186a140ef37199" 2018-08-19 07:46:54,721 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad4bfe37-a495-4b99-b7cb-6ba583877673 Content-Length: 0 Date: Sun, 19 Aug 2018 07:46:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:46:54,721 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/8c596a1c-8b89-4a6b-a1d3-f669b49dcf42.json used request id req-ad4bfe37-a495-4b99-b7cb-6ba583877673 2018-08-19 07:46:54,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.40653395653s 2018-08-19 07:46:54,721 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/8c596a1c-8b89-4a6b-a1d3-f669b49dcf42.json used request id req-ad4bfe37-a495-4b99-b7cb-6ba583877673 2018-08-19 07:46:54,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:46:54,722 - 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}32019542bd728de9cdec3fbd03186a140ef37199" 2018-08-19 07:46:55,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-748fb31a-d113-4715-9045-6b1d3b7bde8c Date: Sun, 19 Aug 2018 07:46:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a443b4b2-7ef8-48c1-b490-17c4462b74dd","tenant_id":"22d6e62feed7407daa7804352ee95684","created_at":"2018-08-19T07:46:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:46:45Z","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":"22d6e62feed7407daa7804352ee95684","id":"1207b17b-69db-4281-9d6d-5959127206a3","subnetpool_id":null,"name":"tenantnetwork2-subnet_bb335427-9d88-4900-8910-30c428540073"}]} 2018-08-19 07:46:55,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-748fb31a-d113-4715-9045-6b1d3b7bde8c 2018-08-19 07:46:55,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.314747810364s 2018-08-19 07:46:55,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-748fb31a-d113-4715-9045-6b1d3b7bde8c 2018-08-19 07:46:55,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 07:46:55,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/1207b17b-69db-4281-9d6d-5959127206a3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}32019542bd728de9cdec3fbd03186a140ef37199" 2018-08-19 07:46:57,804 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6a403ea4-606c-4ee7-867e-d869df027bc1 Date: Sun, 19 Aug 2018 07:46:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:46:57,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/1207b17b-69db-4281-9d6d-5959127206a3.json used request id req-6a403ea4-606c-4ee7-867e-d869df027bc1 2018-08-19 07:46:57,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.76572203636s 2018-08-19 07:46:57,804 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/1207b17b-69db-4281-9d6d-5959127206a3.json used request id req-6a403ea4-606c-4ee7-867e-d869df027bc1 2018-08-19 07:46:57,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:46:57,805 - 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}32019542bd728de9cdec3fbd03186a140ef37199" 2018-08-19 07:46:58,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-a658ffd1-4f7c-46b8-b54c-060aba084716 Date: Sun, 19 Aug 2018 07:46:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T07:46:57Z","tenant_id":"22d6e62feed7407daa7804352ee95684","created_at":"2018-08-19T07:46:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"22d6e62feed7407daa7804352ee95684","id":"a443b4b2-7ef8-48c1-b490-17c4462b74dd","name":"tenantnetwork2-net_bb335427-9d88-4900-8910-30c428540073"}]} 2018-08-19 07:46:58,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a658ffd1-4f7c-46b8-b54c-060aba084716 2018-08-19 07:46:58,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.367694139481s 2018-08-19 07:46:58,173 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a658ffd1-4f7c-46b8-b54c-060aba084716 2018-08-19 07:46:58,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 07:46:58,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/a443b4b2-7ef8-48c1-b490-17c4462b74dd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}32019542bd728de9cdec3fbd03186a140ef37199" 2018-08-19 07:46:59,483 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5d7c58d4-c7ae-42d9-aede-1b0e7344efb7 Date: Sun, 19 Aug 2018 07:46:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:46:59,483 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a443b4b2-7ef8-48c1-b490-17c4462b74dd.json used request id req-5d7c58d4-c7ae-42d9-aede-1b0e7344efb7 2018-08-19 07:46:59,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.30951094627s 2018-08-19 07:46:59,484 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a443b4b2-7ef8-48c1-b490-17c4462b74dd.json used request id req-5d7c58d4-c7ae-42d9-aede-1b0e7344efb7 2018-08-19 07:46:59,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:46:59,488 - 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}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:46:59,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-421891a1-63a4-4da7-a16f-b3162583d999 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_bb335427-9d88-4900-8910-30c428540073", "links": {"self": "http://172.30.9.27:5000/v3/users/44afa1eabcef4bad84943a24a6aca35f"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "44afa1eabcef4bad84943a24a6aca35f", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 07:46:59,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-421891a1-63a4-4da7-a16f-b3162583d999 2018-08-19 07:46:59,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.226943969727s 2018-08-19 07:46:59,712 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-421891a1-63a4-4da7-a16f-b3162583d999 2018-08-19 07:46:59,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:46:59,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/44afa1eabcef4bad84943a24a6aca35f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:46:59,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:46:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0787a045-7b7f-4d0f-8a4e-63f76f219764 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_bb335427-9d88-4900-8910-30c428540073", "links": {"self": "http://172.30.9.27:5000/v3/users/44afa1eabcef4bad84943a24a6aca35f"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "44afa1eabcef4bad84943a24a6aca35f", "description": null}} 2018-08-19 07:46:59,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/44afa1eabcef4bad84943a24a6aca35f used request id req-0787a045-7b7f-4d0f-8a4e-63f76f219764 2018-08-19 07:46:59,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121137857437s 2018-08-19 07:46:59,839 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/44afa1eabcef4bad84943a24a6aca35f used request id req-0787a045-7b7f-4d0f-8a4e-63f76f219764 2018-08-19 07:46:59,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 07:46:59,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/44afa1eabcef4bad84943a24a6aca35f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:47:00,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:46:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-accfe513-7b0b-4eff-bd50-fb396afb03a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:47:00,366 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/44afa1eabcef4bad84943a24a6aca35f used request id req-accfe513-7b0b-4eff-bd50-fb396afb03a9 2018-08-19 07:47:00,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.526453018188s 2018-08-19 07:47:00,366 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/44afa1eabcef4bad84943a24a6aca35f used request id req-accfe513-7b0b-4eff-bd50-fb396afb03a9 2018-08-19 07:47:00,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 07:47:00,375 - 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}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:47:00,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b0159c5-911e-4df2-889d-b26a8ecb4cca 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: tenantnetwork2", "links": {"self": "http://172.30.9.27:5000/v3/projects/22d6e62feed7407daa7804352ee95684"}, "tags": [], "enabled": true, "id": "22d6e62feed7407daa7804352ee95684", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_bb335427-9d88-4900-8910-30c428540073"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-19 07:47:00,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-8b0159c5-911e-4df2-889d-b26a8ecb4cca 2018-08-19 07:47:00,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.231771945953s 2018-08-19 07:47:00,604 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-8b0159c5-911e-4df2-889d-b26a8ecb4cca 2018-08-19 07:47:00,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 07:47:00,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/22d6e62feed7407daa7804352ee95684 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49d3a084fbd2238c2626b68614f58c99b62ecc59" 2018-08-19 07:47:00,897 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:47:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b788892f-bc8d-4613-be17-84bb59ebeedf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:47:00,897 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/22d6e62feed7407daa7804352ee95684 used request id req-b788892f-bc8d-4613-be17-84bb59ebeedf 2018-08-19 07:47:00,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.288944005966s 2018-08-19 07:47:00,898 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/22d6e62feed7407daa7804352ee95684 used request id req-b788892f-bc8d-4613-be17-84bb59ebeedf 2018-08-19 07:47:00,950 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-19 07:47:01,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:47:01,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:47:01,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:47:01,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:47:01,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:47:01,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:47:01,017 - 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-19 07:47:01,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3511bbaa-990a-45de-b5d0-fad5a89bfeea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:47:01,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3511bbaa-990a-45de-b5d0-fad5a89bfeea 2018-08-19 07:47:01,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:47:01,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:47:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["C0s9IJxvT-eNsvMGvIo_VQ"], "issued_at": "2018-08-19T07:47:01.000000Z"}} 2018-08-19 07:47:01,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:47:01,443 - 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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:01,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c53839b0-969f-4e94-9456-e2964fcaf540 Date: Sun, 19 Aug 2018 07:47:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 07:47:01,797 - 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-c53839b0-969f-4e94-9456-e2964fcaf540 2018-08-19 07:47:01,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355229854584s 2018-08-19 07:47:01,798 - 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-c53839b0-969f-4e94-9456-e2964fcaf540 2018-08-19 07:47:01,798 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-19 07:47:01,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 07:47:01,800 - 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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" -d '{"network": {"name": "vmready1-net_828cb891-4962-4253-adf2-04c626f3b063", "admin_state_up": true}}' 2018-08-19 07:47:03,046 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-a2661a15-cc4b-4918-9ecd-a93bdd98cf21 Date: Sun, 19 Aug 2018 07:47:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e9e7958d-9df2-4812-82c4-50411e916edf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T07:47:02Z","is_default":false,"provider:segmentation_id":63,"name":"vmready1-net_828cb891-4962-4253-adf2-04c626f3b063","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:47:02Z","mtu":1450}} 2018-08-19 07:47:03,047 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a2661a15-cc4b-4918-9ecd-a93bdd98cf21 2018-08-19 07:47:03,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.24755501747s 2018-08-19 07:47:03,047 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a2661a15-cc4b-4918-9ecd-a93bdd98cf21 2018-08-19 07:47:03,048 - 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-19T07:47:02Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e9e7958d-9df2-4812-82c4-50411e916edf', u'provider:segmentation_id': 63, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_828cb891-4962-4253-adf2-04c626f3b063', u'admin_state_up': True, u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T07:47:02Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 07:47:03,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:47:03,049 - 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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:03,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-bbc352a9-4965-4f8a-8f37-54bd91e4e7d2 Date: Sun, 19 Aug 2018 07:47:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"e9e7958d-9df2-4812-82c4-50411e916edf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T07:47:02Z","provider:segmentation_id":63,"name":"vmready1-net_828cb891-4962-4253-adf2-04c626f3b063","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:47:02Z","provider:network_type":"vxlan"}]} 2018-08-19 07:47:03,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bbc352a9-4965-4f8a-8f37-54bd91e4e7d2 2018-08-19 07:47:03,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.371940851212s 2018-08-19 07:47:03,421 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bbc352a9-4965-4f8a-8f37-54bd91e4e7d2 2018-08-19 07:47:03,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 07:47:03,423 - 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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" -d '{"subnet": {"name": "vmready1-subnet_828cb891-4962-4253-adf2-04c626f3b063", "enable_dhcp": true, "network_id": "e9e7958d-9df2-4812-82c4-50411e916edf", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 07:47:04,199 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ac1cf9f2-0b35-4a5e-a5f4-458d31590088 Date: Sun, 19 Aug 2018 07:47:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9e7958d-9df2-4812-82c4-50411e916edf","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:47:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:47:03Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"7dc2782794df470c83590a2cbd73fefb","id":"28c86d6d-e8e8-4abd-a833-6ffdb2012607","subnetpool_id":null,"name":"vmready1-subnet_828cb891-4962-4253-adf2-04c626f3b063"}} 2018-08-19 07:47:04,199 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ac1cf9f2-0b35-4a5e-a5f4-458d31590088 2018-08-19 07:47:04,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.776984214783s 2018-08-19 07:47:04,200 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ac1cf9f2-0b35-4a5e-a5f4-458d31590088 2018-08-19 07:47:04,200 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:47:03Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'28c86d6d-e8e8-4abd-a833-6ffdb2012607', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_828cb891-4962-4253-adf2-04c626f3b063', u'enable_dhcp': True, u'network_id': u'e9e7958d-9df2-4812-82c4-50411e916edf', u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T07:47:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 07:47:04,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 07:47:04,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}71c39c8f34d952c906c3eba3767e2e6670a8ada3" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "vmready1-router_828cb891-4962-4253-adf2-04c626f3b063", "admin_state_up": true}}' 2018-08-19 07:47:06,453 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-4704fdeb-fa30-4975-8a69-d5817b88ec63 Date: Sun, 19 Aug 2018 07:47:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:47:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T07:47:06Z", "revision_number": 2, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "faccaee2-b955-49d8-9d10-2bbf7004c49d", "name": "vmready1-router_828cb891-4962-4253-adf2-04c626f3b063"}} 2018-08-19 07:47:06,453 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4704fdeb-fa30-4975-8a69-d5817b88ec63 2018-08-19 07:47:06,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.25247001648s 2018-08-19 07:47:06,454 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4704fdeb-fa30-4975-8a69-d5817b88ec63 2018-08-19 07:47:06,454 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T07:47:05Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-19T07:47:06Z', u'revision_number': 2, u'routes': [], u'project_id': u'7dc2782794df470c83590a2cbd73fefb', u'id': u'faccaee2-b955-49d8-9d10-2bbf7004c49d', u'name': u'vmready1-router_828cb891-4962-4253-adf2-04c626f3b063'}) 2018-08-19 07:47:06,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 07:47:06,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/faccaee2-b955-49d8-9d10-2bbf7004c49d/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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" -d '{"subnet_id": "28c86d6d-e8e8-4abd-a833-6ffdb2012607"}' 2018-08-19 07:47:08,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e288483e-e113-4568-ae79-c59ca2f9c153 Date: Sun, 19 Aug 2018 07:47:08 GMT RESP BODY: {"network_id": "e9e7958d-9df2-4812-82c4-50411e916edf", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "28c86d6d-e8e8-4abd-a833-6ffdb2012607", "subnet_ids": ["28c86d6d-e8e8-4abd-a833-6ffdb2012607"], "port_id": "9082fa88-abce-4fd7-8514-6b84d4a5bcd6", "id": "faccaee2-b955-49d8-9d10-2bbf7004c49d"} 2018-08-19 07:47:08,419 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/faccaee2-b955-49d8-9d10-2bbf7004c49d/add_router_interface.json used request id req-e288483e-e113-4568-ae79-c59ca2f9c153 2018-08-19 07:47:08,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.96463704109s 2018-08-19 07:47:08,420 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/faccaee2-b955-49d8-9d10-2bbf7004c49d/add_router_interface.json used request id req-e288483e-e113-4568-ae79-c59ca2f9c153 returning object faccaee2-b955-49d8-9d10-2bbf7004c49d 2018-08-19 07:47:08,420 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-19 07:47:08,551 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-19 07:47:08,553 - 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-19 07:47:08,558 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 07:47:08 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-19 07:47:08,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:47:08,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:09,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fa49300d-8f9a-4039-9aa5-fa1148377112 Date: Sun, 19 Aug 2018 07:47:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:47:09,561 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-fa49300d-8f9a-4039-9aa5-fa1148377112 2018-08-19 07:47:09,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.998281002045s 2018-08-19 07:47:09,561 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-fa49300d-8f9a-4039-9aa5-fa1148377112 2018-08-19 07:47:09,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 07:47:09,572 - 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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_828cb891-4962-4253-adf2-04c626f3b063", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_828cb891-4962-4253-adf2-04c626f3b063"}' 2018-08-19 07:47:10,412 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d857cc96-68f6-46b7-9069-71c54a4dce6f Date: Sun, 19 Aug 2018 07:47:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:47:10Z", "file": "/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "c7b4ede1-dccb-4db2-9585-1c440b620e5e", "size": null, "self": "/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e", "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_828cb891-4962-4253-adf2-04c626f3b063", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_828cb891-4962-4253-adf2-04c626f3b063", "checksum": null, "created_at": "2018-08-19T07:47:10Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 07:47:10,412 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d857cc96-68f6-46b7-9069-71c54a4dce6f 2018-08-19 07:47:10,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.843594789505s 2018-08-19 07:47:10,413 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d857cc96-68f6-46b7-9069-71c54a4dce6f returning object c7b4ede1-dccb-4db2-9585-1c440b620e5e 2018-08-19 07:47:10,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 07:47:10,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e/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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" -d '' 2018-08-19 07:47:14,064 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9e241dd5-9d27-4e6a-955f-ed775f0124ef Date: Sun, 19 Aug 2018 07:47:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 07:47:14,065 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e/file used request id req-9e241dd5-9d27-4e6a-955f-ed775f0124ef 2018-08-19 07:47:14,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.65113997459s 2018-08-19 07:47:14,065 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e/file used request id req-9e241dd5-9d27-4e6a-955f-ed775f0124ef 2018-08-19 07:47:14,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:47:14,073 - 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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:14,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-e619ae0f-cf86-4282-9fdc-01142877c3ba Date: Sun, 19 Aug 2018 07:47:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:47:14Z", "file": "/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "c7b4ede1-dccb-4db2-9585-1c440b620e5e", "size": 12716032, "self": "/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_828cb891-4962-4253-adf2-04c626f3b063", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_828cb891-4962-4253-adf2-04c626f3b063", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:47:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:47:14,848 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-e619ae0f-cf86-4282-9fdc-01142877c3ba 2018-08-19 07:47:14,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.779362916946s 2018-08-19 07:47:14,849 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-e619ae0f-cf86-4282-9fdc-01142877c3ba 2018-08-19 07:47:14,851 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e/file', 'owner': u'7dc2782794df470c83590a2cbd73fefb', 'id': u'c7b4ede1-dccb-4db2-9585-1c440b620e5e', 'size': 12716032, u'self': u'/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T07:47:14Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T07:47:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_828cb891-4962-4253-adf2-04c626f3b063', '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/c7b4ede1-dccb-4db2-9585-1c440b620e5e', 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_828cb891-4962-4253-adf2-04c626f3b063', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_828cb891-4962-4253-adf2-04c626f3b063', 'created': u'2018-08-19T07:47:10Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T07:47:10Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e', 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_828cb891-4962-4253-adf2-04c626f3b063', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 07:47:14,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 07:47:14,855 - 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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_828cb891-4962-4253-adf2-04c626f3b063", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 07:47:15,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95db3e20-3496-4008-b056-2c988022d12a x-compute-request-id: req-95db3e20-3496-4008-b056-2c988022d12a Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_828cb891-4962-4253-adf2-04c626f3b063", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/30a6479a-c014-4253-90f1-2c97ab52060a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/30a6479a-c014-4253-90f1-2c97ab52060a", "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": "30a6479a-c014-4253-90f1-2c97ab52060a"}} 2018-08-19 07:47:15,354 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-95db3e20-3496-4008-b056-2c988022d12a 2018-08-19 07:47:15,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.502692937851s 2018-08-19 07:47:15,355 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-95db3e20-3496-4008-b056-2c988022d12a 2018-08-19 07:47:15,355 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_828cb891-4962-4253-adf2-04c626f3b063', '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'7dc2782794df470c83590a2cbd73fefb', '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'30a6479a-c014-4253-90f1-2c97ab52060a', 'swap': 0}) 2018-08-19 07:47:15,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 07:47:15,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/30a6479a-c014-4253-90f1-2c97ab52060a/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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" -d '{"extra_specs": {}}' 2018-08-19 07:47:15,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dd7308b4-f451-4181-81c4-14dfe73c91ad x-compute-request-id: req-dd7308b4-f451-4181-81c4-14dfe73c91ad Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 07:47:15,486 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/30a6479a-c014-4253-90f1-2c97ab52060a/os-extra_specs used request id req-dd7308b4-f451-4181-81c4-14dfe73c91ad 2018-08-19 07:47:15,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.129656076431s 2018-08-19 07:47:15,486 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/30a6479a-c014-4253-90f1-2c97ab52060a/os-extra_specs used request id req-dd7308b4-f451-4181-81c4-14dfe73c91ad 2018-08-19 07:47:15,602 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 07:47:15,602 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-19 07:47:15,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 07:47:15,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/faccaee2-b955-49d8-9d10-2bbf7004c49d/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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" -d '{"subnet_id": "28c86d6d-e8e8-4abd-a833-6ffdb2012607"}' 2018-08-19 07:47:17,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f08f642c-7265-4f81-9118-e3bf2914ac93 Date: Sun, 19 Aug 2018 07:47:17 GMT RESP BODY: {"network_id": "e9e7958d-9df2-4812-82c4-50411e916edf", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "28c86d6d-e8e8-4abd-a833-6ffdb2012607", "subnet_ids": ["28c86d6d-e8e8-4abd-a833-6ffdb2012607"], "port_id": "9082fa88-abce-4fd7-8514-6b84d4a5bcd6", "id": "faccaee2-b955-49d8-9d10-2bbf7004c49d"} 2018-08-19 07:47:17,429 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/faccaee2-b955-49d8-9d10-2bbf7004c49d/remove_router_interface.json used request id req-f08f642c-7265-4f81-9118-e3bf2914ac93 2018-08-19 07:47:17,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.82272481918s 2018-08-19 07:47:17,429 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/faccaee2-b955-49d8-9d10-2bbf7004c49d/remove_router_interface.json used request id req-f08f642c-7265-4f81-9118-e3bf2914ac93 returning object faccaee2-b955-49d8-9d10-2bbf7004c49d 2018-08-19 07:47:17,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 07:47:17,430 - 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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:17,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-47e75e5f-5c7e-4fff-b33d-f9763c1d1372 Date: Sun, 19 Aug 2018 07:47:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:47:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T07:47:16Z", "revision_number": 4, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "faccaee2-b955-49d8-9d10-2bbf7004c49d", "name": "vmready1-router_828cb891-4962-4253-adf2-04c626f3b063"}]} 2018-08-19 07:47:17,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-47e75e5f-5c7e-4fff-b33d-f9763c1d1372 2018-08-19 07:47:17,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.390285015106s 2018-08-19 07:47:17,821 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-47e75e5f-5c7e-4fff-b33d-f9763c1d1372 2018-08-19 07:47:17,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 07:47:17,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/faccaee2-b955-49d8-9d10-2bbf7004c49d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:20,345 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fdf938c7-33d1-4c7a-959c-d0ed5003c0b5 Content-Length: 0 Date: Sun, 19 Aug 2018 07:47:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:47:20,345 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/faccaee2-b955-49d8-9d10-2bbf7004c49d.json used request id req-fdf938c7-33d1-4c7a-959c-d0ed5003c0b5 2018-08-19 07:47:20,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.5232219696s 2018-08-19 07:47:20,345 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/faccaee2-b955-49d8-9d10-2bbf7004c49d.json used request id req-fdf938c7-33d1-4c7a-959c-d0ed5003c0b5 2018-08-19 07:47:20,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:47:20,346 - 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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:20,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-39301422-3f51-46d5-944b-a33b40914799 Date: Sun, 19 Aug 2018 07:47:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:09Z","dns_nameservers":[],"updated_at":"2018-08-19T07:38:09Z","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":"72d414281c1547fdbc271e9afb311d2d","id":"17cee6fd-65c6-481f-9db8-4732319e9d7e","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9e7958d-9df2-4812-82c4-50411e916edf","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:47:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:47:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"7dc2782794df470c83590a2cbd73fefb","id":"28c86d6d-e8e8-4abd-a833-6ffdb2012607","subnetpool_id":null,"name":"vmready1-subnet_828cb891-4962-4253-adf2-04c626f3b063"}]} 2018-08-19 07:47:20,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-39301422-3f51-46d5-944b-a33b40914799 2018-08-19 07:47:20,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.315685033798s 2018-08-19 07:47:20,662 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-39301422-3f51-46d5-944b-a33b40914799 2018-08-19 07:47:20,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 07:47:20,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/28c86d6d-e8e8-4abd-a833-6ffdb2012607.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:23,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d64a9aed-bd89-4330-ab0c-8fc3670b718a Date: Sun, 19 Aug 2018 07:47:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:47:23,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/28c86d6d-e8e8-4abd-a833-6ffdb2012607.json used request id req-d64a9aed-bd89-4330-ab0c-8fc3670b718a 2018-08-19 07:47:23,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.71205592155s 2018-08-19 07:47:23,376 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/28c86d6d-e8e8-4abd-a833-6ffdb2012607.json used request id req-d64a9aed-bd89-4330-ab0c-8fc3670b718a 2018-08-19 07:47:23,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:47:23,377 - 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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:23,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-9c72b777-24a2-4ec5-9bcf-8bca2305dee7 Date: Sun, 19 Aug 2018 07:47:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e9e7958d-9df2-4812-82c4-50411e916edf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T07:47:23Z","provider:segmentation_id":63,"name":"vmready1-net_828cb891-4962-4253-adf2-04c626f3b063","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:47:02Z","provider:network_type":"vxlan"}]} 2018-08-19 07:47:23,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9c72b777-24a2-4ec5-9bcf-8bca2305dee7 2018-08-19 07:47:23,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.439337015152s 2018-08-19 07:47:23,816 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9c72b777-24a2-4ec5-9bcf-8bca2305dee7 2018-08-19 07:47:23,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 07:47:23,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/e9e7958d-9df2-4812-82c4-50411e916edf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:25,264 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c3375aee-4ddf-4244-b70f-9af9194d236b Date: Sun, 19 Aug 2018 07:47:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:47:25,264 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/e9e7958d-9df2-4812-82c4-50411e916edf.json used request id req-c3375aee-4ddf-4244-b70f-9af9194d236b 2018-08-19 07:47:25,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.4471411705s 2018-08-19 07:47:25,265 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/e9e7958d-9df2-4812-82c4-50411e916edf.json used request id req-c3375aee-4ddf-4244-b70f-9af9194d236b 2018-08-19 07:47:25,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:47:25,272 - 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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:26,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-f4aad88e-9fdb-4dd7-9fd7-6ac7e6b71c09 Date: Sun, 19 Aug 2018 07:47:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:47:14Z", "file": "/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "c7b4ede1-dccb-4db2-9585-1c440b620e5e", "size": 12716032, "self": "/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_828cb891-4962-4253-adf2-04c626f3b063", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_828cb891-4962-4253-adf2-04c626f3b063", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:47:10Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:47:26,046 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f4aad88e-9fdb-4dd7-9fd7-6ac7e6b71c09 2018-08-19 07:47:26,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.777410984039s 2018-08-19 07:47:26,047 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f4aad88e-9fdb-4dd7-9fd7-6ac7e6b71c09 2018-08-19 07:47:26,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 07:47:26,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:27,632 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-45a4b21d-320b-49c3-80c0-a6d256a48322 Date: Sun, 19 Aug 2018 07:47: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-19 07:47:27,632 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e used request id req-45a4b21d-320b-49c3-80c0-a6d256a48322 2018-08-19 07:47:27,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.58375692368s 2018-08-19 07:47:27,632 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c7b4ede1-dccb-4db2-9585-1c440b620e5e used request id req-45a4b21d-320b-49c3-80c0-a6d256a48322 2018-08-19 07:47:27,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:47:27,634 - 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}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:27,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a36ef348-dc6d-4722-8744-fd34d1ce9b1e x-compute-request-id: req-a36ef348-dc6d-4722-8744-fd34d1ce9b1e Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_828cb891-4962-4253-adf2-04c626f3b063", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/30a6479a-c014-4253-90f1-2c97ab52060a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/30a6479a-c014-4253-90f1-2c97ab52060a", "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": "30a6479a-c014-4253-90f1-2c97ab52060a"}]} 2018-08-19 07:47:27,767 - 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-a36ef348-dc6d-4722-8744-fd34d1ce9b1e 2018-08-19 07:47:27,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.134582042694s 2018-08-19 07:47:27,767 - 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-a36ef348-dc6d-4722-8744-fd34d1ce9b1e 2018-08-19 07:47:27,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 07:47:27,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/30a6479a-c014-4253-90f1-2c97ab52060a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}71c39c8f34d952c906c3eba3767e2e6670a8ada3" 2018-08-19 07:47:27,923 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4f7b0727-b2d0-4662-bdbd-7dd0a47a5a3d x-compute-request-id: req-4f7b0727-b2d0-4662-bdbd-7dd0a47a5a3d Content-Length: 0 Content-Type: application/json 2018-08-19 07:47:27,923 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/30a6479a-c014-4253-90f1-2c97ab52060a used request id req-4f7b0727-b2d0-4662-bdbd-7dd0a47a5a3d 2018-08-19 07:47:27,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.154986143112s 2018-08-19 07:47:27,924 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/30a6479a-c014-4253-90f1-2c97ab52060a used request id req-4f7b0727-b2d0-4662-bdbd-7dd0a47a5a3d 2018-08-19 07:47:27,958 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-19 07:47:28,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:47:28,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:47:28,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:47:28,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:47:28,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:47:28,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:47:28,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:47:28,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:47:28,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:47:28,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:47:28,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:47:28,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:47:28,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:47:28,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:47:28,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:47:28,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:47:28,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:47:28,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:47:28,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:47:28,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:47:28,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:47:28,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:47:28,015 - 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-19 07:47:28,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-996a68c5-44c1-4f94-8946-4a7d90cd1c05 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:47:28,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-996a68c5-44c1-4f94-8946-4a7d90cd1c05 2018-08-19 07:47:28,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:47:28,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:47:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["I56jVkNYTdO4g2gM4DMrqw"], "issued_at": "2018-08-19T07:47:28.000000Z"}} 2018-08-19 07:47:28,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:47:28,422 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:28,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-82192f0d-6b90-4abb-9b0e-6f3e5b240c1c Date: Sun, 19 Aug 2018 07:47:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 07:47:28,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-82192f0d-6b90-4abb-9b0e-6f3e5b240c1c 2018-08-19 07:47:28,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366591930389s 2018-08-19 07:47:28,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-82192f0d-6b90-4abb-9b0e-6f3e5b240c1c 2018-08-19 07:47:28,792 - 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-19 07:47:28,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 07:47:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d4971cc-2536-4d6d-8736-84b9be8f00d3 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-19 07:47:28,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-6d4971cc-2536-4d6d-8736-84b9be8f00d3 2018-08-19 07:47:28,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 07:47:28,801 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:29,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32d17750-cc98-4f99-8f3e-37fe1342a8e1 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 07:47:29,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-32d17750-cc98-4f99-8f3e-37fe1342a8e1 2018-08-19 07:47:29,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.203675985336s 2018-08-19 07:47:29,002 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-32d17750-cc98-4f99-8f3e-37fe1342a8e1 2018-08-19 07:47:29,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 07:47:29,011 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}}' 2018-08-19 07:47:29,250 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 07:47:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3361151-cbb7-48c2-8acf-193c572ea9b5 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/cf5d6056346f411b992530f96a63247f"}, "tags": [], "enabled": true, "id": "cf5d6056346f411b992530f96a63247f", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}} 2018-08-19 07:47:29,250 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f3361151-cbb7-48c2-8acf-193c572ea9b5 2018-08-19 07:47:29,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.241425991058s 2018-08-19 07:47:29,250 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f3361151-cbb7-48c2-8acf-193c572ea9b5 2018-08-19 07:47:29,251 - 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'cf5d6056346f411b992530f96a63247f', '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_cd0f51ce-46ea-4d9b-87ed-8196c623ae85'}) 2018-08-19 07:47:29,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 07:47:29,260 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6b15415c-cf1d-4e08-aebc-f45dcc44603f", "email": null, "name": "vmready2-user_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}}' 2018-08-19 07:47:29,758 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 07:47:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-838411b3-a82b-4777-92c2-6cb92b8b093f Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "links": {"self": "http://172.30.9.27:5000/v3/users/e9f9b7b2bdda45d6bdffabe266f52409"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e9f9b7b2bdda45d6bdffabe266f52409", "domain_id": "default", "password_expires_at": null}} 2018-08-19 07:47:29,758 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-838411b3-a82b-4777-92c2-6cb92b8b093f 2018-08-19 07:47:29,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.502029895782s 2018-08-19 07:47:29,759 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-838411b3-a82b-4777-92c2-6cb92b8b093f 2018-08-19 07:47:29,759 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e9f9b7b2bdda45d6bdffabe266f52409', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_cd0f51ce-46ea-4d9b-87ed-8196c623ae85'}) 2018-08-19 07:47:29,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:47:29,766 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:29,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65c57524-0900-4922-8813-7b5ef8947f64 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:47:29,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-65c57524-0900-4922-8813-7b5ef8947f64 2018-08-19 07:47:29,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188718080521s 2018-08-19 07:47:29,952 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-65c57524-0900-4922-8813-7b5ef8947f64 2018-08-19 07:47:29,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:47:29,960 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:30,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94d5887c-6291-422a-b895-c78d843fa165 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:47:30,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-94d5887c-6291-422a-b895-c78d843fa165 2018-08-19 07:47:30,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195490121841s 2018-08-19 07:47:30,153 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-94d5887c-6291-422a-b895-c78d843fa165 2018-08-19 07:47:30,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:47:30,161 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:30,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-860962e5-fef8-45d7-bbd0-811b48de4946 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:47:30,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-860962e5-fef8-45d7-bbd0-811b48de4946 2018-08-19 07:47:30,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20006108284s 2018-08-19 07:47:30,358 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-860962e5-fef8-45d7-bbd0-811b48de4946 2018-08-19 07:47:30,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 07:47:30,366 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:30,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f619d01e-0562-4856-bd71-a00329e3051c 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-19 07:47:30,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f619d01e-0562-4856-bd71-a00329e3051c 2018-08-19 07:47:30,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.190711975098s 2018-08-19 07:47:30,554 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f619d01e-0562-4856-bd71-a00329e3051c 2018-08-19 07:47:30,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:47:30,558 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:30,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa36cf07-a1b9-47e6-8d00-9c62f7ad1f24 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "links": {"self": "http://172.30.9.27:5000/v3/users/e9f9b7b2bdda45d6bdffabe266f52409"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e9f9b7b2bdda45d6bdffabe266f52409", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 07:47:30,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-aa36cf07-a1b9-47e6-8d00-9c62f7ad1f24 2018-08-19 07:47:30,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216511964798s 2018-08-19 07:47:30,772 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-aa36cf07-a1b9-47e6-8d00-9c62f7ad1f24 2018-08-19 07:47:30,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 07:47:30,786 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:31,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a7a94ec-e98e-44f0-8983-6ae75ddddf3a 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "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/cf5d6056346f411b992530f96a63247f"}, "tags": [], "enabled": true, "id": "cf5d6056346f411b992530f96a63247f", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}]} 2018-08-19 07:47:31,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-1a7a94ec-e98e-44f0-8983-6ae75ddddf3a 2018-08-19 07:47:31,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.234549045563s 2018-08-19 07:47:31,018 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-1a7a94ec-e98e-44f0-8983-6ae75ddddf3a 2018-08-19 07:47:31,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 07:47:31,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=e9f9b7b2bdda45d6bdffabe266f52409&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=cf5d6056346f411b992530f96a63247f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:31,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83e31863-572d-4a16-8c14-e11e43db99b8 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=e9f9b7b2bdda45d6bdffabe266f52409&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=cf5d6056346f411b992530f96a63247f", "previous": null, "next": null}} 2018-08-19 07:47:31,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=e9f9b7b2bdda45d6bdffabe266f52409&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=cf5d6056346f411b992530f96a63247f used request id req-83e31863-572d-4a16-8c14-e11e43db99b8 2018-08-19 07:47:31,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.199057102203s 2018-08-19 07:47:31,224 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=e9f9b7b2bdda45d6bdffabe266f52409&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=cf5d6056346f411b992530f96a63247f used request id req-83e31863-572d-4a16-8c14-e11e43db99b8 2018-08-19 07:47:31,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 07:47:31,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/cf5d6056346f411b992530f96a63247f/users/e9f9b7b2bdda45d6bdffabe266f52409/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:31,418 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:47:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4308b98d-04ca-421e-9c0f-26b04b408605 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:47:31,418 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/cf5d6056346f411b992530f96a63247f/users/e9f9b7b2bdda45d6bdffabe266f52409/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-4308b98d-04ca-421e-9c0f-26b04b408605 2018-08-19 07:47:31,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.190419912338s 2018-08-19 07:47:31,419 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/cf5d6056346f411b992530f96a63247f/users/e9f9b7b2bdda45d6bdffabe266f52409/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-4308b98d-04ca-421e-9c0f-26b04b408605 2018-08-19 07:47:31,419 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_cd0f51ce-46ea-4d9b-87ed-8196c623ae85', 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'cf5d6056346f411b992530f96a63247f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '6b15415c-cf1d-4e08-aebc-f45dcc44603f', 'username': u'vmready2-user_cd0f51ce-46ea-4d9b-87ed-8196c623ae85', '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-19 07:47:31,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:47:31,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:47:31,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:47:31,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:47:31,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:47:31,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:47:31,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:47:31,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:47:31,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:47:31,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:47:31,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:47:31,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:47:31,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:47:31,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:47:31,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:47:31,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:47:31,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:47:31,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:47:31,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:47:31,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:47:31,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:47:31,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:47:31,424 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_cd0f51ce-46ea-4d9b-87ed-8196c623ae85', 'password': '6b15415c-cf1d-4e08-aebc-f45dcc44603f', 'project_name': 'vmready2-project_cd0f51ce-46ea-4d9b-87ed-8196c623ae85', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'cf5d6056346f411b992530f96a63247f', 'project_domain_name': 'Default'} 2018-08-19 07:47:31,425 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-19 07:47:31,426 - 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-19 07:47:31,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8c40219-f1c1-43f4-ab4e-22cdb37d14ad Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:47:31,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c8c40219-f1c1-43f4-ab4e-22cdb37d14ad 2018-08-19 07:47:31,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:47:31,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:47:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf5d6056346f411b992530f96a63247f", "name": "vmready2-project_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/cf5d6056346f411b992530f96a63247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/cf5d6056346f411b992530f96a63247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/cf5d6056346f411b992530f96a63247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/cf5d6056346f411b992530f96a63247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/cf5d6056346f411b992530f96a63247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/cf5d6056346f411b992530f96a63247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/cf5d6056346f411b992530f96a63247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/cf5d6056346f411b992530f96a63247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/cf5d6056346f411b992530f96a63247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/cf5d6056346f411b992530f96a63247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/cf5d6056346f411b992530f96a63247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/cf5d6056346f411b992530f96a63247f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_cf5d6056346f411b992530f96a63247f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_cf5d6056346f411b992530f96a63247f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "id": "e9f9b7b2bdda45d6bdffabe266f52409"}, "audit_ids": ["P8BSE6xDQrStyZBpfgZV-Q"], "issued_at": "2018-08-19T07:47:31.000000Z"}} 2018-08-19 07:47:31,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 07:47:31,890 - 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}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" -d '{"network": {"name": "vmready2-net_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "admin_state_up": true}}' 2018-08-19 07:47:32,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-93ccd621-fad7-47dd-8033-ae89c86fea00 Date: Sun, 19 Aug 2018 07:47:32 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"cf5d6056346f411b992530f96a63247f","created_at":"2018-08-19T07:47:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-19T07:47:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"cf5d6056346f411b992530f96a63247f","id":"a529cb4e-f810-4978-aac0-6cce4d76b514","name":"vmready2-net_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}} 2018-08-19 07:47:32,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-93ccd621-fad7-47dd-8033-ae89c86fea00 2018-08-19 07:47:32,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.721832036972s 2018-08-19 07:47:32,611 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-93ccd621-fad7-47dd-8033-ae89c86fea00 2018-08-19 07:47:32,612 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:47:32Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'a529cb4e-f810-4978-aac0-6cce4d76b514', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_cd0f51ce-46ea-4d9b-87ed-8196c623ae85', u'admin_state_up': True, u'tenant_id': u'cf5d6056346f411b992530f96a63247f', u'created_at': u'2018-08-19T07:47:32Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cf5d6056346f411b992530f96a63247f'}) 2018-08-19 07:47:32,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:47:32,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" 2018-08-19 07:47:32,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-cafeaa2d-c8e9-4b48-a7ee-58aee34b6e60 Date: Sun, 19 Aug 2018 07:47:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T07:47:32Z","tenant_id":"cf5d6056346f411b992530f96a63247f","created_at":"2018-08-19T07:47:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"cf5d6056346f411b992530f96a63247f","id":"a529cb4e-f810-4978-aac0-6cce4d76b514","name":"vmready2-net_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}]} 2018-08-19 07:47:32,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cafeaa2d-c8e9-4b48-a7ee-58aee34b6e60 2018-08-19 07:47:32,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355895996094s 2018-08-19 07:47:32,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cafeaa2d-c8e9-4b48-a7ee-58aee34b6e60 2018-08-19 07:47:32,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 07:47:32,971 - 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}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" -d '{"subnet": {"name": "vmready2-subnet_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "enable_dhcp": true, "network_id": "a529cb4e-f810-4978-aac0-6cce4d76b514", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 07:47:34,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-31426da5-0f39-430f-9e87-68a5d7817f54 Date: Sun, 19 Aug 2018 07:47:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a529cb4e-f810-4978-aac0-6cce4d76b514","tenant_id":"cf5d6056346f411b992530f96a63247f","created_at":"2018-08-19T07:47:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:47:34Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"cf5d6056346f411b992530f96a63247f","id":"2aa2a09a-9dcd-4eb0-900c-131ad246a28b","subnetpool_id":null,"name":"vmready2-subnet_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}} 2018-08-19 07:47:34,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-31426da5-0f39-430f-9e87-68a5d7817f54 2018-08-19 07:47:34,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.84740710258s 2018-08-19 07:47:34,818 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-31426da5-0f39-430f-9e87-68a5d7817f54 2018-08-19 07:47:34,819 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:47:34Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'2aa2a09a-9dcd-4eb0-900c-131ad246a28b', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_cd0f51ce-46ea-4d9b-87ed-8196c623ae85', u'enable_dhcp': True, u'network_id': u'a529cb4e-f810-4978-aac0-6cce4d76b514', u'tenant_id': u'cf5d6056346f411b992530f96a63247f', u'created_at': u'2018-08-19T07:47:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'cf5d6056346f411b992530f96a63247f'}) 2018-08-19 07:47:34,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 07:47:34,820 - 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}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "vmready2-router_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "admin_state_up": true}}' 2018-08-19 07:47:36,584 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-8acdc5f9-c807-481e-9834-45d87e7b4724 Date: Sun, 19 Aug 2018 07:47:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "cf5d6056346f411b992530f96a63247f", "created_at": "2018-08-19T07:47:35Z", "admin_state_up": true, "updated_at": "2018-08-19T07:47:36Z", "revision_number": 2, "routes": [], "project_id": "cf5d6056346f411b992530f96a63247f", "id": "4d81eb92-e7a0-492f-bb4e-c400b06cf3e3", "name": "vmready2-router_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}} 2018-08-19 07:47:36,584 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-8acdc5f9-c807-481e-9834-45d87e7b4724 2018-08-19 07:47:36,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.76533889771s 2018-08-19 07:47:36,585 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-8acdc5f9-c807-481e-9834-45d87e7b4724 2018-08-19 07:47:36,585 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'cf5d6056346f411b992530f96a63247f', u'created_at': u'2018-08-19T07:47:35Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T07:47:36Z', u'revision_number': 2, u'routes': [], u'project_id': u'cf5d6056346f411b992530f96a63247f', u'id': u'4d81eb92-e7a0-492f-bb4e-c400b06cf3e3', u'name': u'vmready2-router_cd0f51ce-46ea-4d9b-87ed-8196c623ae85'}) 2018-08-19 07:47:36,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 07:47:36,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/4d81eb92-e7a0-492f-bb4e-c400b06cf3e3/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}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" -d '{"subnet_id": "2aa2a09a-9dcd-4eb0-900c-131ad246a28b"}' 2018-08-19 07:47:38,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-963519f4-85ea-4b53-8476-fe5a6137a986 Date: Sun, 19 Aug 2018 07:47:38 GMT RESP BODY: {"network_id": "a529cb4e-f810-4978-aac0-6cce4d76b514", "tenant_id": "cf5d6056346f411b992530f96a63247f", "subnet_id": "2aa2a09a-9dcd-4eb0-900c-131ad246a28b", "subnet_ids": ["2aa2a09a-9dcd-4eb0-900c-131ad246a28b"], "port_id": "537aec92-8853-4bb9-aeb3-12be9f4baaf6", "id": "4d81eb92-e7a0-492f-bb4e-c400b06cf3e3"} 2018-08-19 07:47:38,907 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4d81eb92-e7a0-492f-bb4e-c400b06cf3e3/add_router_interface.json used request id req-963519f4-85ea-4b53-8476-fe5a6137a986 2018-08-19 07:47:38,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.32163906097s 2018-08-19 07:47:38,908 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4d81eb92-e7a0-492f-bb4e-c400b06cf3e3/add_router_interface.json used request id req-963519f4-85ea-4b53-8476-fe5a6137a986 returning object 4d81eb92-e7a0-492f-bb4e-c400b06cf3e3 2018-08-19 07:47:38,908 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-19 07:47:39,039 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-19 07:47:39,041 - 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-19 07:47:39,045 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 07:47:39 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-19 07:47:39,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:47:39,049 - 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}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" 2018-08-19 07:47:39,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1935aba9-92d9-4066-89f4-64db0541516b Date: Sun, 19 Aug 2018 07:47:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:47:39,822 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1935aba9-92d9-4066-89f4-64db0541516b 2018-08-19 07:47:39,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.774355173111s 2018-08-19 07:47:39,822 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1935aba9-92d9-4066-89f4-64db0541516b 2018-08-19 07:47:39,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 07:47:39,833 - 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}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}' 2018-08-19 07:47:41,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-931e5bc1-e126-49b1-92b6-ef62c010e0e5 Date: Sun, 19 Aug 2018 07:47:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:47:40Z", "file": "/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf/file", "owner": "cf5d6056346f411b992530f96a63247f", "id": "88c782f7-02f7-4cd7-bd8c-4640de0483cf", "size": null, "self": "/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf", "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_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "checksum": null, "created_at": "2018-08-19T07:47:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 07:47:41,047 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-931e5bc1-e126-49b1-92b6-ef62c010e0e5 2018-08-19 07:47:41,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 1.21771001816s 2018-08-19 07:47:41,048 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-931e5bc1-e126-49b1-92b6-ef62c010e0e5 returning object 88c782f7-02f7-4cd7-bd8c-4640de0483cf 2018-08-19 07:47:41,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 07:47:41,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf/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}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" -d '' 2018-08-19 07:47:42,369 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cd3819eb-e016-4bb4-b936-4ee613086f64 Date: Sun, 19 Aug 2018 07:47: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-19 07:47:42,369 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf/file used request id req-cd3819eb-e016-4bb4-b936-4ee613086f64 2018-08-19 07:47:42,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.32112002373s 2018-08-19 07:47:42,370 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf/file used request id req-cd3819eb-e016-4bb4-b936-4ee613086f64 2018-08-19 07:47:42,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:47:42,377 - 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}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" 2018-08-19 07:47:43,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-8e1e80b1-06a8-4a66-8795-7bbec5ba60cb Date: Sun, 19 Aug 2018 07:47:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:47:42Z", "file": "/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf/file", "owner": "cf5d6056346f411b992530f96a63247f", "id": "88c782f7-02f7-4cd7-bd8c-4640de0483cf", "size": 12716032, "self": "/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:47:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:47:43,119 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8e1e80b1-06a8-4a66-8795-7bbec5ba60cb 2018-08-19 07:47:43,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.745172977448s 2018-08-19 07:47:43,119 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8e1e80b1-06a8-4a66-8795-7bbec5ba60cb 2018-08-19 07:47:43,121 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf/snap', u'metadata': Munch({})})], 'file': u'/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf/file', 'owner': u'cf5d6056346f411b992530f96a63247f', 'id': u'88c782f7-02f7-4cd7-bd8c-4640de0483cf', 'size': 12716032, u'self': u'/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cf5d6056346f411b992530f96a63247f', 'name': 'vmready2-project_cd0f51ce-46ea-4d9b-87ed-8196c623ae85', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T07:47:42Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T07:47:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_cd0f51ce-46ea-4d9b-87ed-8196c623ae85', '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/88c782f7-02f7-4cd7-bd8c-4640de0483cf', 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_cd0f51ce-46ea-4d9b-87ed-8196c623ae85', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_cd0f51ce-46ea-4d9b-87ed-8196c623ae85', 'created': u'2018-08-19T07:47:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T07:47:40Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf', 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_cd0f51ce-46ea-4d9b-87ed-8196c623ae85', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 07:47:43,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 07:47:43,125 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 07:47:44,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-ad41d0da-af7b-4889-b31e-b10f2cc805da x-compute-request-id: req-ad41d0da-af7b-4889-b31e-b10f2cc805da Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d9392f9b-fdd9-422b-956c-abea21bb7960", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d9392f9b-fdd9-422b-956c-abea21bb7960", "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": "d9392f9b-fdd9-422b-956c-abea21bb7960"}} 2018-08-19 07:47:44,228 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ad41d0da-af7b-4889-b31e-b10f2cc805da 2018-08-19 07:47:44,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 1.10553622246s 2018-08-19 07:47:44,228 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ad41d0da-af7b-4889-b31e-b10f2cc805da 2018-08-19 07:47:44,229 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_cd0f51ce-46ea-4d9b-87ed-8196c623ae85', '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'7dc2782794df470c83590a2cbd73fefb', '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'd9392f9b-fdd9-422b-956c-abea21bb7960', 'swap': 0}) 2018-08-19 07:47:44,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 07:47:44,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/d9392f9b-fdd9-422b-956c-abea21bb7960/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}79e1f967e551bb2d119667d8f5dfc153711c4c23" -d '{"extra_specs": {}}' 2018-08-19 07:47:44,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4362e962-9832-41ba-a2f4-1ef38acc8ec5 x-compute-request-id: req-4362e962-9832-41ba-a2f4-1ef38acc8ec5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 07:47:44,360 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/d9392f9b-fdd9-422b-956c-abea21bb7960/os-extra_specs used request id req-4362e962-9832-41ba-a2f4-1ef38acc8ec5 2018-08-19 07:47:44,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.130635976791s 2018-08-19 07:47:44,360 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/d9392f9b-fdd9-422b-956c-abea21bb7960/os-extra_specs used request id req-4362e962-9832-41ba-a2f4-1ef38acc8ec5 2018-08-19 07:47:44,474 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 07:47:44,474 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-19 07:47:44,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 07:47:44,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/4d81eb92-e7a0-492f-bb4e-c400b06cf3e3/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}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" -d '{"subnet_id": "2aa2a09a-9dcd-4eb0-900c-131ad246a28b"}' 2018-08-19 07:47:47,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eab2808c-31d0-416f-9604-3f3d695861c9 Date: Sun, 19 Aug 2018 07:47:47 GMT RESP BODY: {"network_id": "a529cb4e-f810-4978-aac0-6cce4d76b514", "tenant_id": "cf5d6056346f411b992530f96a63247f", "subnet_id": "2aa2a09a-9dcd-4eb0-900c-131ad246a28b", "subnet_ids": ["2aa2a09a-9dcd-4eb0-900c-131ad246a28b"], "port_id": "537aec92-8853-4bb9-aeb3-12be9f4baaf6", "id": "4d81eb92-e7a0-492f-bb4e-c400b06cf3e3"} 2018-08-19 07:47:47,268 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4d81eb92-e7a0-492f-bb4e-c400b06cf3e3/remove_router_interface.json used request id req-eab2808c-31d0-416f-9604-3f3d695861c9 2018-08-19 07:47:47,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.7911760807s 2018-08-19 07:47:47,268 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/4d81eb92-e7a0-492f-bb4e-c400b06cf3e3/remove_router_interface.json used request id req-eab2808c-31d0-416f-9604-3f3d695861c9 returning object 4d81eb92-e7a0-492f-bb4e-c400b06cf3e3 2018-08-19 07:47:47,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 07:47:47,269 - 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}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" 2018-08-19 07:47:47,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-baf59863-b4e5-4192-b8df-099839e9e9bd Date: Sun, 19 Aug 2018 07:47:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "cf5d6056346f411b992530f96a63247f", "created_at": "2018-08-19T07:47:35Z", "admin_state_up": true, "updated_at": "2018-08-19T07:47:46Z", "revision_number": 4, "routes": [], "project_id": "cf5d6056346f411b992530f96a63247f", "id": "4d81eb92-e7a0-492f-bb4e-c400b06cf3e3", "name": "vmready2-router_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}]} 2018-08-19 07:47:47,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-baf59863-b4e5-4192-b8df-099839e9e9bd 2018-08-19 07:47:47,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.358964920044s 2018-08-19 07:47:47,628 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-baf59863-b4e5-4192-b8df-099839e9e9bd 2018-08-19 07:47:47,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 07:47:47,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/4d81eb92-e7a0-492f-bb4e-c400b06cf3e3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" 2018-08-19 07:47:49,100 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4cdb1fd-cdac-4002-9228-9c3273a30e89 Content-Length: 0 Date: Sun, 19 Aug 2018 07:47:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:47:49,100 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/4d81eb92-e7a0-492f-bb4e-c400b06cf3e3.json used request id req-b4cdb1fd-cdac-4002-9228-9c3273a30e89 2018-08-19 07:47:49,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.47083997726s 2018-08-19 07:47:49,100 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/4d81eb92-e7a0-492f-bb4e-c400b06cf3e3.json used request id req-b4cdb1fd-cdac-4002-9228-9c3273a30e89 2018-08-19 07:47:49,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:47:49,101 - 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}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" 2018-08-19 07:47:50,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-cc3c29e8-dcf1-450a-919a-f92fd2a35620 Date: Sun, 19 Aug 2018 07:47:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a529cb4e-f810-4978-aac0-6cce4d76b514","tenant_id":"cf5d6056346f411b992530f96a63247f","created_at":"2018-08-19T07:47:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:47:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"cf5d6056346f411b992530f96a63247f","id":"2aa2a09a-9dcd-4eb0-900c-131ad246a28b","subnetpool_id":null,"name":"vmready2-subnet_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}]} 2018-08-19 07:47:50,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-cc3c29e8-dcf1-450a-919a-f92fd2a35620 2018-08-19 07:47:50,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.1243121624s 2018-08-19 07:47:50,225 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-cc3c29e8-dcf1-450a-919a-f92fd2a35620 2018-08-19 07:47:50,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 07:47:50,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/2aa2a09a-9dcd-4eb0-900c-131ad246a28b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" 2018-08-19 07:47:52,560 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d6f7dd00-ea9d-4a87-8b0c-1035c9967c0b Date: Sun, 19 Aug 2018 07:47:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:47:52,560 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/2aa2a09a-9dcd-4eb0-900c-131ad246a28b.json used request id req-d6f7dd00-ea9d-4a87-8b0c-1035c9967c0b 2018-08-19 07:47:52,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.33376097679s 2018-08-19 07:47:52,560 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/2aa2a09a-9dcd-4eb0-900c-131ad246a28b.json used request id req-d6f7dd00-ea9d-4a87-8b0c-1035c9967c0b 2018-08-19 07:47:52,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:47:52,561 - 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}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" 2018-08-19 07:47:52,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-ab525504-e110-49c1-b1c6-bd85740a8700 Date: Sun, 19 Aug 2018 07:47:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T07:47:52Z","tenant_id":"cf5d6056346f411b992530f96a63247f","created_at":"2018-08-19T07:47:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"cf5d6056346f411b992530f96a63247f","id":"a529cb4e-f810-4978-aac0-6cce4d76b514","name":"vmready2-net_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}]} 2018-08-19 07:47:52,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ab525504-e110-49c1-b1c6-bd85740a8700 2018-08-19 07:47:52,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.393138885498s 2018-08-19 07:47:52,954 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ab525504-e110-49c1-b1c6-bd85740a8700 2018-08-19 07:47:52,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 07:47:52,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/a529cb4e-f810-4978-aac0-6cce4d76b514.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" 2018-08-19 07:47:54,674 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9fbac12a-4cd8-445e-b081-36bc5340b6e8 Date: Sun, 19 Aug 2018 07:47:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:47:54,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a529cb4e-f810-4978-aac0-6cce4d76b514.json used request id req-9fbac12a-4cd8-445e-b081-36bc5340b6e8 2018-08-19 07:47:54,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.71979093552s 2018-08-19 07:47:54,675 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a529cb4e-f810-4978-aac0-6cce4d76b514.json used request id req-9fbac12a-4cd8-445e-b081-36bc5340b6e8 2018-08-19 07:47:54,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:47:54,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}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" 2018-08-19 07:47:55,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-9c265152-9c4b-4976-a5d2-8221b2e73316 Date: Sun, 19 Aug 2018 07:47:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:47:42Z", "file": "/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf/file", "owner": "cf5d6056346f411b992530f96a63247f", "id": "88c782f7-02f7-4cd7-bd8c-4640de0483cf", "size": 12716032, "self": "/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:47:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:47:55,445 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9c265152-9c4b-4976-a5d2-8221b2e73316 2018-08-19 07:47:55,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.768283843994s 2018-08-19 07:47:55,446 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9c265152-9c4b-4976-a5d2-8221b2e73316 2018-08-19 07:47:55,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 07:47:55,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e5bdc2bc03d281e972ae432d9a8b536f0f2d3aba" 2018-08-19 07:47:57,647 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2916563f-0d4a-4e49-9fb9-536aaffcac34 Date: Sun, 19 Aug 2018 07:47:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 07:47:57,648 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf used request id req-2916563f-0d4a-4e49-9fb9-536aaffcac34 2018-08-19 07:47:57,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.19994997978s 2018-08-19 07:47:57,648 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/88c782f7-02f7-4cd7-bd8c-4640de0483cf used request id req-2916563f-0d4a-4e49-9fb9-536aaffcac34 2018-08-19 07:47:57,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:47:57,651 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:57,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e7d6f7b-7e37-40c4-a0a4-f8672b847b45 x-compute-request-id: req-3e7d6f7b-7e37-40c4-a0a4-f8672b847b45 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d9392f9b-fdd9-422b-956c-abea21bb7960", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d9392f9b-fdd9-422b-956c-abea21bb7960", "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": "d9392f9b-fdd9-422b-956c-abea21bb7960"}]} 2018-08-19 07:47:57,776 - 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-3e7d6f7b-7e37-40c4-a0a4-f8672b847b45 2018-08-19 07:47:57,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.127885818481s 2018-08-19 07:47:57,777 - 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-3e7d6f7b-7e37-40c4-a0a4-f8672b847b45 2018-08-19 07:47:57,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 07:47:57,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/d9392f9b-fdd9-422b-956c-abea21bb7960 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:57,931 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:47:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-848ef5db-b69b-4e8b-a0f3-dd352df487af x-compute-request-id: req-848ef5db-b69b-4e8b-a0f3-dd352df487af Content-Length: 0 Content-Type: application/json 2018-08-19 07:47:57,931 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/d9392f9b-fdd9-422b-956c-abea21bb7960 used request id req-848ef5db-b69b-4e8b-a0f3-dd352df487af 2018-08-19 07:47:57,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.152543067932s 2018-08-19 07:47:57,932 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/d9392f9b-fdd9-422b-956c-abea21bb7960 used request id req-848ef5db-b69b-4e8b-a0f3-dd352df487af 2018-08-19 07:47:57,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:47:57,935 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:58,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-688f7184-87e8-4c64-ac02-558209790507 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "vmready2-user_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "links": {"self": "http://172.30.9.27:5000/v3/users/e9f9b7b2bdda45d6bdffabe266f52409"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e9f9b7b2bdda45d6bdffabe266f52409", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 07:47:58,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-688f7184-87e8-4c64-ac02-558209790507 2018-08-19 07:47:58,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205652952194s 2018-08-19 07:47:58,138 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-688f7184-87e8-4c64-ac02-558209790507 2018-08-19 07:47:58,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:47:58,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/e9f9b7b2bdda45d6bdffabe266f52409 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:58,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2ab6e84-a29e-4edb-9a1e-aff82fdec5a8 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_cd0f51ce-46ea-4d9b-87ed-8196c623ae85", "links": {"self": "http://172.30.9.27:5000/v3/users/e9f9b7b2bdda45d6bdffabe266f52409"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e9f9b7b2bdda45d6bdffabe266f52409", "description": null}} 2018-08-19 07:47:58,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/e9f9b7b2bdda45d6bdffabe266f52409 used request id req-c2ab6e84-a29e-4edb-9a1e-aff82fdec5a8 2018-08-19 07:47:58,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.128694057465s 2018-08-19 07:47:58,273 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/e9f9b7b2bdda45d6bdffabe266f52409 used request id req-c2ab6e84-a29e-4edb-9a1e-aff82fdec5a8 2018-08-19 07:47:58,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 07:47:58,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/e9f9b7b2bdda45d6bdffabe266f52409 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:58,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:47:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e49214c-7d0a-4064-ad73-4b26bf5b5b6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:47:58,606 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e9f9b7b2bdda45d6bdffabe266f52409 used request id req-9e49214c-7d0a-4064-ad73-4b26bf5b5b6c 2018-08-19 07:47:58,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.33243894577s 2018-08-19 07:47:58,606 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e9f9b7b2bdda45d6bdffabe266f52409 used request id req-9e49214c-7d0a-4064-ad73-4b26bf5b5b6c 2018-08-19 07:47:58,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 07:47:58,615 - 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}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:58,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38ebd257-5a59-4e4b-98a7-7f95aa1c2e22 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.27:5000/v3/projects/cf5d6056346f411b992530f96a63247f"}, "tags": [], "enabled": true, "id": "cf5d6056346f411b992530f96a63247f", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_cd0f51ce-46ea-4d9b-87ed-8196c623ae85"}]} 2018-08-19 07:47:58,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-38ebd257-5a59-4e4b-98a7-7f95aa1c2e22 2018-08-19 07:47:58,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191140890121s 2018-08-19 07:47:58,804 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-38ebd257-5a59-4e4b-98a7-7f95aa1c2e22 2018-08-19 07:47:58,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 07:47:58,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/cf5d6056346f411b992530f96a63247f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}79e1f967e551bb2d119667d8f5dfc153711c4c23" 2018-08-19 07:47:59,156 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:47:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5383d77-5376-41bc-a00e-47a4d9fdbde6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:47:59,157 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/cf5d6056346f411b992530f96a63247f used request id req-c5383d77-5376-41bc-a00e-47a4d9fdbde6 2018-08-19 07:47:59,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.348201036453s 2018-08-19 07:47:59,157 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/cf5d6056346f411b992530f96a63247f used request id req-c5383d77-5376-41bc-a00e-47a4d9fdbde6 2018-08-19 07:47:59,206 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-19 07:47:59,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:47:59,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:47:59,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:47:59,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:47:59,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:47:59,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:47:59,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:47:59,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:47:59,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:47:59,245 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:47:59,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:47:59,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:47:59,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:47:59,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:47:59,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:47:59,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:47:59,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:47:59,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:47:59,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:47:59,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:47:59,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:47:59,246 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:47:59,248 - 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-19 07:47:59,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:47:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1c3bb3f-5891-4395-b50d-a08706bb6af9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:47:59,253 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d1c3bb3f-5891-4395-b50d-a08706bb6af9 2018-08-19 07:47:59,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:47:59,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:47:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["cbCAi7YCTNmA5bOJvS9XCA"], "issued_at": "2018-08-19T07:47:59.000000Z"}} 2018-08-19 07:47:59,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:47:59,662 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:47:59,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f46a3b51-14b7-438e-a2c2-dc41d28afe12 Date: Sun, 19 Aug 2018 07:48:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 07:47:59,996 - 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-f46a3b51-14b7-438e-a2c2-dc41d28afe12 2018-08-19 07:47:59,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.333984136581s 2018-08-19 07:47:59,996 - 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-f46a3b51-14b7-438e-a2c2-dc41d28afe12 2018-08-19 07:48:00,002 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-19 07:48:00,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 07:48:00,003 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"network": {"name": "singlevm1-net_fd054a84-3e1b-4e0e-9723-971576aa9608", "admin_state_up": true}}' 2018-08-19 07:48:00,621 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9a84583e-3506-4d50-be2c-be841157140a Date: Sun, 19 Aug 2018 07:48:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f5c57758-8b8c-4143-b2a3-e0ca01787e6d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T07:48:00Z","is_default":false,"provider:segmentation_id":57,"name":"singlevm1-net_fd054a84-3e1b-4e0e-9723-971576aa9608","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:48:00Z","mtu":1450}} 2018-08-19 07:48:00,621 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9a84583e-3506-4d50-be2c-be841157140a 2018-08-19 07:48:00,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.618787050247s 2018-08-19 07:48:00,622 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9a84583e-3506-4d50-be2c-be841157140a 2018-08-19 07:48:00,622 - 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-19T07:48:00Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f5c57758-8b8c-4143-b2a3-e0ca01787e6d', u'provider:segmentation_id': 57, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_fd054a84-3e1b-4e0e-9723-971576aa9608', u'admin_state_up': True, u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T07:48:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 07:48:00,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:48:00,623 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:00,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-1f240669-98de-426b-bfd2-1c15be9dfd8e Date: Sun, 19 Aug 2018 07:48:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f5c57758-8b8c-4143-b2a3-e0ca01787e6d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T07:48:00Z","provider:segmentation_id":57,"name":"singlevm1-net_fd054a84-3e1b-4e0e-9723-971576aa9608","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:48:00Z","provider:network_type":"vxlan"}]} 2018-08-19 07:48:00,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1f240669-98de-426b-bfd2-1c15be9dfd8e 2018-08-19 07:48:00,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.344612836838s 2018-08-19 07:48:00,968 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1f240669-98de-426b-bfd2-1c15be9dfd8e 2018-08-19 07:48:00,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 07:48:00,970 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"subnet": {"name": "singlevm1-subnet_fd054a84-3e1b-4e0e-9723-971576aa9608", "enable_dhcp": true, "network_id": "f5c57758-8b8c-4143-b2a3-e0ca01787e6d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 07:48:02,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-a5cfd971-b1ce-406b-8d2c-b7670bc390b8 Date: Sun, 19 Aug 2018 07:48:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5c57758-8b8c-4143-b2a3-e0ca01787e6d","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:48:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:48:02Z","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":"7dc2782794df470c83590a2cbd73fefb","id":"01b65da4-5f38-4683-a4cc-2383ea61994a","subnetpool_id":null,"name":"singlevm1-subnet_fd054a84-3e1b-4e0e-9723-971576aa9608"}} 2018-08-19 07:48:02,416 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a5cfd971-b1ce-406b-8d2c-b7670bc390b8 2018-08-19 07:48:02,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.44653010368s 2018-08-19 07:48:02,416 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a5cfd971-b1ce-406b-8d2c-b7670bc390b8 2018-08-19 07:48:02,417 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:48:02Z', 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'01b65da4-5f38-4683-a4cc-2383ea61994a', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_fd054a84-3e1b-4e0e-9723-971576aa9608', u'enable_dhcp': True, u'network_id': u'f5c57758-8b8c-4143-b2a3-e0ca01787e6d', u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T07:48:02Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 07:48:02,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 07:48:02,418 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "singlevm1-router_fd054a84-3e1b-4e0e-9723-971576aa9608", "admin_state_up": true}}' 2018-08-19 07:48:03,472 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-80021641-8d0c-40fb-a147-3aa8c32977d4 Date: Sun, 19 Aug 2018 07:48:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:48:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T07:48:03Z", "revision_number": 2, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "8167d70f-5634-46ee-8b81-69e342173385", "name": "singlevm1-router_fd054a84-3e1b-4e0e-9723-971576aa9608"}} 2018-08-19 07:48:03,473 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-80021641-8d0c-40fb-a147-3aa8c32977d4 2018-08-19 07:48:03,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.0555460453s 2018-08-19 07:48:03,473 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-80021641-8d0c-40fb-a147-3aa8c32977d4 2018-08-19 07:48:03,474 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T07:48:02Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-19T07:48:03Z', u'revision_number': 2, u'routes': [], u'project_id': u'7dc2782794df470c83590a2cbd73fefb', u'id': u'8167d70f-5634-46ee-8b81-69e342173385', u'name': u'singlevm1-router_fd054a84-3e1b-4e0e-9723-971576aa9608'}) 2018-08-19 07:48:03,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 07:48:03,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/8167d70f-5634-46ee-8b81-69e342173385/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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"subnet_id": "01b65da4-5f38-4683-a4cc-2383ea61994a"}' 2018-08-19 07:48:05,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f87e4a2f-babe-481c-a3fa-f5b441da8997 Date: Sun, 19 Aug 2018 07:48:05 GMT RESP BODY: {"network_id": "f5c57758-8b8c-4143-b2a3-e0ca01787e6d", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "01b65da4-5f38-4683-a4cc-2383ea61994a", "subnet_ids": ["01b65da4-5f38-4683-a4cc-2383ea61994a"], "port_id": "bccbc951-b2cd-4f00-a6b7-ab1fa1eb80ad", "id": "8167d70f-5634-46ee-8b81-69e342173385"} 2018-08-19 07:48:05,221 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/8167d70f-5634-46ee-8b81-69e342173385/add_router_interface.json used request id req-f87e4a2f-babe-481c-a3fa-f5b441da8997 2018-08-19 07:48:05,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.74671506882s 2018-08-19 07:48:05,221 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/8167d70f-5634-46ee-8b81-69e342173385/add_router_interface.json used request id req-f87e4a2f-babe-481c-a3fa-f5b441da8997 returning object 8167d70f-5634-46ee-8b81-69e342173385 2018-08-19 07:48:05,222 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-19 07:48:05,349 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-19 07:48:05,351 - 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-19 07:48:05,356 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 07:48:05 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-19 07:48:05,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:48:05,361 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:06,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-67cbfc6f-940f-4636-b2c8-a41799a96e98 Date: Sun, 19 Aug 2018 07:48:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:48:06,312 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-67cbfc6f-940f-4636-b2c8-a41799a96e98 2018-08-19 07:48:06,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.953061819077s 2018-08-19 07:48:06,312 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-67cbfc6f-940f-4636-b2c8-a41799a96e98 2018-08-19 07:48:06,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 07:48:06,323 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_fd054a84-3e1b-4e0e-9723-971576aa9608", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_fd054a84-3e1b-4e0e-9723-971576aa9608"}' 2018-08-19 07:48:07,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-414025f5-456c-416c-be8d-aa6bbb0065f7 Date: Sun, 19 Aug 2018 07:48:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:48:07Z", "file": "/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "size": null, "self": "/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "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_fd054a84-3e1b-4e0e-9723-971576aa9608", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_fd054a84-3e1b-4e0e-9723-971576aa9608", "checksum": null, "created_at": "2018-08-19T07:48:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 07:48:07,178 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-414025f5-456c-416c-be8d-aa6bbb0065f7 2018-08-19 07:48:07,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.858204126358s 2018-08-19 07:48:07,178 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-414025f5-456c-416c-be8d-aa6bbb0065f7 returning object 83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8 2018-08-19 07:48:07,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 07:48:07,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '' 2018-08-19 07:48:07,925 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1bebe7da-1e0a-44ab-bce8-e04cfe6c0de0 Date: Sun, 19 Aug 2018 07:48:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 07:48:07,925 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/file used request id req-1bebe7da-1e0a-44ab-bce8-e04cfe6c0de0 2018-08-19 07:48:07,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.746378898621s 2018-08-19 07:48:07,926 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/file used request id req-1bebe7da-1e0a-44ab-bce8-e04cfe6c0de0 2018-08-19 07:48:07,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:48:07,934 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:07,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-2d257704-81c2-4f36-a565-a0b49c651400 Date: Sun, 19 Aug 2018 07:48:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:48:07Z", "file": "/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "size": 12716032, "self": "/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_fd054a84-3e1b-4e0e-9723-971576aa9608", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_fd054a84-3e1b-4e0e-9723-971576aa9608", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:48:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:48:07,955 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2d257704-81c2-4f36-a565-a0b49c651400 2018-08-19 07:48:07,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0248470306396s 2018-08-19 07:48:07,955 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2d257704-81c2-4f36-a565-a0b49c651400 2018-08-19 07:48:07,957 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/file', 'owner': u'7dc2782794df470c83590a2cbd73fefb', 'id': u'83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8', 'size': 12716032, u'self': u'/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T07:48:07Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T07:48:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_fd054a84-3e1b-4e0e-9723-971576aa9608', '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/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8', 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_fd054a84-3e1b-4e0e-9723-971576aa9608', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_fd054a84-3e1b-4e0e-9723-971576aa9608', 'created': u'2018-08-19T07:48:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T07:48:07Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8', 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_fd054a84-3e1b-4e0e-9723-971576aa9608', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 07:48:07,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 07:48:07,960 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_fd054a84-3e1b-4e0e-9723-971576aa9608", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 07:48:08,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:48:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12ff9fbe-3578-4ec2-bc7a-853985e52855 x-compute-request-id: req-12ff9fbe-3578-4ec2-bc7a-853985e52855 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_fd054a84-3e1b-4e0e-9723-971576aa9608", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a", "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": "934daa81-8113-4e35-81fe-f7c325b99e8a"}} 2018-08-19 07:48:08,318 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-12ff9fbe-3578-4ec2-bc7a-853985e52855 2018-08-19 07:48:08,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.360543966293s 2018-08-19 07:48:08,319 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-12ff9fbe-3578-4ec2-bc7a-853985e52855 2018-08-19 07:48:08,320 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_fd054a84-3e1b-4e0e-9723-971576aa9608', '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'7dc2782794df470c83590a2cbd73fefb', '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'934daa81-8113-4e35-81fe-f7c325b99e8a', 'swap': 0}) 2018-08-19 07:48:08,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 07:48:08,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a/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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"extra_specs": {}}' 2018-08-19 07:48:08,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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 x-openstack-request-id: req-67d04a2d-6ed7-41d2-9b50-88b6299eaa84 x-compute-request-id: req-67d04a2d-6ed7-41d2-9b50-88b6299eaa84 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 07:48:08,473 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a/os-extra_specs used request id req-67d04a2d-6ed7-41d2-9b50-88b6299eaa84 2018-08-19 07:48:08,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.152435064316s 2018-08-19 07:48:08,473 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a/os-extra_specs used request id req-67d04a2d-6ed7-41d2-9b50-88b6299eaa84 2018-08-19 07:48:08,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-19 07:48:08,476 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"keypair": {"name": "singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608"}}' 2018-08-19 07:48:08,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-123876bf-bb3a-4a20-bcf4-06dc67ddf6ce x-compute-request-id: req-123876bf-bb3a-4a20-bcf4-06dc67ddf6ce Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwMq9flmzbKVYAjzQ2spLU1jLH7xCk8Tz4Yy/ZsQozKz1MTrZb98Xzi2R+FfyDIjFfBAKFzO04BDowZczEIQJqnKkaH2Z7mlNs9dQSX91uxzaRgRQ82XfGLIbHYT7+4ksHw9wv4xzxSSdxMV0v/zSiAD+gMbphBm/maNXGqBY1X0KN46me7WCatvoZ1eZw+FA+P7em3nxy5xxHxwwV47uqJlTYiCJUQ1N3xFZ9RiDeyRgZWuVGb1j1FtCQ/EZPpAobFfc9sbcVYV9kvbhs00yRIG5YpZI+yB0a3tpp9RjaPbtcdMDTpMIy1XKjZ3jFa8NvZk/Sn9jfL01Dki0rg32L Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAsDKvX5Zs2ylWAI80NrKS1NYyx+8QpPE8+GMv2bEKMys9TE62\nW/fF84tkfhX8gyIxXwQChcztOAQ6MGXMxCECapypGh9me5pTbPXUEl/dbsc2kYEU\nPNl3xiyGx2E+/uJLB8PcL+Mc8UkncTFdL/80ogA/oDG6YQZv5mjVxqgWNV9CjeOp\nnu1gmrb6GdXmcPhQPj+3pt58cuccR8cMFeO7qiZU2IgiVENTd8RWfUYg3skYGVrl\nRm9Y9RbQkPxGT6QKGxX3PbG3FWFfZL24bNNMkSBuWKWSPsgdGt7aafUY2j27XHTA\n06TCMtVyo2d4xWvDb2ZP0p/Y3y9NQ5ItK4N9iwIDAQABAoIBAQCnRlcsPlj179ZQ\nDaQaUYoIOZpYKWP503R4s2GYH/V5ApHdQdTqlt39CtbKxQDHVczdUac7c4O57Hl5\nvQubH2N152i6/hiDO8374Z4GG7DTHJl3pb2azzJgl6EU5AO0Yw2sP4togwrVHwgs\n9BpuGLDVI7tD0DILLttJOTnKsYT0APkN5JzZFRrZM/zjoWWMHQP1WeXo/bB+V/4U\n6PYQtHa80xBzo+4jUsXmNpgRTwZMp6lBs+K1Ze97Tt++5q4Xpt/NyMQqLSL1GITs\nKkR02uPP7l554KhHnH2Uzc370a2kPJW7p54qbQcm7DC2bpVTYdzVcnZaRVLSJ9+t\n/HMDTX4hAoGBAOgClBZz3AHaBKDMepJcToGkxyFfkYzX8xOG050MN1Ygft5NE8HN\nb9WKHuUBoHa4ek77L8M7HVXzk35WXWUti7TxCFDVc0yWz2M9hyL1ET46Tjb+bGWH\n3MT76Lj3eboPiub62hOTyPte+6OJyT6Mne05Zb0CjTA7HUnOnpx5E2KpAoGBAMJq\nu6tv69ImBthci+qmr9jPck2SDCAdqapxtVUszSi6NPMQplQracig133gYBr9IR1D\naKkWUe8ehOnPe9xCmredaCuwxzqVXfoPZsVl2qiKmzgiGJQUW6Az6lOrzrNfAt/e\nPsqA+prPZLGJ2Y95zy1eVgrECxEnKnAwXHD9v7MTAoGAdMg3ekW/TD9NbRL/74P/\nEEq84ROV0+svM3j+M2Lex797nLH3a+nYjQgFHQiAmMGq7u6I0CCFV6pPZ5xZToBq\nfh2FLgsDCl4u7akeyH3KvCPlEtFmBoUonw6dydznrLv+Et3Zv1j4JW9eAqdsYMuv\nAqWNjGIoZ0qaJ3iVZfWbyGECgYAHktLWvdho6lRP72L/9BhbkNE6FltkkONAIYfX\n1pPzZzWS1m40TzCiwSlD3Q7BXmUA19Rm6ditQPoahZukm++dAYPCV/Oa46CykhEF\n1Y7sC+I6EJH2ish6+CrDsaiush/Rir3Vc6rPhw68H8ua3Drm4IrnhnWL6IOttSSU\nvj3OgwKBgFzwRBLIm2Z+WDIcE/gK/4ho40f3jQ0EbisXCDI8w3B+4IUgQN25SVxS\nCaNmHeYOQWUPTjeLlKu8QZFJp4la9/ai+IKzacNe9LoFDEuQpzBokG49dLWCmfLN\ng7iVvG8T6TmI6O7iXGiCKXkDc0MlwWniLtG28Zbi6V5JRTJZu42E\n-----END RSA PRIVATE KEY-----\n", "user_id": "cfec4dbda83243a1905b27a43c0d90fd", "name": "singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608", "fingerprint": "ef:f1:2f:18:48:02:0f:eb:21:e9:47:e3:a5:ff:59:b5"}} 2018-08-19 07:48:08,647 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-123876bf-bb3a-4a20-bcf4-06dc67ddf6ce 2018-08-19 07:48:08,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.173413991928s 2018-08-19 07:48:08,647 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-123876bf-bb3a-4a20-bcf4-06dc67ddf6ce 2018-08-19 07:48:08,648 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwMq9flmzbKVYAjzQ2spLU1jLH7xCk8Tz4Yy/ZsQozKz1MTrZb98Xzi2R+FfyDIjFfBAKFzO04BDowZczEIQJqnKkaH2Z7mlNs9dQSX91uxzaRgRQ82XfGLIbHYT7+4ksHw9wv4xzxSSdxMV0v/zSiAD+gMbphBm/maNXGqBY1X0KN46me7WCatvoZ1eZw+FA+P7em3nxy5xxHxwwV47uqJlTYiCJUQ1N3xFZ9RiDeyRgZWuVGb1j1FtCQ/EZPpAobFfc9sbcVYV9kvbhs00yRIG5YpZI+yB0a3tpp9RjaPbtcdMDTpMIy1XKjZ3jFa8NvZk/Sn9jfL01Dki0rg32L Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAsDKvX5Zs2ylWAI80NrKS1NYyx+8QpPE8+GMv2bEKMys9TE62\nW/fF84tkfhX8gyIxXwQChcztOAQ6MGXMxCECapypGh9me5pTbPXUEl/dbsc2kYEU\nPNl3xiyGx2E+/uJLB8PcL+Mc8UkncTFdL/80ogA/oDG6YQZv5mjVxqgWNV9CjeOp\nnu1gmrb6GdXmcPhQPj+3pt58cuccR8cMFeO7qiZU2IgiVENTd8RWfUYg3skYGVrl\nRm9Y9RbQkPxGT6QKGxX3PbG3FWFfZL24bNNMkSBuWKWSPsgdGt7aafUY2j27XHTA\n06TCMtVyo2d4xWvDb2ZP0p/Y3y9NQ5ItK4N9iwIDAQABAoIBAQCnRlcsPlj179ZQ\nDaQaUYoIOZpYKWP503R4s2GYH/V5ApHdQdTqlt39CtbKxQDHVczdUac7c4O57Hl5\nvQubH2N152i6/hiDO8374Z4GG7DTHJl3pb2azzJgl6EU5AO0Yw2sP4togwrVHwgs\n9BpuGLDVI7tD0DILLttJOTnKsYT0APkN5JzZFRrZM/zjoWWMHQP1WeXo/bB+V/4U\n6PYQtHa80xBzo+4jUsXmNpgRTwZMp6lBs+K1Ze97Tt++5q4Xpt/NyMQqLSL1GITs\nKkR02uPP7l554KhHnH2Uzc370a2kPJW7p54qbQcm7DC2bpVTYdzVcnZaRVLSJ9+t\n/HMDTX4hAoGBAOgClBZz3AHaBKDMepJcToGkxyFfkYzX8xOG050MN1Ygft5NE8HN\nb9WKHuUBoHa4ek77L8M7HVXzk35WXWUti7TxCFDVc0yWz2M9hyL1ET46Tjb+bGWH\n3MT76Lj3eboPiub62hOTyPte+6OJyT6Mne05Zb0CjTA7HUnOnpx5E2KpAoGBAMJq\nu6tv69ImBthci+qmr9jPck2SDCAdqapxtVUszSi6NPMQplQracig133gYBr9IR1D\naKkWUe8ehOnPe9xCmredaCuwxzqVXfoPZsVl2qiKmzgiGJQUW6Az6lOrzrNfAt/e\nPsqA+prPZLGJ2Y95zy1eVgrECxEnKnAwXHD9v7MTAoGAdMg3ekW/TD9NbRL/74P/\nEEq84ROV0+svM3j+M2Lex797nLH3a+nYjQgFHQiAmMGq7u6I0CCFV6pPZ5xZToBq\nfh2FLgsDCl4u7akeyH3KvCPlEtFmBoUonw6dydznrLv+Et3Zv1j4JW9eAqdsYMuv\nAqWNjGIoZ0qaJ3iVZfWbyGECgYAHktLWvdho6lRP72L/9BhbkNE6FltkkONAIYfX\n1pPzZzWS1m40TzCiwSlD3Q7BXmUA19Rm6ditQPoahZukm++dAYPCV/Oa46CykhEF\n1Y7sC+I6EJH2ish6+CrDsaiush/Rir3Vc6rPhw68H8ua3Drm4IrnhnWL6IOttSSU\nvj3OgwKBgFzwRBLIm2Z+WDIcE/gK/4ho40f3jQ0EbisXCDI8w3B+4IUgQN25SVxS\nCaNmHeYOQWUPTjeLlKu8QZFJp4la9/ai+IKzacNe9LoFDEuQpzBokG49dLWCmfLN\ng7iVvG8T6TmI6O7iXGiCKXkDc0MlwWniLtG28Zbi6V5JRTJZu42E\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'cfec4dbda83243a1905b27a43c0d90fd', 'name': u'singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608', 'created_at': '2018-08-19T07:48:08.648485', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ef:f1:2f:18:48:02:0f:eb:21:e9:47:e3:a5:ff:59:b5', 'type': 'ssh', 'id': u'singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608'}) 2018-08-19 07:48:08,648 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAsDKvX5Zs2ylWAI80NrKS1NYyx+8QpPE8+GMv2bEKMys9TE62 W/fF84tkfhX8gyIxXwQChcztOAQ6MGXMxCECapypGh9me5pTbPXUEl/dbsc2kYEU PNl3xiyGx2E+/uJLB8PcL+Mc8UkncTFdL/80ogA/oDG6YQZv5mjVxqgWNV9CjeOp nu1gmrb6GdXmcPhQPj+3pt58cuccR8cMFeO7qiZU2IgiVENTd8RWfUYg3skYGVrl Rm9Y9RbQkPxGT6QKGxX3PbG3FWFfZL24bNNMkSBuWKWSPsgdGt7aafUY2j27XHTA 06TCMtVyo2d4xWvDb2ZP0p/Y3y9NQ5ItK4N9iwIDAQABAoIBAQCnRlcsPlj179ZQ DaQaUYoIOZpYKWP503R4s2GYH/V5ApHdQdTqlt39CtbKxQDHVczdUac7c4O57Hl5 vQubH2N152i6/hiDO8374Z4GG7DTHJl3pb2azzJgl6EU5AO0Yw2sP4togwrVHwgs 9BpuGLDVI7tD0DILLttJOTnKsYT0APkN5JzZFRrZM/zjoWWMHQP1WeXo/bB+V/4U 6PYQtHa80xBzo+4jUsXmNpgRTwZMp6lBs+K1Ze97Tt++5q4Xpt/NyMQqLSL1GITs KkR02uPP7l554KhHnH2Uzc370a2kPJW7p54qbQcm7DC2bpVTYdzVcnZaRVLSJ9+t /HMDTX4hAoGBAOgClBZz3AHaBKDMepJcToGkxyFfkYzX8xOG050MN1Ygft5NE8HN b9WKHuUBoHa4ek77L8M7HVXzk35WXWUti7TxCFDVc0yWz2M9hyL1ET46Tjb+bGWH 3MT76Lj3eboPiub62hOTyPte+6OJyT6Mne05Zb0CjTA7HUnOnpx5E2KpAoGBAMJq u6tv69ImBthci+qmr9jPck2SDCAdqapxtVUszSi6NPMQplQracig133gYBr9IR1D aKkWUe8ehOnPe9xCmredaCuwxzqVXfoPZsVl2qiKmzgiGJQUW6Az6lOrzrNfAt/e PsqA+prPZLGJ2Y95zy1eVgrECxEnKnAwXHD9v7MTAoGAdMg3ekW/TD9NbRL/74P/ EEq84ROV0+svM3j+M2Lex797nLH3a+nYjQgFHQiAmMGq7u6I0CCFV6pPZ5xZToBq fh2FLgsDCl4u7akeyH3KvCPlEtFmBoUonw6dydznrLv+Et3Zv1j4JW9eAqdsYMuv AqWNjGIoZ0qaJ3iVZfWbyGECgYAHktLWvdho6lRP72L/9BhbkNE6FltkkONAIYfX 1pPzZzWS1m40TzCiwSlD3Q7BXmUA19Rm6ditQPoahZukm++dAYPCV/Oa46CykhEF 1Y7sC+I6EJH2ish6+CrDsaiush/Rir3Vc6rPhw68H8ua3Drm4IrnhnWL6IOttSSU vj3OgwKBgFzwRBLIm2Z+WDIcE/gK/4ho40f3jQ0EbisXCDI8w3B+4IUgQN25SVxS CaNmHeYOQWUPTjeLlKu8QZFJp4la9/ai+IKzacNe9LoFDEuQpzBokG49dLWCmfLN g7iVvG8T6TmI6O7iXGiCKXkDc0MlwWniLtG28Zbi6V5JRTJZu42E -----END RSA PRIVATE KEY----- 2018-08-19 07:48:08,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-19 07:48:08,651 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"security_group": {"name": "singlevm1-sg_fd054a84-3e1b-4e0e-9723-971576aa9608", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-19 07:48:09,165 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-fcc81ef0-fc3c-4f14-9734-b116948689dc Date: Sun, 19 Aug 2018 07:48:09 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:48:09Z", "updated_at": "2018-08-19T07:48:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:48:09Z", "revision_number": 0, "id": "5d611d3f-05af-44a4-8215-54051d6cbae6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:48:09Z", "security_group_id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv6", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:48:09Z", "revision_number": 0, "id": "87c2a7f1-1d74-4a1c-b8e9-ec13530cb690", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:48:09Z", "security_group_id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}], "revision_number": 1, "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "name": "singlevm1-sg_fd054a84-3e1b-4e0e-9723-971576aa9608"}} 2018-08-19 07:48:09,165 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-fcc81ef0-fc3c-4f14-9734-b116948689dc 2018-08-19 07:48:09,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.514816999435s 2018-08-19 07:48:09,166 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-fcc81ef0-fc3c-4f14-9734-b116948689dc 2018-08-19 07:48:09,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 07:48:09,170 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:09,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-cb69e120-25c6-4725-b09c-267025f94d24 Date: Sun, 19 Aug 2018 07:48:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:46:19Z", "updated_at": "2018-08-19T07:46:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "23fe5e29-82c3-4a91-a2e8-64a0fd5eeafc", "remote_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv6", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "4fee544b-601e-4dd8-ae17-1505e0be9a69", "remote_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "7fb8e174-d07e-4aa2-811e-4c64c19f7886", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "d7119fd3-ca35-49f7-ac1a-3bc7feb3eaa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv6", "project_id": "7dc2782794df470c83590a2cbd73fefb"}], "revision_number": 1, "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "created_at": "2018-08-19T07:38:02Z", "updated_at": "2018-08-19T07:38:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "22628cda-7845-4b7b-b56f-e2a3b7508e81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "72d414281c1547fdbc271e9afb311d2d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "76ff67cd-09c7-446d-bd48-a0c97d96b799", "remote_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "72d414281c1547fdbc271e9afb311d2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "aeda4c59-1b67-4db1-bd8b-bfc19e04f839", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "72d414281c1547fdbc271e9afb311d2d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "b1e83e46-a5b4-409d-8201-51b3714efc94", "remote_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "72d414281c1547fdbc271e9afb311d2d"}], "revision_number": 1, "project_id": "72d414281c1547fdbc271e9afb311d2d", "id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-19T07:46:24Z", "updated_at": "2018-08-19T07:46:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:24Z", "revision_number": 0, "id": "8b3686ac-4df6-4afc-9fbf-ba64e3022b09", "remote_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "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-19T07:46:24Z", "revision_number": 0, "id": "8fa5fe1c-d9fd-445d-b138-df087bcc0a0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "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-19T07:46:24Z", "revision_number": 0, "id": "d7d37f6c-6c49-4524-8d8e-1559352402dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:24Z", "revision_number": 0, "id": "f7bd0ee6-b4aa-4f53-bca5-df6d995d1ec7", "remote_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "32008b77-62a4-4564-bef4-7e08a6660b45", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22d6e62feed7407daa7804352ee95684", "created_at": "2018-08-19T07:46:43Z", "updated_at": "2018-08-19T07:46:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "5226c30d-0f18-4bf0-895e-a452f1bef243", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d6e62feed7407daa7804352ee95684"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "6e48d2f5-d290-4ef5-b117-65c2686a78ae", "remote_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d6e62feed7407daa7804352ee95684"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "ce4d52a1-4e06-4a91-b9d0-80e1129d41f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d6e62feed7407daa7804352ee95684"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "d526c9db-44c0-4f12-aad7-ab38f98314c8", "remote_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d6e62feed7407daa7804352ee95684"}], "revision_number": 1, "project_id": "22d6e62feed7407daa7804352ee95684", "id": "df7df79a-da85-41b8-8b25-a69179678c82", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cf5d6056346f411b992530f96a63247f", "created_at": "2018-08-19T07:47:32Z", "updated_at": "2018-08-19T07:47:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "681b42ad-cd64-49d2-b150-875c4db93178", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf5d6056346f411b992530f96a63247f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "8e9211c6-ca3c-4aa2-aa5f-02dbc2105f98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf5d6056346f411b992530f96a63247f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "cf2f3bd9-61f0-41d1-823c-1b4ceb414b22", "remote_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf5d6056346f411b992530f96a63247f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "dd93aa42-7526-4513-bbff-a4122b5eac98", "remote_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf5d6056346f411b992530f96a63247f"}], "revision_number": 1, "project_id": "cf5d6056346f411b992530f96a63247f", "id": "e01e5278-3921-4b3c-b692-ece72d150143", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:48:09Z", "updated_at": "2018-08-19T07:48:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:48:09Z", "revision_number": 0, "id": "5d611d3f-05af-44a4-8215-54051d6cbae6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:48:09Z", "security_group_id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv6", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:48:09Z", "revision_number": 0, "id": "87c2a7f1-1d74-4a1c-b8e9-ec13530cb690", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:48:09Z", "security_group_id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}], "revision_number": 1, "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "name": "singlevm1-sg_fd054a84-3e1b-4e0e-9723-971576aa9608"}]} 2018-08-19 07:48:09,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-cb69e120-25c6-4725-b09c-267025f94d24 2018-08-19 07:48:09,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.338160037994s 2018-08-19 07:48:09,509 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-cb69e120-25c6-4725-b09c-267025f94d24 2018-08-19 07:48:09,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 07:48:09,514 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -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": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d"}}' 2018-08-19 07:48:09,998 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f11f7b88-c8b6-43f3-b0c9-959a6b14d2a1 Date: Sun, 19 Aug 2018 07:48:10 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-19T07:48:09Z", "security_group_id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "port_range_min": 22, "revision_number": 0, "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:48:09Z", "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "596e0b4c-c4a2-458d-bd1c-06cc86d49a1d"}} 2018-08-19 07:48:09,998 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-f11f7b88-c8b6-43f3-b0c9-959a6b14d2a1 2018-08-19 07:48:09,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.484831094742s 2018-08-19 07:48:09,999 - 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-f11f7b88-c8b6-43f3-b0c9-959a6b14d2a1 2018-08-19 07:48:10,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 07:48:10,003 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:10,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-e5c29100-1b4e-42d9-931a-f3e94ac4dc7b Date: Sun, 19 Aug 2018 07:48:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:46:19Z", "updated_at": "2018-08-19T07:46:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "23fe5e29-82c3-4a91-a2e8-64a0fd5eeafc", "remote_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv6", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "4fee544b-601e-4dd8-ae17-1505e0be9a69", "remote_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "7fb8e174-d07e-4aa2-811e-4c64c19f7886", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "d7119fd3-ca35-49f7-ac1a-3bc7feb3eaa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv6", "project_id": "7dc2782794df470c83590a2cbd73fefb"}], "revision_number": 1, "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "created_at": "2018-08-19T07:38:02Z", "updated_at": "2018-08-19T07:38:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "22628cda-7845-4b7b-b56f-e2a3b7508e81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "72d414281c1547fdbc271e9afb311d2d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "76ff67cd-09c7-446d-bd48-a0c97d96b799", "remote_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "72d414281c1547fdbc271e9afb311d2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "aeda4c59-1b67-4db1-bd8b-bfc19e04f839", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "72d414281c1547fdbc271e9afb311d2d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "b1e83e46-a5b4-409d-8201-51b3714efc94", "remote_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "72d414281c1547fdbc271e9afb311d2d"}], "revision_number": 1, "project_id": "72d414281c1547fdbc271e9afb311d2d", "id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-19T07:46:24Z", "updated_at": "2018-08-19T07:46:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:24Z", "revision_number": 0, "id": "8b3686ac-4df6-4afc-9fbf-ba64e3022b09", "remote_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "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-19T07:46:24Z", "revision_number": 0, "id": "8fa5fe1c-d9fd-445d-b138-df087bcc0a0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "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-19T07:46:24Z", "revision_number": 0, "id": "d7d37f6c-6c49-4524-8d8e-1559352402dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:24Z", "revision_number": 0, "id": "f7bd0ee6-b4aa-4f53-bca5-df6d995d1ec7", "remote_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "32008b77-62a4-4564-bef4-7e08a6660b45", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22d6e62feed7407daa7804352ee95684", "created_at": "2018-08-19T07:46:43Z", "updated_at": "2018-08-19T07:46:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "5226c30d-0f18-4bf0-895e-a452f1bef243", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d6e62feed7407daa7804352ee95684"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "6e48d2f5-d290-4ef5-b117-65c2686a78ae", "remote_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d6e62feed7407daa7804352ee95684"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "ce4d52a1-4e06-4a91-b9d0-80e1129d41f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d6e62feed7407daa7804352ee95684"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "d526c9db-44c0-4f12-aad7-ab38f98314c8", "remote_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d6e62feed7407daa7804352ee95684"}], "revision_number": 1, "project_id": "22d6e62feed7407daa7804352ee95684", "id": "df7df79a-da85-41b8-8b25-a69179678c82", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cf5d6056346f411b992530f96a63247f", "created_at": "2018-08-19T07:47:32Z", "updated_at": "2018-08-19T07:47:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "681b42ad-cd64-49d2-b150-875c4db93178", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf5d6056346f411b992530f96a63247f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "8e9211c6-ca3c-4aa2-aa5f-02dbc2105f98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf5d6056346f411b992530f96a63247f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "cf2f3bd9-61f0-41d1-823c-1b4ceb414b22", "remote_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf5d6056346f411b992530f96a63247f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "dd93aa42-7526-4513-bbff-a4122b5eac98", "remote_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf5d6056346f411b992530f96a63247f"}], "revision_number": 1, "project_id": "cf5d6056346f411b992530f96a63247f", "id": "e01e5278-3921-4b3c-b692-ece72d150143", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:48:09Z", "updated_at": "2018-08-19T07:48:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T07:48:09Z", "revision_number": 0, "id": "596e0b4c-c4a2-458d-bd1c-06cc86d49a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:48:09Z", "security_group_id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": 22, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:48:09Z", "revision_number": 0, "id": "5d611d3f-05af-44a4-8215-54051d6cbae6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:48:09Z", "security_group_id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv6", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:48:09Z", "revision_number": 0, "id": "87c2a7f1-1d74-4a1c-b8e9-ec13530cb690", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:48:09Z", "security_group_id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}], "revision_number": 2, "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "name": "singlevm1-sg_fd054a84-3e1b-4e0e-9723-971576aa9608"}]} 2018-08-19 07:48:10,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e5c29100-1b4e-42d9-931a-f3e94ac4dc7b 2018-08-19 07:48:10,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.336901903152s 2018-08-19 07:48:10,340 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e5c29100-1b4e-42d9-931a-f3e94ac4dc7b 2018-08-19 07:48:10,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 07:48:10,345 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -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": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d"}}' 2018-08-19 07:48:11,128 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-53388e46-e309-48df-9378-e6b3ea1df37d Date: Sun, 19 Aug 2018 07:48:11 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-19T07:48:10Z", "security_group_id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "port_range_min": null, "revision_number": 0, "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:48:10Z", "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "77353374-5eaf-4d5c-a981-a8749865a79c"}} 2018-08-19 07:48:11,129 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-53388e46-e309-48df-9378-e6b3ea1df37d 2018-08-19 07:48:11,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.784369945526s 2018-08-19 07:48:11,129 - 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-53388e46-e309-48df-9378-e6b3ea1df37d 2018-08-19 07:48:11,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:48:11,131 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:11,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ba67b5f2-d1c6-48a3-acbe-60f1623bc2ba Date: Sun, 19 Aug 2018 07:48:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f5c57758-8b8c-4143-b2a3-e0ca01787e6d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":["01b65da4-5f38-4683-a4cc-2383ea61994a"],"description":"","tags":[],"updated_at":"2018-08-19T07:48:02Z","provider:segmentation_id":57,"name":"singlevm1-net_fd054a84-3e1b-4e0e-9723-971576aa9608","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:48:00Z","provider:network_type":"vxlan"}]} 2018-08-19 07:48:11,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ba67b5f2-d1c6-48a3-acbe-60f1623bc2ba 2018-08-19 07:48:11,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.35403585434s 2018-08-19 07:48:11,485 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ba67b5f2-d1c6-48a3-acbe-60f1623bc2ba 2018-08-19 07:48:11,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:48:11,494 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:11,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-98d755d6-352e-4ec0-8180-0c4ddcf1b290 Date: Sun, 19 Aug 2018 07:48:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:48:07Z", "file": "/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "size": 12716032, "self": "/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_fd054a84-3e1b-4e0e-9723-971576aa9608", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_fd054a84-3e1b-4e0e-9723-971576aa9608", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:48:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:48:11,780 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-98d755d6-352e-4ec0-8180-0c4ddcf1b290 2018-08-19 07:48:11,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.289649009705s 2018-08-19 07:48:11,781 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-98d755d6-352e-4ec0-8180-0c4ddcf1b290 2018-08-19 07:48:11,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:48:11,784 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:11,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-8ebd98c8-32a7-412d-aca0-594833ad30d7 x-compute-request-id: req-8ebd98c8-32a7-412d-aca0-594833ad30d7 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_fd054a84-3e1b-4e0e-9723-971576aa9608", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a", "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": "934daa81-8113-4e35-81fe-f7c325b99e8a"}]} 2018-08-19 07:48:11,806 - 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-8ebd98c8-32a7-412d-aca0-594833ad30d7 2018-08-19 07:48:11,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0240619182587s 2018-08-19 07:48:11,806 - 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-8ebd98c8-32a7-412d-aca0-594833ad30d7 2018-08-19 07:48:11,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-19 07:48:11,810 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"server": {"name": "singlevm1-vm_fd054a84-3e1b-4e0e-9723-971576aa9608", "imageRef": "83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "key_name": "singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608", "flavorRef": "934daa81-8113-4e35-81fe-f7c325b99e8a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f5c57758-8b8c-4143-b2a3-e0ca01787e6d"}], "security_groups": [{"name": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d"}]}}' 2018-08-19 07:48:17,648 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07: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 x-openstack-request-id: req-a55646d0-112b-41fc-9e8d-d0f8c8a64143 x-compute-request-id: req-a55646d0-112b-41fc-9e8d-d0f8c8a64143 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d"}], "OS-DCF:diskConfig": "MANUAL", "id": "c0beef82-d688-4402-94b5-f0c6cf16cdd9", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "bookmark"}], "adminPass": "Ri4S9BqKCP6A"}} 2018-08-19 07:48:17,649 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-a55646d0-112b-41fc-9e8d-d0f8c8a64143 2018-08-19 07:48:17,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.84097886086s 2018-08-19 07:48:17,649 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-a55646d0-112b-41fc-9e8d-d0f8c8a64143 2018-08-19 07:48:17,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:48:17,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:18,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a746535a-602b-4b87-81dc-b49d1727303a x-compute-request-id: req-a746535a-602b-4b87-81dc-b49d1727303a Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "bookmark"}], "image": {"id": "83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "links": [{"href": "http://172.30.9.27:8774/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "934daa81-8113-4e35-81fe-f7c325b99e8a", "links": [{"href": "http://172.30.9.27:8774/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a", "rel": "bookmark"}]}, "id": "c0beef82-d688-4402-94b5-f0c6cf16cdd9", "user_id": "cfec4dbda83243a1905b27a43c0d90fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:48:17Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_fd054a84-3e1b-4e0e-9723-971576aa9608", "created": "2018-08-19T07:48:17Z", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:48:18,607 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a746535a-602b-4b87-81dc-b49d1727303a 2018-08-19 07:48:18,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.957453012466s 2018-08-19 07:48:18,608 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a746535a-602b-4b87-81dc-b49d1727303a 2018-08-19 07:48:18,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:48:18,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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:18,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-1cd03cd4-276a-4757-a8ea-76eaa4766e30 Date: Sun, 19 Aug 2018 07:48:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f5c57758-8b8c-4143-b2a3-e0ca01787e6d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":["01b65da4-5f38-4683-a4cc-2383ea61994a"],"description":"","tags":[],"updated_at":"2018-08-19T07:48:02Z","provider:segmentation_id":57,"name":"singlevm1-net_fd054a84-3e1b-4e0e-9723-971576aa9608","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:48:00Z","provider:network_type":"vxlan"}]} 2018-08-19 07:48:18,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1cd03cd4-276a-4757-a8ea-76eaa4766e30 2018-08-19 07:48:18,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0802190303802s 2018-08-19 07:48:18,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1cd03cd4-276a-4757-a8ea-76eaa4766e30 2018-08-19 07:48:18,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:48:18,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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:18,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-fbf0542f-73d6-4605-9c74-370e2ee56c8c Date: Sun, 19 Aug 2018 07:48:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5c57758-8b8c-4143-b2a3-e0ca01787e6d","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:48:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:48:02Z","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":"7dc2782794df470c83590a2cbd73fefb","id":"01b65da4-5f38-4683-a4cc-2383ea61994a","subnetpool_id":null,"name":"singlevm1-subnet_fd054a84-3e1b-4e0e-9723-971576aa9608"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:09Z","dns_nameservers":[],"updated_at":"2018-08-19T07:38:09Z","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":"72d414281c1547fdbc271e9afb311d2d","id":"17cee6fd-65c6-481f-9db8-4732319e9d7e","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-19 07:48:18,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-fbf0542f-73d6-4605-9c74-370e2ee56c8c 2018-08-19 07:48:18,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0400531291962s 2018-08-19 07:48:18,737 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-fbf0542f-73d6-4605-9c74-370e2ee56c8c 2018-08-19 07:48:18,738 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:48:20,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:48:20,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:21,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:48:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-063161ff-18a7-4d45-9357-e49bb9f7aed0 x-compute-request-id: req-063161ff-18a7-4d45-9357-e49bb9f7aed0 Content-Encoding: gzip Content-Length: 726 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/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "bookmark"}], "image": {"id": "83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "links": [{"href": "http://172.30.9.27:8774/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "934daa81-8113-4e35-81fe-f7c325b99e8a", "links": [{"href": "http://172.30.9.27:8774/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a", "rel": "bookmark"}]}, "id": "c0beef82-d688-4402-94b5-f0c6cf16cdd9", "user_id": "cfec4dbda83243a1905b27a43c0d90fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:48:20Z", "hostId": "6bac57bf176e134c6231cc1a1d4619d620dc5b0dda496a1cacbe6e68", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_fd054a84-3e1b-4e0e-9723-971576aa9608", "created": "2018-08-19T07:48:17Z", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:48:21,735 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-063161ff-18a7-4d45-9357-e49bb9f7aed0 2018-08-19 07:48:21,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.994775056839s 2018-08-19 07:48:21,736 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-063161ff-18a7-4d45-9357-e49bb9f7aed0 2018-08-19 07:48:21,740 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:48:23,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:48:23,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:25,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-791f195a-15e9-4e5c-9728-eafd8951b8d3 x-compute-request-id: req-791f195a-15e9-4e5c-9728-eafd8951b8d3 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/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "bookmark"}], "image": {"id": "83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "links": [{"href": "http://172.30.9.27:8774/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "934daa81-8113-4e35-81fe-f7c325b99e8a", "links": [{"href": "http://172.30.9.27:8774/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a", "rel": "bookmark"}]}, "id": "c0beef82-d688-4402-94b5-f0c6cf16cdd9", "security_groups": [{"name": "singlevm1-sg_fd054a84-3e1b-4e0e-9723-971576aa9608"}], "user_id": "cfec4dbda83243a1905b27a43c0d90fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:48:21Z", "hostId": "6bac57bf176e134c6231cc1a1d4619d620dc5b0dda496a1cacbe6e68", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_fd054a84-3e1b-4e0e-9723-971576aa9608", "created": "2018-08-19T07:48:17Z", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:48:25,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-791f195a-15e9-4e5c-9728-eafd8951b8d3 2018-08-19 07:48:25,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.41275596619s 2018-08-19 07:48:25,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-791f195a-15e9-4e5c-9728-eafd8951b8d3 2018-08-19 07:48:25,160 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:48:27,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:48:27,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:28,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:48: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-594f51d6-f0cb-4757-a0cc-8b879ad5e255 x-compute-request-id: req-594f51d6-f0cb-4757-a0cc-8b879ad5e255 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/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "bookmark"}], "image": {"id": "83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "links": [{"href": "http://172.30.9.27:8774/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "934daa81-8113-4e35-81fe-f7c325b99e8a", "links": [{"href": "http://172.30.9.27:8774/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a", "rel": "bookmark"}]}, "id": "c0beef82-d688-4402-94b5-f0c6cf16cdd9", "security_groups": [{"name": "singlevm1-sg_fd054a84-3e1b-4e0e-9723-971576aa9608"}], "user_id": "cfec4dbda83243a1905b27a43c0d90fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:48:21Z", "hostId": "6bac57bf176e134c6231cc1a1d4619d620dc5b0dda496a1cacbe6e68", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_fd054a84-3e1b-4e0e-9723-971576aa9608", "created": "2018-08-19T07:48:17Z", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:48:28,524 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-594f51d6-f0cb-4757-a0cc-8b879ad5e255 2018-08-19 07:48:28,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.36188387871s 2018-08-19 07:48:28,525 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-594f51d6-f0cb-4757-a0cc-8b879ad5e255 2018-08-19 07:48:28,529 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:48:30,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:48:30,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:32,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-0f54e6a9-906d-48d1-ade9-c24555184c13 x-compute-request-id: req-0f54e6a9-906d-48d1-ade9-c24555184c13 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_fd054a84-3e1b-4e0e-9723-971576aa9608": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:c5:92", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "bookmark"}], "image": {"id": "83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "links": [{"href": "http://172.30.9.27:8774/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "934daa81-8113-4e35-81fe-f7c325b99e8a", "links": [{"href": "http://172.30.9.27:8774/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a", "rel": "bookmark"}]}, "id": "c0beef82-d688-4402-94b5-f0c6cf16cdd9", "security_groups": [{"name": "singlevm1-sg_fd054a84-3e1b-4e0e-9723-971576aa9608"}], "user_id": "cfec4dbda83243a1905b27a43c0d90fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:48:21Z", "hostId": "6bac57bf176e134c6231cc1a1d4619d620dc5b0dda496a1cacbe6e68", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_fd054a84-3e1b-4e0e-9723-971576aa9608", "created": "2018-08-19T07:48:17Z", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:48:32,320 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0f54e6a9-906d-48d1-ade9-c24555184c13 2018-08-19 07:48:32,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.78788900375s 2018-08-19 07:48:32,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0f54e6a9-906d-48d1-ade9-c24555184c13 2018-08-19 07:48:32,325 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:48:34,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:48:34,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:35,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:48: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-2eaacc1e-2d88-4fc1-a801-22ecf55130c9 x-compute-request-id: req-2eaacc1e-2d88-4fc1-a801-22ecf55130c9 Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_fd054a84-3e1b-4e0e-9723-971576aa9608": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:c5:92", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "bookmark"}], "image": {"id": "83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "links": [{"href": "http://172.30.9.27:8774/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-19T07:48:32.000000", "flavor": {"id": "934daa81-8113-4e35-81fe-f7c325b99e8a", "links": [{"href": "http://172.30.9.27:8774/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a", "rel": "bookmark"}]}, "id": "c0beef82-d688-4402-94b5-f0c6cf16cdd9", "security_groups": [{"name": "singlevm1-sg_fd054a84-3e1b-4e0e-9723-971576aa9608"}], "user_id": "cfec4dbda83243a1905b27a43c0d90fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:48:32Z", "hostId": "6bac57bf176e134c6231cc1a1d4619d620dc5b0dda496a1cacbe6e68", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_fd054a84-3e1b-4e0e-9723-971576aa9608", "created": "2018-08-19T07:48:17Z", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:48:35,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2eaacc1e-2d88-4fc1-a801-22ecf55130c9 2018-08-19 07:48:35,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.737520933151s 2018-08-19 07:48:35,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2eaacc1e-2d88-4fc1-a801-22ecf55130c9 2018-08-19 07:48:35,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:48:35,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=c0beef82-d688-4402-94b5-f0c6cf16cdd9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:35,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-acc1a40d-bc81-4de7-a514-37bc803ab2fb Date: Sun, 19 Aug 2018 07:48:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-19T07:48:31Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"01b65da4-5f38-4683-a4cc-2383ea61994a","ip_address":"192.168.120.23"}],"id":"7f4cccd4-da96-4622-84fd-ada78ed2a66e","security_groups":["f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:71:c5:92","project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c0beef82-d688-4402-94b5-f0c6cf16cdd9","name":"","admin_state_up":true,"network_id":"f5c57758-8b8c-4143-b2a3-e0ca01787e6d","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:48:22Z","binding:vnic_type":"normal"}]} 2018-08-19 07:48:35,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=c0beef82-d688-4402-94b5-f0c6cf16cdd9 used request id req-acc1a40d-bc81-4de7-a514-37bc803ab2fb 2018-08-19 07:48:35,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0941450595856s 2018-08-19 07:48:35,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=c0beef82-d688-4402-94b5-f0c6cf16cdd9 used request id req-acc1a40d-bc81-4de7-a514-37bc803ab2fb 2018-08-19 07:48:35,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:48:35,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=7f4cccd4-da96-4622-84fd-ada78ed2a66e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:35,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-77c7a75c-0844-423a-b136-c447a3da104b Date: Sun, 19 Aug 2018 07:48:35 GMT RESP BODY: {"floatingips": []} 2018-08-19 07:48:35,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=7f4cccd4-da96-4622-84fd-ada78ed2a66e used request id req-77c7a75c-0844-423a-b136-c447a3da104b 2018-08-19 07:48:35,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.331670999527s 2018-08-19 07:48:35,502 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=7f4cccd4-da96-4622-84fd-ada78ed2a66e used request id req-77c7a75c-0844-423a-b136-c447a3da104b 2018-08-19 07:48:35,502 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_fd054a84-3e1b-4e0e-9723-971576aa9608': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:71:c5:92', u'version': 4, u'addr': u'192.168.120.23', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-08-19T07:48:32.000000', 'flavor': Munch({u'id': u'934daa81-8113-4e35-81fe-f7c325b99e8a'}), 'az': u'nova', 'id': u'c0beef82-d688-4402-94b5-f0c6cf16cdd9', 'security_groups': [Munch({u'name': u'singlevm1-sg_fd054a84-3e1b-4e0e-9723-971576aa9608'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'cfec4dbda83243a1905b27a43c0d90fd', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', '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-19T07:48:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T07:48:32Z', 'hostId': u'6bac57bf176e134c6231cc1a1d4619d620dc5b0dda496a1cacbe6e68', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608', 'public_v6': '', 'private_v4': u'192.168.120.23', 'cloud': 'envvars', 'host_id': u'6bac57bf176e134c6231cc1a1d4619d620dc5b0dda496a1cacbe6e68', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-08-19T07:48:32.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'7dc2782794df470c83590a2cbd73fefb', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_fd054a84-3e1b-4e0e-9723-971576aa9608', 'adminPass': u'Ri4S9BqKCP6A', 'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', 'created_at': u'2018-08-19T07:48:17Z', 'created': u'2018-08-19T07:48:17Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-19 07:48:35,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:48:35,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:35,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-c9af11e9-3b06-45ef-802c-2133dfce6951 Date: Sun, 19 Aug 2018 07:48:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f5c57758-8b8c-4143-b2a3-e0ca01787e6d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":["01b65da4-5f38-4683-a4cc-2383ea61994a"],"description":"","tags":[],"updated_at":"2018-08-19T07:48:02Z","provider:segmentation_id":57,"name":"singlevm1-net_fd054a84-3e1b-4e0e-9723-971576aa9608","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:48:00Z","provider:network_type":"vxlan"}]} 2018-08-19 07:48:35,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c9af11e9-3b06-45ef-802c-2133dfce6951 2018-08-19 07:48:35,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118385076523s 2018-08-19 07:48:35,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c9af11e9-3b06-45ef-802c-2133dfce6951 2018-08-19 07:48:35,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:48:35,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=c0beef82-d688-4402-94b5-f0c6cf16cdd9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:35,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-1c27c912-1c97-46fd-9d4b-f282c30b9792 Date: Sun, 19 Aug 2018 07:48:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-19T07:48:31Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"01b65da4-5f38-4683-a4cc-2383ea61994a","ip_address":"192.168.120.23"}],"id":"7f4cccd4-da96-4622-84fd-ada78ed2a66e","security_groups":["f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:71:c5:92","project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"c0beef82-d688-4402-94b5-f0c6cf16cdd9","name":"","admin_state_up":true,"network_id":"f5c57758-8b8c-4143-b2a3-e0ca01787e6d","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:48:22Z","binding:vnic_type":"normal"}]} 2018-08-19 07:48:35,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=c0beef82-d688-4402-94b5-f0c6cf16cdd9 used request id req-1c27c912-1c97-46fd-9d4b-f282c30b9792 2018-08-19 07:48:35,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0427129268646s 2018-08-19 07:48:35,669 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=c0beef82-d688-4402-94b5-f0c6cf16cdd9 used request id req-1c27c912-1c97-46fd-9d4b-f282c30b9792 2018-08-19 07:48:35,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-19 07:48:35,670 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"floatingip": {"floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.23", "port_id": "7f4cccd4-da96-4622-84fd-ada78ed2a66e"}}' 2018-08-19 07:48:37,830 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-4b076494-3153-49f5-a7be-86664a696687 Date: Sun, 19 Aug 2018 07:48:37 GMT RESP BODY: {"floatingip": {"router_id": "8167d70f-5634-46ee-8b81-69e342173385", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T07:48:36Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "7f4cccd4-da96-4622-84fd-ada78ed2a66e", "id": "1b140b41-d042-41ea-aa60-1c21c66e05e8", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:48:36Z", "project_id": "7dc2782794df470c83590a2cbd73fefb"}} 2018-08-19 07:48:37,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-4b076494-3153-49f5-a7be-86664a696687 2018-08-19 07:48:37,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.16081786156s 2018-08-19 07:48:37,831 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-4b076494-3153-49f5-a7be-86664a696687 2018-08-19 07:48:37,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:48:37,840 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:37,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-a333f272-a696-4719-90f5-2ad684cf4f18 Date: Sun, 19 Aug 2018 07:48:37 GMT RESP BODY: {"floatingips": [{"router_id": "8167d70f-5634-46ee-8b81-69e342173385", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T07:48:36Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "7f4cccd4-da96-4622-84fd-ada78ed2a66e", "id": "1b140b41-d042-41ea-aa60-1c21c66e05e8", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:48:36Z", "project_id": "7dc2782794df470c83590a2cbd73fefb"}]} 2018-08-19 07:48:37,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a333f272-a696-4719-90f5-2ad684cf4f18 2018-08-19 07:48:37,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0670268535614s 2018-08-19 07:48:37,906 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a333f272-a696-4719-90f5-2ad684cf4f18 2018-08-19 07:48:37,910 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'8167d70f-5634-46ee-8b81-69e342173385', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', 'created_at': u'2018-08-19T07:48:36Z', 'attached': True, 'updated_at': u'2018-08-19T07:48:36Z', 'id': u'1b140b41-d042-41ea-aa60-1c21c66e05e8', 'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', 'fixed_ip_address': u'192.168.120.23', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'8167d70f-5634-46ee-8b81-69e342173385', 'project_id': u'7dc2782794df470c83590a2cbd73fefb', 'port_id': u'7f4cccd4-da96-4622-84fd-ada78ed2a66e', 'port': u'7f4cccd4-da96-4622-84fd-ada78ed2a66e', 'network': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54'}) 2018-08-19 07:48:37,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 07:48:37,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9/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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 07:48:38,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-3092faec-ad70-4f55-8ec2-ca211724940e x-compute-request-id: req-3092faec-ad70-4f55-8ec2-ca211724940e Content-Encoding: gzip Content-Length: 9577 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 499273225 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184830] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.187118] pid_max: default: 32768 minimum: 301\n[ 0.188348] ACPI: Core revision 20150930\n[ 0.190015] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191818] Security Framework initialized\n[ 0.192936] Yama: becoming mindful.\n[ 0.193944] AppArmor: AppArmor initialized\n[ 0.195110] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196883] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198612] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200255] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202129] Initializing cgroup subsys io\n[ 0.203256] Initializing cgroup subsys memory\n[ 0.204451] Initializing cgroup subsys devices\n[ 0.205655] Initializing cgroup subsys freezer\n[ 0.206851] Initializing cgroup subsys net_cls\n[ 0.208054] Initializing cgroup subsys perf_event\n[ 0.209298] Initializing cgroup subsys net_prio\n[ 0.210516] Initializing cgroup subsys hugetlb\n[ 0.211716] Initializing cgroup subsys pids\n[ 0.212892] CPU: Physical Processor ID: 0\n[ 0.214695] mce: CPU supports 10 MCE banks\n[ 0.215855] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.217219] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233481] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240135] ftrace: allocating 31920 entries in 125 pages\n[ 0.265597] smpboot: Max logical packages: 1\n[ 0.266765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.268648] x2apic enabled\n[ 0.269784] Switched APIC routing to physical x2apic.\n[ 0.272253] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273765] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.276499] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278964] KVM setup paravirtual spinlock\n[ 0.280566] x86: Booted up 1 node, 1 CPUs\n[ 0.281670] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.283543] devtmpfs: initialized\n[ 0.285516] evm: security.selinux\n[ 0.286604] evm: security.SMACK64\n[ 0.287565] evm: security.SMACK64EXEC\n[ 0.288593] evm: security.SMACK64TRANSMUTE\n[ 0.289697] evm: security.SMACK64MMAP\n[ 0.290715] evm: security.ima\n[ 0.291604] evm: security.capability\n[ 0.292690] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295206] pinctrl core: initialized pinctrl subsystem\n[ 0.296688] RTC time: 7:48:33, date: 08/19/18\n[ 0.297980] NET: Registered protocol family 16\n[ 0.299288] cpuidle: using governor ladder\n[ 0.300413] cpuidle: using governor menu\n[ 0.301506] PCCT header not found.\n[ 0.302534] ACPI: bus type PCI registered\n[ 0.303640] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305324] PCI: Using configuration type 1 for base access\n[ 0.307477] ACPI: Added _OSI(Module Device)\n[ 0.308623] ACPI: Added _OSI(Processor Device)\n[ 0.309803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311039] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313199] ACPI: Interpreter enabled\n[ 0.314242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.316786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.321880] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324421] ACPI: (supports S0 S5)\n[ 0.325400] ACPI: Using IOAPIC for interrupt routing\n[ 0.326703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333710] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338293] acpiphp: Slot [3] registered\n[ 0.339392] acpiphp: Slot [4] registered\n[ 0.340495] acpiphp: Slot [5] registered\n[ 0.341592] acpiphp: Slot [6] registered\n[ 0.342691] acpiphp: Slot [7] registered\n[ 0.343788] acpiphp: Slot [8] registered\n[ 0.344885] acpiphp: Slot [9] registered\n[ 0.345973] acpiphp: Slot [10] registered\n[ 0.347080] acpiphp: Slot [11] registered\n[ 0.348194] acpiphp: Slot [12] registered\n[ 0.349302] acpiphp: Slot [13] registered\n[ 0.350400] acpiphp: Slot [14] registered\n[ 0.351518] acpiphp: Slot [15] registered\n[ 0.366780] acpiphp: Slot [16] registered\n[ 0.367910] acpiphp: Slot [17] registered\n[ 0.369023] acpiphp: Slot [18] registered\n[ 0.370133] acpiphp: Slot [19] registered\n[ 0.371250] acpiphp: Slot [20] registered\n[ 0.372358] acpiphp: Slot [21] registered\n[ 0.373460] acpiphp: Slot [22] registered\n[ 0.374566] acpiphp: Slot [23] registered\n[ 0.375678] acpiphp: Slot [24] registered\n[ 0.376786] acpiphp: Slot [25] registered\n[ 0.377894] acpiphp: Slot [26] registered\n[ 0.379003] acpiphp: Slot [27] registered\n[ 0.380123] acpiphp: Slot [28] registered\n[ 0.381240] acpiphp: Slot [29] registered\n[ 0.382349] acpiphp: Slot [30] registered\n[ 0.383461] acpiphp: Slot [31] registered\n[ 0.384569] PCI host bridge to bus 0000:00\n[ 0.385675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387316] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388964] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390947] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392925] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394944] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398850] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400587] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402184] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.403899] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408383] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431663] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435587] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439660] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441361] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443145] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444582] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446702] vgaarb: loaded\n[ 0.447539] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449180] SCSI subsystem initialized\n[ 0.450429] ACPI: bus type USB registered\n[ 0.451568] usbcore: registered new interface driver usbfs\n[ 0.452970] usbcore: registered new interface driver hub\n[ 0.454329] usbcore: registered new device driver usb\n[ 0.455825] PCI: Using ACPI for IRQ routing\n[ 0.457335] NetLabel: Initializing\n[ 0.458396] NetLabel: domain hash size = 128\n[ 0.459567] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460872] NetLabel: unlabeled traffic allowed by default\n[ 0.462433] clocksource: Switched to clocksource kvm-clock\n[ 0.472274] AppArmor: AppArmor Filesystem Enabled\n[ 0.473583] pnp: PnP ACPI init\n[ 0.474803] pnp: PnP ACPI: found 5 devices\n[ 0.481606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483923] NET: Registered protocol family 2\n[ 0.485330] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487081] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490332] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491810] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493408] NET: Registered protocol family 1\n[ 0.494613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496103] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497567] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512062] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526644] Trying to unpack rootfs image as initramfs...\n[ 0.588278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593248] Scanning for low memory corruption every 60 seconds\n[ 0.595431] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597046] audit: initializing netlink subsys (disabled)\n[ 0.598565] audit: type=2000 audit(1534664913.265:1): initialized\n[ 0.600441] Initialise system trusted keyring\n[ 0.601804] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603396] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606134] zbud: loaded\n[ 0.607149] VFS: Disk quotas dquot_6.6.0\n[ 0.608290] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610478] fuse init (API version 7.23)\n[ 0.611712] Key type big_key registered\n[ 0.612817] Allocating IMA MOK and blacklist keyrings.\n[ 0.614551] Key type asymmetric registered\n[ 0.615691] Asymmetric key parser 'x509' registered\n[ 0.617017] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619087] io scheduler noop registered\n[ 0.620178] io scheduler deadline registered (default)\n[ 0.621550] io scheduler cfq registered\n[ 0.622755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624183] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.625927] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.627930] ACPI: Power Button [PWRF]\n[ 0.629157] GHES: HEST is not enabled!\n[ 0.643328] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672913] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675945] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699668] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702691] Linux agpgart interface v0.103\n[ 0.706067] brd: module loaded\n[ 0.708466] loop: module loaded\n[ 0.713779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.715826] GPT:90111 != 2097151\n[ 0.716855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718661] GPT:90111 != 2097151\n[ 0.719651] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721053] vda: vda1 vda15\n[ 0.723225] scsi host0: ata_piix\n[ 0.724366] scsi host1: ata_piix\n[ 0.725425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.727158] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.729547] libphy: Fixed MDIO Bus: probed\n[ 0.730759] tun: Universal TUN/TAP device driver, 1.6\n[ 0.732129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.735357] PPP generic driver version 2.4.2\n[ 0.736708] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.738514] ehci-pci: EHCI PCI platform driver\n[ 0.739773] ehci-platform: EHCI generic platform driver\n[ 0.741295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.742985] ohci-pci: OHCI PCI platform driver\n[ 0.744238] ohci-platform: OHCI generic platform driver\n[ 0.745672] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.760428] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.761908] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.764012] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.765483] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.767181] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.768927] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.770977] usb usb1: Product: UHCI Host Controller\n[ 0.772308] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.773983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.775412] hub 1-0:1.0: USB hub found\n[ 0.776539] hub 1-0:1.0: 2 ports detected\n[ 0.777970] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.781013] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.782371] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.783862] mousedev: PS/2 mouse device common for all mice\n[ 0.785667] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.788287] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789907] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791786] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793479] i2c /dev entries driver\n[ 0.794592] device-mapper: uevent: version 1.0.3\n[ 0.795979] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798345] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800483] NET: Registered protocol family 10\n[ 0.802416] NET: Registered protocol family 17\n[ 0.803710] Key type dns_resolver registered\n[ 0.805140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.806717] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809278] registered taskstats version 1\n[ 0.810539] Loading compiled-in X.509 certificates\n[ 0.812518] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815162] zswap: loaded using pool lzo/zbud\n[ 0.817805] Key type trusted registered\n[ 0.820109] Key type encrypted registered\n[ 0.821287] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822808] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824290] evm: HMAC attrs: 0x1\n[ 0.825714] Magic number: 14:966:824\n[ 0.826966] rtc_cmos 00:00: setting system clock to 2018-08-19 07:48:33 UTC (1534664913)\n[ 0.829307] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830885] EDD information not available.\n[ 0.885386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902151] Write protecting the kernel read-only data: 14336k\n[ 0.907463] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.910198] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.083366] 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.23...\nLease of 192.168.120.23 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5Vs3aRpkofW7zSO2d936y/+xMcflVsZUFf7kBNIfnuCWBFOhOGKI2Fh/PiZQqzZLyP02jYVUtl3dEZcKQWpH4/kK2QKkQqM2SBbvy+7wivpMDr77ncQu7PKC6QxcYBO3xROMmEMOn3gQyLiiQqk15Juvw+/9ow+nlHklj9/YC1XoxGX89782H6G3qqQhtPXvoyjTuwcaHXiC36JX+TXV5MybZH86bdghOiwDifjmHU3Wf4DwhfBylS4oFPOXtjyp3myPymnPjKERg20Sp8W45fbkVC4GVlV4eLTKJ6w9GkyhtWsW049Mpe5EfNQ8X9/2xnkiMuNlNRjToa75Ac8Gb root@singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608\nssh-dss AAAAB3NzaC1kc3MAAACBAIPt2MQRROQLuFk1vl3nJADdq6rlHLyw/K+zGeNEsFQRh8tQ4RnQG8TobekiGelTtLoJK6drJOaLththvaRIAEoHxEKeGiHRIUg6uJ5Nj8X7TdUzT0VDMeRNdIays1iVDoqlE+1vxjU5q2oBZfeCxk01h7JMT+RK4OJ5705c5lfrAAAAFQCzZ6Qc4pnRarsbrE/ogpoh2MIyvQAAAIBfQ0PMGQvSPBlwsC1RAqfUCTwRMRKE2hVM90OY21vtu/NM88RId5cqb5HCayNeH9peOwDOV8GPln6EKCPzM2GGJF2S78aC7kTzLVmvlBh6c1Xjt217Vp9SCy0XCkVnDJuymvsnr0XcyzJHYR5vwYjIZcUJSZ+33NGIYUNPLHgbEwAAAIANIuzcA0pPZ1Bf6NO7zIeg42DXWaj0SgIe2t+b62uCSXbtgtXfpqHloB2hOltndMrloqAMOIhuEIzAbYdrW+2VxOBGReBo1Y4wItuQb/o+PCm+go2DLrHMagZWIycmWOroS6klFu5pB98KSZVYXonlOeljE16Y6WvhKd2tPjZlRg== root@singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608\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.23,24,fe80::f816:3eff:fe71:c592/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.23 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608 login: "} 2018-08-19 07:48:38,692 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9/action used request id req-3092faec-ad70-4f55-8ec2-ca211724940e 2018-08-19 07:48:38,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.7807970047s 2018-08-19 07:48:38,693 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9/action used request id req-3092faec-ad70-4f55-8ec2-ca211724940e 2018-08-19 07:48:38,693 - 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 499273225 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.184830] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.187118] pid_max: default: 32768 minimum: 301 [ 0.188348] ACPI: Core revision 20150930 [ 0.190015] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.191818] Security Framework initialized [ 0.192936] Yama: becoming mindful. [ 0.193944] AppArmor: AppArmor initialized [ 0.195110] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.196883] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.198612] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200255] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202129] Initializing cgroup subsys io [ 0.203256] Initializing cgroup subsys memory [ 0.204451] Initializing cgroup subsys devices [ 0.205655] Initializing cgroup subsys freezer [ 0.206851] Initializing cgroup subsys net_cls [ 0.208054] Initializing cgroup subsys perf_event [ 0.209298] Initializing cgroup subsys net_prio [ 0.210516] Initializing cgroup subsys hugetlb [ 0.211716] Initializing cgroup subsys pids [ 0.212892] CPU: Physical Processor ID: 0 [ 0.214695] mce: CPU supports 10 MCE banks [ 0.215855] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.217219] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.233481] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.240135] ftrace: allocating 31920 entries in 125 pages [ 0.265597] smpboot: Max logical packages: 1 [ 0.266765] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.268648] x2apic enabled [ 0.269784] Switched APIC routing to physical x2apic. [ 0.272253] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.273765] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.276499] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.278964] KVM setup paravirtual spinlock [ 0.280566] x86: Booted up 1 node, 1 CPUs [ 0.281670] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.283543] devtmpfs: initialized [ 0.285516] evm: security.selinux [ 0.286604] evm: security.SMACK64 [ 0.287565] evm: security.SMACK64EXEC [ 0.288593] evm: security.SMACK64TRANSMUTE [ 0.289697] evm: security.SMACK64MMAP [ 0.290715] evm: security.ima [ 0.291604] evm: security.capability [ 0.292690] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.295206] pinctrl core: initialized pinctrl subsystem [ 0.296688] RTC time: 7:48:33, date: 08/19/18 [ 0.297980] NET: Registered protocol family 16 [ 0.299288] cpuidle: using governor ladder [ 0.300413] cpuidle: using governor menu [ 0.301506] PCCT header not found. [ 0.302534] ACPI: bus type PCI registered [ 0.303640] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.305324] PCI: Using configuration type 1 for base access [ 0.307477] ACPI: Added _OSI(Module Device) [ 0.308623] ACPI: Added _OSI(Processor Device) [ 0.309803] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.311039] ACPI: Added _OSI(Processor Aggregator Device) [ 0.313199] ACPI: Interpreter enabled [ 0.314242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.316786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.319327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.321880] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.324421] ACPI: (supports S0 S5) [ 0.325400] ACPI: Using IOAPIC for interrupt routing [ 0.326703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.333710] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.338293] acpiphp: Slot [3] registered [ 0.339392] acpiphp: Slot [4] registered [ 0.340495] acpiphp: Slot [5] registered [ 0.341592] acpiphp: Slot [6] registered [ 0.342691] acpiphp: Slot [7] registered [ 0.343788] acpiphp: Slot [8] registered [ 0.344885] acpiphp: Slot [9] registered [ 0.345973] acpiphp: Slot [10] registered [ 0.347080] acpiphp: Slot [11] registered [ 0.348194] acpiphp: Slot [12] registered [ 0.349302] acpiphp: Slot [13] registered [ 0.350400] acpiphp: Slot [14] registered [ 0.351518] acpiphp: Slot [15] registered [ 0.366780] acpiphp: Slot [16] registered [ 0.367910] acpiphp: Slot [17] registered [ 0.369023] acpiphp: Slot [18] registered [ 0.370133] acpiphp: Slot [19] registered [ 0.371250] acpiphp: Slot [20] registered [ 0.372358] acpiphp: Slot [21] registered [ 0.373460] acpiphp: Slot [22] registered [ 0.374566] acpiphp: Slot [23] registered [ 0.375678] acpiphp: Slot [24] registered [ 0.376786] acpiphp: Slot [25] registered [ 0.377894] acpiphp: Slot [26] registered [ 0.379003] acpiphp: Slot [27] registered [ 0.380123] acpiphp: Slot [28] registered [ 0.381240] acpiphp: Slot [29] registered [ 0.382349] acpiphp: Slot [30] registered [ 0.383461] acpiphp: Slot [31] registered [ 0.384569] PCI host bridge to bus 0000:00 [ 0.385675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.387316] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.388964] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.390947] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.392925] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.394944] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398850] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400587] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402184] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.403899] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408383] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431663] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435587] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439660] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441361] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443145] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444582] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446702] vgaarb: loaded [ 0.447539] vgaarb: bridge control possible 0000:00:02.0 [ 0.449180] SCSI subsystem initialized [ 0.450429] ACPI: bus type USB registered [ 0.451568] usbcore: registered new interface driver usbfs [ 0.452970] usbcore: registered new interface driver hub [ 0.454329] usbcore: registered new device driver usb [ 0.455825] PCI: Using ACPI for IRQ routing [ 0.457335] NetLabel: Initializing [ 0.458396] NetLabel: domain hash size = 128 [ 0.459567] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.460872] NetLabel: unlabeled traffic allowed by default [ 0.462433] clocksource: Switched to clocksource kvm-clock [ 0.472274] AppArmor: AppArmor Filesystem Enabled [ 0.473583] pnp: PnP ACPI init [ 0.474803] pnp: PnP ACPI: found 5 devices [ 0.481606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.483923] NET: Registered protocol family 2 [ 0.485330] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.487081] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.488711] TCP: Hash tables configured (established 4096 bind 4096) [ 0.490332] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.491810] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.493408] NET: Registered protocol family 1 [ 0.494613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.496103] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.497567] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512062] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.526644] Trying to unpack rootfs image as initramfs... [ 0.588278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.593248] Scanning for low memory corruption every 60 seconds [ 0.595431] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.597046] audit: initializing netlink subsys (disabled) [ 0.598565] audit: type=2000 audit(1534664913.265:1): initialized [ 0.600441] Initialise system trusted keyring [ 0.601804] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.603396] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.606134] zbud: loaded [ 0.607149] VFS: Disk quotas dquot_6.6.0 [ 0.608290] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.610478] fuse init (API version 7.23) [ 0.611712] Key type big_key registered [ 0.612817] Allocating IMA MOK and blacklist keyrings. [ 0.614551] Key type asymmetric registered [ 0.615691] Asymmetric key parser 'x509' registered [ 0.617017] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.619087] io scheduler noop registered [ 0.620178] io scheduler deadline registered (default) [ 0.621550] io scheduler cfq registered [ 0.622755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.624183] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.625927] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.627930] ACPI: Power Button [PWRF] [ 0.629157] GHES: HEST is not enabled! [ 0.643328] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.672913] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.675945] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699668] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702691] Linux agpgart interface v0.103 [ 0.706067] brd: module loaded [ 0.708466] loop: module loaded [ 0.713779] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.715826] GPT:90111 != 2097151 [ 0.716855] GPT:Alternate GPT header not at the end of the disk. [ 0.718661] GPT:90111 != 2097151 [ 0.719651] GPT: Use GNU Parted to correct GPT errors. [ 0.721053] vda: vda1 vda15 [ 0.723225] scsi host0: ata_piix [ 0.724366] scsi host1: ata_piix [ 0.725425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.727158] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.729547] libphy: Fixed MDIO Bus: probed [ 0.730759] tun: Universal TUN/TAP device driver, 1.6 [ 0.732129] tun: (C) 1999-2004 Max Krasnyansky [ 0.735357] PPP generic driver version 2.4.2 [ 0.736708] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.738514] ehci-pci: EHCI PCI platform driver [ 0.739773] ehci-platform: EHCI generic platform driver [ 0.741295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.742985] ohci-pci: OHCI PCI platform driver [ 0.744238] ohci-platform: OHCI generic platform driver [ 0.745672] uhci_hcd: USB Universal Host Controller Interface driver [ 0.760428] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.761908] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.764012] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.765483] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.767181] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.768927] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.770977] usb usb1: Product: UHCI Host Controller [ 0.772308] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.773983] usb usb1: SerialNumber: 0000:00:01.2 [ 0.775412] hub 1-0:1.0: USB hub found [ 0.776539] hub 1-0:1.0: 2 ports detected [ 0.777970] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.781013] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.782371] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.783862] mousedev: PS/2 mouse device common for all mice [ 0.785667] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.788287] rtc_cmos 00:00: RTC can wake from S4 [ 0.789907] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.791786] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.793479] i2c /dev entries driver [ 0.794592] device-mapper: uevent: version 1.0.3 [ 0.795979] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.798345] ledtrig-cpu: registered to indicate activity on CPUs [ 0.800483] NET: Registered protocol family 10 [ 0.802416] NET: Registered protocol family 17 [ 0.803710] Key type dns_resolver registered [ 0.805140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.806717] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.809278] registered taskstats version 1 [ 0.810539] Loading compiled-in X.509 certificates [ 0.812518] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.815162] zswap: loaded using pool lzo/zbud [ 0.817805] Key type trusted registered [ 0.820109] Key type encrypted registered [ 0.821287] AppArmor: AppArmor sha1 policy hashing enabled [ 0.822808] ima: No TPM chip found, activating TPM-bypass! [ 0.824290] evm: HMAC attrs: 0x1 [ 0.825714] Magic number: 14:966:824 [ 0.826966] rtc_cmos 00:00: setting system clock to 2018-08-19 07:48:33 UTC (1534664913) [ 0.829307] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.830885] EDD information not available. [ 0.885386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.902151] Write protecting the kernel read-only data: 14336k [ 0.907463] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.910198] 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.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.083366] 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.23... Lease of 192.168.120.23 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5Vs3aRpkofW7zSO2d936y/+xMcflVsZUFf7kBNIfnuCWBFOhOGKI2Fh/PiZQqzZLyP02jYVUtl3dEZcKQWpH4/kK2QKkQqM2SBbvy+7wivpMDr77ncQu7PKC6QxcYBO3xROMmEMOn3gQyLiiQqk15Juvw+/9ow+nlHklj9/YC1XoxGX89782H6G3qqQhtPXvoyjTuwcaHXiC36JX+TXV5MybZH86bdghOiwDifjmHU3Wf4DwhfBylS4oFPOXtjyp3myPymnPjKERg20Sp8W45fbkVC4GVlV4eLTKJ6w9GkyhtWsW049Mpe5EfNQ8X9/2xnkiMuNlNRjToa75Ac8Gb root@singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608 ssh-dss AAAAB3NzaC1kc3MAAACBAIPt2MQRROQLuFk1vl3nJADdq6rlHLyw/K+zGeNEsFQRh8tQ4RnQG8TobekiGelTtLoJK6drJOaLththvaRIAEoHxEKeGiHRIUg6uJ5Nj8X7TdUzT0VDMeRNdIays1iVDoqlE+1vxjU5q2oBZfeCxk01h7JMT+RK4OJ5705c5lfrAAAAFQCzZ6Qc4pnRarsbrE/ogpoh2MIyvQAAAIBfQ0PMGQvSPBlwsC1RAqfUCTwRMRKE2hVM90OY21vtu/NM88RId5cqb5HCayNeH9peOwDOV8GPln6EKCPzM2GGJF2S78aC7kTzLVmvlBh6c1Xjt217Vp9SCy0XCkVnDJuymvsnr0XcyzJHYR5vwYjIZcUJSZ+33NGIYUNPLHgbEwAAAIANIuzcA0pPZ1Bf6NO7zIeg42DXWaj0SgIe2t+b62uCSXbtgtXfpqHloB2hOltndMrloqAMOIhuEIzAbYdrW+2VxOBGReBo1Y4wItuQb/o+PCm+go2DLrHMagZWIycmWOroS6klFu5pB98KSZVYXonlOeljE16Y6WvhKd2tPjZlRg== root@singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608 -----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.23,24,fe80::f816:3eff:fe71:c592/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.23 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608 launch-index: 0 === cirros: current=0.4.0 uptime=4.36 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608 login: 2018-08-19 07:48:39,695 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-08-19 07:48:48,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 07:48:48,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9/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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 07:48:48,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:48: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-58a2d73c-3139-470a-97d7-290a5d0c1f9d x-compute-request-id: req-58a2d73c-3139-470a-97d7-290a5d0c1f9d Content-Encoding: gzip Content-Length: 9577 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 499273225 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.184830] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.187118] pid_max: default: 32768 minimum: 301\n[ 0.188348] ACPI: Core revision 20150930\n[ 0.190015] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.191818] Security Framework initialized\n[ 0.192936] Yama: becoming mindful.\n[ 0.193944] AppArmor: AppArmor initialized\n[ 0.195110] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196883] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.198612] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200255] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202129] Initializing cgroup subsys io\n[ 0.203256] Initializing cgroup subsys memory\n[ 0.204451] Initializing cgroup subsys devices\n[ 0.205655] Initializing cgroup subsys freezer\n[ 0.206851] Initializing cgroup subsys net_cls\n[ 0.208054] Initializing cgroup subsys perf_event\n[ 0.209298] Initializing cgroup subsys net_prio\n[ 0.210516] Initializing cgroup subsys hugetlb\n[ 0.211716] Initializing cgroup subsys pids\n[ 0.212892] CPU: Physical Processor ID: 0\n[ 0.214695] mce: CPU supports 10 MCE banks\n[ 0.215855] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.217219] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233481] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240135] ftrace: allocating 31920 entries in 125 pages\n[ 0.265597] smpboot: Max logical packages: 1\n[ 0.266765] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.268648] x2apic enabled\n[ 0.269784] Switched APIC routing to physical x2apic.\n[ 0.272253] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273765] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.276499] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278964] KVM setup paravirtual spinlock\n[ 0.280566] x86: Booted up 1 node, 1 CPUs\n[ 0.281670] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.283543] devtmpfs: initialized\n[ 0.285516] evm: security.selinux\n[ 0.286604] evm: security.SMACK64\n[ 0.287565] evm: security.SMACK64EXEC\n[ 0.288593] evm: security.SMACK64TRANSMUTE\n[ 0.289697] evm: security.SMACK64MMAP\n[ 0.290715] evm: security.ima\n[ 0.291604] evm: security.capability\n[ 0.292690] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295206] pinctrl core: initialized pinctrl subsystem\n[ 0.296688] RTC time: 7:48:33, date: 08/19/18\n[ 0.297980] NET: Registered protocol family 16\n[ 0.299288] cpuidle: using governor ladder\n[ 0.300413] cpuidle: using governor menu\n[ 0.301506] PCCT header not found.\n[ 0.302534] ACPI: bus type PCI registered\n[ 0.303640] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305324] PCI: Using configuration type 1 for base access\n[ 0.307477] ACPI: Added _OSI(Module Device)\n[ 0.308623] ACPI: Added _OSI(Processor Device)\n[ 0.309803] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311039] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313199] ACPI: Interpreter enabled\n[ 0.314242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.316786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.321880] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324421] ACPI: (supports S0 S5)\n[ 0.325400] ACPI: Using IOAPIC for interrupt routing\n[ 0.326703] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333710] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338293] acpiphp: Slot [3] registered\n[ 0.339392] acpiphp: Slot [4] registered\n[ 0.340495] acpiphp: Slot [5] registered\n[ 0.341592] acpiphp: Slot [6] registered\n[ 0.342691] acpiphp: Slot [7] registered\n[ 0.343788] acpiphp: Slot [8] registered\n[ 0.344885] acpiphp: Slot [9] registered\n[ 0.345973] acpiphp: Slot [10] registered\n[ 0.347080] acpiphp: Slot [11] registered\n[ 0.348194] acpiphp: Slot [12] registered\n[ 0.349302] acpiphp: Slot [13] registered\n[ 0.350400] acpiphp: Slot [14] registered\n[ 0.351518] acpiphp: Slot [15] registered\n[ 0.366780] acpiphp: Slot [16] registered\n[ 0.367910] acpiphp: Slot [17] registered\n[ 0.369023] acpiphp: Slot [18] registered\n[ 0.370133] acpiphp: Slot [19] registered\n[ 0.371250] acpiphp: Slot [20] registered\n[ 0.372358] acpiphp: Slot [21] registered\n[ 0.373460] acpiphp: Slot [22] registered\n[ 0.374566] acpiphp: Slot [23] registered\n[ 0.375678] acpiphp: Slot [24] registered\n[ 0.376786] acpiphp: Slot [25] registered\n[ 0.377894] acpiphp: Slot [26] registered\n[ 0.379003] acpiphp: Slot [27] registered\n[ 0.380123] acpiphp: Slot [28] registered\n[ 0.381240] acpiphp: Slot [29] registered\n[ 0.382349] acpiphp: Slot [30] registered\n[ 0.383461] acpiphp: Slot [31] registered\n[ 0.384569] PCI host bridge to bus 0000:00\n[ 0.385675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.387316] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388964] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390947] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392925] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394944] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398850] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.400587] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.402184] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.403899] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.408383] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.410347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431663] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435587] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439660] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441361] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.443145] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444582] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446702] vgaarb: loaded\n[ 0.447539] vgaarb: bridge control possible 0000:00:02.0\n[ 0.449180] SCSI subsystem initialized\n[ 0.450429] ACPI: bus type USB registered\n[ 0.451568] usbcore: registered new interface driver usbfs\n[ 0.452970] usbcore: registered new interface driver hub\n[ 0.454329] usbcore: registered new device driver usb\n[ 0.455825] PCI: Using ACPI for IRQ routing\n[ 0.457335] NetLabel: Initializing\n[ 0.458396] NetLabel: domain hash size = 128\n[ 0.459567] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460872] NetLabel: unlabeled traffic allowed by default\n[ 0.462433] clocksource: Switched to clocksource kvm-clock\n[ 0.472274] AppArmor: AppArmor Filesystem Enabled\n[ 0.473583] pnp: PnP ACPI init\n[ 0.474803] pnp: PnP ACPI: found 5 devices\n[ 0.481606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483923] NET: Registered protocol family 2\n[ 0.485330] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.487081] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.488711] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.490332] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491810] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.493408] NET: Registered protocol family 1\n[ 0.494613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.496103] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.497567] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.512062] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.526644] Trying to unpack rootfs image as initramfs...\n[ 0.588278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.593248] Scanning for low memory corruption every 60 seconds\n[ 0.595431] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.597046] audit: initializing netlink subsys (disabled)\n[ 0.598565] audit: type=2000 audit(1534664913.265:1): initialized\n[ 0.600441] Initialise system trusted keyring\n[ 0.601804] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.603396] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.606134] zbud: loaded\n[ 0.607149] VFS: Disk quotas dquot_6.6.0\n[ 0.608290] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.610478] fuse init (API version 7.23)\n[ 0.611712] Key type big_key registered\n[ 0.612817] Allocating IMA MOK and blacklist keyrings.\n[ 0.614551] Key type asymmetric registered\n[ 0.615691] Asymmetric key parser 'x509' registered\n[ 0.617017] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.619087] io scheduler noop registered\n[ 0.620178] io scheduler deadline registered (default)\n[ 0.621550] io scheduler cfq registered\n[ 0.622755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.624183] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.625927] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.627930] ACPI: Power Button [PWRF]\n[ 0.629157] GHES: HEST is not enabled!\n[ 0.643328] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.672913] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675945] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699668] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.702691] Linux agpgart interface v0.103\n[ 0.706067] brd: module loaded\n[ 0.708466] loop: module loaded\n[ 0.713779] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.715826] GPT:90111 != 2097151\n[ 0.716855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.718661] GPT:90111 != 2097151\n[ 0.719651] GPT: Use GNU Parted to correct GPT errors.\n[ 0.721053] vda: vda1 vda15\n[ 0.723225] scsi host0: ata_piix\n[ 0.724366] scsi host1: ata_piix\n[ 0.725425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.727158] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.729547] libphy: Fixed MDIO Bus: probed\n[ 0.730759] tun: Universal TUN/TAP device driver, 1.6\n[ 0.732129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.735357] PPP generic driver version 2.4.2\n[ 0.736708] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.738514] ehci-pci: EHCI PCI platform driver\n[ 0.739773] ehci-platform: EHCI generic platform driver\n[ 0.741295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.742985] ohci-pci: OHCI PCI platform driver\n[ 0.744238] ohci-platform: OHCI generic platform driver\n[ 0.745672] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.760428] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.761908] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.764012] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.765483] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.767181] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.768927] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.770977] usb usb1: Product: UHCI Host Controller\n[ 0.772308] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.773983] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.775412] hub 1-0:1.0: USB hub found\n[ 0.776539] hub 1-0:1.0: 2 ports detected\n[ 0.777970] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.781013] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.782371] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.783862] mousedev: PS/2 mouse device common for all mice\n[ 0.785667] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.788287] rtc_cmos 00:00: RTC can wake from S4\n[ 0.789907] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791786] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793479] i2c /dev entries driver\n[ 0.794592] device-mapper: uevent: version 1.0.3\n[ 0.795979] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798345] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800483] NET: Registered protocol family 10\n[ 0.802416] NET: Registered protocol family 17\n[ 0.803710] Key type dns_resolver registered\n[ 0.805140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.806717] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.809278] registered taskstats version 1\n[ 0.810539] Loading compiled-in X.509 certificates\n[ 0.812518] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.815162] zswap: loaded using pool lzo/zbud\n[ 0.817805] Key type trusted registered\n[ 0.820109] Key type encrypted registered\n[ 0.821287] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.822808] ima: No TPM chip found, activating TPM-bypass!\n[ 0.824290] evm: HMAC attrs: 0x1\n[ 0.825714] Magic number: 14:966:824\n[ 0.826966] rtc_cmos 00:00: setting system clock to 2018-08-19 07:48:33 UTC (1534664913)\n[ 0.829307] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.830885] EDD information not available.\n[ 0.885386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.902151] Write protecting the kernel read-only data: 14336k\n[ 0.907463] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.910198] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.083366] 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.23...\nLease of 192.168.120.23 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5Vs3aRpkofW7zSO2d936y/+xMcflVsZUFf7kBNIfnuCWBFOhOGKI2Fh/PiZQqzZLyP02jYVUtl3dEZcKQWpH4/kK2QKkQqM2SBbvy+7wivpMDr77ncQu7PKC6QxcYBO3xROMmEMOn3gQyLiiQqk15Juvw+/9ow+nlHklj9/YC1XoxGX89782H6G3qqQhtPXvoyjTuwcaHXiC36JX+TXV5MybZH86bdghOiwDifjmHU3Wf4DwhfBylS4oFPOXtjyp3myPymnPjKERg20Sp8W45fbkVC4GVlV4eLTKJ6w9GkyhtWsW049Mpe5EfNQ8X9/2xnkiMuNlNRjToa75Ac8Gb root@singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608\nssh-dss AAAAB3NzaC1kc3MAAACBAIPt2MQRROQLuFk1vl3nJADdq6rlHLyw/K+zGeNEsFQRh8tQ4RnQG8TobekiGelTtLoJK6drJOaLththvaRIAEoHxEKeGiHRIUg6uJ5Nj8X7TdUzT0VDMeRNdIays1iVDoqlE+1vxjU5q2oBZfeCxk01h7JMT+RK4OJ5705c5lfrAAAAFQCzZ6Qc4pnRarsbrE/ogpoh2MIyvQAAAIBfQ0PMGQvSPBlwsC1RAqfUCTwRMRKE2hVM90OY21vtu/NM88RId5cqb5HCayNeH9peOwDOV8GPln6EKCPzM2GGJF2S78aC7kTzLVmvlBh6c1Xjt217Vp9SCy0XCkVnDJuymvsnr0XcyzJHYR5vwYjIZcUJSZ+33NGIYUNPLHgbEwAAAIANIuzcA0pPZ1Bf6NO7zIeg42DXWaj0SgIe2t+b62uCSXbtgtXfpqHloB2hOltndMrloqAMOIhuEIzAbYdrW+2VxOBGReBo1Y4wItuQb/o+PCm+go2DLrHMagZWIycmWOroS6klFu5pB98KSZVYXonlOeljE16Y6WvhKd2tPjZlRg== root@singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608\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.23,24,fe80::f816:3eff:fe71:c592/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.23 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.36 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608 login: "} 2018-08-19 07:48:48,966 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9/action used request id req-58a2d73c-3139-470a-97d7-290a5d0c1f9d 2018-08-19 07:48:48,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.26075720787s 2018-08-19 07:48:48,967 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9/action used request id req-58a2d73c-3139-470a-97d7-290a5d0c1f9d 2018-08-19 07:48:48,967 - 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 499273225 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.184830] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.187118] pid_max: default: 32768 minimum: 301 [ 0.188348] ACPI: Core revision 20150930 [ 0.190015] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.191818] Security Framework initialized [ 0.192936] Yama: becoming mindful. [ 0.193944] AppArmor: AppArmor initialized [ 0.195110] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.196883] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.198612] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200255] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202129] Initializing cgroup subsys io [ 0.203256] Initializing cgroup subsys memory [ 0.204451] Initializing cgroup subsys devices [ 0.205655] Initializing cgroup subsys freezer [ 0.206851] Initializing cgroup subsys net_cls [ 0.208054] Initializing cgroup subsys perf_event [ 0.209298] Initializing cgroup subsys net_prio [ 0.210516] Initializing cgroup subsys hugetlb [ 0.211716] Initializing cgroup subsys pids [ 0.212892] CPU: Physical Processor ID: 0 [ 0.214695] mce: CPU supports 10 MCE banks [ 0.215855] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.217219] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.233481] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.240135] ftrace: allocating 31920 entries in 125 pages [ 0.265597] smpboot: Max logical packages: 1 [ 0.266765] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.268648] x2apic enabled [ 0.269784] Switched APIC routing to physical x2apic. [ 0.272253] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.273765] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.276499] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.278964] KVM setup paravirtual spinlock [ 0.280566] x86: Booted up 1 node, 1 CPUs [ 0.281670] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.283543] devtmpfs: initialized [ 0.285516] evm: security.selinux [ 0.286604] evm: security.SMACK64 [ 0.287565] evm: security.SMACK64EXEC [ 0.288593] evm: security.SMACK64TRANSMUTE [ 0.289697] evm: security.SMACK64MMAP [ 0.290715] evm: security.ima [ 0.291604] evm: security.capability [ 0.292690] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.295206] pinctrl core: initialized pinctrl subsystem [ 0.296688] RTC time: 7:48:33, date: 08/19/18 [ 0.297980] NET: Registered protocol family 16 [ 0.299288] cpuidle: using governor ladder [ 0.300413] cpuidle: using governor menu [ 0.301506] PCCT header not found. [ 0.302534] ACPI: bus type PCI registered [ 0.303640] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.305324] PCI: Using configuration type 1 for base access [ 0.307477] ACPI: Added _OSI(Module Device) [ 0.308623] ACPI: Added _OSI(Processor Device) [ 0.309803] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.311039] ACPI: Added _OSI(Processor Aggregator Device) [ 0.313199] ACPI: Interpreter enabled [ 0.314242] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.316786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.319327] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.321880] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.324421] ACPI: (supports S0 S5) [ 0.325400] ACPI: Using IOAPIC for interrupt routing [ 0.326703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330501] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.333710] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335320] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.338293] acpiphp: Slot [3] registered [ 0.339392] acpiphp: Slot [4] registered [ 0.340495] acpiphp: Slot [5] registered [ 0.341592] acpiphp: Slot [6] registered [ 0.342691] acpiphp: Slot [7] registered [ 0.343788] acpiphp: Slot [8] registered [ 0.344885] acpiphp: Slot [9] registered [ 0.345973] acpiphp: Slot [10] registered [ 0.347080] acpiphp: Slot [11] registered [ 0.348194] acpiphp: Slot [12] registered [ 0.349302] acpiphp: Slot [13] registered [ 0.350400] acpiphp: Slot [14] registered [ 0.351518] acpiphp: Slot [15] registered [ 0.366780] acpiphp: Slot [16] registered [ 0.367910] acpiphp: Slot [17] registered [ 0.369023] acpiphp: Slot [18] registered [ 0.370133] acpiphp: Slot [19] registered [ 0.371250] acpiphp: Slot [20] registered [ 0.372358] acpiphp: Slot [21] registered [ 0.373460] acpiphp: Slot [22] registered [ 0.374566] acpiphp: Slot [23] registered [ 0.375678] acpiphp: Slot [24] registered [ 0.376786] acpiphp: Slot [25] registered [ 0.377894] acpiphp: Slot [26] registered [ 0.379003] acpiphp: Slot [27] registered [ 0.380123] acpiphp: Slot [28] registered [ 0.381240] acpiphp: Slot [29] registered [ 0.382349] acpiphp: Slot [30] registered [ 0.383461] acpiphp: Slot [31] registered [ 0.384569] PCI host bridge to bus 0000:00 [ 0.385675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.387316] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.388964] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.390947] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.392925] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.394944] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398850] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.400587] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.402184] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.403899] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.408383] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.410347] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431663] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433639] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435587] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437519] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439660] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441361] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.443145] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444582] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446702] vgaarb: loaded [ 0.447539] vgaarb: bridge control possible 0000:00:02.0 [ 0.449180] SCSI subsystem initialized [ 0.450429] ACPI: bus type USB registered [ 0.451568] usbcore: registered new interface driver usbfs [ 0.452970] usbcore: registered new interface driver hub [ 0.454329] usbcore: registered new device driver usb [ 0.455825] PCI: Using ACPI for IRQ routing [ 0.457335] NetLabel: Initializing [ 0.458396] NetLabel: domain hash size = 128 [ 0.459567] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.460872] NetLabel: unlabeled traffic allowed by default [ 0.462433] clocksource: Switched to clocksource kvm-clock [ 0.472274] AppArmor: AppArmor Filesystem Enabled [ 0.473583] pnp: PnP ACPI init [ 0.474803] pnp: PnP ACPI: found 5 devices [ 0.481606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.483923] NET: Registered protocol family 2 [ 0.485330] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.487081] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.488711] TCP: Hash tables configured (established 4096 bind 4096) [ 0.490332] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.491810] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.493408] NET: Registered protocol family 1 [ 0.494613] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.496103] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.497567] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.512062] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.526644] Trying to unpack rootfs image as initramfs... [ 0.588278] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.593248] Scanning for low memory corruption every 60 seconds [ 0.595431] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.597046] audit: initializing netlink subsys (disabled) [ 0.598565] audit: type=2000 audit(1534664913.265:1): initialized [ 0.600441] Initialise system trusted keyring [ 0.601804] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.603396] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.606134] zbud: loaded [ 0.607149] VFS: Disk quotas dquot_6.6.0 [ 0.608290] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.610478] fuse init (API version 7.23) [ 0.611712] Key type big_key registered [ 0.612817] Allocating IMA MOK and blacklist keyrings. [ 0.614551] Key type asymmetric registered [ 0.615691] Asymmetric key parser 'x509' registered [ 0.617017] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.619087] io scheduler noop registered [ 0.620178] io scheduler deadline registered (default) [ 0.621550] io scheduler cfq registered [ 0.622755] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.624183] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.625927] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.627930] ACPI: Power Button [PWRF] [ 0.629157] GHES: HEST is not enabled! [ 0.643328] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.672913] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.675945] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699668] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.702691] Linux agpgart interface v0.103 [ 0.706067] brd: module loaded [ 0.708466] loop: module loaded [ 0.713779] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.715826] GPT:90111 != 2097151 [ 0.716855] GPT:Alternate GPT header not at the end of the disk. [ 0.718661] GPT:90111 != 2097151 [ 0.719651] GPT: Use GNU Parted to correct GPT errors. [ 0.721053] vda: vda1 vda15 [ 0.723225] scsi host0: ata_piix [ 0.724366] scsi host1: ata_piix [ 0.725425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.727158] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.729547] libphy: Fixed MDIO Bus: probed [ 0.730759] tun: Universal TUN/TAP device driver, 1.6 [ 0.732129] tun: (C) 1999-2004 Max Krasnyansky [ 0.735357] PPP generic driver version 2.4.2 [ 0.736708] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.738514] ehci-pci: EHCI PCI platform driver [ 0.739773] ehci-platform: EHCI generic platform driver [ 0.741295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.742985] ohci-pci: OHCI PCI platform driver [ 0.744238] ohci-platform: OHCI generic platform driver [ 0.745672] uhci_hcd: USB Universal Host Controller Interface driver [ 0.760428] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.761908] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.764012] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.765483] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.767181] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.768927] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.770977] usb usb1: Product: UHCI Host Controller [ 0.772308] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.773983] usb usb1: SerialNumber: 0000:00:01.2 [ 0.775412] hub 1-0:1.0: USB hub found [ 0.776539] hub 1-0:1.0: 2 ports detected [ 0.777970] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.781013] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.782371] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.783862] mousedev: PS/2 mouse device common for all mice [ 0.785667] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.788287] rtc_cmos 00:00: RTC can wake from S4 [ 0.789907] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.791786] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.793479] i2c /dev entries driver [ 0.794592] device-mapper: uevent: version 1.0.3 [ 0.795979] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.798345] ledtrig-cpu: registered to indicate activity on CPUs [ 0.800483] NET: Registered protocol family 10 [ 0.802416] NET: Registered protocol family 17 [ 0.803710] Key type dns_resolver registered [ 0.805140] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.806717] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.809278] registered taskstats version 1 [ 0.810539] Loading compiled-in X.509 certificates [ 0.812518] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.815162] zswap: loaded using pool lzo/zbud [ 0.817805] Key type trusted registered [ 0.820109] Key type encrypted registered [ 0.821287] AppArmor: AppArmor sha1 policy hashing enabled [ 0.822808] ima: No TPM chip found, activating TPM-bypass! [ 0.824290] evm: HMAC attrs: 0x1 [ 0.825714] Magic number: 14:966:824 [ 0.826966] rtc_cmos 00:00: setting system clock to 2018-08-19 07:48:33 UTC (1534664913) [ 0.829307] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.830885] EDD information not available. [ 0.885386] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.902151] Write protecting the kernel read-only data: 14336k [ 0.907463] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.910198] 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.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.083366] 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.23... Lease of 192.168.120.23 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5Vs3aRpkofW7zSO2d936y/+xMcflVsZUFf7kBNIfnuCWBFOhOGKI2Fh/PiZQqzZLyP02jYVUtl3dEZcKQWpH4/kK2QKkQqM2SBbvy+7wivpMDr77ncQu7PKC6QxcYBO3xROMmEMOn3gQyLiiQqk15Juvw+/9ow+nlHklj9/YC1XoxGX89782H6G3qqQhtPXvoyjTuwcaHXiC36JX+TXV5MybZH86bdghOiwDifjmHU3Wf4DwhfBylS4oFPOXtjyp3myPymnPjKERg20Sp8W45fbkVC4GVlV4eLTKJ6w9GkyhtWsW049Mpe5EfNQ8X9/2xnkiMuNlNRjToa75Ac8Gb root@singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608 ssh-dss AAAAB3NzaC1kc3MAAACBAIPt2MQRROQLuFk1vl3nJADdq6rlHLyw/K+zGeNEsFQRh8tQ4RnQG8TobekiGelTtLoJK6drJOaLththvaRIAEoHxEKeGiHRIUg6uJ5Nj8X7TdUzT0VDMeRNdIays1iVDoqlE+1vxjU5q2oBZfeCxk01h7JMT+RK4OJ5705c5lfrAAAAFQCzZ6Qc4pnRarsbrE/ogpoh2MIyvQAAAIBfQ0PMGQvSPBlwsC1RAqfUCTwRMRKE2hVM90OY21vtu/NM88RId5cqb5HCayNeH9peOwDOV8GPln6EKCPzM2GGJF2S78aC7kTzLVmvlBh6c1Xjt217Vp9SCy0XCkVnDJuymvsnr0XcyzJHYR5vwYjIZcUJSZ+33NGIYUNPLHgbEwAAAIANIuzcA0pPZ1Bf6NO7zIeg42DXWaj0SgIe2t+b62uCSXbtgtXfpqHloB2hOltndMrloqAMOIhuEIzAbYdrW+2VxOBGReBo1Y4wItuQb/o+PCm+go2DLrHMagZWIycmWOroS6klFu5pB98KSZVYXonlOeljE16Y6WvhKd2tPjZlRg== root@singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608 -----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.23,24,fe80::f816:3eff:fe71:c592/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.23 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608 launch-index: 0 === cirros: current=0.4.0 uptime=4.36 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-fd054a84-3e1b-4e0e-9723-971576aa9608 login: 2018-08-19 07:48:48,971 - paramiko.transport - DEBUG - starting thread (client mode): 0xcd4bdf90L 2018-08-19 07:48:48,971 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 07:48:48,972 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-19 07:48:48,972 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-19 07:48:48,974 - 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-19 07:48:48,974 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 07:48:48,974 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-19 07:48:48,975 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 07:48:48,975 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 07:48:48,975 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 07:48:48,997 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 07:48:48,998 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 07:48:49,003 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: 8e598352abf498fee97ea324816d68d3 2018-08-19 07:48:49,004 - paramiko.transport - DEBUG - Trying discovered key eff12f1848020feb21e947e3a5ff59b5 in /tmp/tmpHZQUpW 2018-08-19 07:48:49,036 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 07:48:49,042 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-19 07:48:49,069 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-19 07:48:49,070 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-19 07:48:49,070 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-19 07:48:49,072 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-19 07:48:49,073 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-19 07:48:49,073 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-19 07:48:49,074 - functest.core.singlevm - DEBUG - error: 2018-08-19 07:48:49,077 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-19 07:48:49,200 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 07:48:49,200 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:49 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-19 07:48:49,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-19 07:48:49,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/1b140b41-d042-41ea-aa60-1c21c66e05e8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:50,259 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0968716f-68c8-4d69-83ce-affcdedcd7f6 Content-Length: 0 Date: Sun, 19 Aug 2018 07:48:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:48:50,259 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/1b140b41-d042-41ea-aa60-1c21c66e05e8.json used request id req-0968716f-68c8-4d69-83ce-affcdedcd7f6 2018-08-19 07:48:50,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.05090403557s 2018-08-19 07:48:50,259 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/1b140b41-d042-41ea-aa60-1c21c66e05e8.json used request id req-0968716f-68c8-4d69-83ce-affcdedcd7f6 2018-08-19 07:48:50,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:48:50,265 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:50,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bdaff944-e906-410c-974c-28d159e5de6a Date: Sun, 19 Aug 2018 07:48:50 GMT RESP BODY: {"floatingips": []} 2018-08-19 07:48:50,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-bdaff944-e906-410c-974c-28d159e5de6a 2018-08-19 07:48:50,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.366124868393s 2018-08-19 07:48:50,631 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-bdaff944-e906-410c-974c-28d159e5de6a 2018-08-19 07:48:50,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-19 07:48:50,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:51,052 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07: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 x-openstack-request-id: req-cf0714e1-0001-46a3-94b6-ce23981477b4 x-compute-request-id: req-cf0714e1-0001-46a3-94b6-ce23981477b4 Content-Type: application/json 2018-08-19 07:48:51,052 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9 used request id req-cf0714e1-0001-46a3-94b6-ce23981477b4 2018-08-19 07:48:51,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.420143842697s 2018-08-19 07:48:51,052 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9 used request id req-cf0714e1-0001-46a3-94b6-ce23981477b4 2018-08-19 07:48:51,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:48:51,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:52,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:48: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-9b54f4e9-888a-4c76-bf70-0ce546888010 x-compute-request-id: req-9b54f4e9-888a-4c76-bf70-0ce546888010 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_fd054a84-3e1b-4e0e-9723-971576aa9608": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:c5:92", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:c5:92", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c0beef82-d688-4402-94b5-f0c6cf16cdd9", "rel": "bookmark"}], "image": {"id": "83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "links": [{"href": "http://172.30.9.27:8774/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-19T07:48:32.000000", "flavor": {"id": "934daa81-8113-4e35-81fe-f7c325b99e8a", "links": [{"href": "http://172.30.9.27:8774/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a", "rel": "bookmark"}]}, "id": "c0beef82-d688-4402-94b5-f0c6cf16cdd9", "security_groups": [{"name": "singlevm1-sg_fd054a84-3e1b-4e0e-9723-971576aa9608"}], "user_id": "cfec4dbda83243a1905b27a43c0d90fd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:48:50Z", "hostId": "6bac57bf176e134c6231cc1a1d4619d620dc5b0dda496a1cacbe6e68", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_fd054a84-3e1b-4e0e-9723-971576aa9608", "created": "2018-08-19T07:48:17Z", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:48:52,137 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9b54f4e9-888a-4c76-bf70-0ce546888010 2018-08-19 07:48:52,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08439183235s 2018-08-19 07:48:52,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9b54f4e9-888a-4c76-bf70-0ce546888010 2018-08-19 07:48:52,140 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:48:54,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:48:54,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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:54,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:48: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-ff2d66ff-20b4-40e9-b0f6-53eaeb0f8633 x-compute-request-id: req-ff2d66ff-20b4-40e9-b0f6-53eaeb0f8633 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-19 07:48:54,242 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ff2d66ff-20b4-40e9-b0f6-53eaeb0f8633 2018-08-19 07:48:54,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.101244926453s 2018-08-19 07:48:54,243 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ff2d66ff-20b4-40e9-b0f6-53eaeb0f8633 2018-08-19 07:48:54,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 07:48:54,247 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:54,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-767998c0-bfb8-448f-b875-e90082e672d8 Date: Sun, 19 Aug 2018 07:48:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:46:19Z", "updated_at": "2018-08-19T07:46:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "23fe5e29-82c3-4a91-a2e8-64a0fd5eeafc", "remote_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv6", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "4fee544b-601e-4dd8-ae17-1505e0be9a69", "remote_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "7fb8e174-d07e-4aa2-811e-4c64c19f7886", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "d7119fd3-ca35-49f7-ac1a-3bc7feb3eaa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv6", "project_id": "7dc2782794df470c83590a2cbd73fefb"}], "revision_number": 1, "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "created_at": "2018-08-19T07:38:02Z", "updated_at": "2018-08-19T07:38:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "22628cda-7845-4b7b-b56f-e2a3b7508e81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "72d414281c1547fdbc271e9afb311d2d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "76ff67cd-09c7-446d-bd48-a0c97d96b799", "remote_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "72d414281c1547fdbc271e9afb311d2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "aeda4c59-1b67-4db1-bd8b-bfc19e04f839", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "72d414281c1547fdbc271e9afb311d2d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "b1e83e46-a5b4-409d-8201-51b3714efc94", "remote_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "72d414281c1547fdbc271e9afb311d2d"}], "revision_number": 1, "project_id": "72d414281c1547fdbc271e9afb311d2d", "id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-19T07:46:24Z", "updated_at": "2018-08-19T07:46:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:24Z", "revision_number": 0, "id": "8b3686ac-4df6-4afc-9fbf-ba64e3022b09", "remote_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "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-19T07:46:24Z", "revision_number": 0, "id": "8fa5fe1c-d9fd-445d-b138-df087bcc0a0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "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-19T07:46:24Z", "revision_number": 0, "id": "d7d37f6c-6c49-4524-8d8e-1559352402dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:24Z", "revision_number": 0, "id": "f7bd0ee6-b4aa-4f53-bca5-df6d995d1ec7", "remote_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "32008b77-62a4-4564-bef4-7e08a6660b45", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22d6e62feed7407daa7804352ee95684", "created_at": "2018-08-19T07:46:43Z", "updated_at": "2018-08-19T07:46:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "5226c30d-0f18-4bf0-895e-a452f1bef243", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d6e62feed7407daa7804352ee95684"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "6e48d2f5-d290-4ef5-b117-65c2686a78ae", "remote_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d6e62feed7407daa7804352ee95684"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "ce4d52a1-4e06-4a91-b9d0-80e1129d41f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d6e62feed7407daa7804352ee95684"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "d526c9db-44c0-4f12-aad7-ab38f98314c8", "remote_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d6e62feed7407daa7804352ee95684"}], "revision_number": 1, "project_id": "22d6e62feed7407daa7804352ee95684", "id": "df7df79a-da85-41b8-8b25-a69179678c82", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cf5d6056346f411b992530f96a63247f", "created_at": "2018-08-19T07:47:32Z", "updated_at": "2018-08-19T07:47:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "681b42ad-cd64-49d2-b150-875c4db93178", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf5d6056346f411b992530f96a63247f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "8e9211c6-ca3c-4aa2-aa5f-02dbc2105f98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf5d6056346f411b992530f96a63247f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "cf2f3bd9-61f0-41d1-823c-1b4ceb414b22", "remote_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf5d6056346f411b992530f96a63247f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "dd93aa42-7526-4513-bbff-a4122b5eac98", "remote_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf5d6056346f411b992530f96a63247f"}], "revision_number": 1, "project_id": "cf5d6056346f411b992530f96a63247f", "id": "e01e5278-3921-4b3c-b692-ece72d150143", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:48:09Z", "updated_at": "2018-08-19T07:48:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T07:48:09Z", "revision_number": 0, "id": "596e0b4c-c4a2-458d-bd1c-06cc86d49a1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:48:09Z", "security_group_id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": 22, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:48:09Z", "revision_number": 0, "id": "5d611d3f-05af-44a4-8215-54051d6cbae6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:48:09Z", "security_group_id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv6", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:48:10Z", "revision_number": 0, "id": "77353374-5eaf-4d5c-a981-a8749865a79c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:48:10Z", "security_group_id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:48:09Z", "revision_number": 0, "id": "87c2a7f1-1d74-4a1c-b8e9-ec13530cb690", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:48:09Z", "security_group_id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}], "revision_number": 3, "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d", "name": "singlevm1-sg_fd054a84-3e1b-4e0e-9723-971576aa9608"}]} 2018-08-19 07:48:54,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-767998c0-bfb8-448f-b875-e90082e672d8 2018-08-19 07:48:54,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0584049224854s 2018-08-19 07:48:54,306 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-767998c0-bfb8-448f-b875-e90082e672d8 2018-08-19 07:48:54,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-19 07:48:54,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:54,689 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-283df8ea-22ef-4f1e-a590-cc9ac9806811 Content-Length: 0 Date: Sun, 19 Aug 2018 07:48:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:48:54,689 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d.json used request id req-283df8ea-22ef-4f1e-a590-cc9ac9806811 2018-08-19 07:48:54,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.379253149033s 2018-08-19 07:48:54,690 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/f8a435ae-6cd6-4ecf-b44b-cbd6cd67d36d.json used request id req-283df8ea-22ef-4f1e-a590-cc9ac9806811 2018-08-19 07:48:54,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-19 07:48:54,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:54,747 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:48: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-44ae1c42-b21d-4a2a-8586-fe9dc7bb1c57 x-compute-request-id: req-44ae1c42-b21d-4a2a-8586-fe9dc7bb1c57 Content-Length: 0 Content-Type: application/json 2018-08-19 07:48:54,747 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608 used request id req-44ae1c42-b21d-4a2a-8586-fe9dc7bb1c57 2018-08-19 07:48:54,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0563519001007s 2018-08-19 07:48:54,747 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm1-kp_fd054a84-3e1b-4e0e-9723-971576aa9608 used request id req-44ae1c42-b21d-4a2a-8586-fe9dc7bb1c57 2018-08-19 07:48:54,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 07:48:54,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/8167d70f-5634-46ee-8b81-69e342173385/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}571e2506a5f453f42bcb26311cd35e6c040a2e57" -d '{"subnet_id": "01b65da4-5f38-4683-a4cc-2383ea61994a"}' 2018-08-19 07:48:56,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-59d1f163-e9a3-42c0-a2cb-3649c1cce44b Date: Sun, 19 Aug 2018 07:48:56 GMT RESP BODY: {"network_id": "f5c57758-8b8c-4143-b2a3-e0ca01787e6d", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "01b65da4-5f38-4683-a4cc-2383ea61994a", "subnet_ids": ["01b65da4-5f38-4683-a4cc-2383ea61994a"], "port_id": "bccbc951-b2cd-4f00-a6b7-ab1fa1eb80ad", "id": "8167d70f-5634-46ee-8b81-69e342173385"} 2018-08-19 07:48:56,638 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/8167d70f-5634-46ee-8b81-69e342173385/remove_router_interface.json used request id req-59d1f163-e9a3-42c0-a2cb-3649c1cce44b 2018-08-19 07:48:56,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.89061903954s 2018-08-19 07:48:56,639 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/8167d70f-5634-46ee-8b81-69e342173385/remove_router_interface.json used request id req-59d1f163-e9a3-42c0-a2cb-3649c1cce44b returning object 8167d70f-5634-46ee-8b81-69e342173385 2018-08-19 07:48:56,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 07:48:56,640 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:56,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-4ef69e0f-e024-46f2-8c8f-53bc202bf6ac Date: Sun, 19 Aug 2018 07:48:56 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:48:02Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T07:48:55Z", "revision_number": 4, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "8167d70f-5634-46ee-8b81-69e342173385", "name": "singlevm1-router_fd054a84-3e1b-4e0e-9723-971576aa9608"}]} 2018-08-19 07:48:56,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4ef69e0f-e024-46f2-8c8f-53bc202bf6ac 2018-08-19 07:48:56,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.123584985733s 2018-08-19 07:48:56,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-4ef69e0f-e024-46f2-8c8f-53bc202bf6ac 2018-08-19 07:48:56,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 07:48:56,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/8167d70f-5634-46ee-8b81-69e342173385.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:58,284 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-38eca4eb-fa64-48aa-8bec-fb31adf6a244 Content-Length: 0 Date: Sun, 19 Aug 2018 07:48:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:48:58,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/8167d70f-5634-46ee-8b81-69e342173385.json used request id req-38eca4eb-fa64-48aa-8bec-fb31adf6a244 2018-08-19 07:48:58,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.52031803131s 2018-08-19 07:48:58,285 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/8167d70f-5634-46ee-8b81-69e342173385.json used request id req-38eca4eb-fa64-48aa-8bec-fb31adf6a244 2018-08-19 07:48:58,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:48:58,286 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:48:58,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-0385c81a-3b45-42ba-a030-4fb0927f5b41 Date: Sun, 19 Aug 2018 07:48:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5c57758-8b8c-4143-b2a3-e0ca01787e6d","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:48:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:48:02Z","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":"7dc2782794df470c83590a2cbd73fefb","id":"01b65da4-5f38-4683-a4cc-2383ea61994a","subnetpool_id":null,"name":"singlevm1-subnet_fd054a84-3e1b-4e0e-9723-971576aa9608"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:09Z","dns_nameservers":[],"updated_at":"2018-08-19T07:38:09Z","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":"72d414281c1547fdbc271e9afb311d2d","id":"17cee6fd-65c6-481f-9db8-4732319e9d7e","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-19 07:48:58,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-0385c81a-3b45-42ba-a030-4fb0927f5b41 2018-08-19 07:48:58,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.31304192543s 2018-08-19 07:48:58,599 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-0385c81a-3b45-42ba-a030-4fb0927f5b41 2018-08-19 07:48:58,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 07:48:58,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/01b65da4-5f38-4683-a4cc-2383ea61994a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:49:01,169 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fdc9e6a0-136e-4bb6-970b-1bb07076019a Date: Sun, 19 Aug 2018 07:49:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:49:01,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/01b65da4-5f38-4683-a4cc-2383ea61994a.json used request id req-fdc9e6a0-136e-4bb6-970b-1bb07076019a 2018-08-19 07:49:01,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.56895184517s 2018-08-19 07:49:01,170 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/01b65da4-5f38-4683-a4cc-2383ea61994a.json used request id req-fdc9e6a0-136e-4bb6-970b-1bb07076019a 2018-08-19 07:49:01,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:49:01,171 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:49:01,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-6b211b4b-5493-4a01-b6bb-b58bc109f2d3 Date: Sun, 19 Aug 2018 07:49:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f5c57758-8b8c-4143-b2a3-e0ca01787e6d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T07:49:00Z","provider:segmentation_id":57,"name":"singlevm1-net_fd054a84-3e1b-4e0e-9723-971576aa9608","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:48:00Z","provider:network_type":"vxlan"}]} 2018-08-19 07:49:01,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6b211b4b-5493-4a01-b6bb-b58bc109f2d3 2018-08-19 07:49:01,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119903087616s 2018-08-19 07:49:01,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6b211b4b-5493-4a01-b6bb-b58bc109f2d3 2018-08-19 07:49:01,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 07:49:01,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/f5c57758-8b8c-4143-b2a3-e0ca01787e6d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:49:02,667 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f6008926-32f6-43a7-86f7-f5be673ed8b0 Date: Sun, 19 Aug 2018 07:49:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:49:02,667 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/f5c57758-8b8c-4143-b2a3-e0ca01787e6d.json used request id req-f6008926-32f6-43a7-86f7-f5be673ed8b0 2018-08-19 07:49:02,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.37508583069s 2018-08-19 07:49:02,668 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/f5c57758-8b8c-4143-b2a3-e0ca01787e6d.json used request id req-f6008926-32f6-43a7-86f7-f5be673ed8b0 2018-08-19 07:49:02,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:49:02,676 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:49:03,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d7116e4c-5c38-4f16-a80a-c4e98b61f752 Date: Sun, 19 Aug 2018 07:49:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:48:07Z", "file": "/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "size": 12716032, "self": "/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_fd054a84-3e1b-4e0e-9723-971576aa9608", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_fd054a84-3e1b-4e0e-9723-971576aa9608", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:48:07Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:49:03,442 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d7116e4c-5c38-4f16-a80a-c4e98b61f752 2018-08-19 07:49:03,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.770446062088s 2018-08-19 07:49:03,443 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d7116e4c-5c38-4f16-a80a-c4e98b61f752 2018-08-19 07:49:03,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 07:49:03,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:49:03,842 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-33733c67-01dc-466b-a9a1-fee444722625 Date: Sun, 19 Aug 2018 07:49:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 07:49:03,842 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8 used request id req-33733c67-01dc-466b-a9a1-fee444722625 2018-08-19 07:49:03,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.396816968918s 2018-08-19 07:49:03,842 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/83c6fd25-8d66-4c06-bb2f-a9f17edcf4e8 used request id req-33733c67-01dc-466b-a9a1-fee444722625 2018-08-19 07:49:03,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:49:03,845 - 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}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:49:03,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49: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-3520a125-f89e-411a-b98c-7ff796b9b134 x-compute-request-id: req-3520a125-f89e-411a-b98c-7ff796b9b134 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_fd054a84-3e1b-4e0e-9723-971576aa9608", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a", "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": "934daa81-8113-4e35-81fe-f7c325b99e8a"}]} 2018-08-19 07:49:03,995 - 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-3520a125-f89e-411a-b98c-7ff796b9b134 2018-08-19 07:49:03,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.152658939362s 2018-08-19 07:49:03,996 - 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-3520a125-f89e-411a-b98c-7ff796b9b134 2018-08-19 07:49:03,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 07:49:04,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}571e2506a5f453f42bcb26311cd35e6c040a2e57" 2018-08-19 07:49:04,039 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07: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 x-openstack-request-id: req-07b8806d-ae23-49a2-96e8-39a84c90a69c x-compute-request-id: req-07b8806d-ae23-49a2-96e8-39a84c90a69c Content-Length: 0 Content-Type: application/json 2018-08-19 07:49:04,039 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a used request id req-07b8806d-ae23-49a2-96e8-39a84c90a69c 2018-08-19 07:49:04,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0416672229767s 2018-08-19 07:49:04,039 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/934daa81-8113-4e35-81fe-f7c325b99e8a used request id req-07b8806d-ae23-49a2-96e8-39a84c90a69c 2018-08-19 07:49:04,093 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-19 07:49:04,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:49:04,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:49:04,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:49:04,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:49:04,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:49:04,134 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:49:04,135 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:49:04,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:49:04,136 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:49:04,139 - 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-19 07:49:04,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a74f0c04-7c67-46aa-81f2-0d25055ea3e4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:49:04,144 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a74f0c04-7c67-46aa-81f2-0d25055ea3e4 2018-08-19 07:49:04,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:49:04,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:49:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["YKbJLR3lRcWqcWYZ0ND8iw"], "issued_at": "2018-08-19T07:49:04.000000Z"}} 2018-08-19 07:49:04,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:49:04,547 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:49:04,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5e1a03d2-a8b0-4be2-a82b-082993fe1ce1 Date: Sun, 19 Aug 2018 07:49:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 07:49:04,915 - 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-5e1a03d2-a8b0-4be2-a82b-082993fe1ce1 2018-08-19 07:49:04,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.368793964386s 2018-08-19 07:49:04,915 - 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-5e1a03d2-a8b0-4be2-a82b-082993fe1ce1 2018-08-19 07:49:04,919 - 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-19 07:49:04,925 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 07:49:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcb33839-14a2-46d1-9e39-0bc7f35faa68 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-19 07:49:04,925 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-dcb33839-14a2-46d1-9e39-0bc7f35faa68 2018-08-19 07:49:04,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 07:49:04,929 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:49:05,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0288eadf-7793-4dfe-be5f-c48634572f4e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 07:49:05,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-0288eadf-7793-4dfe-be5f-c48634572f4e 2018-08-19 07:49:05,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197751998901s 2018-08-19 07:49:05,124 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-0288eadf-7793-4dfe-be5f-c48634572f4e 2018-08-19 07:49:05,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 07:49:05,134 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_1e98fe87-abcf-492e-b3a2-52193091ba4f"}}' 2018-08-19 07:49:05,393 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 07:49:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-674c932e-d9cd-4c1b-b787-d4da275c3dcc 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/989bd6bec0124c4bbfdc20f96c2efe4c"}, "tags": [], "enabled": true, "id": "989bd6bec0124c4bbfdc20f96c2efe4c", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_1e98fe87-abcf-492e-b3a2-52193091ba4f"}} 2018-08-19 07:49:05,393 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-674c932e-d9cd-4c1b-b787-d4da275c3dcc 2018-08-19 07:49:05,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.262156963348s 2018-08-19 07:49:05,394 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-674c932e-d9cd-4c1b-b787-d4da275c3dcc 2018-08-19 07:49:05,394 - 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'989bd6bec0124c4bbfdc20f96c2efe4c', '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_1e98fe87-abcf-492e-b3a2-52193091ba4f'}) 2018-08-19 07:49:05,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 07:49:05,404 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "cc32c9a6-ae95-4b0f-acd7-e07f60499985", "email": null, "name": "singlevm2-user_1e98fe87-abcf-492e-b3a2-52193091ba4f"}}' 2018-08-19 07:49:05,951 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 07:49:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eaec9da0-3748-4ba4-8d88-d4d07da2ecd8 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_1e98fe87-abcf-492e-b3a2-52193091ba4f", "links": {"self": "http://172.30.9.27:5000/v3/users/24544ab1a9324a59882ac1b5304b3669"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "24544ab1a9324a59882ac1b5304b3669", "domain_id": "default", "password_expires_at": null}} 2018-08-19 07:49:05,951 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-eaec9da0-3748-4ba4-8d88-d4d07da2ecd8 2018-08-19 07:49:05,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.550575971603s 2018-08-19 07:49:05,951 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-eaec9da0-3748-4ba4-8d88-d4d07da2ecd8 2018-08-19 07:49:05,952 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'24544ab1a9324a59882ac1b5304b3669', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_1e98fe87-abcf-492e-b3a2-52193091ba4f'}) 2018-08-19 07:49:05,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:49:05,959 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:49:06,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1e2e255-554c-466e-8494-f0142de6584e 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:49:06,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b1e2e255-554c-466e-8494-f0142de6584e 2018-08-19 07:49:06,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.207007884979s 2018-08-19 07:49:06,163 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b1e2e255-554c-466e-8494-f0142de6584e 2018-08-19 07:49:06,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:49:06,171 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:49:06,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0772d327-c596-4dce-b4f3-7f1ab2f153ea 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:49:06,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0772d327-c596-4dce-b4f3-7f1ab2f153ea 2018-08-19 07:49:06,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185482978821s 2018-08-19 07:49:06,354 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0772d327-c596-4dce-b4f3-7f1ab2f153ea 2018-08-19 07:49:06,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:49:06,361 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:49:06,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-567f494d-f7a9-4ebd-b8fa-1378270cf8b8 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:49:06,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-567f494d-f7a9-4ebd-b8fa-1378270cf8b8 2018-08-19 07:49:06,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187880992889s 2018-08-19 07:49:06,547 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-567f494d-f7a9-4ebd-b8fa-1378270cf8b8 2018-08-19 07:49:06,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 07:49:06,554 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:49:06,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43b0621e-8959-4b00-9e90-f54e0ac1a877 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-19 07:49:06,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-43b0621e-8959-4b00-9e90-f54e0ac1a877 2018-08-19 07:49:06,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.208492040634s 2018-08-19 07:49:06,760 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-43b0621e-8959-4b00-9e90-f54e0ac1a877 2018-08-19 07:49:06,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:49:06,764 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:49:06,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22c9e845-1d0c-4e87-b4de-70eb6be74677 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "singlevm2-user_1e98fe87-abcf-492e-b3a2-52193091ba4f", "links": {"self": "http://172.30.9.27:5000/v3/users/24544ab1a9324a59882ac1b5304b3669"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "24544ab1a9324a59882ac1b5304b3669", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 07:49:06,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-22c9e845-1d0c-4e87-b4de-70eb6be74677 2018-08-19 07:49:06,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191639900208s 2018-08-19 07:49:06,953 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-22c9e845-1d0c-4e87-b4de-70eb6be74677 2018-08-19 07:49:06,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 07:49:06,968 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:49:07,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0234b01-9514-47ef-81cd-72ece6a17c14 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "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/989bd6bec0124c4bbfdc20f96c2efe4c"}, "tags": [], "enabled": true, "id": "989bd6bec0124c4bbfdc20f96c2efe4c", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_1e98fe87-abcf-492e-b3a2-52193091ba4f"}]} 2018-08-19 07:49:07,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-b0234b01-9514-47ef-81cd-72ece6a17c14 2018-08-19 07:49:07,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.197463989258s 2018-08-19 07:49:07,163 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-b0234b01-9514-47ef-81cd-72ece6a17c14 2018-08-19 07:49:07,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 07:49:07,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=24544ab1a9324a59882ac1b5304b3669&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=989bd6bec0124c4bbfdc20f96c2efe4c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:49:07,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e6e17f4-d10c-4b0b-9e44-d383f9438445 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=24544ab1a9324a59882ac1b5304b3669&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=989bd6bec0124c4bbfdc20f96c2efe4c", "previous": null, "next": null}} 2018-08-19 07:49:07,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=24544ab1a9324a59882ac1b5304b3669&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=989bd6bec0124c4bbfdc20f96c2efe4c used request id req-6e6e17f4-d10c-4b0b-9e44-d383f9438445 2018-08-19 07:49:07,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.116684913635s 2018-08-19 07:49:07,287 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=24544ab1a9324a59882ac1b5304b3669&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=989bd6bec0124c4bbfdc20f96c2efe4c used request id req-6e6e17f4-d10c-4b0b-9e44-d383f9438445 2018-08-19 07:49:07,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 07:49:07,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/989bd6bec0124c4bbfdc20f96c2efe4c/users/24544ab1a9324a59882ac1b5304b3669/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:49:07,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:49:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a95f8291-1b7e-44aa-8c57-a5d9cc16ac7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:49:07,561 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/989bd6bec0124c4bbfdc20f96c2efe4c/users/24544ab1a9324a59882ac1b5304b3669/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-a95f8291-1b7e-44aa-8c57-a5d9cc16ac7c 2018-08-19 07:49:07,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.270887136459s 2018-08-19 07:49:07,562 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/989bd6bec0124c4bbfdc20f96c2efe4c/users/24544ab1a9324a59882ac1b5304b3669/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-a95f8291-1b7e-44aa-8c57-a5d9cc16ac7c 2018-08-19 07:49:07,563 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_1e98fe87-abcf-492e-b3a2-52193091ba4f', 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'989bd6bec0124c4bbfdc20f96c2efe4c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'cc32c9a6-ae95-4b0f-acd7-e07f60499985', 'username': u'singlevm2-user_1e98fe87-abcf-492e-b3a2-52193091ba4f', '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-19 07:49:07,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:49:07,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:49:07,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:49:07,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:49:07,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:49:07,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:49:07,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:49:07,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:49:07,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:49:07,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:49:07,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:49:07,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:49:07,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:49:07,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:49:07,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:49:07,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:49:07,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:49:07,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:49:07,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:49:07,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:49:07,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:49:07,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:49:07,568 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_1e98fe87-abcf-492e-b3a2-52193091ba4f', 'password': 'cc32c9a6-ae95-4b0f-acd7-e07f60499985', 'project_name': 'singlevm2-project_1e98fe87-abcf-492e-b3a2-52193091ba4f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '989bd6bec0124c4bbfdc20f96c2efe4c', 'project_domain_name': 'Default'} 2018-08-19 07:49:07,568 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-19 07:49:07,569 - 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-19 07:49:07,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b98bdc5a-6b0f-44bf-8c49-65d882b1848f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:49:07,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b98bdc5a-6b0f-44bf-8c49-65d882b1848f 2018-08-19 07:49:07,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:49:07,989 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:49:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "989bd6bec0124c4bbfdc20f96c2efe4c", "name": "singlevm2-project_1e98fe87-abcf-492e-b3a2-52193091ba4f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_989bd6bec0124c4bbfdc20f96c2efe4c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_1e98fe87-abcf-492e-b3a2-52193091ba4f", "id": "24544ab1a9324a59882ac1b5304b3669"}, "audit_ids": ["0Nxx2sFOQ_ihXu7Ne6LKYg"], "issued_at": "2018-08-19T07:49:07.000000Z"}} 2018-08-19 07:49:07,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 07:49:07,992 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -d '{"network": {"name": "singlevm2-net_1e98fe87-abcf-492e-b3a2-52193091ba4f", "admin_state_up": true}}' 2018-08-19 07:49:08,769 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-319e3346-fe4a-44b6-97fd-2e55ef781ba9 Date: Sun, 19 Aug 2018 07:49:08 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"989bd6bec0124c4bbfdc20f96c2efe4c","created_at":"2018-08-19T07:49:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-19T07:49:08Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"989bd6bec0124c4bbfdc20f96c2efe4c","id":"759f4478-a60b-4633-9f85-77508e433794","name":"singlevm2-net_1e98fe87-abcf-492e-b3a2-52193091ba4f"}} 2018-08-19 07:49:08,769 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-319e3346-fe4a-44b6-97fd-2e55ef781ba9 2018-08-19 07:49:08,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.777326107025s 2018-08-19 07:49:08,770 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-319e3346-fe4a-44b6-97fd-2e55ef781ba9 2018-08-19 07:49:08,770 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:49:08Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'759f4478-a60b-4633-9f85-77508e433794', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_1e98fe87-abcf-492e-b3a2-52193091ba4f', u'admin_state_up': True, u'tenant_id': u'989bd6bec0124c4bbfdc20f96c2efe4c', u'created_at': u'2018-08-19T07:49:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'989bd6bec0124c4bbfdc20f96c2efe4c'}) 2018-08-19 07:49:08,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:49:08,771 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:09,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-64eac99a-65f4-4dff-a2a1-a383ed643060 Date: Sun, 19 Aug 2018 07:49:09 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-19T07:49:08Z","tenant_id":"989bd6bec0124c4bbfdc20f96c2efe4c","created_at":"2018-08-19T07:49:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"989bd6bec0124c4bbfdc20f96c2efe4c","id":"759f4478-a60b-4633-9f85-77508e433794","name":"singlevm2-net_1e98fe87-abcf-492e-b3a2-52193091ba4f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:49:09,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-64eac99a-65f4-4dff-a2a1-a383ed643060 2018-08-19 07:49:09,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.345803022385s 2018-08-19 07:49:09,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-64eac99a-65f4-4dff-a2a1-a383ed643060 2018-08-19 07:49:09,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 07:49:09,119 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -d '{"subnet": {"name": "singlevm2-subnet_1e98fe87-abcf-492e-b3a2-52193091ba4f", "enable_dhcp": true, "network_id": "759f4478-a60b-4633-9f85-77508e433794", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 07:49:10,011 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-79c3b46d-efa2-4bd2-97dd-09d02caa035f Date: Sun, 19 Aug 2018 07:49:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"759f4478-a60b-4633-9f85-77508e433794","tenant_id":"989bd6bec0124c4bbfdc20f96c2efe4c","created_at":"2018-08-19T07:49:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:49:09Z","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":"989bd6bec0124c4bbfdc20f96c2efe4c","id":"07f5294e-fa8c-40a8-92c2-350ac6297d08","subnetpool_id":null,"name":"singlevm2-subnet_1e98fe87-abcf-492e-b3a2-52193091ba4f"}} 2018-08-19 07:49:10,011 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-79c3b46d-efa2-4bd2-97dd-09d02caa035f 2018-08-19 07:49:10,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.892676115036s 2018-08-19 07:49:10,012 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-79c3b46d-efa2-4bd2-97dd-09d02caa035f 2018-08-19 07:49:10,012 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:49:09Z', 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'07f5294e-fa8c-40a8-92c2-350ac6297d08', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_1e98fe87-abcf-492e-b3a2-52193091ba4f', u'enable_dhcp': True, u'network_id': u'759f4478-a60b-4633-9f85-77508e433794', u'tenant_id': u'989bd6bec0124c4bbfdc20f96c2efe4c', u'created_at': u'2018-08-19T07:49:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'989bd6bec0124c4bbfdc20f96c2efe4c'}) 2018-08-19 07:49:10,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 07:49:10,013 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "singlevm2-router_1e98fe87-abcf-492e-b3a2-52193091ba4f", "admin_state_up": true}}' 2018-08-19 07:49:11,679 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-3b345fee-f1b3-489a-bd24-58cb2c615933 Date: Sun, 19 Aug 2018 07:49:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:10Z", "admin_state_up": true, "updated_at": "2018-08-19T07:49:11Z", "revision_number": 2, "routes": [], "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "2ce8c127-5fb3-484c-ba66-12580e2b9b15", "name": "singlevm2-router_1e98fe87-abcf-492e-b3a2-52193091ba4f"}} 2018-08-19 07:49:11,679 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3b345fee-f1b3-489a-bd24-58cb2c615933 2018-08-19 07:49:11,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.66667485237s 2018-08-19 07:49:11,680 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3b345fee-f1b3-489a-bd24-58cb2c615933 2018-08-19 07:49:11,680 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'989bd6bec0124c4bbfdc20f96c2efe4c', u'created_at': u'2018-08-19T07:49:10Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T07:49:11Z', u'revision_number': 2, u'routes': [], u'project_id': u'989bd6bec0124c4bbfdc20f96c2efe4c', u'id': u'2ce8c127-5fb3-484c-ba66-12580e2b9b15', u'name': u'singlevm2-router_1e98fe87-abcf-492e-b3a2-52193091ba4f'}) 2018-08-19 07:49:11,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 07:49:11,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/2ce8c127-5fb3-484c-ba66-12580e2b9b15/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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -d '{"subnet_id": "07f5294e-fa8c-40a8-92c2-350ac6297d08"}' 2018-08-19 07:49:13,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-45d015be-8dbb-480a-9566-e51d883e7422 Date: Sun, 19 Aug 2018 07:49:14 GMT RESP BODY: {"network_id": "759f4478-a60b-4633-9f85-77508e433794", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "subnet_id": "07f5294e-fa8c-40a8-92c2-350ac6297d08", "subnet_ids": ["07f5294e-fa8c-40a8-92c2-350ac6297d08"], "port_id": "864af0f1-779e-455e-aa14-b472cbadb2bc", "id": "2ce8c127-5fb3-484c-ba66-12580e2b9b15"} 2018-08-19 07:49:13,997 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2ce8c127-5fb3-484c-ba66-12580e2b9b15/add_router_interface.json used request id req-45d015be-8dbb-480a-9566-e51d883e7422 2018-08-19 07:49:13,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.31642818451s 2018-08-19 07:49:13,998 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2ce8c127-5fb3-484c-ba66-12580e2b9b15/add_router_interface.json used request id req-45d015be-8dbb-480a-9566-e51d883e7422 returning object 2ce8c127-5fb3-484c-ba66-12580e2b9b15 2018-08-19 07:49:13,999 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-19 07:49:14,131 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-19 07:49:14,133 - 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-19 07:49:14,136 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 07:49: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-19 07:49:14,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:49:14,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:15,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c905b8e1-f855-4cf5-9bfd-530e461eff4c Date: Sun, 19 Aug 2018 07:49:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:49:15,033 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c905b8e1-f855-4cf5-9bfd-530e461eff4c 2018-08-19 07:49:15,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.894695043564s 2018-08-19 07:49:15,034 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c905b8e1-f855-4cf5-9bfd-530e461eff4c 2018-08-19 07:49:15,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 07:49:15,045 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_1e98fe87-abcf-492e-b3a2-52193091ba4f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_1e98fe87-abcf-492e-b3a2-52193091ba4f"}' 2018-08-19 07:49:15,333 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cd365692-a5c8-423f-9fde-69da7c897f93 Date: Sun, 19 Aug 2018 07:49:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:49:15Z", "file": "/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/file", "owner": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "112348ad-e361-4d52-bdb0-4a345d8e7e1e", "size": null, "self": "/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e", "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_1e98fe87-abcf-492e-b3a2-52193091ba4f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_1e98fe87-abcf-492e-b3a2-52193091ba4f", "checksum": null, "created_at": "2018-08-19T07:49:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 07:49:15,333 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-cd365692-a5c8-423f-9fde-69da7c897f93 2018-08-19 07:49:15,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.291529178619s 2018-08-19 07:49:15,334 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-cd365692-a5c8-423f-9fde-69da7c897f93 returning object 112348ad-e361-4d52-bdb0-4a345d8e7e1e 2018-08-19 07:49:15,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 07:49:15,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -d '' 2018-08-19 07:49:16,094 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ce877c0f-245a-438b-96e0-2c6cc2dccd6d Date: Sun, 19 Aug 2018 07:49: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-19 07:49:16,094 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/file used request id req-ce877c0f-245a-438b-96e0-2c6cc2dccd6d 2018-08-19 07:49:16,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.759885072708s 2018-08-19 07:49:16,095 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/file used request id req-ce877c0f-245a-438b-96e0-2c6cc2dccd6d 2018-08-19 07:49:16,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:49:16,102 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:16,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-6633e97e-3a48-410a-a3b2-30cd259ac746 Date: Sun, 19 Aug 2018 07:49:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:49:16Z", "file": "/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/file", "owner": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "112348ad-e361-4d52-bdb0-4a345d8e7e1e", "size": 12716032, "self": "/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_1e98fe87-abcf-492e-b3a2-52193091ba4f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_1e98fe87-abcf-492e-b3a2-52193091ba4f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:49:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:49:16,421 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6633e97e-3a48-410a-a3b2-30cd259ac746 2018-08-19 07:49:16,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.3226749897s 2018-08-19 07:49:16,422 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6633e97e-3a48-410a-a3b2-30cd259ac746 2018-08-19 07:49:16,424 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/file', 'owner': u'989bd6bec0124c4bbfdc20f96c2efe4c', 'id': u'112348ad-e361-4d52-bdb0-4a345d8e7e1e', 'size': 12716032, u'self': u'/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'989bd6bec0124c4bbfdc20f96c2efe4c', 'name': 'singlevm2-project_1e98fe87-abcf-492e-b3a2-52193091ba4f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T07:49:16Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T07:49:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_1e98fe87-abcf-492e-b3a2-52193091ba4f', '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/112348ad-e361-4d52-bdb0-4a345d8e7e1e', 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_1e98fe87-abcf-492e-b3a2-52193091ba4f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_1e98fe87-abcf-492e-b3a2-52193091ba4f', 'created': u'2018-08-19T07:49:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T07:49: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/112348ad-e361-4d52-bdb0-4a345d8e7e1e', 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_1e98fe87-abcf-492e-b3a2-52193091ba4f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 07:49:16,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 07:49:16,427 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_1e98fe87-abcf-492e-b3a2-52193091ba4f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 07:49:17,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3691ebb8-c8ba-41e5-82fa-cbfcf985f477 x-compute-request-id: req-3691ebb8-c8ba-41e5-82fa-cbfcf985f477 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_1e98fe87-abcf-492e-b3a2-52193091ba4f", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/21a553be-55dc-4a12-af4e-223b30a13458", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/21a553be-55dc-4a12-af4e-223b30a13458", "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": "21a553be-55dc-4a12-af4e-223b30a13458"}} 2018-08-19 07:49:17,287 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3691ebb8-c8ba-41e5-82fa-cbfcf985f477 2018-08-19 07:49:17,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.862176895142s 2018-08-19 07:49:17,287 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3691ebb8-c8ba-41e5-82fa-cbfcf985f477 2018-08-19 07:49:17,288 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_1e98fe87-abcf-492e-b3a2-52193091ba4f', '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'7dc2782794df470c83590a2cbd73fefb', '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'21a553be-55dc-4a12-af4e-223b30a13458', 'swap': 0}) 2018-08-19 07:49:17,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 07:49:17,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/21a553be-55dc-4a12-af4e-223b30a13458/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}b252aa55acf46aed0d480b0f12c90522c8d625a2" -d '{"extra_specs": {}}' 2018-08-19 07:49:17,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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 x-openstack-request-id: req-0a0aa596-92e4-4011-af2d-a3eaddfa955b x-compute-request-id: req-0a0aa596-92e4-4011-af2d-a3eaddfa955b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 07:49:17,321 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/21a553be-55dc-4a12-af4e-223b30a13458/os-extra_specs used request id req-0a0aa596-92e4-4011-af2d-a3eaddfa955b 2018-08-19 07:49:17,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0318729877472s 2018-08-19 07:49:17,321 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/21a553be-55dc-4a12-af4e-223b30a13458/os-extra_specs used request id req-0a0aa596-92e4-4011-af2d-a3eaddfa955b 2018-08-19 07:49:17,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-19 07:49:17,324 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -d '{"keypair": {"name": "singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f"}}' 2018-08-19 07:49:17,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-d05679f7-af71-40e7-ad68-247a10ff1adc x-compute-request-id: req-d05679f7-af71-40e7-ad68-247a10ff1adc Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/ZUREQio3LFXEbZefQRCNAYovM9ueCPyNUeGPQOHR6ccX293Gd9YBizabW7JkLjqrrVf/h3Ik/PlRgJoA0Qwe5dbKozEj136q3cGg6qsuca9DgYbWxaEj8rgHTL1Rpmi9Yc1a7e7kCcl59OXzEmbdogZDEvJ5re/rhA759H1EuX65o5w9JjLBQ7o0yTJbemXmAcd7nBOW6qWqreqoviQSloqUMGE4L5/0APOOX269LSzTpxlvzU7TSJtfLD5GEez45wtDDIR6A48w7Itu0ewa/KlIEm1SyNIdIBOfDaMALG2zWJTLFG6lMHy/+nd3rWfXWuyQh7FZnZ7Voe8dNaWZ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAv2VEREIqNyxVxG2Xn0EQjQGKLzPbngj8jVHhj0Dh0enHF9vd\nxnfWAYs2m1uyZC46q61X/4dyJPz5UYCaANEMHuXWyqMxI9d+qt3BoOqrLnGvQ4GG\n1sWhI/K4B0y9UaZovWHNWu3u5AnJefTl8xJm3aIGQxLyea3v64QO+fR9RLl+uaOc\nPSYywUO6NMkyW3pl5gHHe5wTluqlqq3qqL4kEpaKlDBhOC+f9ADzjl9uvS0s06cZ\nb81O00ibXyw+RhHs+OcLQwyEegOPMOyLbtHsGvypSBJtUsjSHSATnw2jACxts1iU\nyxRupTB8v/p3d61n11rskIexWZ2e1aHvHTWlmQIDAQABAoIBADTWE950FYtdpd+w\nEWdZYuRKRId7XWlnObEZpZcSZkS4sMmZXMPpWR7b+5sv2TNmv7OdCunzzkL/wyQI\nyHrpOttcv8r4+hvW5ZTt2wI9RjxwDd4o57xqmm1+F+eL+8eKlOeTFEnB3Wz+dqxA\nOyq7LcKJdAkYNe/5YH432pqOL/bEdEIWTlsf4S2SonBYOFyYPxzKbX53r2Trq8XB\ny1sivbBzbSgIoX5dqwOeafDOk/2glFBD0B3B/ewVATWCOIDgp1rzzaJCRCk7rT84\nfxEJbtc67nRlOdYVsHI6NrPpkCbZ8CCcPFx66tWpe3dVn2VQBzlJJrUvxQkskK/8\nu6ofIzECgYEA4yb+78hV+2s8N4Iz1RS+aU/grseghM3/BRU1EGGKeeH028WQePnh\nTDp0UnVb0a+aQwQX1ypWqVrbX6hvzjYA2NxVav1uUanHMSn2hOWgjMrI8dxShSTU\n7g/gwkhKDHKGiX7+sHe78CWuFqHei6hDubReV9A6g23A2dQnftm2O7MCgYEA17PG\nOx+n6beqkuZHIjs8alGCPuUmqQnad8FfBwkGmY+lgkVYZnmFYQHrhlZN3GKUEw9Y\ndw55tRAD/w9hDrlldxwgwhbePCjRBPR8Ilx42/4qA50NarU7gpaiLx9n5VWHOpiV\nej9uzdev45ZeKR9lbXs4Wa9JWxMQMTdlyNu2A4MCgYBuQ667LO94BT0M4PpSNCie\nLHUvwp3L+ccSa5H/qqmyspnO2R9hakMQYsu2f1ub9PcYEvOTseyxdvZIgBYN7q8I\nliQstGsJ3zVfSzRsnJ8L2SAkL8Qq948ZJMIA7WBsnGdsdSYi+WxUjaXtPJQwDPUb\nP1AQpnbQ98UGuHKXpA1O+wKBgFJ12Yx0t55zpnPuMLd3actDScV9mN/6clhhxlBM\nNQezkJRSqk7SmhjRwRZkG/Pqg60dqrYpBIIhk0WIvZQBcDauvB822tKoz+9S/7mr\nHFENw0YKXjyy+AMeTvYwzWkw3zeZaVuIsHVkxUr+CxUxeXb3Kj2u8x4sFX6bLQAy\nbky9AoGAB2bbYyDvLZhZOGfH3msO9pr3LTT8NyIKJH5++yKRdsIDFaQRjsfdlnmp\nnkOMzFD/ArSoTAf4J4SEFDSe3igbBCy9s7vXwpxU5YK/1xF6EqSNNzIg1bxOL1Kt\n4OJtsF4d/A+xgX2HXUZsXU71lGx7XJKEuNpa7KW5MXzy/Mej9G8=\n-----END RSA PRIVATE KEY-----\n", "user_id": "24544ab1a9324a59882ac1b5304b3669", "name": "singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f", "fingerprint": "1a:ff:b0:e1:77:64:7c:d6:e5:36:52:77:db:08:82:62"}} 2018-08-19 07:49:17,780 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d05679f7-af71-40e7-ad68-247a10ff1adc 2018-08-19 07:49:17,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.458796977997s 2018-08-19 07:49:17,781 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d05679f7-af71-40e7-ad68-247a10ff1adc 2018-08-19 07:49:17,782 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/ZUREQio3LFXEbZefQRCNAYovM9ueCPyNUeGPQOHR6ccX293Gd9YBizabW7JkLjqrrVf/h3Ik/PlRgJoA0Qwe5dbKozEj136q3cGg6qsuca9DgYbWxaEj8rgHTL1Rpmi9Yc1a7e7kCcl59OXzEmbdogZDEvJ5re/rhA759H1EuX65o5w9JjLBQ7o0yTJbemXmAcd7nBOW6qWqreqoviQSloqUMGE4L5/0APOOX269LSzTpxlvzU7TSJtfLD5GEez45wtDDIR6A48w7Itu0ewa/KlIEm1SyNIdIBOfDaMALG2zWJTLFG6lMHy/+nd3rWfXWuyQh7FZnZ7Voe8dNaWZ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAv2VEREIqNyxVxG2Xn0EQjQGKLzPbngj8jVHhj0Dh0enHF9vd\nxnfWAYs2m1uyZC46q61X/4dyJPz5UYCaANEMHuXWyqMxI9d+qt3BoOqrLnGvQ4GG\n1sWhI/K4B0y9UaZovWHNWu3u5AnJefTl8xJm3aIGQxLyea3v64QO+fR9RLl+uaOc\nPSYywUO6NMkyW3pl5gHHe5wTluqlqq3qqL4kEpaKlDBhOC+f9ADzjl9uvS0s06cZ\nb81O00ibXyw+RhHs+OcLQwyEegOPMOyLbtHsGvypSBJtUsjSHSATnw2jACxts1iU\nyxRupTB8v/p3d61n11rskIexWZ2e1aHvHTWlmQIDAQABAoIBADTWE950FYtdpd+w\nEWdZYuRKRId7XWlnObEZpZcSZkS4sMmZXMPpWR7b+5sv2TNmv7OdCunzzkL/wyQI\nyHrpOttcv8r4+hvW5ZTt2wI9RjxwDd4o57xqmm1+F+eL+8eKlOeTFEnB3Wz+dqxA\nOyq7LcKJdAkYNe/5YH432pqOL/bEdEIWTlsf4S2SonBYOFyYPxzKbX53r2Trq8XB\ny1sivbBzbSgIoX5dqwOeafDOk/2glFBD0B3B/ewVATWCOIDgp1rzzaJCRCk7rT84\nfxEJbtc67nRlOdYVsHI6NrPpkCbZ8CCcPFx66tWpe3dVn2VQBzlJJrUvxQkskK/8\nu6ofIzECgYEA4yb+78hV+2s8N4Iz1RS+aU/grseghM3/BRU1EGGKeeH028WQePnh\nTDp0UnVb0a+aQwQX1ypWqVrbX6hvzjYA2NxVav1uUanHMSn2hOWgjMrI8dxShSTU\n7g/gwkhKDHKGiX7+sHe78CWuFqHei6hDubReV9A6g23A2dQnftm2O7MCgYEA17PG\nOx+n6beqkuZHIjs8alGCPuUmqQnad8FfBwkGmY+lgkVYZnmFYQHrhlZN3GKUEw9Y\ndw55tRAD/w9hDrlldxwgwhbePCjRBPR8Ilx42/4qA50NarU7gpaiLx9n5VWHOpiV\nej9uzdev45ZeKR9lbXs4Wa9JWxMQMTdlyNu2A4MCgYBuQ667LO94BT0M4PpSNCie\nLHUvwp3L+ccSa5H/qqmyspnO2R9hakMQYsu2f1ub9PcYEvOTseyxdvZIgBYN7q8I\nliQstGsJ3zVfSzRsnJ8L2SAkL8Qq948ZJMIA7WBsnGdsdSYi+WxUjaXtPJQwDPUb\nP1AQpnbQ98UGuHKXpA1O+wKBgFJ12Yx0t55zpnPuMLd3actDScV9mN/6clhhxlBM\nNQezkJRSqk7SmhjRwRZkG/Pqg60dqrYpBIIhk0WIvZQBcDauvB822tKoz+9S/7mr\nHFENw0YKXjyy+AMeTvYwzWkw3zeZaVuIsHVkxUr+CxUxeXb3Kj2u8x4sFX6bLQAy\nbky9AoGAB2bbYyDvLZhZOGfH3msO9pr3LTT8NyIKJH5++yKRdsIDFaQRjsfdlnmp\nnkOMzFD/ArSoTAf4J4SEFDSe3igbBCy9s7vXwpxU5YK/1xF6EqSNNzIg1bxOL1Kt\n4OJtsF4d/A+xgX2HXUZsXU71lGx7XJKEuNpa7KW5MXzy/Mej9G8=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'24544ab1a9324a59882ac1b5304b3669', 'name': u'singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f', 'created_at': '2018-08-19T07:49:17.782098', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'989bd6bec0124c4bbfdc20f96c2efe4c', 'name': 'singlevm2-project_1e98fe87-abcf-492e-b3a2-52193091ba4f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'1a:ff:b0:e1:77:64:7c:d6:e5:36:52:77:db:08:82:62', 'type': 'ssh', 'id': u'singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f'}) 2018-08-19 07:49:17,782 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAv2VEREIqNyxVxG2Xn0EQjQGKLzPbngj8jVHhj0Dh0enHF9vd xnfWAYs2m1uyZC46q61X/4dyJPz5UYCaANEMHuXWyqMxI9d+qt3BoOqrLnGvQ4GG 1sWhI/K4B0y9UaZovWHNWu3u5AnJefTl8xJm3aIGQxLyea3v64QO+fR9RLl+uaOc PSYywUO6NMkyW3pl5gHHe5wTluqlqq3qqL4kEpaKlDBhOC+f9ADzjl9uvS0s06cZ b81O00ibXyw+RhHs+OcLQwyEegOPMOyLbtHsGvypSBJtUsjSHSATnw2jACxts1iU yxRupTB8v/p3d61n11rskIexWZ2e1aHvHTWlmQIDAQABAoIBADTWE950FYtdpd+w EWdZYuRKRId7XWlnObEZpZcSZkS4sMmZXMPpWR7b+5sv2TNmv7OdCunzzkL/wyQI yHrpOttcv8r4+hvW5ZTt2wI9RjxwDd4o57xqmm1+F+eL+8eKlOeTFEnB3Wz+dqxA Oyq7LcKJdAkYNe/5YH432pqOL/bEdEIWTlsf4S2SonBYOFyYPxzKbX53r2Trq8XB y1sivbBzbSgIoX5dqwOeafDOk/2glFBD0B3B/ewVATWCOIDgp1rzzaJCRCk7rT84 fxEJbtc67nRlOdYVsHI6NrPpkCbZ8CCcPFx66tWpe3dVn2VQBzlJJrUvxQkskK/8 u6ofIzECgYEA4yb+78hV+2s8N4Iz1RS+aU/grseghM3/BRU1EGGKeeH028WQePnh TDp0UnVb0a+aQwQX1ypWqVrbX6hvzjYA2NxVav1uUanHMSn2hOWgjMrI8dxShSTU 7g/gwkhKDHKGiX7+sHe78CWuFqHei6hDubReV9A6g23A2dQnftm2O7MCgYEA17PG Ox+n6beqkuZHIjs8alGCPuUmqQnad8FfBwkGmY+lgkVYZnmFYQHrhlZN3GKUEw9Y dw55tRAD/w9hDrlldxwgwhbePCjRBPR8Ilx42/4qA50NarU7gpaiLx9n5VWHOpiV ej9uzdev45ZeKR9lbXs4Wa9JWxMQMTdlyNu2A4MCgYBuQ667LO94BT0M4PpSNCie LHUvwp3L+ccSa5H/qqmyspnO2R9hakMQYsu2f1ub9PcYEvOTseyxdvZIgBYN7q8I liQstGsJ3zVfSzRsnJ8L2SAkL8Qq948ZJMIA7WBsnGdsdSYi+WxUjaXtPJQwDPUb P1AQpnbQ98UGuHKXpA1O+wKBgFJ12Yx0t55zpnPuMLd3actDScV9mN/6clhhxlBM NQezkJRSqk7SmhjRwRZkG/Pqg60dqrYpBIIhk0WIvZQBcDauvB822tKoz+9S/7mr HFENw0YKXjyy+AMeTvYwzWkw3zeZaVuIsHVkxUr+CxUxeXb3Kj2u8x4sFX6bLQAy bky9AoGAB2bbYyDvLZhZOGfH3msO9pr3LTT8NyIKJH5++yKRdsIDFaQRjsfdlnmp nkOMzFD/ArSoTAf4J4SEFDSe3igbBCy9s7vXwpxU5YK/1xF6EqSNNzIg1bxOL1Kt 4OJtsF4d/A+xgX2HXUZsXU71lGx7XJKEuNpa7KW5MXzy/Mej9G8= -----END RSA PRIVATE KEY----- 2018-08-19 07:49:17,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-19 07:49:17,786 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -d '{"security_group": {"name": "singlevm2-sg_1e98fe87-abcf-492e-b3a2-52193091ba4f", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-19 07:49:18,244 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-b619b860-a081-4f75-9fb5-063d802a9c9e Date: Sun, 19 Aug 2018 07:49:18 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:18Z", "updated_at": "2018-08-19T07:49:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:18Z", "revision_number": 0, "id": "633461aa-6cfa-4832-aa99-5f98723e3ac1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:18Z", "security_group_id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:18Z", "revision_number": 0, "id": "ed327cfc-ad76-4905-9460-2ddefc41fe85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:18Z", "security_group_id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}], "revision_number": 1, "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "name": "singlevm2-sg_1e98fe87-abcf-492e-b3a2-52193091ba4f"}} 2018-08-19 07:49:18,245 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-b619b860-a081-4f75-9fb5-063d802a9c9e 2018-08-19 07:49:18,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.459231853485s 2018-08-19 07:49:18,245 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-b619b860-a081-4f75-9fb5-063d802a9c9e 2018-08-19 07:49:18,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 07:49:18,250 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:18,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-da8c30ac-25f7-4dc6-a62b-84eaf3ebd0c5 Date: Sun, 19 Aug 2018 07:49:18 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:18Z", "updated_at": "2018-08-19T07:49:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:18Z", "revision_number": 0, "id": "633461aa-6cfa-4832-aa99-5f98723e3ac1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:18Z", "security_group_id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:18Z", "revision_number": 0, "id": "ed327cfc-ad76-4905-9460-2ddefc41fe85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:18Z", "security_group_id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}], "revision_number": 1, "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "name": "singlevm2-sg_1e98fe87-abcf-492e-b3a2-52193091ba4f"}, {"description": "Default security group", "tags": [], "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:08Z", "updated_at": "2018-08-19T07:49:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "1d912240-2a90-450d-b2ba-1973188fccb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "2f69adad-7e1d-4b47-8757-83762bf7b758", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "c2badc6a-da38-45d0-a162-765cbbd11a43", "remote_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "f4968a39-f4df-4ed8-8831-3424c0098296", "remote_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}], "revision_number": 1, "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "name": "default"}]} 2018-08-19 07:49:18,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-da8c30ac-25f7-4dc6-a62b-84eaf3ebd0c5 2018-08-19 07:49:18,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.315340042114s 2018-08-19 07:49:18,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-da8c30ac-25f7-4dc6-a62b-84eaf3ebd0c5 2018-08-19 07:49:18,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 07:49:18,570 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -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": "5aa41ecd-a296-4186-9c1f-df99b63cce85"}}' 2018-08-19 07:49:18,987 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e8d7a413-afc5-4bfe-96f8-b68f079797b4 Date: Sun, 19 Aug 2018 07:49:19 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-19T07:49:18Z", "security_group_id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "port_range_min": 22, "revision_number": 0, "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:18Z", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "66b31d8f-8101-4e34-b6b5-03a400e130a3"}} 2018-08-19 07:49:18,988 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-e8d7a413-afc5-4bfe-96f8-b68f079797b4 2018-08-19 07:49:18,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.418143033981s 2018-08-19 07:49:18,988 - 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-e8d7a413-afc5-4bfe-96f8-b68f079797b4 2018-08-19 07:49:18,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 07:49:18,992 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:19,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-4e7b2e92-6b77-4bf3-b6f1-ae2e35e75b35 Date: Sun, 19 Aug 2018 07:49:19 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:18Z", "updated_at": "2018-08-19T07:49:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:18Z", "revision_number": 0, "id": "633461aa-6cfa-4832-aa99-5f98723e3ac1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:18Z", "security_group_id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T07:49:18Z", "revision_number": 0, "id": "66b31d8f-8101-4e34-b6b5-03a400e130a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:18Z", "security_group_id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:18Z", "revision_number": 0, "id": "ed327cfc-ad76-4905-9460-2ddefc41fe85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:18Z", "security_group_id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}], "revision_number": 2, "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "name": "singlevm2-sg_1e98fe87-abcf-492e-b3a2-52193091ba4f"}, {"description": "Default security group", "tags": [], "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:08Z", "updated_at": "2018-08-19T07:49:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "1d912240-2a90-450d-b2ba-1973188fccb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "2f69adad-7e1d-4b47-8757-83762bf7b758", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "c2badc6a-da38-45d0-a162-765cbbd11a43", "remote_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "f4968a39-f4df-4ed8-8831-3424c0098296", "remote_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}], "revision_number": 1, "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "name": "default"}]} 2018-08-19 07:49:19,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-4e7b2e92-6b77-4bf3-b6f1-ae2e35e75b35 2018-08-19 07:49:19,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.99869799614s 2018-08-19 07:49:19,991 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-4e7b2e92-6b77-4bf3-b6f1-ae2e35e75b35 2018-08-19 07:49:19,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 07:49:19,995 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -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": "5aa41ecd-a296-4186-9c1f-df99b63cce85"}}' 2018-08-19 07:49:20,165 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-334788fc-6626-405e-9d17-fe39db0093b5 Date: Sun, 19 Aug 2018 07:49:20 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-19T07:49:20Z", "security_group_id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "port_range_min": null, "revision_number": 0, "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:20Z", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "fb0f5149-e6ec-4c8c-9dae-0cbb47723f68"}} 2018-08-19 07:49:20,165 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-334788fc-6626-405e-9d17-fe39db0093b5 2018-08-19 07:49:20,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.170861005783s 2018-08-19 07:49:20,166 - 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-334788fc-6626-405e-9d17-fe39db0093b5 2018-08-19 07:49:20,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:49:20,168 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:20,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-757ee6c4-bd3a-480e-b560-2a7faa4ef5ec Date: Sun, 19 Aug 2018 07:49:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["07f5294e-fa8c-40a8-92c2-350ac6297d08"],"updated_at":"2018-08-19T07:49:09Z","tenant_id":"989bd6bec0124c4bbfdc20f96c2efe4c","created_at":"2018-08-19T07:49:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"989bd6bec0124c4bbfdc20f96c2efe4c","id":"759f4478-a60b-4633-9f85-77508e433794","name":"singlevm2-net_1e98fe87-abcf-492e-b3a2-52193091ba4f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:49:20,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-757ee6c4-bd3a-480e-b560-2a7faa4ef5ec 2018-08-19 07:49:20,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.330330848694s 2018-08-19 07:49:20,498 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-757ee6c4-bd3a-480e-b560-2a7faa4ef5ec 2018-08-19 07:49:20,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:49:20,507 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:20,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-89c6438e-022c-4e8d-8249-f56ea42ff6b3 Date: Sun, 19 Aug 2018 07:49:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:49:16Z", "file": "/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/file", "owner": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "112348ad-e361-4d52-bdb0-4a345d8e7e1e", "size": 12716032, "self": "/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_1e98fe87-abcf-492e-b3a2-52193091ba4f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_1e98fe87-abcf-492e-b3a2-52193091ba4f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:49:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:49:20,784 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-89c6438e-022c-4e8d-8249-f56ea42ff6b3 2018-08-19 07:49:20,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.281578063965s 2018-08-19 07:49:20,785 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-89c6438e-022c-4e8d-8249-f56ea42ff6b3 2018-08-19 07:49:20,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:49:20,789 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:20,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-e6b142d6-859e-49f5-aebe-462258e731f5 x-compute-request-id: req-e6b142d6-859e-49f5-aebe-462258e731f5 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_1e98fe87-abcf-492e-b3a2-52193091ba4f", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/21a553be-55dc-4a12-af4e-223b30a13458", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/21a553be-55dc-4a12-af4e-223b30a13458", "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": "21a553be-55dc-4a12-af4e-223b30a13458"}]} 2018-08-19 07:49:20,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None used request id req-e6b142d6-859e-49f5-aebe-462258e731f5 2018-08-19 07:49:20,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0261070728302s 2018-08-19 07:49:20,813 - 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-e6b142d6-859e-49f5-aebe-462258e731f5 2018-08-19 07:49:20,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-19 07:49:20,818 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -d '{"server": {"name": "singlevm2-vm_1e98fe87-abcf-492e-b3a2-52193091ba4f", "imageRef": "112348ad-e361-4d52-bdb0-4a345d8e7e1e", "key_name": "singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f", "flavorRef": "21a553be-55dc-4a12-af4e-223b30a13458", "max_count": 1, "min_count": 1, "networks": [{"uuid": "759f4478-a60b-4633-9f85-77508e433794"}], "security_groups": [{"name": "5aa41ecd-a296-4186-9c1f-df99b63cce85"}]}}' 2018-08-19 07:49:25,973 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:49:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-92902577-e74a-4875-a39a-79f7781732cd x-compute-request-id: req-92902577-e74a-4875-a39a-79f7781732cd Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "5aa41ecd-a296-4186-9c1f-df99b63cce85"}], "OS-DCF:diskConfig": "MANUAL", "id": "2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "rel": "bookmark"}], "adminPass": "jZShpnE4Ms5C"}} 2018-08-19 07:49:25,974 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-92902577-e74a-4875-a39a-79f7781732cd 2018-08-19 07:49:25,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.15882396698s 2018-08-19 07:49:25,974 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-92902577-e74a-4875-a39a-79f7781732cd 2018-08-19 07:49:25,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:49:25,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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:27,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-fc038bce-7ced-4e00-9363-f931dafee366 x-compute-request-id: req-fc038bce-7ced-4e00-9363-f931dafee366 Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "rel": "bookmark"}], "image": {"id": "112348ad-e361-4d52-bdb0-4a345d8e7e1e", "links": [{"href": "http://172.30.9.27:8774/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21a553be-55dc-4a12-af4e-223b30a13458", "links": [{"href": "http://172.30.9.27:8774/flavors/21a553be-55dc-4a12-af4e-223b30a13458", "rel": "bookmark"}]}, "id": "2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "user_id": "24544ab1a9324a59882ac1b5304b3669", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:49:26Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f", "name": "singlevm2-vm_1e98fe87-abcf-492e-b3a2-52193091ba4f", "created": "2018-08-19T07:49:25Z", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:49:27,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fc038bce-7ced-4e00-9363-f931dafee366 2018-08-19 07:49:27,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06354999542s 2018-08-19 07:49:27,039 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fc038bce-7ced-4e00-9363-f931dafee366 2018-08-19 07:49:27,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:49:27,046 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:27,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-86592652-518c-4cd0-8515-071afe50cb3f Date: Sun, 19 Aug 2018 07:49: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":["07f5294e-fa8c-40a8-92c2-350ac6297d08"],"updated_at":"2018-08-19T07:49:09Z","tenant_id":"989bd6bec0124c4bbfdc20f96c2efe4c","created_at":"2018-08-19T07:49:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"989bd6bec0124c4bbfdc20f96c2efe4c","id":"759f4478-a60b-4633-9f85-77508e433794","name":"singlevm2-net_1e98fe87-abcf-492e-b3a2-52193091ba4f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:49:27,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-86592652-518c-4cd0-8515-071afe50cb3f 2018-08-19 07:49:27,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0993361473083s 2018-08-19 07:49:27,145 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-86592652-518c-4cd0-8515-071afe50cb3f 2018-08-19 07:49:27,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:49:27,147 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:27,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-da112134-3e85-4e07-a162-cf0f3d5084be Date: Sun, 19 Aug 2018 07:49:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"759f4478-a60b-4633-9f85-77508e433794","tenant_id":"989bd6bec0124c4bbfdc20f96c2efe4c","created_at":"2018-08-19T07:49:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:49:09Z","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":"989bd6bec0124c4bbfdc20f96c2efe4c","id":"07f5294e-fa8c-40a8-92c2-350ac6297d08","subnetpool_id":null,"name":"singlevm2-subnet_1e98fe87-abcf-492e-b3a2-52193091ba4f"}]} 2018-08-19 07:49:27,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-da112134-3e85-4e07-a162-cf0f3d5084be 2018-08-19 07:49:27,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0462000370026s 2018-08-19 07:49:27,193 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-da112134-3e85-4e07-a162-cf0f3d5084be 2018-08-19 07:49:27,194 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:49:29,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:49:29,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:30,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-dfe460fa-cc82-4ad2-a953-8b693cede9dd x-compute-request-id: req-dfe460fa-cc82-4ad2-a953-8b693cede9dd Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "rel": "bookmark"}], "image": {"id": "112348ad-e361-4d52-bdb0-4a345d8e7e1e", "links": [{"href": "http://172.30.9.27:8774/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21a553be-55dc-4a12-af4e-223b30a13458", "links": [{"href": "http://172.30.9.27:8774/flavors/21a553be-55dc-4a12-af4e-223b30a13458", "rel": "bookmark"}]}, "id": "2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "security_groups": [{"name": "singlevm2-sg_1e98fe87-abcf-492e-b3a2-52193091ba4f"}], "user_id": "24544ab1a9324a59882ac1b5304b3669", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:49:29Z", "hostId": "72cffb8e9d5c17a3b0bf1d35d3cb3107951ff588b35ade85c58eb389", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f", "name": "singlevm2-vm_1e98fe87-abcf-492e-b3a2-52193091ba4f", "created": "2018-08-19T07:49:25Z", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:49:30,995 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dfe460fa-cc82-4ad2-a953-8b693cede9dd 2018-08-19 07:49:30,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.79884004593s 2018-08-19 07:49:30,996 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dfe460fa-cc82-4ad2-a953-8b693cede9dd 2018-08-19 07:49:31,001 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:49:33,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:49:33,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:33,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49: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-885ab472-9017-4b24-93eb-cbcb94eeb18c x-compute-request-id: req-885ab472-9017-4b24-93eb-cbcb94eeb18c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "rel": "bookmark"}], "image": {"id": "112348ad-e361-4d52-bdb0-4a345d8e7e1e", "links": [{"href": "http://172.30.9.27:8774/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "21a553be-55dc-4a12-af4e-223b30a13458", "links": [{"href": "http://172.30.9.27:8774/flavors/21a553be-55dc-4a12-af4e-223b30a13458", "rel": "bookmark"}]}, "id": "2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "security_groups": [{"name": "singlevm2-sg_1e98fe87-abcf-492e-b3a2-52193091ba4f"}], "user_id": "24544ab1a9324a59882ac1b5304b3669", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:49:29Z", "hostId": "72cffb8e9d5c17a3b0bf1d35d3cb3107951ff588b35ade85c58eb389", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f", "name": "singlevm2-vm_1e98fe87-abcf-492e-b3a2-52193091ba4f", "created": "2018-08-19T07:49:25Z", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:49:33,467 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-885ab472-9017-4b24-93eb-cbcb94eeb18c 2018-08-19 07:49:33,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.463999986649s 2018-08-19 07:49:33,468 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-885ab472-9017-4b24-93eb-cbcb94eeb18c 2018-08-19 07:49:33,472 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:49:35,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:49:35,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:36,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49: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-88db750d-6ba4-48c2-b11f-4d624cb681d0 x-compute-request-id: req-88db750d-6ba4-48c2-b11f-4d624cb681d0 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_1e98fe87-abcf-492e-b3a2-52193091ba4f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:6e:58", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "rel": "bookmark"}], "image": {"id": "112348ad-e361-4d52-bdb0-4a345d8e7e1e", "links": [{"href": "http://172.30.9.27:8774/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:49:34.000000", "flavor": {"id": "21a553be-55dc-4a12-af4e-223b30a13458", "links": [{"href": "http://172.30.9.27:8774/flavors/21a553be-55dc-4a12-af4e-223b30a13458", "rel": "bookmark"}]}, "id": "2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "security_groups": [{"name": "singlevm2-sg_1e98fe87-abcf-492e-b3a2-52193091ba4f"}], "user_id": "24544ab1a9324a59882ac1b5304b3669", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:49:35Z", "hostId": "72cffb8e9d5c17a3b0bf1d35d3cb3107951ff588b35ade85c58eb389", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f", "name": "singlevm2-vm_1e98fe87-abcf-492e-b3a2-52193091ba4f", "created": "2018-08-19T07:49:25Z", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:49:36,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-88db750d-6ba4-48c2-b11f-4d624cb681d0 2018-08-19 07:49:36,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12480998039s 2018-08-19 07:49:36,600 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-88db750d-6ba4-48c2-b11f-4d624cb681d0 2018-08-19 07:49:36,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:49:36,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=2c79ce29-0e00-4774-a35f-b4b37aa0bdf4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:36,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2ace0510-6978-4d0c-9b49-e43129476d21 Date: Sun, 19 Aug 2018 07:49:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"759f4478-a60b-4633-9f85-77508e433794","tenant_id":"989bd6bec0124c4bbfdc20f96c2efe4c","created_at":"2018-08-19T07:49:29Z","admin_state_up":true,"updated_at":"2018-08-19T07:49:34Z","binding:vnic_type":"normal","device_id":"2c79ce29-0e00-4774-a35f-b4b37aa0bdf4","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f3:6e:58","id":"8ea5bd56-8d7d-4f4c-9d92-d670745166f8","port_security_enabled":true,"project_id":"989bd6bec0124c4bbfdc20f96c2efe4c","fixed_ips":[{"subnet_id":"07f5294e-fa8c-40a8-92c2-350ac6297d08","ip_address":"192.168.120.16"}],"extra_dhcp_opts":[],"security_groups":["5aa41ecd-a296-4186-9c1f-df99b63cce85"],"name":""}]} 2018-08-19 07:49:36,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=2c79ce29-0e00-4774-a35f-b4b37aa0bdf4 used request id req-2ace0510-6978-4d0c-9b49-e43129476d21 2018-08-19 07:49:36,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.309760093689s 2018-08-19 07:49:36,914 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=2c79ce29-0e00-4774-a35f-b4b37aa0bdf4 used request id req-2ace0510-6978-4d0c-9b49-e43129476d21 2018-08-19 07:49:36,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:49:36,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=8ea5bd56-8d7d-4f4c-9d92-d670745166f8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:37,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-dad696b6-acb2-434e-94b5-56ddea08a6a1 Date: Sun, 19 Aug 2018 07:49:37 GMT RESP BODY: {"floatingips": []} 2018-08-19 07:49:37,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=8ea5bd56-8d7d-4f4c-9d92-d670745166f8 used request id req-dad696b6-acb2-434e-94b5-56ddea08a6a1 2018-08-19 07:49:37,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.315468072891s 2018-08-19 07:49:37,236 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=8ea5bd56-8d7d-4f4c-9d92-d670745166f8 used request id req-dad696b6-acb2-434e-94b5-56ddea08a6a1 2018-08-19 07:49:37,236 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_1e98fe87-abcf-492e-b3a2-52193091ba4f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f3:6e:58', 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'112348ad-e361-4d52-bdb0-4a345d8e7e1e'}), 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-19T07:49:34.000000', 'flavor': Munch({u'id': u'21a553be-55dc-4a12-af4e-223b30a13458'}), 'az': u'nova', 'id': u'2c79ce29-0e00-4774-a35f-b4b37aa0bdf4', 'security_groups': [Munch({u'name': u'singlevm2-sg_1e98fe87-abcf-492e-b3a2-52193091ba4f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'24544ab1a9324a59882ac1b5304b3669', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'989bd6bec0124c4bbfdc20f96c2efe4c', 'name': 'singlevm2-project_1e98fe87-abcf-492e-b3a2-52193091ba4f', '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-19T07:49:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T07:49:35Z', 'hostId': u'72cffb8e9d5c17a3b0bf1d35d3cb3107951ff588b35ade85c58eb389', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f', 'public_v6': '', 'private_v4': u'192.168.120.16', 'cloud': 'envvars', 'host_id': u'72cffb8e9d5c17a3b0bf1d35d3cb3107951ff588b35ade85c58eb389', '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-19T07:49:34.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'989bd6bec0124c4bbfdc20f96c2efe4c', 'name': u'singlevm2-vm_1e98fe87-abcf-492e-b3a2-52193091ba4f', 'adminPass': u'jZShpnE4Ms5C', 'tenant_id': u'989bd6bec0124c4bbfdc20f96c2efe4c', 'created_at': u'2018-08-19T07:49:25Z', 'created': u'2018-08-19T07:49:25Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-19 07:49:37,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:49:37,240 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:37,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-b36a398d-527b-4636-9332-134a04d96057 Date: Sun, 19 Aug 2018 07:49: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":["07f5294e-fa8c-40a8-92c2-350ac6297d08"],"updated_at":"2018-08-19T07:49:09Z","tenant_id":"989bd6bec0124c4bbfdc20f96c2efe4c","created_at":"2018-08-19T07:49:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"989bd6bec0124c4bbfdc20f96c2efe4c","id":"759f4478-a60b-4633-9f85-77508e433794","name":"singlevm2-net_1e98fe87-abcf-492e-b3a2-52193091ba4f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:49:37,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b36a398d-527b-4636-9332-134a04d96057 2018-08-19 07:49:37,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.266522169113s 2018-08-19 07:49:37,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b36a398d-527b-4636-9332-134a04d96057 2018-08-19 07:49:37,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:49:37,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=2c79ce29-0e00-4774-a35f-b4b37aa0bdf4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:37,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-789a2419-3a13-474c-8691-b53e34240550 Date: Sun, 19 Aug 2018 07:49:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"759f4478-a60b-4633-9f85-77508e433794","tenant_id":"989bd6bec0124c4bbfdc20f96c2efe4c","created_at":"2018-08-19T07:49:29Z","admin_state_up":true,"updated_at":"2018-08-19T07:49:34Z","binding:vnic_type":"normal","device_id":"2c79ce29-0e00-4774-a35f-b4b37aa0bdf4","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f3:6e:58","id":"8ea5bd56-8d7d-4f4c-9d92-d670745166f8","port_security_enabled":true,"project_id":"989bd6bec0124c4bbfdc20f96c2efe4c","fixed_ips":[{"subnet_id":"07f5294e-fa8c-40a8-92c2-350ac6297d08","ip_address":"192.168.120.16"}],"extra_dhcp_opts":[],"security_groups":["5aa41ecd-a296-4186-9c1f-df99b63cce85"],"name":""}]} 2018-08-19 07:49:37,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=2c79ce29-0e00-4774-a35f-b4b37aa0bdf4 used request id req-789a2419-3a13-474c-8691-b53e34240550 2018-08-19 07:49:37,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0449521541595s 2018-08-19 07:49:37,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=2c79ce29-0e00-4774-a35f-b4b37aa0bdf4 used request id req-789a2419-3a13-474c-8691-b53e34240550 2018-08-19 07:49:37,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-19 07:49:37,554 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -d '{"floatingip": {"floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.16", "port_id": "8ea5bd56-8d7d-4f4c-9d92-d670745166f8"}}' 2018-08-19 07:49:39,708 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-fead995a-1c67-4e48-8195-d2dc74601858 Date: Sun, 19 Aug 2018 07:49:39 GMT RESP BODY: {"floatingip": {"router_id": "2ce8c127-5fb3-484c-ba66-12580e2b9b15", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T07:49:38Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "8ea5bd56-8d7d-4f4c-9d92-d670745166f8", "id": "791d5b1f-9408-47a1-a374-17ae437d53ec", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:38Z", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}} 2018-08-19 07:49:39,708 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-fead995a-1c67-4e48-8195-d2dc74601858 2018-08-19 07:49:39,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.15446305275s 2018-08-19 07:49:39,709 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-fead995a-1c67-4e48-8195-d2dc74601858 2018-08-19 07:49:39,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:49:39,717 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:40,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-ee4d874a-c32a-49af-a75f-df2b93a86801 Date: Sun, 19 Aug 2018 07:49:40 GMT RESP BODY: {"floatingips": [{"router_id": "2ce8c127-5fb3-484c-ba66-12580e2b9b15", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T07:49:38Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "8ea5bd56-8d7d-4f4c-9d92-d670745166f8", "id": "791d5b1f-9408-47a1-a374-17ae437d53ec", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:38Z", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}]} 2018-08-19 07:49:40,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-ee4d874a-c32a-49af-a75f-df2b93a86801 2018-08-19 07:49:40,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.03225398064s 2018-08-19 07:49:40,749 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-ee4d874a-c32a-49af-a75f-df2b93a86801 2018-08-19 07:49:40,753 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'2ce8c127-5fb3-484c-ba66-12580e2b9b15', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'989bd6bec0124c4bbfdc20f96c2efe4c', 'created_at': u'2018-08-19T07:49:38Z', 'attached': True, 'updated_at': u'2018-08-19T07:49:38Z', 'id': u'791d5b1f-9408-47a1-a374-17ae437d53ec', 'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', 'fixed_ip_address': u'192.168.120.16', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'989bd6bec0124c4bbfdc20f96c2efe4c', 'name': 'singlevm2-project_1e98fe87-abcf-492e-b3a2-52193091ba4f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'2ce8c127-5fb3-484c-ba66-12580e2b9b15', 'project_id': u'989bd6bec0124c4bbfdc20f96c2efe4c', 'port_id': u'8ea5bd56-8d7d-4f4c-9d92-d670745166f8', 'port': u'8ea5bd56-8d7d-4f4c-9d92-d670745166f8', 'network': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54'}) 2018-08-19 07:49:40,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 07:49:40,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4/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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 07:49:40,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49: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-9917a036-7627-4028-be0a-b8e55822177f x-compute-request-id: req-9917a036-7627-4028-be0a-b8e55822177f 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 496488398 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.195760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198223] pid_max: default: 32768 minimum: 301\n[ 0.199553] ACPI: Core revision 20150930\n[ 0.201282] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203212] Security Framework initialized\n[ 0.204394] Yama: becoming mindful.\n[ 0.205448] AppArmor: AppArmor initialized\n[ 0.206708] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210443] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212228] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214220] Initializing cgroup subsys io\n[ 0.215465] Initializing cgroup subsys memory\n[ 0.216708] Initializing cgroup subsys devices\n[ 0.217967] Initializing cgroup subsys freezer\n[ 0.219278] Initializing cgroup subsys net_cls\n[ 0.220548] Initializing cgroup subsys perf_event\n[ 0.221890] Initializing cgroup subsys net_prio\n[ 0.223250] Initializing cgroup subsys hugetlb\n[ 0.224515] Initializing cgroup subsys pids\n[ 0.225757] CPU: Physical Processor ID: 0\n[ 0.227670] mce: CPU supports 10 MCE banks\n[ 0.228878] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230323] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253221] ftrace: allocating 31920 entries in 125 pages\n[ 0.278476] smpboot: Max logical packages: 1\n[ 0.279767] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281805] x2apic enabled\n[ 0.283037] Switched APIC routing to physical x2apic.\n[ 0.285573] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292722] KVM setup paravirtual spinlock\n[ 0.294373] x86: Booted up 1 node, 1 CPUs\n[ 0.295547] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297530] devtmpfs: initialized\n[ 0.299532] evm: security.selinux\n[ 0.300547] evm: security.SMACK64\n[ 0.301549] evm: security.SMACK64EXEC\n[ 0.302657] evm: security.SMACK64TRANSMUTE\n[ 0.303856] evm: security.SMACK64MMAP\n[ 0.304932] evm: security.ima\n[ 0.305861] evm: security.capability\n[ 0.306990] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309655] pinctrl core: initialized pinctrl subsystem\n[ 0.311220] RTC time: 7:49:34, date: 08/19/18\n[ 0.312601] NET: Registered protocol family 16\n[ 0.314019] cpuidle: using governor ladder\n[ 0.315206] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317420] ACPI: bus type PCI registered\n[ 0.318585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320371] PCI: Using configuration type 1 for base access\n[ 0.322614] ACPI: Added _OSI(Module Device)\n[ 0.323853] ACPI: Added _OSI(Processor Device)\n[ 0.325104] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326399] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328638] ACPI: Interpreter enabled\n[ 0.329788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340637] ACPI: (supports S0 S5)\n[ 0.341673] ACPI: Using IOAPIC for interrupt routing\n[ 0.343124] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.347055] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348703] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350531] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.352250] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.355474] acpiphp: Slot [3] registered\n[ 0.356633] acpiphp: Slot [4] registered\n[ 0.357791] acpiphp: Slot [5] registered\n[ 0.358961] acpiphp: Slot [6] registered\n[ 0.360163] acpiphp: Slot [7] registered\n[ 0.361309] acpiphp: Slot [8] registered\n[ 0.362465] acpiphp: Slot [9] registered\n[ 0.363649] acpiphp: Slot [10] registered\n[ 0.364816] acpiphp: Slot [11] registered\n[ 0.365994] acpiphp: Slot [12] registered\n[ 0.367169] acpiphp: Slot [13] registered\n[ 0.368338] acpiphp: Slot [14] registered\n[ 0.369545] acpiphp: Slot [15] registered\n[ 0.384901] acpiphp: Slot [16] registered\n[ 0.386084] acpiphp: Slot [17] registered\n[ 0.387255] acpiphp: Slot [18] registered\n[ 0.388426] acpiphp: Slot [19] registered\n[ 0.389634] acpiphp: Slot [20] registered\n[ 0.390809] acpiphp: Slot [21] registered\n[ 0.391978] acpiphp: Slot [22] registered\n[ 0.393170] acpiphp: Slot [23] registered\n[ 0.394390] acpiphp: Slot [24] registered\n[ 0.395567] acpiphp: Slot [25] registered\n[ 0.396734] acpiphp: Slot [26] registered\n[ 0.397903] acpiphp: Slot [27] registered\n[ 0.399082] acpiphp: Slot [28] registered\n[ 0.400255] acpiphp: Slot [29] registered\n[ 0.401420] acpiphp: Slot [30] registered\n[ 0.402593] acpiphp: Slot [31] registered\n[ 0.403794] PCI host bridge to bus 0000:00\n[ 0.404995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.406748] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.408505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.410623] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.412795] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.415003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.419063] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.420915] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.422619] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.424513] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.428785] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.430859] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.451268] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.453325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.455364] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.457359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.459447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.461224] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.463089] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.464631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.466858] vgaarb: loaded\n[ 0.467730] vgaarb: bridge control possible 0000:00:02.0\n[ 0.469468] SCSI subsystem initialized\n[ 0.470762] ACPI: bus type USB registered\n[ 0.471952] usbcore: registered new interface driver usbfs\n[ 0.473436] usbcore: registered new interface driver hub\n[ 0.474907] usbcore: registered new device driver usb\n[ 0.476499] PCI: Using ACPI for IRQ routing\n[ 0.478062] NetLabel: Initializing\n[ 0.479089] NetLabel: domain hash size = 128\n[ 0.480362] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.481800] NetLabel: unlabeled traffic allowed by default\n[ 0.483510] clocksource: Switched to clocksource kvm-clock\n[ 0.493621] AppArmor: AppArmor Filesystem Enabled\n[ 0.495030] pnp: PnP ACPI init\n[ 0.496334] pnp: PnP ACPI: found 5 devices\n[ 0.503249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.505820] NET: Registered protocol family 2\n[ 0.507369] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.509272] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.511019] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.512813] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514372] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.516110] NET: Registered protocol family 1\n[ 0.517370] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.518950] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.520505] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.534831] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549289] Trying to unpack rootfs image as initramfs...\n[ 0.610984] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.616132] Scanning for low memory corruption every 60 seconds\n[ 0.618430] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.620246] audit: initializing netlink subsys (disabled)\n[ 0.621836] audit: type=2000 audit(1534664975.807:1): initialized\n[ 0.623858] Initialise system trusted keyring\n[ 0.625327] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.627064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.629944] zbud: loaded\n[ 0.631005] VFS: Disk quotas dquot_6.6.0\n[ 0.632276] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.634565] fuse init (API version 7.23)\n[ 0.635892] Key type big_key registered\n[ 0.637094] Allocating IMA MOK and blacklist keyrings.\n[ 0.638877] Key type asymmetric registered\n[ 0.640124] Asymmetric key parser 'x509' registered\n[ 0.641555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.643802] io scheduler noop registered\n[ 0.644989] io scheduler deadline registered (default)\n[ 0.646478] io scheduler cfq registered\n[ 0.647763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.649322] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.651225] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.653416] ACPI: Power Button [PWRF]\n[ 0.654715] GHES: HEST is not enabled!\n[ 0.668916] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.697974] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.700874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.724643] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.727793] Linux agpgart interface v0.103\n[ 0.731173] brd: module loaded\n[ 0.733450] loop: module loaded\n[ 0.738871] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.740974] GPT:90111 != 2097151\n[ 0.741948] GPT:Alternate GPT header not at the end of the disk.\n[ 0.743526] GPT:90111 != 2097151\n[ 0.744502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.745878] vda: vda1 vda15\n[ 0.747585] scsi host0: ata_piix\n[ 0.748716] scsi host1: ata_piix\n[ 0.749770] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.751529] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.753810] libphy: Fixed MDIO Bus: probed\n[ 0.754983] tun: Universal TUN/TAP device driver, 1.6\n[ 0.756361] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.759238] PPP generic driver version 2.4.2\n[ 0.760566] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.762312] ehci-pci: EHCI PCI platform driver\n[ 0.763602] ehci-platform: EHCI generic platform driver\n[ 0.765060] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.766715] ohci-pci: OHCI PCI platform driver\n[ 0.768002] ohci-platform: OHCI generic platform driver\n[ 0.769469] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784184] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785647] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.787803] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789289] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.790952] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792762] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794849] usb usb1: Product: UHCI Host Controller\n[ 0.796213] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797877] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.799307] hub 1-0:1.0: USB hub found\n[ 0.800463] hub 1-0:1.0: 2 ports detected\n[ 0.801821] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804852] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.806248] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807739] mousedev: PS/2 mouse device common for all mice\n[ 0.809538] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.812180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.813789] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.815524] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.817262] i2c /dev entries driver\n[ 0.818370] device-mapper: uevent: version 1.0.3\n[ 0.819772] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.822170] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.824133] NET: Registered protocol family 10\n[ 0.825744] NET: Registered protocol family 17\n[ 0.827045] Key type dns_resolver registered\n[ 0.828418] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.830010] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.832582] registered taskstats version 1\n[ 0.833808] Loading compiled-in X.509 certificates\n[ 0.835730] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.838452] zswap: loaded using pool lzo/zbud\n[ 0.840591] Key type trusted registered\n[ 0.842790] Key type encrypted registered\n[ 0.844013] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.845539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.847059] evm: HMAC attrs: 0x1\n[ 0.848420] Magic number: 14:966:824\n[ 0.849651] rtc_cmos 00:00: setting system clock to 2018-08-19 07:49:35 UTC (1534664975)\n[ 0.852037] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.853660] EDD information not available.\n[ 0.909238] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.925790] Write protecting the kernel read-only data: 14336k\n[ 0.928867] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.931485] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.979068] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.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.93. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCetaLMG2UPKAE2/DS2FJn8HnRki9uWzShxu97bq2iPytULN7lAhshBTfpeTRhj5PDebigHjmxb26J1N+bB7sQ+M3wdIoV15FI9BSTFrUQPlG6+nkpu0PxL3Fyt4zowT38/1Yt8r1MzwlPpR4TxRGNee6UHPgJnJDDIyPNmD59m8V0kUgt96wtpGk6vFitqOGIDwYS2M/x/kUzegcb29NYVe9LoRd6rrbFv9rg2J/o135UTGoIf5sHdNFELZocgY+l74PX5bXzmdTHTV5EQG6Mdg2Rj44Acu9FliJu0G5X7TinWvJEFWd0pO9fKBeHYKuOoTanHm5Ga49UZF6uyKRsR root@singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f\nssh-dss AAAAB3NzaC1kc3MAAACBAIuC0l0Fz0LyWpRQT1ho/BIhuXQiW6PlNqegkk0vl58mm0UhybgqvD7KjBaUIDUilP87DIcc8ARfRtMw5zzr2a45jpb1rore5CCWRSANwYP5L85KEDSn7ed2mXv5i4+6pL1VMtJ9uC2TsL6MafMF43qbRBBn0XySMdU9XLSMD2mBAAAAFQDKuF3yx7mPTbk/Wtz8WUKdBYr/JQAAAIABdTsqwrsPBKVSBvG7TGMTkEesZrRBvTqLeRaUzQn/sQx6GbbOztDI71a15zR8T/jV+RJsZ0l8/aWXkt0BVdbUC648mIVGaWgtM9UpExYf5UsqN5P4VtmNT5BMMtS9hsEKqm4HuL2134F39Nfm+3RU54rpVREh7uUCUHzZF5wSxQAAAIB6AnUGw/04X2K6PBtHT2aFyFn2g7m+ySQ+ZaBBZ3LhPDAQy7ZQfUAO1qEyKr1LhvGixTx3XWmSnIsNNVZK3DvZNQJUp8vzZ6cn+Ae4pTBjDDXqiNWpMK3L/YwtIHo2OwRU5cut2FueCXAIEQeu5r4FOYvPjsriQOCmgaUEIDwcrw== root@singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.16,24,fe80::f816:3eff:fef3:6e58/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.48 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f login: "} 2018-08-19 07:49:40,880 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4/action used request id req-9917a036-7627-4028-be0a-b8e55822177f 2018-08-19 07:49:40,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.126517057419s 2018-08-19 07:49:40,881 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4/action used request id req-9917a036-7627-4028-be0a-b8e55822177f 2018-08-19 07:49:40,882 - 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 496488398 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.195760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.198223] pid_max: default: 32768 minimum: 301 [ 0.199553] ACPI: Core revision 20150930 [ 0.201282] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.203212] Security Framework initialized [ 0.204394] Yama: becoming mindful. [ 0.205448] AppArmor: AppArmor initialized [ 0.206708] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.208607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.210443] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.212228] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214220] Initializing cgroup subsys io [ 0.215465] Initializing cgroup subsys memory [ 0.216708] Initializing cgroup subsys devices [ 0.217967] Initializing cgroup subsys freezer [ 0.219278] Initializing cgroup subsys net_cls [ 0.220548] Initializing cgroup subsys perf_event [ 0.221890] Initializing cgroup subsys net_prio [ 0.223250] Initializing cgroup subsys hugetlb [ 0.224515] Initializing cgroup subsys pids [ 0.225757] CPU: Physical Processor ID: 0 [ 0.227670] mce: CPU supports 10 MCE banks [ 0.228878] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.230323] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.246361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.253221] ftrace: allocating 31920 entries in 125 pages [ 0.278476] smpboot: Max logical packages: 1 [ 0.279767] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.281805] x2apic enabled [ 0.283037] Switched APIC routing to physical x2apic. [ 0.285573] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.287229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.290103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.292722] KVM setup paravirtual spinlock [ 0.294373] x86: Booted up 1 node, 1 CPUs [ 0.295547] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.297530] devtmpfs: initialized [ 0.299532] evm: security.selinux [ 0.300547] evm: security.SMACK64 [ 0.301549] evm: security.SMACK64EXEC [ 0.302657] evm: security.SMACK64TRANSMUTE [ 0.303856] evm: security.SMACK64MMAP [ 0.304932] evm: security.ima [ 0.305861] evm: security.capability [ 0.306990] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.309655] pinctrl core: initialized pinctrl subsystem [ 0.311220] RTC time: 7:49:34, date: 08/19/18 [ 0.312601] NET: Registered protocol family 16 [ 0.314019] cpuidle: using governor ladder [ 0.315206] cpuidle: using governor menu [ 0.316348] PCCT header not found. [ 0.317420] ACPI: bus type PCI registered [ 0.318585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.320371] PCI: Using configuration type 1 for base access [ 0.322614] ACPI: Added _OSI(Module Device) [ 0.323853] ACPI: Added _OSI(Processor Device) [ 0.325104] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.326399] ACPI: Added _OSI(Processor Aggregator Device) [ 0.328638] ACPI: Interpreter enabled [ 0.329788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.332509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.335231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.337911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.340637] ACPI: (supports S0 S5) [ 0.341673] ACPI: Using IOAPIC for interrupt routing [ 0.343124] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.347055] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.348703] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.350531] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.352250] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.355474] acpiphp: Slot [3] registered [ 0.356633] acpiphp: Slot [4] registered [ 0.357791] acpiphp: Slot [5] registered [ 0.358961] acpiphp: Slot [6] registered [ 0.360163] acpiphp: Slot [7] registered [ 0.361309] acpiphp: Slot [8] registered [ 0.362465] acpiphp: Slot [9] registered [ 0.363649] acpiphp: Slot [10] registered [ 0.364816] acpiphp: Slot [11] registered [ 0.365994] acpiphp: Slot [12] registered [ 0.367169] acpiphp: Slot [13] registered [ 0.368338] acpiphp: Slot [14] registered [ 0.369545] acpiphp: Slot [15] registered [ 0.384901] acpiphp: Slot [16] registered [ 0.386084] acpiphp: Slot [17] registered [ 0.387255] acpiphp: Slot [18] registered [ 0.388426] acpiphp: Slot [19] registered [ 0.389634] acpiphp: Slot [20] registered [ 0.390809] acpiphp: Slot [21] registered [ 0.391978] acpiphp: Slot [22] registered [ 0.393170] acpiphp: Slot [23] registered [ 0.394390] acpiphp: Slot [24] registered [ 0.395567] acpiphp: Slot [25] registered [ 0.396734] acpiphp: Slot [26] registered [ 0.397903] acpiphp: Slot [27] registered [ 0.399082] acpiphp: Slot [28] registered [ 0.400255] acpiphp: Slot [29] registered [ 0.401420] acpiphp: Slot [30] registered [ 0.402593] acpiphp: Slot [31] registered [ 0.403794] PCI host bridge to bus 0000:00 [ 0.404995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.406748] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.408505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.410623] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.412795] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.415003] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.419063] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.420915] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.422619] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.424513] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.428785] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.430859] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.451268] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.453325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.455364] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.457359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.459447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.461224] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.463089] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.464631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.466858] vgaarb: loaded [ 0.467730] vgaarb: bridge control possible 0000:00:02.0 [ 0.469468] SCSI subsystem initialized [ 0.470762] ACPI: bus type USB registered [ 0.471952] usbcore: registered new interface driver usbfs [ 0.473436] usbcore: registered new interface driver hub [ 0.474907] usbcore: registered new device driver usb [ 0.476499] PCI: Using ACPI for IRQ routing [ 0.478062] NetLabel: Initializing [ 0.479089] NetLabel: domain hash size = 128 [ 0.480362] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.481800] NetLabel: unlabeled traffic allowed by default [ 0.483510] clocksource: Switched to clocksource kvm-clock [ 0.493621] AppArmor: AppArmor Filesystem Enabled [ 0.495030] pnp: PnP ACPI init [ 0.496334] pnp: PnP ACPI: found 5 devices [ 0.503249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.505820] NET: Registered protocol family 2 [ 0.507369] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.509272] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.511019] TCP: Hash tables configured (established 4096 bind 4096) [ 0.512813] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.514372] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.516110] NET: Registered protocol family 1 [ 0.517370] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.518950] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.520505] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.534831] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549289] Trying to unpack rootfs image as initramfs... [ 0.610984] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.616132] Scanning for low memory corruption every 60 seconds [ 0.618430] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.620246] audit: initializing netlink subsys (disabled) [ 0.621836] audit: type=2000 audit(1534664975.807:1): initialized [ 0.623858] Initialise system trusted keyring [ 0.625327] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.627064] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.629944] zbud: loaded [ 0.631005] VFS: Disk quotas dquot_6.6.0 [ 0.632276] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.634565] fuse init (API version 7.23) [ 0.635892] Key type big_key registered [ 0.637094] Allocating IMA MOK and blacklist keyrings. [ 0.638877] Key type asymmetric registered [ 0.640124] Asymmetric key parser 'x509' registered [ 0.641555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.643802] io scheduler noop registered [ 0.644989] io scheduler deadline registered (default) [ 0.646478] io scheduler cfq registered [ 0.647763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.649322] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.651225] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.653416] ACPI: Power Button [PWRF] [ 0.654715] GHES: HEST is not enabled! [ 0.668916] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.697974] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.700874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.724643] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.727793] Linux agpgart interface v0.103 [ 0.731173] brd: module loaded [ 0.733450] loop: module loaded [ 0.738871] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.740974] GPT:90111 != 2097151 [ 0.741948] GPT:Alternate GPT header not at the end of the disk. [ 0.743526] GPT:90111 != 2097151 [ 0.744502] GPT: Use GNU Parted to correct GPT errors. [ 0.745878] vda: vda1 vda15 [ 0.747585] scsi host0: ata_piix [ 0.748716] scsi host1: ata_piix [ 0.749770] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.751529] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.753810] libphy: Fixed MDIO Bus: probed [ 0.754983] tun: Universal TUN/TAP device driver, 1.6 [ 0.756361] tun: (C) 1999-2004 Max Krasnyansky [ 0.759238] PPP generic driver version 2.4.2 [ 0.760566] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.762312] ehci-pci: EHCI PCI platform driver [ 0.763602] ehci-platform: EHCI generic platform driver [ 0.765060] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.766715] ohci-pci: OHCI PCI platform driver [ 0.768002] ohci-platform: OHCI generic platform driver [ 0.769469] uhci_hcd: USB Universal Host Controller Interface driver [ 0.784184] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.785647] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.787803] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.789289] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.790952] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.792762] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.794849] usb usb1: Product: UHCI Host Controller [ 0.796213] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.797877] usb usb1: SerialNumber: 0000:00:01.2 [ 0.799307] hub 1-0:1.0: USB hub found [ 0.800463] hub 1-0:1.0: 2 ports detected [ 0.801821] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.804852] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.806248] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.807739] mousedev: PS/2 mouse device common for all mice [ 0.809538] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.812180] rtc_cmos 00:00: RTC can wake from S4 [ 0.813789] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.815524] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.817262] i2c /dev entries driver [ 0.818370] device-mapper: uevent: version 1.0.3 [ 0.819772] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.822170] ledtrig-cpu: registered to indicate activity on CPUs [ 0.824133] NET: Registered protocol family 10 [ 0.825744] NET: Registered protocol family 17 [ 0.827045] Key type dns_resolver registered [ 0.828418] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.830010] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.832582] registered taskstats version 1 [ 0.833808] Loading compiled-in X.509 certificates [ 0.835730] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.838452] zswap: loaded using pool lzo/zbud [ 0.840591] Key type trusted registered [ 0.842790] Key type encrypted registered [ 0.844013] AppArmor: AppArmor sha1 policy hashing enabled [ 0.845539] ima: No TPM chip found, activating TPM-bypass! [ 0.847059] evm: HMAC attrs: 0x1 [ 0.848420] Magic number: 14:966:824 [ 0.849651] rtc_cmos 00:00: setting system clock to 2018-08-19 07:49:35 UTC (1534664975) [ 0.852037] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.853660] EDD information not available. [ 0.909238] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.925790] Write protecting the kernel read-only data: 14336k [ 0.928867] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.931485] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.979068] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.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.93. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCetaLMG2UPKAE2/DS2FJn8HnRki9uWzShxu97bq2iPytULN7lAhshBTfpeTRhj5PDebigHjmxb26J1N+bB7sQ+M3wdIoV15FI9BSTFrUQPlG6+nkpu0PxL3Fyt4zowT38/1Yt8r1MzwlPpR4TxRGNee6UHPgJnJDDIyPNmD59m8V0kUgt96wtpGk6vFitqOGIDwYS2M/x/kUzegcb29NYVe9LoRd6rrbFv9rg2J/o135UTGoIf5sHdNFELZocgY+l74PX5bXzmdTHTV5EQG6Mdg2Rj44Acu9FliJu0G5X7TinWvJEFWd0pO9fKBeHYKuOoTanHm5Ga49UZF6uyKRsR root@singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f ssh-dss AAAAB3NzaC1kc3MAAACBAIuC0l0Fz0LyWpRQT1ho/BIhuXQiW6PlNqegkk0vl58mm0UhybgqvD7KjBaUIDUilP87DIcc8ARfRtMw5zzr2a45jpb1rore5CCWRSANwYP5L85KEDSn7ed2mXv5i4+6pL1VMtJ9uC2TsL6MafMF43qbRBBn0XySMdU9XLSMD2mBAAAAFQDKuF3yx7mPTbk/Wtz8WUKdBYr/JQAAAIABdTsqwrsPBKVSBvG7TGMTkEesZrRBvTqLeRaUzQn/sQx6GbbOztDI71a15zR8T/jV+RJsZ0l8/aWXkt0BVdbUC648mIVGaWgtM9UpExYf5UsqN5P4VtmNT5BMMtS9hsEKqm4HuL2134F39Nfm+3RU54rpVREh7uUCUHzZF5wSxQAAAIB6AnUGw/04X2K6PBtHT2aFyFn2g7m+ySQ+ZaBBZ3LhPDAQy7ZQfUAO1qEyKr1LhvGixTx3XWmSnIsNNVZK3DvZNQJUp8vzZ6cn+Ae4pTBjDDXqiNWpMK3L/YwtIHo2OwRU5cut2FueCXAIEQeu5r4FOYvPjsriQOCmgaUEIDwcrw== root@singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.16,24,fe80::f816:3eff:fef3:6e58/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.48 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f login: 2018-08-19 07:49:41,884 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.208: timed out 2018-08-19 07:49:50,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 07:49:50,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4/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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 07:49:51,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49: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-a3b32d82-a4df-4a6d-9162-31c20aca6bb8 x-compute-request-id: req-a3b32d82-a4df-4a6d-9162-31c20aca6bb8 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 496488398 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.195760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.198223] pid_max: default: 32768 minimum: 301\n[ 0.199553] ACPI: Core revision 20150930\n[ 0.201282] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.203212] Security Framework initialized\n[ 0.204394] Yama: becoming mindful.\n[ 0.205448] AppArmor: AppArmor initialized\n[ 0.206708] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.208607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.210443] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.212228] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.214220] Initializing cgroup subsys io\n[ 0.215465] Initializing cgroup subsys memory\n[ 0.216708] Initializing cgroup subsys devices\n[ 0.217967] Initializing cgroup subsys freezer\n[ 0.219278] Initializing cgroup subsys net_cls\n[ 0.220548] Initializing cgroup subsys perf_event\n[ 0.221890] Initializing cgroup subsys net_prio\n[ 0.223250] Initializing cgroup subsys hugetlb\n[ 0.224515] Initializing cgroup subsys pids\n[ 0.225757] CPU: Physical Processor ID: 0\n[ 0.227670] mce: CPU supports 10 MCE banks\n[ 0.228878] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.230323] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.253221] ftrace: allocating 31920 entries in 125 pages\n[ 0.278476] smpboot: Max logical packages: 1\n[ 0.279767] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281805] x2apic enabled\n[ 0.283037] Switched APIC routing to physical x2apic.\n[ 0.285573] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.287229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.290103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292722] KVM setup paravirtual spinlock\n[ 0.294373] x86: Booted up 1 node, 1 CPUs\n[ 0.295547] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297530] devtmpfs: initialized\n[ 0.299532] evm: security.selinux\n[ 0.300547] evm: security.SMACK64\n[ 0.301549] evm: security.SMACK64EXEC\n[ 0.302657] evm: security.SMACK64TRANSMUTE\n[ 0.303856] evm: security.SMACK64MMAP\n[ 0.304932] evm: security.ima\n[ 0.305861] evm: security.capability\n[ 0.306990] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309655] pinctrl core: initialized pinctrl subsystem\n[ 0.311220] RTC time: 7:49:34, date: 08/19/18\n[ 0.312601] NET: Registered protocol family 16\n[ 0.314019] cpuidle: using governor ladder\n[ 0.315206] cpuidle: using governor menu\n[ 0.316348] PCCT header not found.\n[ 0.317420] ACPI: bus type PCI registered\n[ 0.318585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320371] PCI: Using configuration type 1 for base access\n[ 0.322614] ACPI: Added _OSI(Module Device)\n[ 0.323853] ACPI: Added _OSI(Processor Device)\n[ 0.325104] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326399] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328638] ACPI: Interpreter enabled\n[ 0.329788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340637] ACPI: (supports S0 S5)\n[ 0.341673] ACPI: Using IOAPIC for interrupt routing\n[ 0.343124] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.347055] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348703] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350531] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.352250] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.355474] acpiphp: Slot [3] registered\n[ 0.356633] acpiphp: Slot [4] registered\n[ 0.357791] acpiphp: Slot [5] registered\n[ 0.358961] acpiphp: Slot [6] registered\n[ 0.360163] acpiphp: Slot [7] registered\n[ 0.361309] acpiphp: Slot [8] registered\n[ 0.362465] acpiphp: Slot [9] registered\n[ 0.363649] acpiphp: Slot [10] registered\n[ 0.364816] acpiphp: Slot [11] registered\n[ 0.365994] acpiphp: Slot [12] registered\n[ 0.367169] acpiphp: Slot [13] registered\n[ 0.368338] acpiphp: Slot [14] registered\n[ 0.369545] acpiphp: Slot [15] registered\n[ 0.384901] acpiphp: Slot [16] registered\n[ 0.386084] acpiphp: Slot [17] registered\n[ 0.387255] acpiphp: Slot [18] registered\n[ 0.388426] acpiphp: Slot [19] registered\n[ 0.389634] acpiphp: Slot [20] registered\n[ 0.390809] acpiphp: Slot [21] registered\n[ 0.391978] acpiphp: Slot [22] registered\n[ 0.393170] acpiphp: Slot [23] registered\n[ 0.394390] acpiphp: Slot [24] registered\n[ 0.395567] acpiphp: Slot [25] registered\n[ 0.396734] acpiphp: Slot [26] registered\n[ 0.397903] acpiphp: Slot [27] registered\n[ 0.399082] acpiphp: Slot [28] registered\n[ 0.400255] acpiphp: Slot [29] registered\n[ 0.401420] acpiphp: Slot [30] registered\n[ 0.402593] acpiphp: Slot [31] registered\n[ 0.403794] PCI host bridge to bus 0000:00\n[ 0.404995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.406748] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.408505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.410623] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.412795] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.415003] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.419063] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.420915] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.422619] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.424513] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.428785] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.430859] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.451268] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.453325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.455364] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.457359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.459447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.461224] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.463089] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.464631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.466858] vgaarb: loaded\n[ 0.467730] vgaarb: bridge control possible 0000:00:02.0\n[ 0.469468] SCSI subsystem initialized\n[ 0.470762] ACPI: bus type USB registered\n[ 0.471952] usbcore: registered new interface driver usbfs\n[ 0.473436] usbcore: registered new interface driver hub\n[ 0.474907] usbcore: registered new device driver usb\n[ 0.476499] PCI: Using ACPI for IRQ routing\n[ 0.478062] NetLabel: Initializing\n[ 0.479089] NetLabel: domain hash size = 128\n[ 0.480362] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.481800] NetLabel: unlabeled traffic allowed by default\n[ 0.483510] clocksource: Switched to clocksource kvm-clock\n[ 0.493621] AppArmor: AppArmor Filesystem Enabled\n[ 0.495030] pnp: PnP ACPI init\n[ 0.496334] pnp: PnP ACPI: found 5 devices\n[ 0.503249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.505820] NET: Registered protocol family 2\n[ 0.507369] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.509272] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.511019] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.512813] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514372] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.516110] NET: Registered protocol family 1\n[ 0.517370] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.518950] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.520505] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.534831] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.549289] Trying to unpack rootfs image as initramfs...\n[ 0.610984] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.616132] Scanning for low memory corruption every 60 seconds\n[ 0.618430] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.620246] audit: initializing netlink subsys (disabled)\n[ 0.621836] audit: type=2000 audit(1534664975.807:1): initialized\n[ 0.623858] Initialise system trusted keyring\n[ 0.625327] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.627064] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.629944] zbud: loaded\n[ 0.631005] VFS: Disk quotas dquot_6.6.0\n[ 0.632276] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.634565] fuse init (API version 7.23)\n[ 0.635892] Key type big_key registered\n[ 0.637094] Allocating IMA MOK and blacklist keyrings.\n[ 0.638877] Key type asymmetric registered\n[ 0.640124] Asymmetric key parser 'x509' registered\n[ 0.641555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.643802] io scheduler noop registered\n[ 0.644989] io scheduler deadline registered (default)\n[ 0.646478] io scheduler cfq registered\n[ 0.647763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.649322] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.651225] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.653416] ACPI: Power Button [PWRF]\n[ 0.654715] GHES: HEST is not enabled!\n[ 0.668916] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.697974] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.700874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.724643] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.727793] Linux agpgart interface v0.103\n[ 0.731173] brd: module loaded\n[ 0.733450] loop: module loaded\n[ 0.738871] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.740974] GPT:90111 != 2097151\n[ 0.741948] GPT:Alternate GPT header not at the end of the disk.\n[ 0.743526] GPT:90111 != 2097151\n[ 0.744502] GPT: Use GNU Parted to correct GPT errors.\n[ 0.745878] vda: vda1 vda15\n[ 0.747585] scsi host0: ata_piix\n[ 0.748716] scsi host1: ata_piix\n[ 0.749770] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.751529] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.753810] libphy: Fixed MDIO Bus: probed\n[ 0.754983] tun: Universal TUN/TAP device driver, 1.6\n[ 0.756361] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.759238] PPP generic driver version 2.4.2\n[ 0.760566] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.762312] ehci-pci: EHCI PCI platform driver\n[ 0.763602] ehci-platform: EHCI generic platform driver\n[ 0.765060] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.766715] ohci-pci: OHCI PCI platform driver\n[ 0.768002] ohci-platform: OHCI generic platform driver\n[ 0.769469] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784184] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.785647] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.787803] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.789289] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.790952] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.792762] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794849] usb usb1: Product: UHCI Host Controller\n[ 0.796213] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.797877] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.799307] hub 1-0:1.0: USB hub found\n[ 0.800463] hub 1-0:1.0: 2 ports detected\n[ 0.801821] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.804852] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.806248] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.807739] mousedev: PS/2 mouse device common for all mice\n[ 0.809538] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.812180] rtc_cmos 00:00: RTC can wake from S4\n[ 0.813789] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.815524] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.817262] i2c /dev entries driver\n[ 0.818370] device-mapper: uevent: version 1.0.3\n[ 0.819772] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.822170] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.824133] NET: Registered protocol family 10\n[ 0.825744] NET: Registered protocol family 17\n[ 0.827045] Key type dns_resolver registered\n[ 0.828418] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.830010] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.832582] registered taskstats version 1\n[ 0.833808] Loading compiled-in X.509 certificates\n[ 0.835730] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.838452] zswap: loaded using pool lzo/zbud\n[ 0.840591] Key type trusted registered\n[ 0.842790] Key type encrypted registered\n[ 0.844013] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.845539] ima: No TPM chip found, activating TPM-bypass!\n[ 0.847059] evm: HMAC attrs: 0x1\n[ 0.848420] Magic number: 14:966:824\n[ 0.849651] rtc_cmos 00:00: setting system clock to 2018-08-19 07:49:35 UTC (1534664975)\n[ 0.852037] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.853660] EDD information not available.\n[ 0.909238] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.925790] Write protecting the kernel read-only data: 14336k\n[ 0.928867] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.931485] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.979068] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.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.93. iid=i-00000005\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCetaLMG2UPKAE2/DS2FJn8HnRki9uWzShxu97bq2iPytULN7lAhshBTfpeTRhj5PDebigHjmxb26J1N+bB7sQ+M3wdIoV15FI9BSTFrUQPlG6+nkpu0PxL3Fyt4zowT38/1Yt8r1MzwlPpR4TxRGNee6UHPgJnJDDIyPNmD59m8V0kUgt96wtpGk6vFitqOGIDwYS2M/x/kUzegcb29NYVe9LoRd6rrbFv9rg2J/o135UTGoIf5sHdNFELZocgY+l74PX5bXzmdTHTV5EQG6Mdg2Rj44Acu9FliJu0G5X7TinWvJEFWd0pO9fKBeHYKuOoTanHm5Ga49UZF6uyKRsR root@singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f\nssh-dss AAAAB3NzaC1kc3MAAACBAIuC0l0Fz0LyWpRQT1ho/BIhuXQiW6PlNqegkk0vl58mm0UhybgqvD7KjBaUIDUilP87DIcc8ARfRtMw5zzr2a45jpb1rore5CCWRSANwYP5L85KEDSn7ed2mXv5i4+6pL1VMtJ9uC2TsL6MafMF43qbRBBn0XySMdU9XLSMD2mBAAAAFQDKuF3yx7mPTbk/Wtz8WUKdBYr/JQAAAIABdTsqwrsPBKVSBvG7TGMTkEesZrRBvTqLeRaUzQn/sQx6GbbOztDI71a15zR8T/jV+RJsZ0l8/aWXkt0BVdbUC648mIVGaWgtM9UpExYf5UsqN5P4VtmNT5BMMtS9hsEKqm4HuL2134F39Nfm+3RU54rpVREh7uUCUHzZF5wSxQAAAIB6AnUGw/04X2K6PBtHT2aFyFn2g7m+ySQ+ZaBBZ3LhPDAQy7ZQfUAO1qEyKr1LhvGixTx3XWmSnIsNNVZK3DvZNQJUp8vzZ6cn+Ae4pTBjDDXqiNWpMK3L/YwtIHo2OwRU5cut2FueCXAIEQeu5r4FOYvPjsriQOCmgaUEIDwcrw== root@singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.16,24,fe80::f816:3eff:fef3:6e58/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.48 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f login: "} 2018-08-19 07:49:51,042 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4/action used request id req-a3b32d82-a4df-4a6d-9162-31c20aca6bb8 2018-08-19 07:49:51,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.147817134857s 2018-08-19 07:49:51,043 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4/action used request id req-a3b32d82-a4df-4a6d-9162-31c20aca6bb8 2018-08-19 07:49:51,043 - 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 496488398 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.195760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.198223] pid_max: default: 32768 minimum: 301 [ 0.199553] ACPI: Core revision 20150930 [ 0.201282] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.203212] Security Framework initialized [ 0.204394] Yama: becoming mindful. [ 0.205448] AppArmor: AppArmor initialized [ 0.206708] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.208607] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.210443] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.212228] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.214220] Initializing cgroup subsys io [ 0.215465] Initializing cgroup subsys memory [ 0.216708] Initializing cgroup subsys devices [ 0.217967] Initializing cgroup subsys freezer [ 0.219278] Initializing cgroup subsys net_cls [ 0.220548] Initializing cgroup subsys perf_event [ 0.221890] Initializing cgroup subsys net_prio [ 0.223250] Initializing cgroup subsys hugetlb [ 0.224515] Initializing cgroup subsys pids [ 0.225757] CPU: Physical Processor ID: 0 [ 0.227670] mce: CPU supports 10 MCE banks [ 0.228878] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.230323] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.246361] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.253221] ftrace: allocating 31920 entries in 125 pages [ 0.278476] smpboot: Max logical packages: 1 [ 0.279767] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.281805] x2apic enabled [ 0.283037] Switched APIC routing to physical x2apic. [ 0.285573] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.287229] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.290103] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.292722] KVM setup paravirtual spinlock [ 0.294373] x86: Booted up 1 node, 1 CPUs [ 0.295547] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.297530] devtmpfs: initialized [ 0.299532] evm: security.selinux [ 0.300547] evm: security.SMACK64 [ 0.301549] evm: security.SMACK64EXEC [ 0.302657] evm: security.SMACK64TRANSMUTE [ 0.303856] evm: security.SMACK64MMAP [ 0.304932] evm: security.ima [ 0.305861] evm: security.capability [ 0.306990] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.309655] pinctrl core: initialized pinctrl subsystem [ 0.311220] RTC time: 7:49:34, date: 08/19/18 [ 0.312601] NET: Registered protocol family 16 [ 0.314019] cpuidle: using governor ladder [ 0.315206] cpuidle: using governor menu [ 0.316348] PCCT header not found. [ 0.317420] ACPI: bus type PCI registered [ 0.318585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.320371] PCI: Using configuration type 1 for base access [ 0.322614] ACPI: Added _OSI(Module Device) [ 0.323853] ACPI: Added _OSI(Processor Device) [ 0.325104] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.326399] ACPI: Added _OSI(Processor Aggregator Device) [ 0.328638] ACPI: Interpreter enabled [ 0.329788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.332509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.335231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.337911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.340637] ACPI: (supports S0 S5) [ 0.341673] ACPI: Using IOAPIC for interrupt routing [ 0.343124] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.347055] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.348703] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.350531] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.352250] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.355474] acpiphp: Slot [3] registered [ 0.356633] acpiphp: Slot [4] registered [ 0.357791] acpiphp: Slot [5] registered [ 0.358961] acpiphp: Slot [6] registered [ 0.360163] acpiphp: Slot [7] registered [ 0.361309] acpiphp: Slot [8] registered [ 0.362465] acpiphp: Slot [9] registered [ 0.363649] acpiphp: Slot [10] registered [ 0.364816] acpiphp: Slot [11] registered [ 0.365994] acpiphp: Slot [12] registered [ 0.367169] acpiphp: Slot [13] registered [ 0.368338] acpiphp: Slot [14] registered [ 0.369545] acpiphp: Slot [15] registered [ 0.384901] acpiphp: Slot [16] registered [ 0.386084] acpiphp: Slot [17] registered [ 0.387255] acpiphp: Slot [18] registered [ 0.388426] acpiphp: Slot [19] registered [ 0.389634] acpiphp: Slot [20] registered [ 0.390809] acpiphp: Slot [21] registered [ 0.391978] acpiphp: Slot [22] registered [ 0.393170] acpiphp: Slot [23] registered [ 0.394390] acpiphp: Slot [24] registered [ 0.395567] acpiphp: Slot [25] registered [ 0.396734] acpiphp: Slot [26] registered [ 0.397903] acpiphp: Slot [27] registered [ 0.399082] acpiphp: Slot [28] registered [ 0.400255] acpiphp: Slot [29] registered [ 0.401420] acpiphp: Slot [30] registered [ 0.402593] acpiphp: Slot [31] registered [ 0.403794] PCI host bridge to bus 0000:00 [ 0.404995] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.406748] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.408505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.410623] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.412795] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.415003] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.419063] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.420915] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.422619] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.424513] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.428785] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.430859] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.451268] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.453325] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.455364] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.457359] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.459447] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.461224] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.463089] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.464631] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.466858] vgaarb: loaded [ 0.467730] vgaarb: bridge control possible 0000:00:02.0 [ 0.469468] SCSI subsystem initialized [ 0.470762] ACPI: bus type USB registered [ 0.471952] usbcore: registered new interface driver usbfs [ 0.473436] usbcore: registered new interface driver hub [ 0.474907] usbcore: registered new device driver usb [ 0.476499] PCI: Using ACPI for IRQ routing [ 0.478062] NetLabel: Initializing [ 0.479089] NetLabel: domain hash size = 128 [ 0.480362] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.481800] NetLabel: unlabeled traffic allowed by default [ 0.483510] clocksource: Switched to clocksource kvm-clock [ 0.493621] AppArmor: AppArmor Filesystem Enabled [ 0.495030] pnp: PnP ACPI init [ 0.496334] pnp: PnP ACPI: found 5 devices [ 0.503249] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.505820] NET: Registered protocol family 2 [ 0.507369] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.509272] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.511019] TCP: Hash tables configured (established 4096 bind 4096) [ 0.512813] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.514372] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.516110] NET: Registered protocol family 1 [ 0.517370] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.518950] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.520505] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.534831] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.549289] Trying to unpack rootfs image as initramfs... [ 0.610984] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.616132] Scanning for low memory corruption every 60 seconds [ 0.618430] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.620246] audit: initializing netlink subsys (disabled) [ 0.621836] audit: type=2000 audit(1534664975.807:1): initialized [ 0.623858] Initialise system trusted keyring [ 0.625327] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.627064] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.629944] zbud: loaded [ 0.631005] VFS: Disk quotas dquot_6.6.0 [ 0.632276] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.634565] fuse init (API version 7.23) [ 0.635892] Key type big_key registered [ 0.637094] Allocating IMA MOK and blacklist keyrings. [ 0.638877] Key type asymmetric registered [ 0.640124] Asymmetric key parser 'x509' registered [ 0.641555] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.643802] io scheduler noop registered [ 0.644989] io scheduler deadline registered (default) [ 0.646478] io scheduler cfq registered [ 0.647763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.649322] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.651225] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.653416] ACPI: Power Button [PWRF] [ 0.654715] GHES: HEST is not enabled! [ 0.668916] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.697974] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.700874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.724643] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.727793] Linux agpgart interface v0.103 [ 0.731173] brd: module loaded [ 0.733450] loop: module loaded [ 0.738871] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.740974] GPT:90111 != 2097151 [ 0.741948] GPT:Alternate GPT header not at the end of the disk. [ 0.743526] GPT:90111 != 2097151 [ 0.744502] GPT: Use GNU Parted to correct GPT errors. [ 0.745878] vda: vda1 vda15 [ 0.747585] scsi host0: ata_piix [ 0.748716] scsi host1: ata_piix [ 0.749770] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.751529] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.753810] libphy: Fixed MDIO Bus: probed [ 0.754983] tun: Universal TUN/TAP device driver, 1.6 [ 0.756361] tun: (C) 1999-2004 Max Krasnyansky [ 0.759238] PPP generic driver version 2.4.2 [ 0.760566] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.762312] ehci-pci: EHCI PCI platform driver [ 0.763602] ehci-platform: EHCI generic platform driver [ 0.765060] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.766715] ohci-pci: OHCI PCI platform driver [ 0.768002] ohci-platform: OHCI generic platform driver [ 0.769469] uhci_hcd: USB Universal Host Controller Interface driver [ 0.784184] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.785647] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.787803] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.789289] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.790952] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.792762] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.794849] usb usb1: Product: UHCI Host Controller [ 0.796213] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.797877] usb usb1: SerialNumber: 0000:00:01.2 [ 0.799307] hub 1-0:1.0: USB hub found [ 0.800463] hub 1-0:1.0: 2 ports detected [ 0.801821] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.804852] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.806248] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.807739] mousedev: PS/2 mouse device common for all mice [ 0.809538] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.812180] rtc_cmos 00:00: RTC can wake from S4 [ 0.813789] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.815524] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.817262] i2c /dev entries driver [ 0.818370] device-mapper: uevent: version 1.0.3 [ 0.819772] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.822170] ledtrig-cpu: registered to indicate activity on CPUs [ 0.824133] NET: Registered protocol family 10 [ 0.825744] NET: Registered protocol family 17 [ 0.827045] Key type dns_resolver registered [ 0.828418] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.830010] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.832582] registered taskstats version 1 [ 0.833808] Loading compiled-in X.509 certificates [ 0.835730] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.838452] zswap: loaded using pool lzo/zbud [ 0.840591] Key type trusted registered [ 0.842790] Key type encrypted registered [ 0.844013] AppArmor: AppArmor sha1 policy hashing enabled [ 0.845539] ima: No TPM chip found, activating TPM-bypass! [ 0.847059] evm: HMAC attrs: 0x1 [ 0.848420] Magic number: 14:966:824 [ 0.849651] rtc_cmos 00:00: setting system clock to 2018-08-19 07:49:35 UTC (1534664975) [ 0.852037] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.853660] EDD information not available. [ 0.909238] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.925790] Write protecting the kernel read-only data: 14336k [ 0.928867] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.931485] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.979068] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.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.93. iid=i-00000005 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCetaLMG2UPKAE2/DS2FJn8HnRki9uWzShxu97bq2iPytULN7lAhshBTfpeTRhj5PDebigHjmxb26J1N+bB7sQ+M3wdIoV15FI9BSTFrUQPlG6+nkpu0PxL3Fyt4zowT38/1Yt8r1MzwlPpR4TxRGNee6UHPgJnJDDIyPNmD59m8V0kUgt96wtpGk6vFitqOGIDwYS2M/x/kUzegcb29NYVe9LoRd6rrbFv9rg2J/o135UTGoIf5sHdNFELZocgY+l74PX5bXzmdTHTV5EQG6Mdg2Rj44Acu9FliJu0G5X7TinWvJEFWd0pO9fKBeHYKuOoTanHm5Ga49UZF6uyKRsR root@singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f ssh-dss AAAAB3NzaC1kc3MAAACBAIuC0l0Fz0LyWpRQT1ho/BIhuXQiW6PlNqegkk0vl58mm0UhybgqvD7KjBaUIDUilP87DIcc8ARfRtMw5zzr2a45jpb1rore5CCWRSANwYP5L85KEDSn7ed2mXv5i4+6pL1VMtJ9uC2TsL6MafMF43qbRBBn0XySMdU9XLSMD2mBAAAAFQDKuF3yx7mPTbk/Wtz8WUKdBYr/JQAAAIABdTsqwrsPBKVSBvG7TGMTkEesZrRBvTqLeRaUzQn/sQx6GbbOztDI71a15zR8T/jV+RJsZ0l8/aWXkt0BVdbUC648mIVGaWgtM9UpExYf5UsqN5P4VtmNT5BMMtS9hsEKqm4HuL2134F39Nfm+3RU54rpVREh7uUCUHzZF5wSxQAAAIB6AnUGw/04X2K6PBtHT2aFyFn2g7m+ySQ+ZaBBZ3LhPDAQy7ZQfUAO1qEyKr1LhvGixTx3XWmSnIsNNVZK3DvZNQJUp8vzZ6cn+Ae4pTBjDDXqiNWpMK3L/YwtIHo2OwRU5cut2FueCXAIEQeu5r4FOYvPjsriQOCmgaUEIDwcrw== root@singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.16,24,fe80::f816:3eff:fef3:6e58/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.48 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-1e98fe87-abcf-492e-b3a2-52193091ba4f login: 2018-08-19 07:49:51,046 - paramiko.transport - DEBUG - starting thread (client mode): 0xcd2da3d0L 2018-08-19 07:49:51,047 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 07:49:51,047 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-19 07:49:51,047 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-19 07:49:51,048 - 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-19 07:49:51,049 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 07:49:51,049 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-19 07:49:51,049 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 07:49:51,049 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 07:49:51,049 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 07:49:51,067 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 07:49:51,068 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 07:49:51,079 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 85a0d2334f5dfca735c3a3a48a0eb04a 2018-08-19 07:49:51,080 - paramiko.transport - DEBUG - Trying discovered key 1affb0e177647cd6e5365277db088262 in /tmp/tmp_5ussc 2018-08-19 07:49:51,108 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 07:49:51,113 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-19 07:49:51,144 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-19 07:49:51,145 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-19 07:49:51,145 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-19 07:49:51,147 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-19 07:49:51,148 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-19 07:49:51,148 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-19 07:49:51,149 - functest.core.singlevm - DEBUG - error: 2018-08-19 07:49:51,152 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-19 07:49:51,259 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 07:49:51,259 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:44 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-19 07:49:51,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-19 07:49:51,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/791d5b1f-9408-47a1-a374-17ae437d53ec.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:52,437 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3143ac0b-c10e-43b6-8760-53824b99cfec Content-Length: 0 Date: Sun, 19 Aug 2018 07:49:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:49:52,437 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/791d5b1f-9408-47a1-a374-17ae437d53ec.json used request id req-3143ac0b-c10e-43b6-8760-53824b99cfec 2018-08-19 07:49:52,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.17070293427s 2018-08-19 07:49:52,438 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/791d5b1f-9408-47a1-a374-17ae437d53ec.json used request id req-3143ac0b-c10e-43b6-8760-53824b99cfec 2018-08-19 07:49:52,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:49:52,443 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:52,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0a3917ed-40cb-4778-8260-0cfc98189f74 Date: Sun, 19 Aug 2018 07:49:52 GMT RESP BODY: {"floatingips": []} 2018-08-19 07:49:52,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-0a3917ed-40cb-4778-8260-0cfc98189f74 2018-08-19 07:49:52,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.315846920013s 2018-08-19 07:49:52,759 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-0a3917ed-40cb-4778-8260-0cfc98189f74 2018-08-19 07:49:52,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-19 07:49:52,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:52,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:49:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4da0cf3f-a740-43c9-953a-aa216def5a87 x-compute-request-id: req-4da0cf3f-a740-43c9-953a-aa216def5a87 Content-Type: application/json 2018-08-19 07:49:52,967 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4 used request id req-4da0cf3f-a740-43c9-953a-aa216def5a87 2018-08-19 07:49:52,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.207690954208s 2018-08-19 07:49:52,968 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4 used request id req-4da0cf3f-a740-43c9-953a-aa216def5a87 2018-08-19 07:49:52,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:49:52,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:54,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49: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-2c00026c-8166-4248-8bdd-7eb049dd7ad4 x-compute-request-id: req-2c00026c-8166-4248-8bdd-7eb049dd7ad4 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_1e98fe87-abcf-492e-b3a2-52193091ba4f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:6e:58", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:6e:58", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "rel": "bookmark"}], "image": {"id": "112348ad-e361-4d52-bdb0-4a345d8e7e1e", "links": [{"href": "http://172.30.9.27:8774/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:49:34.000000", "flavor": {"id": "21a553be-55dc-4a12-af4e-223b30a13458", "links": [{"href": "http://172.30.9.27:8774/flavors/21a553be-55dc-4a12-af4e-223b30a13458", "rel": "bookmark"}]}, "id": "2c79ce29-0e00-4774-a35f-b4b37aa0bdf4", "security_groups": [{"name": "singlevm2-sg_1e98fe87-abcf-492e-b3a2-52193091ba4f"}], "user_id": "24544ab1a9324a59882ac1b5304b3669", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:49:52Z", "hostId": "72cffb8e9d5c17a3b0bf1d35d3cb3107951ff588b35ade85c58eb389", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f", "name": "singlevm2-vm_1e98fe87-abcf-492e-b3a2-52193091ba4f", "created": "2018-08-19T07:49:25Z", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:49:54,114 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2c00026c-8166-4248-8bdd-7eb049dd7ad4 2018-08-19 07:49:54,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14632987976s 2018-08-19 07:49:54,115 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2c00026c-8166-4248-8bdd-7eb049dd7ad4 2018-08-19 07:49:54,116 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:49:56,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:49:56,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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:56,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7b09681a-5757-431e-84d0-4f7001bc4752 x-compute-request-id: req-7b09681a-5757-431e-84d0-4f7001bc4752 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-19 07:49:56,185 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7b09681a-5757-431e-84d0-4f7001bc4752 2018-08-19 07:49:56,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0657119750977s 2018-08-19 07:49:56,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7b09681a-5757-431e-84d0-4f7001bc4752 2018-08-19 07:49:56,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 07:49:56,189 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:56,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-f03f129c-4635-431b-9acc-f8e796346494 Date: Sun, 19 Aug 2018 07:49:56 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:18Z", "updated_at": "2018-08-19T07:49:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:18Z", "revision_number": 0, "id": "633461aa-6cfa-4832-aa99-5f98723e3ac1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:18Z", "security_group_id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T07:49:18Z", "revision_number": 0, "id": "66b31d8f-8101-4e34-b6b5-03a400e130a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:18Z", "security_group_id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:18Z", "revision_number": 0, "id": "ed327cfc-ad76-4905-9460-2ddefc41fe85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:18Z", "security_group_id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:20Z", "revision_number": 0, "id": "fb0f5149-e6ec-4c8c-9dae-0cbb47723f68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:20Z", "security_group_id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}], "revision_number": 3, "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "5aa41ecd-a296-4186-9c1f-df99b63cce85", "name": "singlevm2-sg_1e98fe87-abcf-492e-b3a2-52193091ba4f"}, {"description": "Default security group", "tags": [], "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:08Z", "updated_at": "2018-08-19T07:49:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "1d912240-2a90-450d-b2ba-1973188fccb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "2f69adad-7e1d-4b47-8757-83762bf7b758", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "c2badc6a-da38-45d0-a162-765cbbd11a43", "remote_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "f4968a39-f4df-4ed8-8831-3424c0098296", "remote_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}], "revision_number": 1, "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "name": "default"}]} 2018-08-19 07:49:56,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-f03f129c-4635-431b-9acc-f8e796346494 2018-08-19 07:49:56,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0481450557709s 2018-08-19 07:49:56,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-f03f129c-4635-431b-9acc-f8e796346494 2018-08-19 07:49:56,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-19 07:49:56,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/5aa41ecd-a296-4186-9c1f-df99b63cce85.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:56,406 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8bb0dea5-7601-434d-84e6-8dbc9fa4a582 Content-Length: 0 Date: Sun, 19 Aug 2018 07:49:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:49:56,407 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/5aa41ecd-a296-4186-9c1f-df99b63cce85.json used request id req-8bb0dea5-7601-434d-84e6-8dbc9fa4a582 2018-08-19 07:49:56,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.164345026016s 2018-08-19 07:49:56,407 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/5aa41ecd-a296-4186-9c1f-df99b63cce85.json used request id req-8bb0dea5-7601-434d-84e6-8dbc9fa4a582 2018-08-19 07:49:56,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-19 07:49:56,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:56,585 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d7c03a5-e8c6-409d-8c52-c4b7d2a1073d x-compute-request-id: req-4d7c03a5-e8c6-409d-8c52-c4b7d2a1073d Content-Length: 0 Content-Type: application/json 2018-08-19 07:49:56,586 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f used request id req-4d7c03a5-e8c6-409d-8c52-c4b7d2a1073d 2018-08-19 07:49:56,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.178024053574s 2018-08-19 07:49:56,586 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/singlevm2-kp_1e98fe87-abcf-492e-b3a2-52193091ba4f used request id req-4d7c03a5-e8c6-409d-8c52-c4b7d2a1073d 2018-08-19 07:49:56,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 07:49:56,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/2ce8c127-5fb3-484c-ba66-12580e2b9b15/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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" -d '{"subnet_id": "07f5294e-fa8c-40a8-92c2-350ac6297d08"}' 2018-08-19 07:49:58,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-189cb54c-0a11-4d82-a45d-843679a956bd Date: Sun, 19 Aug 2018 07:49:58 GMT RESP BODY: {"network_id": "759f4478-a60b-4633-9f85-77508e433794", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "subnet_id": "07f5294e-fa8c-40a8-92c2-350ac6297d08", "subnet_ids": ["07f5294e-fa8c-40a8-92c2-350ac6297d08"], "port_id": "864af0f1-779e-455e-aa14-b472cbadb2bc", "id": "2ce8c127-5fb3-484c-ba66-12580e2b9b15"} 2018-08-19 07:49:58,299 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2ce8c127-5fb3-484c-ba66-12580e2b9b15/remove_router_interface.json used request id req-189cb54c-0a11-4d82-a45d-843679a956bd 2018-08-19 07:49:58,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.71262001991s 2018-08-19 07:49:58,300 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2ce8c127-5fb3-484c-ba66-12580e2b9b15/remove_router_interface.json used request id req-189cb54c-0a11-4d82-a45d-843679a956bd returning object 2ce8c127-5fb3-484c-ba66-12580e2b9b15 2018-08-19 07:49:58,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 07:49:58,301 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:49:58,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-c1f3c42b-1df9-49a3-94ac-f31dc298dc99 Date: Sun, 19 Aug 2018 07:49:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:10Z", "admin_state_up": true, "updated_at": "2018-08-19T07:49:57Z", "revision_number": 4, "routes": [], "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "2ce8c127-5fb3-484c-ba66-12580e2b9b15", "name": "singlevm2-router_1e98fe87-abcf-492e-b3a2-52193091ba4f"}]} 2018-08-19 07:49:58,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c1f3c42b-1df9-49a3-94ac-f31dc298dc99 2018-08-19 07:49:58,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119386196136s 2018-08-19 07:49:58,420 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c1f3c42b-1df9-49a3-94ac-f31dc298dc99 2018-08-19 07:49:58,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 07:49:58,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/2ce8c127-5fb3-484c-ba66-12580e2b9b15.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:50:00,021 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-87982d31-31d8-4677-907a-af58e6ea519f Content-Length: 0 Date: Sun, 19 Aug 2018 07:50:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:50:00,022 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/2ce8c127-5fb3-484c-ba66-12580e2b9b15.json used request id req-87982d31-31d8-4677-907a-af58e6ea519f 2018-08-19 07:50:00,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.60043287277s 2018-08-19 07:50:00,022 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/2ce8c127-5fb3-484c-ba66-12580e2b9b15.json used request id req-87982d31-31d8-4677-907a-af58e6ea519f 2018-08-19 07:50:00,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:50:00,023 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:50:00,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-7379cacf-c005-4924-99df-1db33b451cb5 Date: Sun, 19 Aug 2018 07:50:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"759f4478-a60b-4633-9f85-77508e433794","tenant_id":"989bd6bec0124c4bbfdc20f96c2efe4c","created_at":"2018-08-19T07:49:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:49:09Z","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":"989bd6bec0124c4bbfdc20f96c2efe4c","id":"07f5294e-fa8c-40a8-92c2-350ac6297d08","subnetpool_id":null,"name":"singlevm2-subnet_1e98fe87-abcf-492e-b3a2-52193091ba4f"}]} 2018-08-19 07:50:00,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7379cacf-c005-4924-99df-1db33b451cb5 2018-08-19 07:50:00,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.306181907654s 2018-08-19 07:50:00,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-7379cacf-c005-4924-99df-1db33b451cb5 2018-08-19 07:50:00,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 07:50:00,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/07f5294e-fa8c-40a8-92c2-350ac6297d08.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:50:02,882 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b56788bc-5cc1-4f47-bd5b-426359d8708f Date: Sun, 19 Aug 2018 07:50:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:50:02,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/07f5294e-fa8c-40a8-92c2-350ac6297d08.json used request id req-b56788bc-5cc1-4f47-bd5b-426359d8708f 2018-08-19 07:50:02,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.55218791962s 2018-08-19 07:50:02,883 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/07f5294e-fa8c-40a8-92c2-350ac6297d08.json used request id req-b56788bc-5cc1-4f47-bd5b-426359d8708f 2018-08-19 07:50:02,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:50:02,884 - 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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:50:02,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-c40dbbb0-f761-481f-9117-22fc1ce8dbdc Date: Sun, 19 Aug 2018 07: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":[],"updated_at":"2018-08-19T07:50:02Z","tenant_id":"989bd6bec0124c4bbfdc20f96c2efe4c","created_at":"2018-08-19T07:49:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"989bd6bec0124c4bbfdc20f96c2efe4c","id":"759f4478-a60b-4633-9f85-77508e433794","name":"singlevm2-net_1e98fe87-abcf-492e-b3a2-52193091ba4f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:50:02,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c40dbbb0-f761-481f-9117-22fc1ce8dbdc 2018-08-19 07:50:02,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115479946136s 2018-08-19 07:50:02,999 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c40dbbb0-f761-481f-9117-22fc1ce8dbdc 2018-08-19 07:50:03,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 07:50:03,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/759f4478-a60b-4633-9f85-77508e433794.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:50:04,465 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a7f0f278-8f6d-4e61-b8ad-a671b680896b Date: Sun, 19 Aug 2018 07:50:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:50:04,465 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/759f4478-a60b-4633-9f85-77508e433794.json used request id req-a7f0f278-8f6d-4e61-b8ad-a671b680896b 2018-08-19 07:50:04,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.46448993683s 2018-08-19 07:50:04,465 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/759f4478-a60b-4633-9f85-77508e433794.json used request id req-a7f0f278-8f6d-4e61-b8ad-a671b680896b 2018-08-19 07:50:04,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:50:04,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}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:50:04,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-c6bfc03f-f5a6-4f6f-b0f2-183ad7033e31 Date: Sun, 19 Aug 2018 07:50:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:49:16Z", "file": "/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/file", "owner": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "112348ad-e361-4d52-bdb0-4a345d8e7e1e", "size": 12716032, "self": "/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_1e98fe87-abcf-492e-b3a2-52193091ba4f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_1e98fe87-abcf-492e-b3a2-52193091ba4f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:49:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:50:04,790 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c6bfc03f-f5a6-4f6f-b0f2-183ad7033e31 2018-08-19 07:50:04,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.321053981781s 2018-08-19 07:50:04,791 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c6bfc03f-f5a6-4f6f-b0f2-183ad7033e31 2018-08-19 07:50:04,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 07:50:04,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f559d2a5ae32cf993d31d3432073bb84cdc0366e" 2018-08-19 07:50:06,021 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c9e39aa2-4338-4028-b9b4-94ab02ea71f4 Date: Sun, 19 Aug 2018 07:50: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-19 07:50:06,021 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e used request id req-c9e39aa2-4338-4028-b9b4-94ab02ea71f4 2018-08-19 07:50:06,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.22888112068s 2018-08-19 07:50:06,022 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/112348ad-e361-4d52-bdb0-4a345d8e7e1e used request id req-c9e39aa2-4338-4028-b9b4-94ab02ea71f4 2018-08-19 07:50:06,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:50:06,025 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:50:06,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-727e1a5f-1744-4b95-b3c7-ff071218aab2 x-compute-request-id: req-727e1a5f-1744-4b95-b3c7-ff071218aab2 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_1e98fe87-abcf-492e-b3a2-52193091ba4f", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/21a553be-55dc-4a12-af4e-223b30a13458", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/21a553be-55dc-4a12-af4e-223b30a13458", "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": "21a553be-55dc-4a12-af4e-223b30a13458"}]} 2018-08-19 07:50:06,046 - 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-727e1a5f-1744-4b95-b3c7-ff071218aab2 2018-08-19 07:50:06,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0242841243744s 2018-08-19 07:50:06,047 - 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-727e1a5f-1744-4b95-b3c7-ff071218aab2 2018-08-19 07:50:06,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 07:50:06,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/21a553be-55dc-4a12-af4e-223b30a13458 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:50:06,093 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:50:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4bc5c700-fb2c-419c-a110-28f4e6006f82 x-compute-request-id: req-4bc5c700-fb2c-419c-a110-28f4e6006f82 Content-Length: 0 Content-Type: application/json 2018-08-19 07:50:06,093 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/21a553be-55dc-4a12-af4e-223b30a13458 used request id req-4bc5c700-fb2c-419c-a110-28f4e6006f82 2018-08-19 07:50:06,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0451228618622s 2018-08-19 07:50:06,094 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/21a553be-55dc-4a12-af4e-223b30a13458 used request id req-4bc5c700-fb2c-419c-a110-28f4e6006f82 2018-08-19 07:50:06,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:50:06,098 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:50:06,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-311f15cc-876e-467a-8d8d-09c2d741b679 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "singlevm2-user_1e98fe87-abcf-492e-b3a2-52193091ba4f", "links": {"self": "http://172.30.9.27:5000/v3/users/24544ab1a9324a59882ac1b5304b3669"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "24544ab1a9324a59882ac1b5304b3669", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 07:50:06,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-311f15cc-876e-467a-8d8d-09c2d741b679 2018-08-19 07:50:06,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201031923294s 2018-08-19 07:50:06,296 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-311f15cc-876e-467a-8d8d-09c2d741b679 2018-08-19 07:50:06,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:50:06,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/24544ab1a9324a59882ac1b5304b3669 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:50:06,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87f10c2f-6278-43f0-9709-5c94d79909e2 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_1e98fe87-abcf-492e-b3a2-52193091ba4f", "links": {"self": "http://172.30.9.27:5000/v3/users/24544ab1a9324a59882ac1b5304b3669"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "24544ab1a9324a59882ac1b5304b3669", "description": null}} 2018-08-19 07:50:06,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/24544ab1a9324a59882ac1b5304b3669 used request id req-87f10c2f-6278-43f0-9709-5c94d79909e2 2018-08-19 07:50:06,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203821182251s 2018-08-19 07:50:06,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/24544ab1a9324a59882ac1b5304b3669 used request id req-87f10c2f-6278-43f0-9709-5c94d79909e2 2018-08-19 07:50:06,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 07:50:06,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/24544ab1a9324a59882ac1b5304b3669 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:50:06,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:50:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad2cd628-7b78-45ad-ba51-a048c3d568c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:50:06,870 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/24544ab1a9324a59882ac1b5304b3669 used request id req-ad2cd628-7b78-45ad-ba51-a048c3d568c2 2018-08-19 07:50:06,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.364001989365s 2018-08-19 07:50:06,871 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/24544ab1a9324a59882ac1b5304b3669 used request id req-ad2cd628-7b78-45ad-ba51-a048c3d568c2 2018-08-19 07:50:06,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 07:50:06,880 - 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}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:50:07,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a62a078a-2d81-4240-8f88-1de56e748acf Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.27:5000/v3/projects/989bd6bec0124c4bbfdc20f96c2efe4c"}, "tags": [], "enabled": true, "id": "989bd6bec0124c4bbfdc20f96c2efe4c", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_1e98fe87-abcf-492e-b3a2-52193091ba4f"}]} 2018-08-19 07:50:07,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-a62a078a-2d81-4240-8f88-1de56e748acf 2018-08-19 07:50:07,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194412946701s 2018-08-19 07:50:07,072 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-a62a078a-2d81-4240-8f88-1de56e748acf 2018-08-19 07:50:07,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 07:50:07,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/989bd6bec0124c4bbfdc20f96c2efe4c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b252aa55acf46aed0d480b0f12c90522c8d625a2" 2018-08-19 07:50:07,357 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:50:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2c3a274-a88b-4725-a572-6e78571e41c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:50:07,357 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/989bd6bec0124c4bbfdc20f96c2efe4c used request id req-b2c3a274-a88b-4725-a572-6e78571e41c4 2018-08-19 07:50:07,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.281473875046s 2018-08-19 07:50:07,358 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/989bd6bec0124c4bbfdc20f96c2efe4c used request id req-b2c3a274-a88b-4725-a572-6e78571e41c4 2018-08-19 07:50:07,412 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-19 07:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:50:07,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:50:07,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:50:07,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-19 07:50:07,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f48aaf-8015-49a6-8026-4aca25a9e7af Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:50:07,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-37f48aaf-8015-49a6-8026-4aca25a9e7af 2018-08-19 07:50:07,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:50:07,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:50:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["dDqA7KzdSp6ezTGM-EAPGQ"], "issued_at": "2018-08-19T07:50:07.000000Z"}} 2018-08-19 07:50:07,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:50:07,860 - 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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:50:08,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d00881a5-d8ab-49b5-8b75-32f4f6f385f9 Date: Sun, 19 Aug 2018 07:50:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 07:50:08,205 - 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-d00881a5-d8ab-49b5-8b75-32f4f6f385f9 2018-08-19 07:50:08,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.34614109993s 2018-08-19 07:50:08,206 - 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-d00881a5-d8ab-49b5-8b75-32f4f6f385f9 2018-08-19 07:50:08,210 - 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-19 07:50:08,215 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 07:50:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43a9f617-c177-480b-b98c-f41137153013 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-19 07:50:08,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-43a9f617-c177-480b-b98c-f41137153013 2018-08-19 07:50:08,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 07:50:08,219 - 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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:50:08,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11e2c81b-db9c-43cd-83d2-f118ba8eca2a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 07:50:08,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-11e2c81b-db9c-43cd-83d2-f118ba8eca2a 2018-08-19 07:50:08,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.252079963684s 2018-08-19 07:50:08,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-11e2c81b-db9c-43cd-83d2-f118ba8eca2a 2018-08-19 07:50:08,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 07:50:08,478 - 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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_5cad109d-d3a9-442b-9a52-5bea8970c6de"}}' 2018-08-19 07:50:08,609 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 07:50:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2975d900-e286-414c-99b1-46bf0bf18259 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/010bb11b79594b5e9e6069717e343898"}, "tags": [], "enabled": true, "id": "010bb11b79594b5e9e6069717e343898", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_5cad109d-d3a9-442b-9a52-5bea8970c6de"}} 2018-08-19 07:50:08,609 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-2975d900-e286-414c-99b1-46bf0bf18259 2018-08-19 07:50:08,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.134286880493s 2018-08-19 07:50:08,610 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-2975d900-e286-414c-99b1-46bf0bf18259 2018-08-19 07:50:08,610 - 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'010bb11b79594b5e9e6069717e343898', '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_5cad109d-d3a9-442b-9a52-5bea8970c6de'}) 2018-08-19 07:50:08,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 07:50:08,620 - 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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "15ac4f61-925d-4ac9-b158-e50a422ee091", "email": null, "name": "vping_ssh-user_5cad109d-d3a9-442b-9a52-5bea8970c6de"}}' 2018-08-19 07:50:09,098 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 07:50:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4fb42e5-fe69-4e74-9af0-a0eab4edda64 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_5cad109d-d3a9-442b-9a52-5bea8970c6de", "links": {"self": "http://172.30.9.27:5000/v3/users/f2fd1a84478f49c898c228b9d48cff44"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f2fd1a84478f49c898c228b9d48cff44", "domain_id": "default", "password_expires_at": null}} 2018-08-19 07:50:09,099 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-e4fb42e5-fe69-4e74-9af0-a0eab4edda64 2018-08-19 07:50:09,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.481954813004s 2018-08-19 07:50:09,099 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-e4fb42e5-fe69-4e74-9af0-a0eab4edda64 2018-08-19 07:50:09,100 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f2fd1a84478f49c898c228b9d48cff44', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_5cad109d-d3a9-442b-9a52-5bea8970c6de'}) 2018-08-19 07:50:09,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:50:09,106 - 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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:50:09,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6aba3d5-8f32-4634-ae1d-f689924c81c0 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:50:09,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f6aba3d5-8f32-4634-ae1d-f689924c81c0 2018-08-19 07:50:09,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204339981079s 2018-08-19 07:50:09,308 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f6aba3d5-8f32-4634-ae1d-f689924c81c0 2018-08-19 07:50:09,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:50:09,315 - 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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:50:09,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0d64818-ff4d-460d-9f2b-5f0d68703a7e 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:50:09,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c0d64818-ff4d-460d-9f2b-5f0d68703a7e 2018-08-19 07:50:09,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188341140747s 2018-08-19 07:50:09,501 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c0d64818-ff4d-460d-9f2b-5f0d68703a7e 2018-08-19 07:50:09,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:50:09,509 - 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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:50:09,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6656dbe1-fb89-4230-b3ef-c3a9f195e108 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:50:09,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6656dbe1-fb89-4230-b3ef-c3a9f195e108 2018-08-19 07:50:09,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192559957504s 2018-08-19 07:50:09,699 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-6656dbe1-fb89-4230-b3ef-c3a9f195e108 2018-08-19 07:50:09,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 07:50:09,706 - 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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:50:09,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87c62659-a152-4030-a519-17024b924804 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-19 07:50:09,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-87c62659-a152-4030-a519-17024b924804 2018-08-19 07:50:09,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.156594991684s 2018-08-19 07:50:09,860 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-87c62659-a152-4030-a519-17024b924804 2018-08-19 07:50:09,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:50:09,864 - 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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:50:10,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a80f386-108f-451e-b891-addc35c96f35 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_5cad109d-d3a9-442b-9a52-5bea8970c6de", "links": {"self": "http://172.30.9.27:5000/v3/users/f2fd1a84478f49c898c228b9d48cff44"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f2fd1a84478f49c898c228b9d48cff44", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 07:50:10,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7a80f386-108f-451e-b891-addc35c96f35 2018-08-19 07:50:10,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209991931915s 2018-08-19 07:50:10,071 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7a80f386-108f-451e-b891-addc35c96f35 2018-08-19 07:50:10,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 07:50:10,086 - 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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:50:10,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2522ec20-c8ae-4fb1-9f4e-06044f3ad330 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "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/010bb11b79594b5e9e6069717e343898"}, "tags": [], "enabled": true, "id": "010bb11b79594b5e9e6069717e343898", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_5cad109d-d3a9-442b-9a52-5bea8970c6de"}]} 2018-08-19 07:50:10,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2522ec20-c8ae-4fb1-9f4e-06044f3ad330 2018-08-19 07:50:10,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.198611021042s 2018-08-19 07:50:10,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-2522ec20-c8ae-4fb1-9f4e-06044f3ad330 2018-08-19 07:50:10,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 07:50:10,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=f2fd1a84478f49c898c228b9d48cff44&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=010bb11b79594b5e9e6069717e343898" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:50:10,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfe8fac7-85b5-4c22-965a-de9faf9de424 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=f2fd1a84478f49c898c228b9d48cff44&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=010bb11b79594b5e9e6069717e343898", "previous": null, "next": null}} 2018-08-19 07:50:10,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=f2fd1a84478f49c898c228b9d48cff44&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=010bb11b79594b5e9e6069717e343898 used request id req-dfe8fac7-85b5-4c22-965a-de9faf9de424 2018-08-19 07:50:10,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.2002389431s 2018-08-19 07:50:10,490 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=f2fd1a84478f49c898c228b9d48cff44&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=010bb11b79594b5e9e6069717e343898 used request id req-dfe8fac7-85b5-4c22-965a-de9faf9de424 2018-08-19 07:50:10,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 07:50:10,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/010bb11b79594b5e9e6069717e343898/users/f2fd1a84478f49c898c228b9d48cff44/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:50:10,677 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:50:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee05803f-48a5-46f6-9d8f-9387c44dd315 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:50:10,677 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/010bb11b79594b5e9e6069717e343898/users/f2fd1a84478f49c898c228b9d48cff44/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-ee05803f-48a5-46f6-9d8f-9387c44dd315 2018-08-19 07:50:10,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.183068037033s 2018-08-19 07:50:10,678 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/010bb11b79594b5e9e6069717e343898/users/f2fd1a84478f49c898c228b9d48cff44/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-ee05803f-48a5-46f6-9d8f-9387c44dd315 2018-08-19 07:50:10,678 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_5cad109d-d3a9-442b-9a52-5bea8970c6de', 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'010bb11b79594b5e9e6069717e343898', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '15ac4f61-925d-4ac9-b158-e50a422ee091', 'username': u'vping_ssh-user_5cad109d-d3a9-442b-9a52-5bea8970c6de', '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-19 07:50:10,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:50:10,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:50:10,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:50:10,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:50:10,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:50:10,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:50:10,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:50:10,680 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:50:10,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:50:10,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:50:10,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:50:10,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:50:10,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:50:10,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:50:10,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:50:10,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:50:10,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:50:10,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:50:10,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:50:10,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:50:10,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:50:10,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:50:10,683 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_5cad109d-d3a9-442b-9a52-5bea8970c6de', 'password': '15ac4f61-925d-4ac9-b158-e50a422ee091', 'project_name': 'vping_ssh-project_5cad109d-d3a9-442b-9a52-5bea8970c6de', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '010bb11b79594b5e9e6069717e343898', 'project_domain_name': 'Default'} 2018-08-19 07:50:10,684 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-19 07:50:10,685 - 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-19 07:50:10,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ebad907-9243-4b2d-8a46-86d51c607715 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:50:10,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1ebad907-9243-4b2d-8a46-86d51c607715 2018-08-19 07:50:10,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:50:11,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:50:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "010bb11b79594b5e9e6069717e343898", "name": "vping_ssh-project_5cad109d-d3a9-442b-9a52-5bea8970c6de"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/010bb11b79594b5e9e6069717e343898", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/010bb11b79594b5e9e6069717e343898", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/010bb11b79594b5e9e6069717e343898", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/010bb11b79594b5e9e6069717e343898", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/010bb11b79594b5e9e6069717e343898", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/010bb11b79594b5e9e6069717e343898", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/010bb11b79594b5e9e6069717e343898", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/010bb11b79594b5e9e6069717e343898", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/010bb11b79594b5e9e6069717e343898", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/010bb11b79594b5e9e6069717e343898", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/010bb11b79594b5e9e6069717e343898", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/010bb11b79594b5e9e6069717e343898", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_010bb11b79594b5e9e6069717e343898", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_010bb11b79594b5e9e6069717e343898", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_5cad109d-d3a9-442b-9a52-5bea8970c6de", "id": "f2fd1a84478f49c898c228b9d48cff44"}, "audit_ids": ["KwANc89XSKWLvziHm5k2Lg"], "issued_at": "2018-08-19T07:50:11.000000Z"}} 2018-08-19 07:50:11,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 07:50:11,094 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '{"network": {"name": "vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de", "admin_state_up": true}}' 2018-08-19 07:50:11,799 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-596c8546-e7ca-435b-a95d-b7506d77dd6c Date: Sun, 19 Aug 2018 07:50:11 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"010bb11b79594b5e9e6069717e343898","created_at":"2018-08-19T07:50:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-19T07:50:11Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"010bb11b79594b5e9e6069717e343898","id":"002a23de-f5b7-42c2-987b-d3de1f531bda","name":"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de"}} 2018-08-19 07:50:11,799 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-596c8546-e7ca-435b-a95d-b7506d77dd6c 2018-08-19 07:50:11,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.705832004547s 2018-08-19 07:50:11,800 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-596c8546-e7ca-435b-a95d-b7506d77dd6c 2018-08-19 07:50:11,800 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:50:11Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'002a23de-f5b7-42c2-987b-d3de1f531bda', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de', u'admin_state_up': True, u'tenant_id': u'010bb11b79594b5e9e6069717e343898', u'created_at': u'2018-08-19T07:50:11Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'010bb11b79594b5e9e6069717e343898'}) 2018-08-19 07:50:11,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:50:11,801 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:12,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-561aeae7-5d49-4401-afa7-96e80c9e7b63 Date: Sun, 19 Aug 2018 07:50:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T07:50:11Z","tenant_id":"010bb11b79594b5e9e6069717e343898","created_at":"2018-08-19T07:50:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"010bb11b79594b5e9e6069717e343898","id":"002a23de-f5b7-42c2-987b-d3de1f531bda","name":"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:50:12,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-561aeae7-5d49-4401-afa7-96e80c9e7b63 2018-08-19 07:50:12,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343065023422s 2018-08-19 07:50:12,144 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-561aeae7-5d49-4401-afa7-96e80c9e7b63 2018-08-19 07:50:12,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 07:50:12,146 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '{"subnet": {"name": "vping_ssh-subnet_5cad109d-d3a9-442b-9a52-5bea8970c6de", "enable_dhcp": true, "network_id": "002a23de-f5b7-42c2-987b-d3de1f531bda", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 07:50:13,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-80808c4d-dc07-4a8a-82f9-536ce8e7e1ca Date: Sun, 19 Aug 2018 07:50:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"002a23de-f5b7-42c2-987b-d3de1f531bda","tenant_id":"010bb11b79594b5e9e6069717e343898","created_at":"2018-08-19T07:50:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:50: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":"010bb11b79594b5e9e6069717e343898","id":"5d76dee6-9738-4c66-946b-ba419d1e6aea","subnetpool_id":null,"name":"vping_ssh-subnet_5cad109d-d3a9-442b-9a52-5bea8970c6de"}} 2018-08-19 07:50:13,242 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-80808c4d-dc07-4a8a-82f9-536ce8e7e1ca 2018-08-19 07:50:13,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.09652805328s 2018-08-19 07:50:13,243 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-80808c4d-dc07-4a8a-82f9-536ce8e7e1ca 2018-08-19 07:50:13,243 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:50: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'5d76dee6-9738-4c66-946b-ba419d1e6aea', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_5cad109d-d3a9-442b-9a52-5bea8970c6de', u'enable_dhcp': True, u'network_id': u'002a23de-f5b7-42c2-987b-d3de1f531bda', u'tenant_id': u'010bb11b79594b5e9e6069717e343898', u'created_at': u'2018-08-19T07:50: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'010bb11b79594b5e9e6069717e343898'}) 2018-08-19 07:50:13,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 07:50:13,244 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "vping_ssh-router_5cad109d-d3a9-442b-9a52-5bea8970c6de", "admin_state_up": true}}' 2018-08-19 07:50:14,645 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-5918cc77-9de5-487a-ad6f-3d3e4f4cfc87 Date: Sun, 19 Aug 2018 07:50:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:50:13Z", "admin_state_up": true, "updated_at": "2018-08-19T07:50:14Z", "revision_number": 2, "routes": [], "project_id": "010bb11b79594b5e9e6069717e343898", "id": "bbd7dd77-8948-44be-a9c7-21c20dea703e", "name": "vping_ssh-router_5cad109d-d3a9-442b-9a52-5bea8970c6de"}} 2018-08-19 07:50:14,645 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-5918cc77-9de5-487a-ad6f-3d3e4f4cfc87 2018-08-19 07:50:14,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.40175104141s 2018-08-19 07:50:14,646 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-5918cc77-9de5-487a-ad6f-3d3e4f4cfc87 2018-08-19 07:50:14,646 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'010bb11b79594b5e9e6069717e343898', u'created_at': u'2018-08-19T07:50:13Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T07:50:14Z', u'revision_number': 2, u'routes': [], u'project_id': u'010bb11b79594b5e9e6069717e343898', u'id': u'bbd7dd77-8948-44be-a9c7-21c20dea703e', u'name': u'vping_ssh-router_5cad109d-d3a9-442b-9a52-5bea8970c6de'}) 2018-08-19 07:50:14,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 07:50:14,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/bbd7dd77-8948-44be-a9c7-21c20dea703e/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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '{"subnet_id": "5d76dee6-9738-4c66-946b-ba419d1e6aea"}' 2018-08-19 07:50:16,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-97b2eb3c-09a3-4d26-9acf-a19fcf621ec8 Date: Sun, 19 Aug 2018 07:50:16 GMT RESP BODY: {"network_id": "002a23de-f5b7-42c2-987b-d3de1f531bda", "tenant_id": "010bb11b79594b5e9e6069717e343898", "subnet_id": "5d76dee6-9738-4c66-946b-ba419d1e6aea", "subnet_ids": ["5d76dee6-9738-4c66-946b-ba419d1e6aea"], "port_id": "0e66c860-9145-4eed-ad73-ac6d3165e840", "id": "bbd7dd77-8948-44be-a9c7-21c20dea703e"} 2018-08-19 07:50:16,946 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/bbd7dd77-8948-44be-a9c7-21c20dea703e/add_router_interface.json used request id req-97b2eb3c-09a3-4d26-9acf-a19fcf621ec8 2018-08-19 07:50:16,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.29912590981s 2018-08-19 07:50:16,947 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/bbd7dd77-8948-44be-a9c7-21c20dea703e/add_router_interface.json used request id req-97b2eb3c-09a3-4d26-9acf-a19fcf621ec8 returning object bbd7dd77-8948-44be-a9c7-21c20dea703e 2018-08-19 07:50:16,947 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-19 07:50:17,079 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-19 07:50:17,081 - 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-19 07:50:17,086 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 07:50: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-19 07:50:17,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:50:17,090 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:17,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-33cc121f-72dd-42c6-b409-980ad34bb0b8 Date: Sun, 19 Aug 2018 07:50:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:50:17,870 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-33cc121f-72dd-42c6-b409-980ad34bb0b8 2018-08-19 07:50:17,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.782226085663s 2018-08-19 07:50:17,871 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-33cc121f-72dd-42c6-b409-980ad34bb0b8 2018-08-19 07:50:17,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 07:50:17,882 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_5cad109d-d3a9-442b-9a52-5bea8970c6de", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_5cad109d-d3a9-442b-9a52-5bea8970c6de"}' 2018-08-19 07:50:18,208 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-51ba0bd0-d72f-469b-9ee6-cc2e94ff5b48 Date: Sun, 19 Aug 2018 07:50:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:50:18Z", "file": "/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/file", "owner": "010bb11b79594b5e9e6069717e343898", "id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "size": null, "self": "/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "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_5cad109d-d3a9-442b-9a52-5bea8970c6de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_5cad109d-d3a9-442b-9a52-5bea8970c6de", "checksum": null, "created_at": "2018-08-19T07:50:18Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 07:50:18,208 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-51ba0bd0-d72f-469b-9ee6-cc2e94ff5b48 2018-08-19 07:50:18,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.329411029816s 2018-08-19 07:50:18,208 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-51ba0bd0-d72f-469b-9ee6-cc2e94ff5b48 returning object 0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7 2018-08-19 07:50:18,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 07:50:18,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '' 2018-08-19 07:50:19,627 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ac21b5a-04b8-4195-94e5-d72ed8cadda8 Date: Sun, 19 Aug 2018 07:50: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-19 07:50:19,628 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/file used request id req-8ac21b5a-04b8-4195-94e5-d72ed8cadda8 2018-08-19 07:50:19,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.41850495338s 2018-08-19 07:50:19,628 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/file used request id req-8ac21b5a-04b8-4195-94e5-d72ed8cadda8 2018-08-19 07:50:19,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:50:19,636 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:20,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-b163e09f-03d7-4592-b7eb-a54e9c583007 Date: Sun, 19 Aug 2018 07:50:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:50:19Z", "file": "/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/file", "owner": "010bb11b79594b5e9e6069717e343898", "id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "size": 12716032, "self": "/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_5cad109d-d3a9-442b-9a52-5bea8970c6de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_5cad109d-d3a9-442b-9a52-5bea8970c6de", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:50:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:50:20,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b163e09f-03d7-4592-b7eb-a54e9c583007 2018-08-19 07:50:20,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.796334981918s 2018-08-19 07:50:20,429 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b163e09f-03d7-4592-b7eb-a54e9c583007 2018-08-19 07:50:20,431 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/file', 'owner': u'010bb11b79594b5e9e6069717e343898', 'id': u'0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7', 'size': 12716032, u'self': u'/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'010bb11b79594b5e9e6069717e343898', 'name': 'vping_ssh-project_5cad109d-d3a9-442b-9a52-5bea8970c6de', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T07:50:19Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T07:50:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_5cad109d-d3a9-442b-9a52-5bea8970c6de', '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/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7', 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_5cad109d-d3a9-442b-9a52-5bea8970c6de', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_5cad109d-d3a9-442b-9a52-5bea8970c6de', 'created': u'2018-08-19T07:50:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T07:50: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/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7', 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_5cad109d-d3a9-442b-9a52-5bea8970c6de', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 07:50:20,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 07:50:20,434 - 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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_5cad109d-d3a9-442b-9a52-5bea8970c6de", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 07:50:21,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-11c7df97-0c77-47a3-90ce-52daadc9b0ea x-compute-request-id: req-11c7df97-0c77-47a3-90ce-52daadc9b0ea Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_5cad109d-d3a9-442b-9a52-5bea8970c6de", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "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": "a1dde541-e7a4-4123-8b29-bccb6c5a5299"}} 2018-08-19 07:50:21,283 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-11c7df97-0c77-47a3-90ce-52daadc9b0ea 2018-08-19 07:50:21,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.851644039154s 2018-08-19 07:50:21,284 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-11c7df97-0c77-47a3-90ce-52daadc9b0ea 2018-08-19 07:50:21,284 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_5cad109d-d3a9-442b-9a52-5bea8970c6de', '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'7dc2782794df470c83590a2cbd73fefb', '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'a1dde541-e7a4-4123-8b29-bccb6c5a5299', 'swap': 0}) 2018-08-19 07:50:21,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 07:50:21,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299/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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" -d '{"extra_specs": {}}' 2018-08-19 07:50:21,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50: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-94e1d5a8-2889-4b38-afec-f1448564bdb7 x-compute-request-id: req-94e1d5a8-2889-4b38-afec-f1448564bdb7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 07:50:21,305 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299/os-extra_specs used request id req-94e1d5a8-2889-4b38-afec-f1448564bdb7 2018-08-19 07:50:21,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0197060108185s 2018-08-19 07:50:21,305 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299/os-extra_specs used request id req-94e1d5a8-2889-4b38-afec-f1448564bdb7 2018-08-19 07:50:21,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-19 07:50:21,308 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '{"keypair": {"name": "vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de"}}' 2018-08-19 07:50:22,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50: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-59923f40-4543-4de1-acf8-a83af46928d2 x-compute-request-id: req-59923f40-4543-4de1-acf8-a83af46928d2 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAmyr+ud6nZnC6PlzF8iXJREKFME1zYYzqgLjLQVmb44kmzKMldm8rR2rQiugdpCMsd3RHPOTMAiiHEjHuAuv9sRzHom3uinK73tiG9UQxjGapYz3Abff1Uc+Pdup3ro+Hchi+LKW40swuXlQEZoRv88sG/IIXzgtu5U1+G6qTRB+nBB/UXLuGAkYNwNmabjZE5KluNqOpSTSmMXxe6Mqm8Dg0zpU0rEA6/17LVoXJY3wZXUol5jrtZvNw7rpuHAA4A3gb6/vQTGer74aoTbVIIEt16kaZb35yHyl5qsX4XZbgpF3ZLrWxoMwWV9pVmmE1EqKZMHOJsd2oTjVuMe/J Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwJsq/rnep2Zwuj5cxfIlyURChTBNc2GM6oC4y0FZm+OJJsyj\nJXZvK0dq0IroHaQjLHd0RzzkzAIohxIx7gLr/bEcx6Jt7opyu97YhvVEMYxmqWM9\nwG339VHPj3bqd66Ph3IYviyluNLMLl5UBGaEb/PLBvyCF84LbuVNfhuqk0QfpwQf\n1Fy7hgJGDcDZmm42ROSpbjajqUk0pjF8XujKpvA4NM6VNKxAOv9ey1aFyWN8GV1K\nJeY67WbzcO66bhwAOAN4G+v70Exnq++GqE21SCBLdepGmW9+ch8pearF+F2W4KRd\n2S61saDMFlfaVZphNRKimTBzibHdqE41bjHvyQIDAQABAoIBAQC1MoVtZMFyLS6K\nGFdBJgCka2JFWN7UWIawqu6u0UkTHimOZeBqQxRs2+BCVxvtntg0YiDzT/dTcghc\noiJ07yzC21fe/BF946Py2MBNnvpLvvFqE+IpYYtvsEqbhl0owQFohE+AwhIaYb4T\nNUzHYwbfJ7TuWqms6XvaFUElDbQYm9FnM806y3mFztj1IqiR0ri/ZFWZuzhw75Xn\nKB5lvVvktG05+UvRfUGMgZQVhHs6vRsLyxFtJh4OfZ34XdormRMFK7wZbXt8epNF\nRcq5UlzQG1VX2FjJJKCKMCFOOguNdOJF6KSQbaQUAkkxKtNuz0fopWkRpx8R59Cq\nr8xzCFkBAoGBAOItWl8DVDDGB3zQ1r15zT3i11wk/JVp0HrqrnVv4j2qPA3uuXPh\nnPGv/aMjKlgkhJbov3QuMnWSk9oGOytnlqyzcC3klczpuf91jk2pjGHsOqXvH6tK\nUZsa5LOmJMEQq9DdYCAdfNR6Z6ORLlmOsF93zWqpEL+RQi89iqiqRNtpAoGBANoA\nnoDVcsTZf0PgIvdf+PsQmFHS9UMocIeldKEbdngNQct4cy9r/jmJz3gOOtDNJA/9\nlQhJU6s6HYyhX5I5kxAnD9tnO7jUpqmI0whglmRX6h/32Nu8WGWqJMz4RtqGuT6K\ntrnejAoKfaSOGPIrUn8Z2Fi01a4LlQ1lJONJy8VhAoGAa53mxRShZ3+iKmp38rnU\nxWB81jQnFrS9ZO7rSaeNv4eTgZGYHiI4eesiRRBDYqMlj2R5TD969ORkgzW5y6JD\nWDMc6kk8Wb7QKFP3/M3ypNkw4qlPqUH4aFO4hB5GmLJk/kGHLmC5d6QyUeqPYj95\nfkNTsy90b6IfGrkuk6hIkRkCgYAglCsb0co/BMnyGNLg6STKUGaTA9XHXYnDm8Rc\nN0BzHHgSskN0eM0bSC8LIAVGIwIaqajV/i9UzXCRDaS8s4H4zf2eqkTQkGb/uwTe\noaCYClNgx6dO30zOlKi/QPNFwRB5+jzodguzjHHOX7X2qua/O9uLFitAwVZbFBx5\nIxQiwQKBgQDFREqpuTkoJpa+8Z9EgiWaTytwq/3Nsh5xfyD3pCwTh4j5Rd34JCsb\nVCnWIfpE61ZD+zBjxwM8Ai8LcyTUFZgbS73m1w+xApLzlaVjfPcyLgZ6awVdTA80\nzvuvgeP/dahmnNItNIlHbDkydAdteEWsE0qRAiliyzeqZt33SM/QnA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "f2fd1a84478f49c898c228b9d48cff44", "name": "vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de", "fingerprint": "d6:27:da:87:10:56:c3:0f:38:ea:33:b8:9e:ee:6c:f5"}} 2018-08-19 07:50:22,128 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-59923f40-4543-4de1-acf8-a83af46928d2 2018-08-19 07:50:22,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.822838068008s 2018-08-19 07:50:22,129 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-59923f40-4543-4de1-acf8-a83af46928d2 2018-08-19 07:50:22,130 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAmyr+ud6nZnC6PlzF8iXJREKFME1zYYzqgLjLQVmb44kmzKMldm8rR2rQiugdpCMsd3RHPOTMAiiHEjHuAuv9sRzHom3uinK73tiG9UQxjGapYz3Abff1Uc+Pdup3ro+Hchi+LKW40swuXlQEZoRv88sG/IIXzgtu5U1+G6qTRB+nBB/UXLuGAkYNwNmabjZE5KluNqOpSTSmMXxe6Mqm8Dg0zpU0rEA6/17LVoXJY3wZXUol5jrtZvNw7rpuHAA4A3gb6/vQTGer74aoTbVIIEt16kaZb35yHyl5qsX4XZbgpF3ZLrWxoMwWV9pVmmE1EqKZMHOJsd2oTjVuMe/J Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwJsq/rnep2Zwuj5cxfIlyURChTBNc2GM6oC4y0FZm+OJJsyj\nJXZvK0dq0IroHaQjLHd0RzzkzAIohxIx7gLr/bEcx6Jt7opyu97YhvVEMYxmqWM9\nwG339VHPj3bqd66Ph3IYviyluNLMLl5UBGaEb/PLBvyCF84LbuVNfhuqk0QfpwQf\n1Fy7hgJGDcDZmm42ROSpbjajqUk0pjF8XujKpvA4NM6VNKxAOv9ey1aFyWN8GV1K\nJeY67WbzcO66bhwAOAN4G+v70Exnq++GqE21SCBLdepGmW9+ch8pearF+F2W4KRd\n2S61saDMFlfaVZphNRKimTBzibHdqE41bjHvyQIDAQABAoIBAQC1MoVtZMFyLS6K\nGFdBJgCka2JFWN7UWIawqu6u0UkTHimOZeBqQxRs2+BCVxvtntg0YiDzT/dTcghc\noiJ07yzC21fe/BF946Py2MBNnvpLvvFqE+IpYYtvsEqbhl0owQFohE+AwhIaYb4T\nNUzHYwbfJ7TuWqms6XvaFUElDbQYm9FnM806y3mFztj1IqiR0ri/ZFWZuzhw75Xn\nKB5lvVvktG05+UvRfUGMgZQVhHs6vRsLyxFtJh4OfZ34XdormRMFK7wZbXt8epNF\nRcq5UlzQG1VX2FjJJKCKMCFOOguNdOJF6KSQbaQUAkkxKtNuz0fopWkRpx8R59Cq\nr8xzCFkBAoGBAOItWl8DVDDGB3zQ1r15zT3i11wk/JVp0HrqrnVv4j2qPA3uuXPh\nnPGv/aMjKlgkhJbov3QuMnWSk9oGOytnlqyzcC3klczpuf91jk2pjGHsOqXvH6tK\nUZsa5LOmJMEQq9DdYCAdfNR6Z6ORLlmOsF93zWqpEL+RQi89iqiqRNtpAoGBANoA\nnoDVcsTZf0PgIvdf+PsQmFHS9UMocIeldKEbdngNQct4cy9r/jmJz3gOOtDNJA/9\nlQhJU6s6HYyhX5I5kxAnD9tnO7jUpqmI0whglmRX6h/32Nu8WGWqJMz4RtqGuT6K\ntrnejAoKfaSOGPIrUn8Z2Fi01a4LlQ1lJONJy8VhAoGAa53mxRShZ3+iKmp38rnU\nxWB81jQnFrS9ZO7rSaeNv4eTgZGYHiI4eesiRRBDYqMlj2R5TD969ORkgzW5y6JD\nWDMc6kk8Wb7QKFP3/M3ypNkw4qlPqUH4aFO4hB5GmLJk/kGHLmC5d6QyUeqPYj95\nfkNTsy90b6IfGrkuk6hIkRkCgYAglCsb0co/BMnyGNLg6STKUGaTA9XHXYnDm8Rc\nN0BzHHgSskN0eM0bSC8LIAVGIwIaqajV/i9UzXCRDaS8s4H4zf2eqkTQkGb/uwTe\noaCYClNgx6dO30zOlKi/QPNFwRB5+jzodguzjHHOX7X2qua/O9uLFitAwVZbFBx5\nIxQiwQKBgQDFREqpuTkoJpa+8Z9EgiWaTytwq/3Nsh5xfyD3pCwTh4j5Rd34JCsb\nVCnWIfpE61ZD+zBjxwM8Ai8LcyTUFZgbS73m1w+xApLzlaVjfPcyLgZ6awVdTA80\nzvuvgeP/dahmnNItNIlHbDkydAdteEWsE0qRAiliyzeqZt33SM/QnA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f2fd1a84478f49c898c228b9d48cff44', 'name': u'vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de', 'created_at': '2018-08-19T07:50:22.130102', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'010bb11b79594b5e9e6069717e343898', 'name': 'vping_ssh-project_5cad109d-d3a9-442b-9a52-5bea8970c6de', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'd6:27:da:87:10:56:c3:0f:38:ea:33:b8:9e:ee:6c:f5', 'type': 'ssh', 'id': u'vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de'}) 2018-08-19 07:50:22,130 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAwJsq/rnep2Zwuj5cxfIlyURChTBNc2GM6oC4y0FZm+OJJsyj JXZvK0dq0IroHaQjLHd0RzzkzAIohxIx7gLr/bEcx6Jt7opyu97YhvVEMYxmqWM9 wG339VHPj3bqd66Ph3IYviyluNLMLl5UBGaEb/PLBvyCF84LbuVNfhuqk0QfpwQf 1Fy7hgJGDcDZmm42ROSpbjajqUk0pjF8XujKpvA4NM6VNKxAOv9ey1aFyWN8GV1K JeY67WbzcO66bhwAOAN4G+v70Exnq++GqE21SCBLdepGmW9+ch8pearF+F2W4KRd 2S61saDMFlfaVZphNRKimTBzibHdqE41bjHvyQIDAQABAoIBAQC1MoVtZMFyLS6K GFdBJgCka2JFWN7UWIawqu6u0UkTHimOZeBqQxRs2+BCVxvtntg0YiDzT/dTcghc oiJ07yzC21fe/BF946Py2MBNnvpLvvFqE+IpYYtvsEqbhl0owQFohE+AwhIaYb4T NUzHYwbfJ7TuWqms6XvaFUElDbQYm9FnM806y3mFztj1IqiR0ri/ZFWZuzhw75Xn KB5lvVvktG05+UvRfUGMgZQVhHs6vRsLyxFtJh4OfZ34XdormRMFK7wZbXt8epNF Rcq5UlzQG1VX2FjJJKCKMCFOOguNdOJF6KSQbaQUAkkxKtNuz0fopWkRpx8R59Cq r8xzCFkBAoGBAOItWl8DVDDGB3zQ1r15zT3i11wk/JVp0HrqrnVv4j2qPA3uuXPh nPGv/aMjKlgkhJbov3QuMnWSk9oGOytnlqyzcC3klczpuf91jk2pjGHsOqXvH6tK UZsa5LOmJMEQq9DdYCAdfNR6Z6ORLlmOsF93zWqpEL+RQi89iqiqRNtpAoGBANoA noDVcsTZf0PgIvdf+PsQmFHS9UMocIeldKEbdngNQct4cy9r/jmJz3gOOtDNJA/9 lQhJU6s6HYyhX5I5kxAnD9tnO7jUpqmI0whglmRX6h/32Nu8WGWqJMz4RtqGuT6K trnejAoKfaSOGPIrUn8Z2Fi01a4LlQ1lJONJy8VhAoGAa53mxRShZ3+iKmp38rnU xWB81jQnFrS9ZO7rSaeNv4eTgZGYHiI4eesiRRBDYqMlj2R5TD969ORkgzW5y6JD WDMc6kk8Wb7QKFP3/M3ypNkw4qlPqUH4aFO4hB5GmLJk/kGHLmC5d6QyUeqPYj95 fkNTsy90b6IfGrkuk6hIkRkCgYAglCsb0co/BMnyGNLg6STKUGaTA9XHXYnDm8Rc N0BzHHgSskN0eM0bSC8LIAVGIwIaqajV/i9UzXCRDaS8s4H4zf2eqkTQkGb/uwTe oaCYClNgx6dO30zOlKi/QPNFwRB5+jzodguzjHHOX7X2qua/O9uLFitAwVZbFBx5 IxQiwQKBgQDFREqpuTkoJpa+8Z9EgiWaTytwq/3Nsh5xfyD3pCwTh4j5Rd34JCsb VCnWIfpE61ZD+zBjxwM8Ai8LcyTUFZgbS73m1w+xApLzlaVjfPcyLgZ6awVdTA80 zvuvgeP/dahmnNItNIlHbDkydAdteEWsE0qRAiliyzeqZt33SM/QnA== -----END RSA PRIVATE KEY----- 2018-08-19 07:50:22,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-19 07:50:22,134 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '{"security_group": {"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-19 07:50:22,340 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-ef303d6f-a4a0-4493-9c96-13e50bb8e3ad Date: Sun, 19 Aug 2018 07:50:22 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:50:22Z", "updated_at": "2018-08-19T07:50:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:22Z", "revision_number": 0, "id": "14cbc648-25fa-46c5-8690-ba31c2d6e43a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:22Z", "security_group_id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:22Z", "revision_number": 0, "id": "212da4c6-b992-43b5-b1a3-4407a52369df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:22Z", "security_group_id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv6", "project_id": "010bb11b79594b5e9e6069717e343898"}], "revision_number": 1, "project_id": "010bb11b79594b5e9e6069717e343898", "id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}} 2018-08-19 07:50:22,340 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-ef303d6f-a4a0-4493-9c96-13e50bb8e3ad 2018-08-19 07:50:22,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.206785917282s 2018-08-19 07:50:22,340 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-ef303d6f-a4a0-4493-9c96-13e50bb8e3ad 2018-08-19 07:50:22,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 07:50:22,345 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:22,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-c62f23d6-bad6-4608-b28a-1bc2a227d774 Date: Sun, 19 Aug 2018 07:50:22 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:50:22Z", "updated_at": "2018-08-19T07:50:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:22Z", "revision_number": 0, "id": "14cbc648-25fa-46c5-8690-ba31c2d6e43a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:22Z", "security_group_id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:22Z", "revision_number": 0, "id": "212da4c6-b992-43b5-b1a3-4407a52369df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:22Z", "security_group_id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv6", "project_id": "010bb11b79594b5e9e6069717e343898"}], "revision_number": 1, "project_id": "010bb11b79594b5e9e6069717e343898", "id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}, {"description": "Default security group", "tags": [], "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:50:11Z", "updated_at": "2018-08-19T07:50:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "160203bb-3b9d-4027-96ee-a5b54ff3f51e", "remote_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv6", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "1800d7fb-849e-41d6-9d33-0bbc65628bc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "1fdf31f4-d05d-44a2-87a5-30d1edd27109", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv6", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "f327ace1-89dd-4c4f-aeb2-8fbf823008bf", "remote_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}], "revision_number": 1, "project_id": "010bb11b79594b5e9e6069717e343898", "id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "name": "default"}]} 2018-08-19 07:50:22,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-c62f23d6-bad6-4608-b28a-1bc2a227d774 2018-08-19 07:50:22,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0410389900208s 2018-08-19 07:50:22,386 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-c62f23d6-bad6-4608-b28a-1bc2a227d774 2018-08-19 07:50:22,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 07:50:22,391 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -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": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2"}}' 2018-08-19 07:50:22,585 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-3f455183-a4fe-48bb-a13b-f1a8521087f7 Date: Sun, 19 Aug 2018 07:50:22 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-19T07:50:22Z", "security_group_id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "port_range_min": 22, "revision_number": 0, "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:50:22Z", "project_id": "010bb11b79594b5e9e6069717e343898", "id": "533b2afd-57a9-42ab-b3c3-128a100f1c33"}} 2018-08-19 07:50:22,585 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-3f455183-a4fe-48bb-a13b-f1a8521087f7 2018-08-19 07:50:22,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.194982051849s 2018-08-19 07:50:22,586 - 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-3f455183-a4fe-48bb-a13b-f1a8521087f7 2018-08-19 07:50:22,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 07:50:22,589 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:22,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-5aefe5e4-8d8b-4970-ad50-64d08824fa34 Date: Sun, 19 Aug 2018 07:50:22 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:50:22Z", "updated_at": "2018-08-19T07:50:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:22Z", "revision_number": 0, "id": "14cbc648-25fa-46c5-8690-ba31c2d6e43a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:22Z", "security_group_id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:22Z", "revision_number": 0, "id": "212da4c6-b992-43b5-b1a3-4407a52369df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:22Z", "security_group_id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv6", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T07:50:22Z", "revision_number": 0, "id": "533b2afd-57a9-42ab-b3c3-128a100f1c33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:22Z", "security_group_id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": 22, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}], "revision_number": 2, "project_id": "010bb11b79594b5e9e6069717e343898", "id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}, {"description": "Default security group", "tags": [], "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:50:11Z", "updated_at": "2018-08-19T07:50:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "160203bb-3b9d-4027-96ee-a5b54ff3f51e", "remote_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv6", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "1800d7fb-849e-41d6-9d33-0bbc65628bc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "1fdf31f4-d05d-44a2-87a5-30d1edd27109", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv6", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "f327ace1-89dd-4c4f-aeb2-8fbf823008bf", "remote_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}], "revision_number": 1, "project_id": "010bb11b79594b5e9e6069717e343898", "id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "name": "default"}]} 2018-08-19 07:50:22,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5aefe5e4-8d8b-4970-ad50-64d08824fa34 2018-08-19 07:50:22,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0931460857391s 2018-08-19 07:50:22,683 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-5aefe5e4-8d8b-4970-ad50-64d08824fa34 2018-08-19 07:50:22,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 07:50:22,687 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -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": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2"}}' 2018-08-19 07:50:22,830 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-080cfe6d-6550-4533-834d-08b01fb462b3 Date: Sun, 19 Aug 2018 07:50:22 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-19T07:50:22Z", "security_group_id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "port_range_min": null, "revision_number": 0, "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:50:22Z", "project_id": "010bb11b79594b5e9e6069717e343898", "id": "16c4780c-127e-4a1c-9673-9170d527bd1b"}} 2018-08-19 07:50:22,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-080cfe6d-6550-4533-834d-08b01fb462b3 2018-08-19 07:50:22,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.144090175629s 2018-08-19 07:50:22,831 - 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-080cfe6d-6550-4533-834d-08b01fb462b3 2018-08-19 07:50:22,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:50:22,832 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:23,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-cfd59736-0f66-4619-a6ac-c16742e252f6 Date: Sun, 19 Aug 2018 07:50:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d76dee6-9738-4c66-946b-ba419d1e6aea"],"updated_at":"2018-08-19T07:50:12Z","tenant_id":"010bb11b79594b5e9e6069717e343898","created_at":"2018-08-19T07:50:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"010bb11b79594b5e9e6069717e343898","id":"002a23de-f5b7-42c2-987b-d3de1f531bda","name":"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:50:23,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cfd59736-0f66-4619-a6ac-c16742e252f6 2018-08-19 07:50:23,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.341100215912s 2018-08-19 07:50:23,173 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-cfd59736-0f66-4619-a6ac-c16742e252f6 2018-08-19 07:50:23,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:50:23,182 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:23,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-fb921b16-f451-4807-9d1a-547a87b60be6 Date: Sun, 19 Aug 2018 07:50:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:50:19Z", "file": "/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/file", "owner": "010bb11b79594b5e9e6069717e343898", "id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "size": 12716032, "self": "/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_5cad109d-d3a9-442b-9a52-5bea8970c6de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_5cad109d-d3a9-442b-9a52-5bea8970c6de", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:50:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:50:23,404 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-fb921b16-f451-4807-9d1a-547a87b60be6 2018-08-19 07:50:23,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.225883960724s 2018-08-19 07:50:23,404 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-fb921b16-f451-4807-9d1a-547a87b60be6 2018-08-19 07:50:23,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:50:23,408 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:23,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52e15ba7-57c6-405c-9f72-62fb23d22c90 x-compute-request-id: req-52e15ba7-57c6-405c-9f72-62fb23d22c90 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_5cad109d-d3a9-442b-9a52-5bea8970c6de", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "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": "a1dde541-e7a4-4123-8b29-bccb6c5a5299"}]} 2018-08-19 07:50:23,433 - 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-52e15ba7-57c6-405c-9f72-62fb23d22c90 2018-08-19 07:50:23,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0269739627838s 2018-08-19 07:50:23,433 - 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-52e15ba7-57c6-405c-9f72-62fb23d22c90 2018-08-19 07:50:23,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-19 07:50:23,437 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '{"server": {"name": "vping_ssh-vm2_5cad109d-d3a9-442b-9a52-5bea8970c6de", "imageRef": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "flavorRef": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "max_count": 1, "min_count": 1, "networks": [{"uuid": "002a23de-f5b7-42c2-987b-d3de1f531bda"}], "security_groups": [{"name": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2"}]}}' 2018-08-19 07:50:29,290 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:50:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3139c39-c2e0-4a4f-8f94-870ddf13921e x-compute-request-id: req-f3139c39-c2e0-4a4f-8f94-870ddf13921e Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/45c34a82-6cbf-4a87-8256-4796843e404e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2"}], "OS-DCF:diskConfig": "MANUAL", "id": "45c34a82-6cbf-4a87-8256-4796843e404e", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "bookmark"}], "adminPass": "WwvR8aoq7Dj5"}} 2018-08-19 07:50:29,290 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-f3139c39-c2e0-4a4f-8f94-870ddf13921e 2018-08-19 07:50:29,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.8550901413s 2018-08-19 07:50:29,290 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-f3139c39-c2e0-4a4f-8f94-870ddf13921e 2018-08-19 07:50:29,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:50:29,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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:30,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c01d386-49c8-4920-8c8d-51d25ce75fd9 x-compute-request-id: req-3c01d386-49c8-4920-8c8d-51d25ce75fd9 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/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "45c34a82-6cbf-4a87-8256-4796843e404e", "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:50:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:29Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:50:30,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3c01d386-49c8-4920-8c8d-51d25ce75fd9 2018-08-19 07:50:30,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.736294031143s 2018-08-19 07:50:30,028 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3c01d386-49c8-4920-8c8d-51d25ce75fd9 2018-08-19 07:50:30,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:50:30,035 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:30,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-814745bd-84b8-4bbb-92bd-b3ba1c741a05 Date: Sun, 19 Aug 2018 07:50: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":["5d76dee6-9738-4c66-946b-ba419d1e6aea"],"updated_at":"2018-08-19T07:50:12Z","tenant_id":"010bb11b79594b5e9e6069717e343898","created_at":"2018-08-19T07:50:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"010bb11b79594b5e9e6069717e343898","id":"002a23de-f5b7-42c2-987b-d3de1f531bda","name":"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:50:30,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-814745bd-84b8-4bbb-92bd-b3ba1c741a05 2018-08-19 07:50:30,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0907640457153s 2018-08-19 07:50:30,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-814745bd-84b8-4bbb-92bd-b3ba1c741a05 2018-08-19 07:50:30,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:50:30,127 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:30,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-f93c9186-8181-4931-b184-92cfa2f24ff1 Date: Sun, 19 Aug 2018 07:50:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"002a23de-f5b7-42c2-987b-d3de1f531bda","tenant_id":"010bb11b79594b5e9e6069717e343898","created_at":"2018-08-19T07:50:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:50: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":"010bb11b79594b5e9e6069717e343898","id":"5d76dee6-9738-4c66-946b-ba419d1e6aea","subnetpool_id":null,"name":"vping_ssh-subnet_5cad109d-d3a9-442b-9a52-5bea8970c6de"}]} 2018-08-19 07:50:30,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f93c9186-8181-4931-b184-92cfa2f24ff1 2018-08-19 07:50:30,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.386095046997s 2018-08-19 07:50:30,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f93c9186-8181-4931-b184-92cfa2f24ff1 2018-08-19 07:50:30,514 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:50:32,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:50:32,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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:32,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50: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-a86ce8ab-1722-4b03-97f0-41f30df186c5 x-compute-request-id: req-a86ce8ab-1722-4b03-97f0-41f30df186c5 Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "45c34a82-6cbf-4a87-8256-4796843e404e", "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:50:32Z", "hostId": "ed4c2107500773fa72b2896114a6181fd1fe0521cf38f7caa69d17ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:29Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:50:32,924 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a86ce8ab-1722-4b03-97f0-41f30df186c5 2018-08-19 07:50:32,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.407488107681s 2018-08-19 07:50:32,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a86ce8ab-1722-4b03-97f0-41f30df186c5 2018-08-19 07:50:32,928 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:50:34,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:50:34,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:35,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-0f2cbeac-ff9e-4f1d-a370-53e26a483102 x-compute-request-id: req-0f2cbeac-ff9e-4f1d-a370-53e26a483102 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/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "45c34a82-6cbf-4a87-8256-4796843e404e", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:50:32Z", "hostId": "ed4c2107500773fa72b2896114a6181fd1fe0521cf38f7caa69d17ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:29Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:50:35,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0f2cbeac-ff9e-4f1d-a370-53e26a483102 2018-08-19 07:50:35,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.838767051697s 2018-08-19 07:50:35,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0f2cbeac-ff9e-4f1d-a370-53e26a483102 2018-08-19 07:50:35,774 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:50:37,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:50:37,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:39,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3fe1d9b-5654-498b-b1b6-44501d0c5bda x-compute-request-id: req-b3fe1d9b-5654-498b-b1b6-44501d0c5bda 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/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "45c34a82-6cbf-4a87-8256-4796843e404e", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:50:32Z", "hostId": "ed4c2107500773fa72b2896114a6181fd1fe0521cf38f7caa69d17ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:29Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:50:39,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3fe1d9b-5654-498b-b1b6-44501d0c5bda 2018-08-19 07:50:39,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3857998848s 2018-08-19 07:50:39,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3fe1d9b-5654-498b-b1b6-44501d0c5bda 2018-08-19 07:50:39,166 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:50:41,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:50:41,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:42,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50: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-d6ffd7dd-4afd-4f35-8c41-824fd0659089 x-compute-request-id: req-d6ffd7dd-4afd-4f35-8c41-824fd0659089 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:49:aa", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:50:38.000000", "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "45c34a82-6cbf-4a87-8256-4796843e404e", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:50:38Z", "hostId": "ed4c2107500773fa72b2896114a6181fd1fe0521cf38f7caa69d17ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:29Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:50:42,527 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d6ffd7dd-4afd-4f35-8c41-824fd0659089 2018-08-19 07:50:42,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35885596275s 2018-08-19 07:50:42,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d6ffd7dd-4afd-4f35-8c41-824fd0659089 2018-08-19 07:50:42,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:50:42,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=45c34a82-6cbf-4a87-8256-4796843e404e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:42,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f4bf2a63-2127-4565-a865-45220f29ed2e Date: Sun, 19 Aug 2018 07:50:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"002a23de-f5b7-42c2-987b-d3de1f531bda","tenant_id":"010bb11b79594b5e9e6069717e343898","created_at":"2018-08-19T07:50:33Z","admin_state_up":true,"updated_at":"2018-08-19T07:50:38Z","binding:vnic_type":"normal","device_id":"45c34a82-6cbf-4a87-8256-4796843e404e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c8:49:aa","id":"47b9ccf7-37d0-4dfa-8667-c42de9572524","port_security_enabled":true,"project_id":"010bb11b79594b5e9e6069717e343898","fixed_ips":[{"subnet_id":"5d76dee6-9738-4c66-946b-ba419d1e6aea","ip_address":"192.168.120.15"}],"extra_dhcp_opts":[],"security_groups":["39b7cda2-c3b4-4113-bd2e-d100ebd960b2"],"name":""}]} 2018-08-19 07:50:42,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=45c34a82-6cbf-4a87-8256-4796843e404e used request id req-f4bf2a63-2127-4565-a865-45220f29ed2e 2018-08-19 07:50:42,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.304116010666s 2018-08-19 07:50:42,836 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=45c34a82-6cbf-4a87-8256-4796843e404e used request id req-f4bf2a63-2127-4565-a865-45220f29ed2e 2018-08-19 07:50:42,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:50:42,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=47b9ccf7-37d0-4dfa-8667-c42de9572524" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:42,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-53c270b9-c445-4001-b812-df1896071838 Date: Sun, 19 Aug 2018 07:50:42 GMT RESP BODY: {"floatingips": []} 2018-08-19 07:50:42,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=47b9ccf7-37d0-4dfa-8667-c42de9572524 used request id req-53c270b9-c445-4001-b812-df1896071838 2018-08-19 07:50:42,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0445499420166s 2018-08-19 07:50:42,886 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=47b9ccf7-37d0-4dfa-8667-c42de9572524 used request id req-53c270b9-c445-4001-b812-df1896071838 2018-08-19 07:50:42,887 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c8:49:aa', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7'}), 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-19T07:50:38.000000', 'flavor': Munch({u'id': u'a1dde541-e7a4-4123-8b29-bccb6c5a5299'}), 'az': u'nova', 'id': u'45c34a82-6cbf-4a87-8256-4796843e404e', 'security_groups': [Munch({u'name': u'vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f2fd1a84478f49c898c228b9d48cff44', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'010bb11b79594b5e9e6069717e343898', 'name': 'vping_ssh-project_5cad109d-d3a9-442b-9a52-5bea8970c6de', '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-19T07:50:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T07:50:38Z', 'hostId': u'ed4c2107500773fa72b2896114a6181fd1fe0521cf38f7caa69d17ec', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'ed4c2107500773fa72b2896114a6181fd1fe0521cf38f7caa69d17ec', '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-19T07:50:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'010bb11b79594b5e9e6069717e343898', 'name': u'vping_ssh-vm2_5cad109d-d3a9-442b-9a52-5bea8970c6de', 'adminPass': u'WwvR8aoq7Dj5', 'tenant_id': u'010bb11b79594b5e9e6069717e343898', 'created_at': u'2018-08-19T07:50:29Z', 'created': u'2018-08-19T07:50:29Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-19 07:50:42,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:50:42,889 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:42,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-bac8dcd2-67be-43a0-bc21-403a9b550195 Date: Sun, 19 Aug 2018 07:50: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":["5d76dee6-9738-4c66-946b-ba419d1e6aea"],"updated_at":"2018-08-19T07:50:12Z","tenant_id":"010bb11b79594b5e9e6069717e343898","created_at":"2018-08-19T07:50:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"010bb11b79594b5e9e6069717e343898","id":"002a23de-f5b7-42c2-987b-d3de1f531bda","name":"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:50:42,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bac8dcd2-67be-43a0-bc21-403a9b550195 2018-08-19 07:50:42,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108303070068s 2018-08-19 07:50:42,997 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bac8dcd2-67be-43a0-bc21-403a9b550195 2018-08-19 07:50:43,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:50:43,005 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:43,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-5d390747-5bcb-4e83-99b4-971836ec5a5d Date: Sun, 19 Aug 2018 07:50:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:50:19Z", "file": "/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/file", "owner": "010bb11b79594b5e9e6069717e343898", "id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "size": 12716032, "self": "/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_5cad109d-d3a9-442b-9a52-5bea8970c6de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_5cad109d-d3a9-442b-9a52-5bea8970c6de", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:50:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:50:43,804 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5d390747-5bcb-4e83-99b4-971836ec5a5d 2018-08-19 07:50:43,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.802968025208s 2018-08-19 07:50:43,805 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5d390747-5bcb-4e83-99b4-971836ec5a5d 2018-08-19 07:50:43,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:50:43,809 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:43,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faf354c6-6c93-4486-8d5c-430bde5907af x-compute-request-id: req-faf354c6-6c93-4486-8d5c-430bde5907af Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_5cad109d-d3a9-442b-9a52-5bea8970c6de", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "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": "a1dde541-e7a4-4123-8b29-bccb6c5a5299"}]} 2018-08-19 07:50:43,969 - 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-faf354c6-6c93-4486-8d5c-430bde5907af 2018-08-19 07:50:43,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.162775993347s 2018-08-19 07:50:43,970 - 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-faf354c6-6c93-4486-8d5c-430bde5907af 2018-08-19 07:50:43,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-19 07:50:43,974 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '{"server": {"name": "vping_ssh-vm_5cad109d-d3a9-442b-9a52-5bea8970c6de", "imageRef": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "key_name": "vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de", "flavorRef": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "max_count": 1, "min_count": 1, "networks": [{"uuid": "002a23de-f5b7-42c2-987b-d3de1f531bda"}], "security_groups": [{"name": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2"}]}}' 2018-08-19 07:50:48,701 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:50:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-206e4b7c-0025-4662-b88b-cb2f0f51c5ee x-compute-request-id: req-206e4b7c-0025-4662-b88b-cb2f0f51c5ee Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2"}], "OS-DCF:diskConfig": "MANUAL", "id": "76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "bookmark"}], "adminPass": "wYoqHPi3S4S6"}} 2018-08-19 07:50:48,701 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-206e4b7c-0025-4662-b88b-cb2f0f51c5ee 2018-08-19 07:50:48,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.72975611687s 2018-08-19 07:50:48,701 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-206e4b7c-0025-4662-b88b-cb2f0f51c5ee 2018-08-19 07:50:48,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:50:48,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:49,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50: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-5b80c034-d58d-4e16-86cb-e463703d6cd1 x-compute-request-id: req-5b80c034-d58d-4e16-86cb-e463703d6cd1 Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:50:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de", "name": "vping_ssh-vm_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:48Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:49:aa", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:50:38.000000", "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "45c34a82-6cbf-4a87-8256-4796843e404e", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:50:38Z", "hostId": "ed4c2107500773fa72b2896114a6181fd1fe0521cf38f7caa69d17ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:29Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:50:49,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5b80c034-d58d-4e16-86cb-e463703d6cd1 2018-08-19 07:50:49,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.708861112595s 2018-08-19 07:50:49,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5b80c034-d58d-4e16-86cb-e463703d6cd1 2018-08-19 07:50:49,420 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:50:51,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:50:51,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:52,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50: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-64b2f8be-8e65-41f6-afc0-56676de56ca6 x-compute-request-id: req-64b2f8be-8e65-41f6-afc0-56676de56ca6 Content-Encoding: gzip Content-Length: 895 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/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:50:51Z", "hostId": "1d8ff63f2d207c5686508e9c3492adb4dd7fbe9d87c55e8bdb517c57", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de", "name": "vping_ssh-vm_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:48Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:49:aa", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:50:38.000000", "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "45c34a82-6cbf-4a87-8256-4796843e404e", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:50:38Z", "hostId": "ed4c2107500773fa72b2896114a6181fd1fe0521cf38f7caa69d17ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:29Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:50:52,119 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-64b2f8be-8e65-41f6-afc0-56676de56ca6 2018-08-19 07:50:52,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.696512937546s 2018-08-19 07:50:52,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-64b2f8be-8e65-41f6-afc0-56676de56ca6 2018-08-19 07:50:52,127 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:50:54,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:50:54,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:55,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-38720778-356a-4424-85ef-fb3fe574fa33 x-compute-request-id: req-38720778-356a-4424-85ef-fb3fe574fa33 Content-Encoding: gzip Content-Length: 889 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:50:52Z", "hostId": "1d8ff63f2d207c5686508e9c3492adb4dd7fbe9d87c55e8bdb517c57", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de", "name": "vping_ssh-vm_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:48Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:49:aa", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:50:38.000000", "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "45c34a82-6cbf-4a87-8256-4796843e404e", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:50:38Z", "hostId": "ed4c2107500773fa72b2896114a6181fd1fe0521cf38f7caa69d17ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:29Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:50:55,679 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-38720778-356a-4424-85ef-fb3fe574fa33 2018-08-19 07:50:55,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.54915094376s 2018-08-19 07:50:55,680 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-38720778-356a-4424-85ef-fb3fe574fa33 2018-08-19 07:50:55,684 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:50:57,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:50:57,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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:50:58,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:50:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1d021d9-a8d8-4955-be90-e40d1456867e x-compute-request-id: req-e1d021d9-a8d8-4955-be90-e40d1456867e Content-Encoding: gzip Content-Length: 889 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:50:52Z", "hostId": "1d8ff63f2d207c5686508e9c3492adb4dd7fbe9d87c55e8bdb517c57", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de", "name": "vping_ssh-vm_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:48Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:49:aa", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:50:38.000000", "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "45c34a82-6cbf-4a87-8256-4796843e404e", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:50:38Z", "hostId": "ed4c2107500773fa72b2896114a6181fd1fe0521cf38f7caa69d17ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:29Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:50:58,548 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e1d021d9-a8d8-4955-be90-e40d1456867e 2018-08-19 07:50:58,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.860911846161s 2018-08-19 07:50:58,549 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e1d021d9-a8d8-4955-be90-e40d1456867e 2018-08-19 07:50:58,554 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:51:00,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:51:00,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:01,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dcdbc401-e5d6-41d5-8506-bdfd23abf9ef x-compute-request-id: req-dcdbc401-e5d6-41d5-8506-bdfd23abf9ef Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:7b:f4", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:50:59.000000", "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:50:59Z", "hostId": "1d8ff63f2d207c5686508e9c3492adb4dd7fbe9d87c55e8bdb517c57", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de", "name": "vping_ssh-vm_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:48Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:49:aa", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:50:38.000000", "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "45c34a82-6cbf-4a87-8256-4796843e404e", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:50:38Z", "hostId": "ed4c2107500773fa72b2896114a6181fd1fe0521cf38f7caa69d17ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:29Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:51:01,815 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dcdbc401-e5d6-41d5-8506-bdfd23abf9ef 2018-08-19 07:51:01,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.25839304924s 2018-08-19 07:51:01,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dcdbc401-e5d6-41d5-8506-bdfd23abf9ef 2018-08-19 07:51:01,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:51:01,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:01,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ce70b6cd-fa0d-42e4-984d-717d24e9cf47 Date: Sun, 19 Aug 2018 07:51:01 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"002a23de-f5b7-42c2-987b-d3de1f531bda","tenant_id":"010bb11b79594b5e9e6069717e343898","created_at":"2018-08-19T07:50:52Z","admin_state_up":true,"updated_at":"2018-08-19T07:50:59Z","binding:vnic_type":"normal","device_id":"76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:6b:7b:f4","id":"a88070db-aca1-4ead-a332-a4cc1f7accbb","port_security_enabled":true,"project_id":"010bb11b79594b5e9e6069717e343898","fixed_ips":[{"subnet_id":"5d76dee6-9738-4c66-946b-ba419d1e6aea","ip_address":"192.168.120.29"}],"extra_dhcp_opts":[],"security_groups":["39b7cda2-c3b4-4113-bd2e-d100ebd960b2"],"name":""}]} 2018-08-19 07:51:01,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae used request id req-ce70b6cd-fa0d-42e4-984d-717d24e9cf47 2018-08-19 07:51:01,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0865190029144s 2018-08-19 07:51:01,908 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae used request id req-ce70b6cd-fa0d-42e4-984d-717d24e9cf47 2018-08-19 07:51:01,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:51:01,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=a88070db-aca1-4ead-a332-a4cc1f7accbb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:01,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2d7a6bd5-aa4a-47e6-9d52-e04fafb72c63 Date: Sun, 19 Aug 2018 07:51:01 GMT RESP BODY: {"floatingips": []} 2018-08-19 07:51:01,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=a88070db-aca1-4ead-a332-a4cc1f7accbb used request id req-2d7a6bd5-aa4a-47e6-9d52-e04fafb72c63 2018-08-19 07:51:01,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0442221164703s 2018-08-19 07:51:01,958 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=a88070db-aca1-4ead-a332-a4cc1f7accbb used request id req-2d7a6bd5-aa4a-47e6-9d52-e04fafb72c63 2018-08-19 07:51:01,958 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6b:7b:f4', u'version': 4, u'addr': u'192.168.120.29', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7'}), 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-19T07:50:59.000000', 'flavor': Munch({u'id': u'a1dde541-e7a4-4123-8b29-bccb6c5a5299'}), 'az': u'nova', 'id': u'76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae', 'security_groups': [Munch({u'name': u'vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f2fd1a84478f49c898c228b9d48cff44', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'010bb11b79594b5e9e6069717e343898', 'name': 'vping_ssh-project_5cad109d-d3a9-442b-9a52-5bea8970c6de', '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-19T07:50:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T07:50:59Z', 'hostId': u'1d8ff63f2d207c5686508e9c3492adb4dd7fbe9d87c55e8bdb517c57', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de', 'public_v6': '', 'private_v4': u'192.168.120.29', 'cloud': 'envvars', 'host_id': u'1d8ff63f2d207c5686508e9c3492adb4dd7fbe9d87c55e8bdb517c57', '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-19T07:50:59.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'010bb11b79594b5e9e6069717e343898', 'name': u'vping_ssh-vm_5cad109d-d3a9-442b-9a52-5bea8970c6de', 'adminPass': u'wYoqHPi3S4S6', 'tenant_id': u'010bb11b79594b5e9e6069717e343898', 'created_at': u'2018-08-19T07:50:48Z', 'created': u'2018-08-19T07:50:48Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-19 07:51:01,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:51:01,962 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:02,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-b2add76f-cb87-4175-bacb-7fc13d1f3578 Date: Sun, 19 Aug 2018 07:51:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d76dee6-9738-4c66-946b-ba419d1e6aea"],"updated_at":"2018-08-19T07:50:12Z","tenant_id":"010bb11b79594b5e9e6069717e343898","created_at":"2018-08-19T07:50:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"010bb11b79594b5e9e6069717e343898","id":"002a23de-f5b7-42c2-987b-d3de1f531bda","name":"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:51:02,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b2add76f-cb87-4175-bacb-7fc13d1f3578 2018-08-19 07:51:02,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0912251472473s 2018-08-19 07:51:02,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b2add76f-cb87-4175-bacb-7fc13d1f3578 2018-08-19 07:51:02,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:51:02,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:02,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-cd20cc4c-7ad3-418b-bccf-a7f07db6f350 Date: Sun, 19 Aug 2018 07:51:02 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"002a23de-f5b7-42c2-987b-d3de1f531bda","tenant_id":"010bb11b79594b5e9e6069717e343898","created_at":"2018-08-19T07:50:52Z","admin_state_up":true,"updated_at":"2018-08-19T07:50:59Z","binding:vnic_type":"normal","device_id":"76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:6b:7b:f4","id":"a88070db-aca1-4ead-a332-a4cc1f7accbb","port_security_enabled":true,"project_id":"010bb11b79594b5e9e6069717e343898","fixed_ips":[{"subnet_id":"5d76dee6-9738-4c66-946b-ba419d1e6aea","ip_address":"192.168.120.29"}],"extra_dhcp_opts":[],"security_groups":["39b7cda2-c3b4-4113-bd2e-d100ebd960b2"],"name":""}]} 2018-08-19 07:51:02,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae used request id req-cd20cc4c-7ad3-418b-bccf-a7f07db6f350 2018-08-19 07:51:02,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0689451694489s 2018-08-19 07:51:02,123 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae used request id req-cd20cc4c-7ad3-418b-bccf-a7f07db6f350 2018-08-19 07:51:02,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-19 07:51:02,125 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '{"floatingip": {"floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.29", "port_id": "a88070db-aca1-4ead-a332-a4cc1f7accbb"}}' 2018-08-19 07:51:04,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-00a23c78-6504-4dcf-8bdb-46ed2636b139 Date: Sun, 19 Aug 2018 07:51:04 GMT RESP BODY: {"floatingip": {"router_id": "bbd7dd77-8948-44be-a9c7-21c20dea703e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T07:51:03Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.29", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "a88070db-aca1-4ead-a332-a4cc1f7accbb", "id": "63d40b4f-0abe-429a-a576-43661005631e", "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:51:03Z", "project_id": "010bb11b79594b5e9e6069717e343898"}} 2018-08-19 07:51:04,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-00a23c78-6504-4dcf-8bdb-46ed2636b139 2018-08-19 07:51:04,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.3837249279s 2018-08-19 07:51:04,508 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-00a23c78-6504-4dcf-8bdb-46ed2636b139 2018-08-19 07:51:04,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:51:04,516 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:04,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-9781b209-791e-4ec7-b871-0dd6c43b60ff Date: Sun, 19 Aug 2018 07:51:04 GMT RESP BODY: {"floatingips": [{"router_id": "bbd7dd77-8948-44be-a9c7-21c20dea703e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T07:51:03Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.29", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "a88070db-aca1-4ead-a332-a4cc1f7accbb", "id": "63d40b4f-0abe-429a-a576-43661005631e", "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:51:03Z", "project_id": "010bb11b79594b5e9e6069717e343898"}]} 2018-08-19 07:51:04,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-9781b209-791e-4ec7-b871-0dd6c43b60ff 2018-08-19 07:51:04,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0655310153961s 2018-08-19 07:51:04,582 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-9781b209-791e-4ec7-b871-0dd6c43b60ff 2018-08-19 07:51:04,585 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'bbd7dd77-8948-44be-a9c7-21c20dea703e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'010bb11b79594b5e9e6069717e343898', 'created_at': u'2018-08-19T07:51:03Z', 'attached': True, 'updated_at': u'2018-08-19T07:51:03Z', 'id': u'63d40b4f-0abe-429a-a576-43661005631e', 'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', 'fixed_ip_address': u'192.168.120.29', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'010bb11b79594b5e9e6069717e343898', 'name': 'vping_ssh-project_5cad109d-d3a9-442b-9a52-5bea8970c6de', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'bbd7dd77-8948-44be-a9c7-21c20dea703e', 'project_id': u'010bb11b79594b5e9e6069717e343898', 'port_id': u'a88070db-aca1-4ead-a332-a4cc1f7accbb', 'port': u'a88070db-aca1-4ead-a332-a4cc1f7accbb', 'network': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54'}) 2018-08-19 07:51:04,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 07:51:04,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae/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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 07:51:05,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51: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-b3d04aa5-504a-4d01-b42e-1a2580cecc54 x-compute-request-id: req-b3d04aa5-504a-4d01-b42e-1a2580cecc54 Content-Encoding: gzip Content-Length: 9572 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469332543 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.186235] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188435] pid_max: default: 32768 minimum: 301\n[ 0.189643] ACPI: Core revision 20150930\n[ 0.191264] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.192990] Security Framework initialized\n[ 0.194073] Yama: becoming mindful.\n[ 0.195064] AppArmor: AppArmor initialized\n[ 0.196236] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.197978] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.199650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201242] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203069] Initializing cgroup subsys io\n[ 0.204148] Initializing cgroup subsys memory\n[ 0.205310] Initializing cgroup subsys devices\n[ 0.206470] Initializing cgroup subsys freezer\n[ 0.207630] Initializing cgroup subsys net_cls\n[ 0.208785] Initializing cgroup subsys perf_event\n[ 0.209999] Initializing cgroup subsys net_prio\n[ 0.211181] Initializing cgroup subsys hugetlb\n[ 0.212333] Initializing cgroup subsys pids\n[ 0.213492] CPU: Physical Processor ID: 0\n[ 0.215262] mce: CPU supports 10 MCE banks\n[ 0.216374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.217715] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.234017] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240449] ftrace: allocating 31920 entries in 125 pages\n[ 0.265760] smpboot: Max logical packages: 1\n[ 0.266979] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.268895] x2apic enabled\n[ 0.270066] Switched APIC routing to physical x2apic.\n[ 0.272534] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274085] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.276861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279362] KVM setup paravirtual spinlock\n[ 0.280991] x86: Booted up 1 node, 1 CPUs\n[ 0.282129] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284048] devtmpfs: initialized\n[ 0.286039] evm: security.selinux\n[ 0.287026] evm: security.SMACK64\n[ 0.287995] evm: security.SMACK64EXEC\n[ 0.289046] evm: security.SMACK64TRANSMUTE\n[ 0.290174] evm: security.SMACK64MMAP\n[ 0.291210] evm: security.ima\n[ 0.292115] evm: security.capability\n[ 0.293218] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295777] pinctrl core: initialized pinctrl subsystem\n[ 0.297287] RTC time: 7:50:59, date: 08/19/18\n[ 0.298601] NET: Registered protocol family 16\n[ 0.299939] cpuidle: using governor ladder\n[ 0.301089] cpuidle: using governor menu\n[ 0.302192] PCCT header not found.\n[ 0.303248] ACPI: bus type PCI registered\n[ 0.304388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.306114] PCI: Using configuration type 1 for base access\n[ 0.308284] ACPI: Added _OSI(Module Device)\n[ 0.309480] ACPI: Added _OSI(Processor Device)\n[ 0.310711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311991] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.314220] ACPI: Interpreter enabled\n[ 0.315315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.320560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.323164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.325729] ACPI: (supports S0 S5)\n[ 0.326724] ACPI: Using IOAPIC for interrupt routing\n[ 0.328043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.331931] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.333523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.335271] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.336946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.339992] acpiphp: Slot [3] registered\n[ 0.341115] acpiphp: Slot [4] registered\n[ 0.342230] acpiphp: Slot [5] registered\n[ 0.343353] acpiphp: Slot [6] registered\n[ 0.344467] acpiphp: Slot [7] registered\n[ 0.345579] acpiphp: Slot [8] registered\n[ 0.346704] acpiphp: Slot [9] registered\n[ 0.347806] acpiphp: Slot [10] registered\n[ 0.348937] acpiphp: Slot [11] registered\n[ 0.350069] acpiphp: Slot [12] registered\n[ 0.351197] acpiphp: Slot [13] registered\n[ 0.352317] acpiphp: Slot [14] registered\n[ 0.353449] acpiphp: Slot [15] registered\n[ 0.368281] acpiphp: Slot [16] registered\n[ 0.369422] acpiphp: Slot [17] registered\n[ 0.370550] acpiphp: Slot [18] registered\n[ 0.371680] acpiphp: Slot [19] registered\n[ 0.372812] acpiphp: Slot [20] registered\n[ 0.373942] acpiphp: Slot [21] registered\n[ 0.375071] acpiphp: Slot [22] registered\n[ 0.376199] acpiphp: Slot [23] registered\n[ 0.377337] acpiphp: Slot [24] registered\n[ 0.378474] acpiphp: Slot [25] registered\n[ 0.379612] acpiphp: Slot [26] registered\n[ 0.380739] acpiphp: Slot [27] registered\n[ 0.381872] acpiphp: Slot [28] registered\n[ 0.383002] acpiphp: Slot [29] registered\n[ 0.384130] acpiphp: Slot [30] registered\n[ 0.385260] acpiphp: Slot [31] registered\n[ 0.386393] PCI host bridge to bus 0000:00\n[ 0.387529] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.389207] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.390893] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.392940] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.394974] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.397043] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.401171] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.402949] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.404585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.406351] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.410817] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.412859] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.434161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.436204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.438196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440176] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444131] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445954] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447430] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449638] vgaarb: loaded\n[ 0.450493] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452173] SCSI subsystem initialized\n[ 0.453459] ACPI: bus type USB registered\n[ 0.454634] usbcore: registered new interface driver usbfs\n[ 0.456087] usbcore: registered new interface driver hub\n[ 0.457499] usbcore: registered new device driver usb\n[ 0.459034] PCI: Using ACPI for IRQ routing\n[ 0.460586] NetLabel: Initializing\n[ 0.461597] NetLabel: domain hash size = 128\n[ 0.462795] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.464137] NetLabel: unlabeled traffic allowed by default\n[ 0.465759] clocksource: Switched to clocksource kvm-clock\n[ 0.476049] AppArmor: AppArmor Filesystem Enabled\n[ 0.477403] pnp: PnP ACPI init\n[ 0.478679] pnp: PnP ACPI: found 5 devices\n[ 0.485692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488111] NET: Registered protocol family 2\n[ 0.489577] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493098] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.494798] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496316] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.497958] NET: Registered protocol family 1\n[ 0.499201] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.500742] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.516872] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.531319] Trying to unpack rootfs image as initramfs...\n[ 0.593818] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598947] Scanning for low memory corruption every 60 seconds\n[ 0.601239] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.602913] audit: initializing netlink subsys (disabled)\n[ 0.604412] audit: type=2000 audit(1534665060.518:1): initialized\n[ 0.606380] Initialise system trusted keyring\n[ 0.607792] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.609416] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.612204] zbud: loaded\n[ 0.613247] VFS: Disk quotas dquot_6.6.0\n[ 0.614426] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.616660] fuse init (API version 7.23)\n[ 0.618001] Key type big_key registered\n[ 0.619139] Allocating IMA MOK and blacklist keyrings.\n[ 0.620879] Key type asymmetric registered\n[ 0.622055] Asymmetric key parser 'x509' registered\n[ 0.623416] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.625554] io scheduler noop registered\n[ 0.626695] io scheduler deadline registered (default)\n[ 0.628105] io scheduler cfq registered\n[ 0.629329] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.630830] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.632639] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.634717] ACPI: Power Button [PWRF]\n[ 0.635981] GHES: HEST is not enabled!\n[ 0.650230] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.679861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682953] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706784] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.710042] Linux agpgart interface v0.103\n[ 0.713672] brd: module loaded\n[ 0.716079] loop: module loaded\n[ 0.721039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.723803] GPT:90111 != 2097151\n[ 0.725051] GPT:Alternate GPT header not at the end of the disk.\n[ 0.727117] GPT:90111 != 2097151\n[ 0.728361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730175] vda: vda1 vda15\n[ 0.732190] scsi host0: ata_piix\n[ 0.733585] scsi host1: ata_piix\n[ 0.734915] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.737240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.740110] libphy: Fixed MDIO Bus: probed\n[ 0.741641] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743439] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746868] PPP generic driver version 2.4.2\n[ 0.748554] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750838] ehci-pci: EHCI PCI platform driver\n[ 0.752468] ehci-platform: EHCI generic platform driver\n[ 0.754346] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.756485] ohci-pci: OHCI PCI platform driver\n[ 0.758124] ohci-platform: OHCI generic platform driver\n[ 0.760004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.775264] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.781675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.783861] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786168] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788824] usb usb1: Product: UHCI Host Controller\n[ 0.790591] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.792791] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.794603] hub 1-0:1.0: USB hub found\n[ 0.796112] hub 1-0:1.0: 2 ports detected\n[ 0.797822] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.801504] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.803282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.805178] mousedev: PS/2 mouse device common for all mice\n[ 0.807402] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.810523] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812646] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814860] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.817087] i2c /dev entries driver\n[ 0.818471] device-mapper: uevent: version 1.0.3\n[ 0.819948] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.822322] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.824266] NET: Registered protocol family 10\n[ 0.825883] NET: Registered protocol family 17\n[ 0.827163] Key type dns_resolver registered\n[ 0.828535] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.830108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.832665] registered taskstats version 1\n[ 0.833872] Loading compiled-in X.509 certificates\n[ 0.835776] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.838406] zswap: loaded using pool lzo/zbud\n[ 0.840610] Key type trusted registered\n[ 0.842896] Key type encrypted registered\n[ 0.844101] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.845566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.847040] evm: HMAC attrs: 0x1\n[ 0.848395] Magic number: 14:966:824\n[ 0.849615] rtc_cmos 00:00: setting system clock to 2018-08-19 07:51:00 UTC (1534665060)\n[ 0.851940] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.853513] EDD information not available.\n[ 0.895571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.912217] Write protecting the kernel read-only data: 14336k\n[ 0.915329] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.969558] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.29...\nLease of 192.168.120.29 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDt9N+mo8pFhI5Rydl2bxnTFxl4fVPNiBB6FIeotX858jxf3fChMOJ2R6outOKXfxuvA6n0wN2pO4ROdqhpBwGo2aVBrfUwunLeuEAy+ZWDLqJ+Qjuf5wg+cuOTV6llRupaYrM6M0XtPhVk4MZ4sd2HIoaSiMCSOUuCN7dTw870SWrhuynEYcydk7RzdFP9PT6imWaJslUzPo1iUzb/AKrpI3BcFpl2t2SKFVBzM638+uX1cY/S3fUQ9NqRxO+9NlI6WqGSEGMF5b7WKsJKyvN+6AqFNcjWm6uJE2oZ1CsP2XpDpXEd2N0m2fe/kgEG8TNVZkRLJtiR3x1+eyqfGL6l root@vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de\nssh-dss AAAAB3NzaC1kc3MAAACBALccyke539gCoolxqHvNLRqdpNj45uTZUV98zx4JiJp8OsTFtn0xoPga0glGESoSgbwrdQHstVNF5pMGjPL7MMrfwFPPSZMptjz9rFiO4UR2+N/aNfyv5NWBreD9xVxJbcy6SifNvlN/lTqM9OjQcI5hWFi7RbR2MGjXmBsx+wknAAAAFQD6qZl04pTyatLz2Isp8zwPAX3XOwAAAIEAsJoWE5S8ynGkQh9vQrbN9byfnUDh4QEV1ngTa//PDzC+FUiDsds2rJRSn6lVX+4qUCbBbZzkYm/opfFH8559m3WRk1cuYM/R+GGXsaHv0lVgsTdQfYtD94PRtnF8h2eYdUPzRXzG2Sww3OXdHsU4s3VatzIf4hSAySaCitolZO8AAACAP6yugUwNQuhOvyN/R70kQIhoycqJfoSUZ3eFK8YsU+Z6B9jkLmobkY0P9DBJcCWhdWU4kU944YAFlD79M1kR/Xld8gPoM9C9G5Ul9P6FZ5xbEobRlnt6ZtsmVTr5f2wd1/ifdcKdiCDbbzI90JeqZ6B3vdYbFE8fwqsFb/LOKEY= root@vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.15s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.29,24,fe80::f816:3eff:fe6b:7bf4/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.29 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.78 ===\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-5cad109d-d3a9-442b-9a52-5bea8970c6de login: "} 2018-08-19 07:51:05,486 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae/action used request id req-b3d04aa5-504a-4d01-b42e-1a2580cecc54 2018-08-19 07:51:05,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.899407863617s 2018-08-19 07:51:05,487 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae/action used request id req-b3d04aa5-504a-4d01-b42e-1a2580cecc54 2018-08-19 07:51:05,487 - 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 469332543 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.186235] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.188435] pid_max: default: 32768 minimum: 301 [ 0.189643] ACPI: Core revision 20150930 [ 0.191264] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.192990] Security Framework initialized [ 0.194073] Yama: becoming mindful. [ 0.195064] AppArmor: AppArmor initialized [ 0.196236] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.197978] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.199650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201242] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203069] Initializing cgroup subsys io [ 0.204148] Initializing cgroup subsys memory [ 0.205310] Initializing cgroup subsys devices [ 0.206470] Initializing cgroup subsys freezer [ 0.207630] Initializing cgroup subsys net_cls [ 0.208785] Initializing cgroup subsys perf_event [ 0.209999] Initializing cgroup subsys net_prio [ 0.211181] Initializing cgroup subsys hugetlb [ 0.212333] Initializing cgroup subsys pids [ 0.213492] CPU: Physical Processor ID: 0 [ 0.215262] mce: CPU supports 10 MCE banks [ 0.216374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.217715] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.234017] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.240449] ftrace: allocating 31920 entries in 125 pages [ 0.265760] smpboot: Max logical packages: 1 [ 0.266979] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.268895] x2apic enabled [ 0.270066] Switched APIC routing to physical x2apic. [ 0.272534] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.274085] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.276861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.279362] KVM setup paravirtual spinlock [ 0.280991] x86: Booted up 1 node, 1 CPUs [ 0.282129] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.284048] devtmpfs: initialized [ 0.286039] evm: security.selinux [ 0.287026] evm: security.SMACK64 [ 0.287995] evm: security.SMACK64EXEC [ 0.289046] evm: security.SMACK64TRANSMUTE [ 0.290174] evm: security.SMACK64MMAP [ 0.291210] evm: security.ima [ 0.292115] evm: security.capability [ 0.293218] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.295777] pinctrl core: initialized pinctrl subsystem [ 0.297287] RTC time: 7:50:59, date: 08/19/18 [ 0.298601] NET: Registered protocol family 16 [ 0.299939] cpuidle: using governor ladder [ 0.301089] cpuidle: using governor menu [ 0.302192] PCCT header not found. [ 0.303248] ACPI: bus type PCI registered [ 0.304388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.306114] PCI: Using configuration type 1 for base access [ 0.308284] ACPI: Added _OSI(Module Device) [ 0.309480] ACPI: Added _OSI(Processor Device) [ 0.310711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.311991] ACPI: Added _OSI(Processor Aggregator Device) [ 0.314220] ACPI: Interpreter enabled [ 0.315315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.317948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.320560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.323164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.325729] ACPI: (supports S0 S5) [ 0.326724] ACPI: Using IOAPIC for interrupt routing [ 0.328043] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.331931] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.333523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.335271] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.336946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.339992] acpiphp: Slot [3] registered [ 0.341115] acpiphp: Slot [4] registered [ 0.342230] acpiphp: Slot [5] registered [ 0.343353] acpiphp: Slot [6] registered [ 0.344467] acpiphp: Slot [7] registered [ 0.345579] acpiphp: Slot [8] registered [ 0.346704] acpiphp: Slot [9] registered [ 0.347806] acpiphp: Slot [10] registered [ 0.348937] acpiphp: Slot [11] registered [ 0.350069] acpiphp: Slot [12] registered [ 0.351197] acpiphp: Slot [13] registered [ 0.352317] acpiphp: Slot [14] registered [ 0.353449] acpiphp: Slot [15] registered [ 0.368281] acpiphp: Slot [16] registered [ 0.369422] acpiphp: Slot [17] registered [ 0.370550] acpiphp: Slot [18] registered [ 0.371680] acpiphp: Slot [19] registered [ 0.372812] acpiphp: Slot [20] registered [ 0.373942] acpiphp: Slot [21] registered [ 0.375071] acpiphp: Slot [22] registered [ 0.376199] acpiphp: Slot [23] registered [ 0.377337] acpiphp: Slot [24] registered [ 0.378474] acpiphp: Slot [25] registered [ 0.379612] acpiphp: Slot [26] registered [ 0.380739] acpiphp: Slot [27] registered [ 0.381872] acpiphp: Slot [28] registered [ 0.383002] acpiphp: Slot [29] registered [ 0.384130] acpiphp: Slot [30] registered [ 0.385260] acpiphp: Slot [31] registered [ 0.386393] PCI host bridge to bus 0000:00 [ 0.387529] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.389207] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.390893] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.392940] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.394974] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.397043] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.401171] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.402949] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.404585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.406351] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.410817] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.412859] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.434161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.436204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.438196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.440176] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.442382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.444131] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445954] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.447430] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.449638] vgaarb: loaded [ 0.450493] vgaarb: bridge control possible 0000:00:02.0 [ 0.452173] SCSI subsystem initialized [ 0.453459] ACPI: bus type USB registered [ 0.454634] usbcore: registered new interface driver usbfs [ 0.456087] usbcore: registered new interface driver hub [ 0.457499] usbcore: registered new device driver usb [ 0.459034] PCI: Using ACPI for IRQ routing [ 0.460586] NetLabel: Initializing [ 0.461597] NetLabel: domain hash size = 128 [ 0.462795] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.464137] NetLabel: unlabeled traffic allowed by default [ 0.465759] clocksource: Switched to clocksource kvm-clock [ 0.476049] AppArmor: AppArmor Filesystem Enabled [ 0.477403] pnp: PnP ACPI init [ 0.478679] pnp: PnP ACPI: found 5 devices [ 0.485692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488111] NET: Registered protocol family 2 [ 0.489577] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493098] TCP: Hash tables configured (established 4096 bind 4096) [ 0.494798] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496316] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.497958] NET: Registered protocol family 1 [ 0.499201] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.500742] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502259] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.516872] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.531319] Trying to unpack rootfs image as initramfs... [ 0.593818] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.598947] Scanning for low memory corruption every 60 seconds [ 0.601239] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.602913] audit: initializing netlink subsys (disabled) [ 0.604412] audit: type=2000 audit(1534665060.518:1): initialized [ 0.606380] Initialise system trusted keyring [ 0.607792] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.609416] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.612204] zbud: loaded [ 0.613247] VFS: Disk quotas dquot_6.6.0 [ 0.614426] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.616660] fuse init (API version 7.23) [ 0.618001] Key type big_key registered [ 0.619139] Allocating IMA MOK and blacklist keyrings. [ 0.620879] Key type asymmetric registered [ 0.622055] Asymmetric key parser 'x509' registered [ 0.623416] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.625554] io scheduler noop registered [ 0.626695] io scheduler deadline registered (default) [ 0.628105] io scheduler cfq registered [ 0.629329] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.630830] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.632639] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.634717] ACPI: Power Button [PWRF] [ 0.635981] GHES: HEST is not enabled! [ 0.650230] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682953] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706784] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.710042] Linux agpgart interface v0.103 [ 0.713672] brd: module loaded [ 0.716079] loop: module loaded [ 0.721039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.723803] GPT:90111 != 2097151 [ 0.725051] GPT:Alternate GPT header not at the end of the disk. [ 0.727117] GPT:90111 != 2097151 [ 0.728361] GPT: Use GNU Parted to correct GPT errors. [ 0.730175] vda: vda1 vda15 [ 0.732190] scsi host0: ata_piix [ 0.733585] scsi host1: ata_piix [ 0.734915] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.737240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.740110] libphy: Fixed MDIO Bus: probed [ 0.741641] tun: Universal TUN/TAP device driver, 1.6 [ 0.743439] tun: (C) 1999-2004 Max Krasnyansky [ 0.746868] PPP generic driver version 2.4.2 [ 0.748554] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.750838] ehci-pci: EHCI PCI platform driver [ 0.752468] ehci-platform: EHCI generic platform driver [ 0.754346] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.756485] ohci-pci: OHCI PCI platform driver [ 0.758124] ohci-platform: OHCI generic platform driver [ 0.760004] uhci_hcd: USB Universal Host Controller Interface driver [ 0.775264] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.777160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.779852] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.781675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.783861] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786168] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788824] usb usb1: Product: UHCI Host Controller [ 0.790591] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.792791] usb usb1: SerialNumber: 0000:00:01.2 [ 0.794603] hub 1-0:1.0: USB hub found [ 0.796112] hub 1-0:1.0: 2 ports detected [ 0.797822] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.801504] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.803282] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.805178] mousedev: PS/2 mouse device common for all mice [ 0.807402] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.810523] rtc_cmos 00:00: RTC can wake from S4 [ 0.812646] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.814860] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.817087] i2c /dev entries driver [ 0.818471] device-mapper: uevent: version 1.0.3 [ 0.819948] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.822322] ledtrig-cpu: registered to indicate activity on CPUs [ 0.824266] NET: Registered protocol family 10 [ 0.825883] NET: Registered protocol family 17 [ 0.827163] Key type dns_resolver registered [ 0.828535] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.830108] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.832665] registered taskstats version 1 [ 0.833872] Loading compiled-in X.509 certificates [ 0.835776] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.838406] zswap: loaded using pool lzo/zbud [ 0.840610] Key type trusted registered [ 0.842896] Key type encrypted registered [ 0.844101] AppArmor: AppArmor sha1 policy hashing enabled [ 0.845566] ima: No TPM chip found, activating TPM-bypass! [ 0.847040] evm: HMAC attrs: 0x1 [ 0.848395] Magic number: 14:966:824 [ 0.849615] rtc_cmos 00:00: setting system clock to 2018-08-19 07:51:00 UTC (1534665060) [ 0.851940] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.853513] EDD information not available. [ 0.895571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.912217] Write protecting the kernel read-only data: 14336k [ 0.915329] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.917997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.969558] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.29... Lease of 192.168.120.29 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDt9N+mo8pFhI5Rydl2bxnTFxl4fVPNiBB6FIeotX858jxf3fChMOJ2R6outOKXfxuvA6n0wN2pO4ROdqhpBwGo2aVBrfUwunLeuEAy+ZWDLqJ+Qjuf5wg+cuOTV6llRupaYrM6M0XtPhVk4MZ4sd2HIoaSiMCSOUuCN7dTw870SWrhuynEYcydk7RzdFP9PT6imWaJslUzPo1iUzb/AKrpI3BcFpl2t2SKFVBzM638+uX1cY/S3fUQ9NqRxO+9NlI6WqGSEGMF5b7WKsJKyvN+6AqFNcjWm6uJE2oZ1CsP2XpDpXEd2N0m2fe/kgEG8TNVZkRLJtiR3x1+eyqfGL6l root@vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de ssh-dss AAAAB3NzaC1kc3MAAACBALccyke539gCoolxqHvNLRqdpNj45uTZUV98zx4JiJp8OsTFtn0xoPga0glGESoSgbwrdQHstVNF5pMGjPL7MMrfwFPPSZMptjz9rFiO4UR2+N/aNfyv5NWBreD9xVxJbcy6SifNvlN/lTqM9OjQcI5hWFi7RbR2MGjXmBsx+wknAAAAFQD6qZl04pTyatLz2Isp8zwPAX3XOwAAAIEAsJoWE5S8ynGkQh9vQrbN9byfnUDh4QEV1ngTa//PDzC+FUiDsds2rJRSn6lVX+4qUCbBbZzkYm/opfFH8559m3WRk1cuYM/R+GGXsaHv0lVgsTdQfYtD94PRtnF8h2eYdUPzRXzG2Sww3OXdHsU4s3VatzIf4hSAySaCitolZO8AAACAP6yugUwNQuhOvyN/R70kQIhoycqJfoSUZ3eFK8YsU+Z6B9jkLmobkY0P9DBJcCWhdWU4kU944YAFlD79M1kR/Xld8gPoM9C9G5Ul9P6FZ5xbEobRlnt6ZtsmVTr5f2wd1/ifdcKdiCDbbzI90JeqZ6B3vdYbFE8fwqsFb/LOKEY= root@vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.15s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.29,24,fe80::f816:3eff:fe6b:7bf4/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.29 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de launch-index: 0 === cirros: current=0.4.0 uptime=3.78 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de login: 2018-08-19 07:51:06,490 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-08-19 07:51:15,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 07:51:15,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae/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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 07:51:15,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25f0be12-3db6-49cd-b26d-cf9b9e680db5 x-compute-request-id: req-25f0be12-3db6-49cd-b26d-cf9b9e680db5 Content-Encoding: gzip Content-Length: 9572 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469332543 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.186235] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188435] pid_max: default: 32768 minimum: 301\n[ 0.189643] ACPI: Core revision 20150930\n[ 0.191264] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.192990] Security Framework initialized\n[ 0.194073] Yama: becoming mindful.\n[ 0.195064] AppArmor: AppArmor initialized\n[ 0.196236] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.197978] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.199650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201242] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203069] Initializing cgroup subsys io\n[ 0.204148] Initializing cgroup subsys memory\n[ 0.205310] Initializing cgroup subsys devices\n[ 0.206470] Initializing cgroup subsys freezer\n[ 0.207630] Initializing cgroup subsys net_cls\n[ 0.208785] Initializing cgroup subsys perf_event\n[ 0.209999] Initializing cgroup subsys net_prio\n[ 0.211181] Initializing cgroup subsys hugetlb\n[ 0.212333] Initializing cgroup subsys pids\n[ 0.213492] CPU: Physical Processor ID: 0\n[ 0.215262] mce: CPU supports 10 MCE banks\n[ 0.216374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.217715] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.234017] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.240449] ftrace: allocating 31920 entries in 125 pages\n[ 0.265760] smpboot: Max logical packages: 1\n[ 0.266979] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.268895] x2apic enabled\n[ 0.270066] Switched APIC routing to physical x2apic.\n[ 0.272534] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274085] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.276861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279362] KVM setup paravirtual spinlock\n[ 0.280991] x86: Booted up 1 node, 1 CPUs\n[ 0.282129] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284048] devtmpfs: initialized\n[ 0.286039] evm: security.selinux\n[ 0.287026] evm: security.SMACK64\n[ 0.287995] evm: security.SMACK64EXEC\n[ 0.289046] evm: security.SMACK64TRANSMUTE\n[ 0.290174] evm: security.SMACK64MMAP\n[ 0.291210] evm: security.ima\n[ 0.292115] evm: security.capability\n[ 0.293218] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295777] pinctrl core: initialized pinctrl subsystem\n[ 0.297287] RTC time: 7:50:59, date: 08/19/18\n[ 0.298601] NET: Registered protocol family 16\n[ 0.299939] cpuidle: using governor ladder\n[ 0.301089] cpuidle: using governor menu\n[ 0.302192] PCCT header not found.\n[ 0.303248] ACPI: bus type PCI registered\n[ 0.304388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.306114] PCI: Using configuration type 1 for base access\n[ 0.308284] ACPI: Added _OSI(Module Device)\n[ 0.309480] ACPI: Added _OSI(Processor Device)\n[ 0.310711] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311991] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.314220] ACPI: Interpreter enabled\n[ 0.315315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.320560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.323164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.325729] ACPI: (supports S0 S5)\n[ 0.326724] ACPI: Using IOAPIC for interrupt routing\n[ 0.328043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.331931] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.333523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.335271] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.336946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.339992] acpiphp: Slot [3] registered\n[ 0.341115] acpiphp: Slot [4] registered\n[ 0.342230] acpiphp: Slot [5] registered\n[ 0.343353] acpiphp: Slot [6] registered\n[ 0.344467] acpiphp: Slot [7] registered\n[ 0.345579] acpiphp: Slot [8] registered\n[ 0.346704] acpiphp: Slot [9] registered\n[ 0.347806] acpiphp: Slot [10] registered\n[ 0.348937] acpiphp: Slot [11] registered\n[ 0.350069] acpiphp: Slot [12] registered\n[ 0.351197] acpiphp: Slot [13] registered\n[ 0.352317] acpiphp: Slot [14] registered\n[ 0.353449] acpiphp: Slot [15] registered\n[ 0.368281] acpiphp: Slot [16] registered\n[ 0.369422] acpiphp: Slot [17] registered\n[ 0.370550] acpiphp: Slot [18] registered\n[ 0.371680] acpiphp: Slot [19] registered\n[ 0.372812] acpiphp: Slot [20] registered\n[ 0.373942] acpiphp: Slot [21] registered\n[ 0.375071] acpiphp: Slot [22] registered\n[ 0.376199] acpiphp: Slot [23] registered\n[ 0.377337] acpiphp: Slot [24] registered\n[ 0.378474] acpiphp: Slot [25] registered\n[ 0.379612] acpiphp: Slot [26] registered\n[ 0.380739] acpiphp: Slot [27] registered\n[ 0.381872] acpiphp: Slot [28] registered\n[ 0.383002] acpiphp: Slot [29] registered\n[ 0.384130] acpiphp: Slot [30] registered\n[ 0.385260] acpiphp: Slot [31] registered\n[ 0.386393] PCI host bridge to bus 0000:00\n[ 0.387529] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.389207] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.390893] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.392940] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.394974] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.397043] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.401171] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.402949] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.404585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.406351] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.410817] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.412859] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.434161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.436204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.438196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440176] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444131] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.445954] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447430] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449638] vgaarb: loaded\n[ 0.450493] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452173] SCSI subsystem initialized\n[ 0.453459] ACPI: bus type USB registered\n[ 0.454634] usbcore: registered new interface driver usbfs\n[ 0.456087] usbcore: registered new interface driver hub\n[ 0.457499] usbcore: registered new device driver usb\n[ 0.459034] PCI: Using ACPI for IRQ routing\n[ 0.460586] NetLabel: Initializing\n[ 0.461597] NetLabel: domain hash size = 128\n[ 0.462795] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.464137] NetLabel: unlabeled traffic allowed by default\n[ 0.465759] clocksource: Switched to clocksource kvm-clock\n[ 0.476049] AppArmor: AppArmor Filesystem Enabled\n[ 0.477403] pnp: PnP ACPI init\n[ 0.478679] pnp: PnP ACPI: found 5 devices\n[ 0.485692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.488111] NET: Registered protocol family 2\n[ 0.489577] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.491403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.493098] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.494798] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.496316] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.497958] NET: Registered protocol family 1\n[ 0.499201] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.500742] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.502259] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.516872] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.531319] Trying to unpack rootfs image as initramfs...\n[ 0.593818] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598947] Scanning for low memory corruption every 60 seconds\n[ 0.601239] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.602913] audit: initializing netlink subsys (disabled)\n[ 0.604412] audit: type=2000 audit(1534665060.518:1): initialized\n[ 0.606380] Initialise system trusted keyring\n[ 0.607792] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.609416] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.612204] zbud: loaded\n[ 0.613247] VFS: Disk quotas dquot_6.6.0\n[ 0.614426] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.616660] fuse init (API version 7.23)\n[ 0.618001] Key type big_key registered\n[ 0.619139] Allocating IMA MOK and blacklist keyrings.\n[ 0.620879] Key type asymmetric registered\n[ 0.622055] Asymmetric key parser 'x509' registered\n[ 0.623416] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.625554] io scheduler noop registered\n[ 0.626695] io scheduler deadline registered (default)\n[ 0.628105] io scheduler cfq registered\n[ 0.629329] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.630830] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.632639] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.634717] ACPI: Power Button [PWRF]\n[ 0.635981] GHES: HEST is not enabled!\n[ 0.650230] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.679861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.682953] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.706784] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.710042] Linux agpgart interface v0.103\n[ 0.713672] brd: module loaded\n[ 0.716079] loop: module loaded\n[ 0.721039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.723803] GPT:90111 != 2097151\n[ 0.725051] GPT:Alternate GPT header not at the end of the disk.\n[ 0.727117] GPT:90111 != 2097151\n[ 0.728361] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730175] vda: vda1 vda15\n[ 0.732190] scsi host0: ata_piix\n[ 0.733585] scsi host1: ata_piix\n[ 0.734915] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.737240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.740110] libphy: Fixed MDIO Bus: probed\n[ 0.741641] tun: Universal TUN/TAP device driver, 1.6\n[ 0.743439] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.746868] PPP generic driver version 2.4.2\n[ 0.748554] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.750838] ehci-pci: EHCI PCI platform driver\n[ 0.752468] ehci-platform: EHCI generic platform driver\n[ 0.754346] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.756485] ohci-pci: OHCI PCI platform driver\n[ 0.758124] ohci-platform: OHCI generic platform driver\n[ 0.760004] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.775264] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.777160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.779852] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.781675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.783861] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786168] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788824] usb usb1: Product: UHCI Host Controller\n[ 0.790591] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.792791] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.794603] hub 1-0:1.0: USB hub found\n[ 0.796112] hub 1-0:1.0: 2 ports detected\n[ 0.797822] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.801504] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.803282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.805178] mousedev: PS/2 mouse device common for all mice\n[ 0.807402] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.810523] rtc_cmos 00:00: RTC can wake from S4\n[ 0.812646] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.814860] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.817087] i2c /dev entries driver\n[ 0.818471] device-mapper: uevent: version 1.0.3\n[ 0.819948] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.822322] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.824266] NET: Registered protocol family 10\n[ 0.825883] NET: Registered protocol family 17\n[ 0.827163] Key type dns_resolver registered\n[ 0.828535] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.830108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.832665] registered taskstats version 1\n[ 0.833872] Loading compiled-in X.509 certificates\n[ 0.835776] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.838406] zswap: loaded using pool lzo/zbud\n[ 0.840610] Key type trusted registered\n[ 0.842896] Key type encrypted registered\n[ 0.844101] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.845566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.847040] evm: HMAC attrs: 0x1\n[ 0.848395] Magic number: 14:966:824\n[ 0.849615] rtc_cmos 00:00: setting system clock to 2018-08-19 07:51:00 UTC (1534665060)\n[ 0.851940] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.853513] EDD information not available.\n[ 0.895571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.912217] Write protecting the kernel read-only data: 14336k\n[ 0.915329] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.917997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.969558] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.29...\nLease of 192.168.120.29 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-0000000b\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDt9N+mo8pFhI5Rydl2bxnTFxl4fVPNiBB6FIeotX858jxf3fChMOJ2R6outOKXfxuvA6n0wN2pO4ROdqhpBwGo2aVBrfUwunLeuEAy+ZWDLqJ+Qjuf5wg+cuOTV6llRupaYrM6M0XtPhVk4MZ4sd2HIoaSiMCSOUuCN7dTw870SWrhuynEYcydk7RzdFP9PT6imWaJslUzPo1iUzb/AKrpI3BcFpl2t2SKFVBzM638+uX1cY/S3fUQ9NqRxO+9NlI6WqGSEGMF5b7WKsJKyvN+6AqFNcjWm6uJE2oZ1CsP2XpDpXEd2N0m2fe/kgEG8TNVZkRLJtiR3x1+eyqfGL6l root@vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de\nssh-dss AAAAB3NzaC1kc3MAAACBALccyke539gCoolxqHvNLRqdpNj45uTZUV98zx4JiJp8OsTFtn0xoPga0glGESoSgbwrdQHstVNF5pMGjPL7MMrfwFPPSZMptjz9rFiO4UR2+N/aNfyv5NWBreD9xVxJbcy6SifNvlN/lTqM9OjQcI5hWFi7RbR2MGjXmBsx+wknAAAAFQD6qZl04pTyatLz2Isp8zwPAX3XOwAAAIEAsJoWE5S8ynGkQh9vQrbN9byfnUDh4QEV1ngTa//PDzC+FUiDsds2rJRSn6lVX+4qUCbBbZzkYm/opfFH8559m3WRk1cuYM/R+GGXsaHv0lVgsTdQfYtD94PRtnF8h2eYdUPzRXzG2Sww3OXdHsU4s3VatzIf4hSAySaCitolZO8AAACAP6yugUwNQuhOvyN/R70kQIhoycqJfoSUZ3eFK8YsU+Z6B9jkLmobkY0P9DBJcCWhdWU4kU944YAFlD79M1kR/Xld8gPoM9C9G5Ul9P6FZ5xbEobRlnt6ZtsmVTr5f2wd1/ifdcKdiCDbbzI90JeqZ6B3vdYbFE8fwqsFb/LOKEY= root@vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.15s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.29,24,fe80::f816:3eff:fe6b:7bf4/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.29 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.78 ===\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-5cad109d-d3a9-442b-9a52-5bea8970c6de login: "} 2018-08-19 07:51:15,746 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae/action used request id req-25f0be12-3db6-49cd-b26d-cf9b9e680db5 2018-08-19 07:51:15,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.245694875717s 2018-08-19 07:51:15,747 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae/action used request id req-25f0be12-3db6-49cd-b26d-cf9b9e680db5 2018-08-19 07:51:15,748 - 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 469332543 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.186235] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.188435] pid_max: default: 32768 minimum: 301 [ 0.189643] ACPI: Core revision 20150930 [ 0.191264] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.192990] Security Framework initialized [ 0.194073] Yama: becoming mindful. [ 0.195064] AppArmor: AppArmor initialized [ 0.196236] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.197978] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.199650] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201242] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203069] Initializing cgroup subsys io [ 0.204148] Initializing cgroup subsys memory [ 0.205310] Initializing cgroup subsys devices [ 0.206470] Initializing cgroup subsys freezer [ 0.207630] Initializing cgroup subsys net_cls [ 0.208785] Initializing cgroup subsys perf_event [ 0.209999] Initializing cgroup subsys net_prio [ 0.211181] Initializing cgroup subsys hugetlb [ 0.212333] Initializing cgroup subsys pids [ 0.213492] CPU: Physical Processor ID: 0 [ 0.215262] mce: CPU supports 10 MCE banks [ 0.216374] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.217715] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.234017] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.240449] ftrace: allocating 31920 entries in 125 pages [ 0.265760] smpboot: Max logical packages: 1 [ 0.266979] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.268895] x2apic enabled [ 0.270066] Switched APIC routing to physical x2apic. [ 0.272534] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.274085] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.276861] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.279362] KVM setup paravirtual spinlock [ 0.280991] x86: Booted up 1 node, 1 CPUs [ 0.282129] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.284048] devtmpfs: initialized [ 0.286039] evm: security.selinux [ 0.287026] evm: security.SMACK64 [ 0.287995] evm: security.SMACK64EXEC [ 0.289046] evm: security.SMACK64TRANSMUTE [ 0.290174] evm: security.SMACK64MMAP [ 0.291210] evm: security.ima [ 0.292115] evm: security.capability [ 0.293218] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.295777] pinctrl core: initialized pinctrl subsystem [ 0.297287] RTC time: 7:50:59, date: 08/19/18 [ 0.298601] NET: Registered protocol family 16 [ 0.299939] cpuidle: using governor ladder [ 0.301089] cpuidle: using governor menu [ 0.302192] PCCT header not found. [ 0.303248] ACPI: bus type PCI registered [ 0.304388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.306114] PCI: Using configuration type 1 for base access [ 0.308284] ACPI: Added _OSI(Module Device) [ 0.309480] ACPI: Added _OSI(Processor Device) [ 0.310711] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.311991] ACPI: Added _OSI(Processor Aggregator Device) [ 0.314220] ACPI: Interpreter enabled [ 0.315315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.317948] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.320560] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.323164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.325729] ACPI: (supports S0 S5) [ 0.326724] ACPI: Using IOAPIC for interrupt routing [ 0.328043] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.331931] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.333523] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.335271] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.336946] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.339992] acpiphp: Slot [3] registered [ 0.341115] acpiphp: Slot [4] registered [ 0.342230] acpiphp: Slot [5] registered [ 0.343353] acpiphp: Slot [6] registered [ 0.344467] acpiphp: Slot [7] registered [ 0.345579] acpiphp: Slot [8] registered [ 0.346704] acpiphp: Slot [9] registered [ 0.347806] acpiphp: Slot [10] registered [ 0.348937] acpiphp: Slot [11] registered [ 0.350069] acpiphp: Slot [12] registered [ 0.351197] acpiphp: Slot [13] registered [ 0.352317] acpiphp: Slot [14] registered [ 0.353449] acpiphp: Slot [15] registered [ 0.368281] acpiphp: Slot [16] registered [ 0.369422] acpiphp: Slot [17] registered [ 0.370550] acpiphp: Slot [18] registered [ 0.371680] acpiphp: Slot [19] registered [ 0.372812] acpiphp: Slot [20] registered [ 0.373942] acpiphp: Slot [21] registered [ 0.375071] acpiphp: Slot [22] registered [ 0.376199] acpiphp: Slot [23] registered [ 0.377337] acpiphp: Slot [24] registered [ 0.378474] acpiphp: Slot [25] registered [ 0.379612] acpiphp: Slot [26] registered [ 0.380739] acpiphp: Slot [27] registered [ 0.381872] acpiphp: Slot [28] registered [ 0.383002] acpiphp: Slot [29] registered [ 0.384130] acpiphp: Slot [30] registered [ 0.385260] acpiphp: Slot [31] registered [ 0.386393] PCI host bridge to bus 0000:00 [ 0.387529] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.389207] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.390893] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.392940] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.394974] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.397043] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.401171] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.402949] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.404585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.406351] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.410817] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.412859] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.434161] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.436204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.438196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.440176] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.442382] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.444131] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.445954] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.447430] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.449638] vgaarb: loaded [ 0.450493] vgaarb: bridge control possible 0000:00:02.0 [ 0.452173] SCSI subsystem initialized [ 0.453459] ACPI: bus type USB registered [ 0.454634] usbcore: registered new interface driver usbfs [ 0.456087] usbcore: registered new interface driver hub [ 0.457499] usbcore: registered new device driver usb [ 0.459034] PCI: Using ACPI for IRQ routing [ 0.460586] NetLabel: Initializing [ 0.461597] NetLabel: domain hash size = 128 [ 0.462795] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.464137] NetLabel: unlabeled traffic allowed by default [ 0.465759] clocksource: Switched to clocksource kvm-clock [ 0.476049] AppArmor: AppArmor Filesystem Enabled [ 0.477403] pnp: PnP ACPI init [ 0.478679] pnp: PnP ACPI: found 5 devices [ 0.485692] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.488111] NET: Registered protocol family 2 [ 0.489577] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.491403] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.493098] TCP: Hash tables configured (established 4096 bind 4096) [ 0.494798] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.496316] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.497958] NET: Registered protocol family 1 [ 0.499201] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.500742] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.502259] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.516872] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.531319] Trying to unpack rootfs image as initramfs... [ 0.593818] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.598947] Scanning for low memory corruption every 60 seconds [ 0.601239] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.602913] audit: initializing netlink subsys (disabled) [ 0.604412] audit: type=2000 audit(1534665060.518:1): initialized [ 0.606380] Initialise system trusted keyring [ 0.607792] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.609416] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.612204] zbud: loaded [ 0.613247] VFS: Disk quotas dquot_6.6.0 [ 0.614426] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.616660] fuse init (API version 7.23) [ 0.618001] Key type big_key registered [ 0.619139] Allocating IMA MOK and blacklist keyrings. [ 0.620879] Key type asymmetric registered [ 0.622055] Asymmetric key parser 'x509' registered [ 0.623416] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.625554] io scheduler noop registered [ 0.626695] io scheduler deadline registered (default) [ 0.628105] io scheduler cfq registered [ 0.629329] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.630830] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.632639] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.634717] ACPI: Power Button [PWRF] [ 0.635981] GHES: HEST is not enabled! [ 0.650230] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.679861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.682953] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.706784] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.710042] Linux agpgart interface v0.103 [ 0.713672] brd: module loaded [ 0.716079] loop: module loaded [ 0.721039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.723803] GPT:90111 != 2097151 [ 0.725051] GPT:Alternate GPT header not at the end of the disk. [ 0.727117] GPT:90111 != 2097151 [ 0.728361] GPT: Use GNU Parted to correct GPT errors. [ 0.730175] vda: vda1 vda15 [ 0.732190] scsi host0: ata_piix [ 0.733585] scsi host1: ata_piix [ 0.734915] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.737240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.740110] libphy: Fixed MDIO Bus: probed [ 0.741641] tun: Universal TUN/TAP device driver, 1.6 [ 0.743439] tun: (C) 1999-2004 Max Krasnyansky [ 0.746868] PPP generic driver version 2.4.2 [ 0.748554] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.750838] ehci-pci: EHCI PCI platform driver [ 0.752468] ehci-platform: EHCI generic platform driver [ 0.754346] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.756485] ohci-pci: OHCI PCI platform driver [ 0.758124] ohci-platform: OHCI generic platform driver [ 0.760004] uhci_hcd: USB Universal Host Controller Interface driver [ 0.775264] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.777160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.779852] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.781675] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.783861] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786168] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788824] usb usb1: Product: UHCI Host Controller [ 0.790591] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.792791] usb usb1: SerialNumber: 0000:00:01.2 [ 0.794603] hub 1-0:1.0: USB hub found [ 0.796112] hub 1-0:1.0: 2 ports detected [ 0.797822] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.801504] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.803282] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.805178] mousedev: PS/2 mouse device common for all mice [ 0.807402] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.810523] rtc_cmos 00:00: RTC can wake from S4 [ 0.812646] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.814860] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.817087] i2c /dev entries driver [ 0.818471] device-mapper: uevent: version 1.0.3 [ 0.819948] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.822322] ledtrig-cpu: registered to indicate activity on CPUs [ 0.824266] NET: Registered protocol family 10 [ 0.825883] NET: Registered protocol family 17 [ 0.827163] Key type dns_resolver registered [ 0.828535] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.830108] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.832665] registered taskstats version 1 [ 0.833872] Loading compiled-in X.509 certificates [ 0.835776] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.838406] zswap: loaded using pool lzo/zbud [ 0.840610] Key type trusted registered [ 0.842896] Key type encrypted registered [ 0.844101] AppArmor: AppArmor sha1 policy hashing enabled [ 0.845566] ima: No TPM chip found, activating TPM-bypass! [ 0.847040] evm: HMAC attrs: 0x1 [ 0.848395] Magic number: 14:966:824 [ 0.849615] rtc_cmos 00:00: setting system clock to 2018-08-19 07:51:00 UTC (1534665060) [ 0.851940] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.853513] EDD information not available. [ 0.895571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.912217] Write protecting the kernel read-only data: 14336k [ 0.915329] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.917997] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.969558] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.29... Lease of 192.168.120.29 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDt9N+mo8pFhI5Rydl2bxnTFxl4fVPNiBB6FIeotX858jxf3fChMOJ2R6outOKXfxuvA6n0wN2pO4ROdqhpBwGo2aVBrfUwunLeuEAy+ZWDLqJ+Qjuf5wg+cuOTV6llRupaYrM6M0XtPhVk4MZ4sd2HIoaSiMCSOUuCN7dTw870SWrhuynEYcydk7RzdFP9PT6imWaJslUzPo1iUzb/AKrpI3BcFpl2t2SKFVBzM638+uX1cY/S3fUQ9NqRxO+9NlI6WqGSEGMF5b7WKsJKyvN+6AqFNcjWm6uJE2oZ1CsP2XpDpXEd2N0m2fe/kgEG8TNVZkRLJtiR3x1+eyqfGL6l root@vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de ssh-dss AAAAB3NzaC1kc3MAAACBALccyke539gCoolxqHvNLRqdpNj45uTZUV98zx4JiJp8OsTFtn0xoPga0glGESoSgbwrdQHstVNF5pMGjPL7MMrfwFPPSZMptjz9rFiO4UR2+N/aNfyv5NWBreD9xVxJbcy6SifNvlN/lTqM9OjQcI5hWFi7RbR2MGjXmBsx+wknAAAAFQD6qZl04pTyatLz2Isp8zwPAX3XOwAAAIEAsJoWE5S8ynGkQh9vQrbN9byfnUDh4QEV1ngTa//PDzC+FUiDsds2rJRSn6lVX+4qUCbBbZzkYm/opfFH8559m3WRk1cuYM/R+GGXsaHv0lVgsTdQfYtD94PRtnF8h2eYdUPzRXzG2Sww3OXdHsU4s3VatzIf4hSAySaCitolZO8AAACAP6yugUwNQuhOvyN/R70kQIhoycqJfoSUZ3eFK8YsU+Z6B9jkLmobkY0P9DBJcCWhdWU4kU944YAFlD79M1kR/Xld8gPoM9C9G5Ul9P6FZ5xbEobRlnt6ZtsmVTr5f2wd1/ifdcKdiCDbbzI90JeqZ6B3vdYbFE8fwqsFb/LOKEY= root@vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.15s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.29,24,fe80::f816:3eff:fe6b:7bf4/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.29 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de launch-index: 0 === cirros: current=0.4.0 uptime=3.78 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-5cad109d-d3a9-442b-9a52-5bea8970c6de login: 2018-08-19 07:51:16,749 - paramiko.transport - DEBUG - starting thread (client mode): 0xcd2dad90L 2018-08-19 07:51:16,749 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 07:51:16,750 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-19 07:51:16,750 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-19 07:51:16,751 - 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-19 07:51:16,751 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 07:51:16,751 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-19 07:51:16,752 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 07:51:16,752 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 07:51:16,752 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 07:51:16,769 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 07:51:16,770 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 07:51:16,782 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: b7cd7db94ccd200568488fa1b9299e9c 2018-08-19 07:51:16,783 - paramiko.transport - DEBUG - Trying discovered key d627da871056c30f38ea33b89eee6cf5 in /tmp/tmp4WfC0m 2018-08-19 07:51:16,808 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 07:51:16,814 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-19 07:51:16,815 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-19 07:51:16,816 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-19 07:51:16,816 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-19 07:51:16,818 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-19 07:51:16,821 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-19 07:51:16,821 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.15 (192.168.120.15): 56 data bytes 64 bytes from 192.168.120.15: seq=0 ttl=64 time=1.416 ms --- 192.168.120.15 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.416/1.416/1.416 ms 2018-08-19 07:51:16,822 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-19 07:51:16,825 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-19 07:51:16,945 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 07:51:16,946 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:06 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-19 07:51:16,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-19 07:51:16,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/45c34a82-6cbf-4a87-8256-4796843e404e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:17,273 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:51:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-013acff2-6eba-4cbe-9be2-a0c203a5a2f7 x-compute-request-id: req-013acff2-6eba-4cbe-9be2-a0c203a5a2f7 Content-Type: application/json 2018-08-19 07:51:17,274 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/45c34a82-6cbf-4a87-8256-4796843e404e used request id req-013acff2-6eba-4cbe-9be2-a0c203a5a2f7 2018-08-19 07:51:17,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.32267999649s 2018-08-19 07:51:17,274 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/45c34a82-6cbf-4a87-8256-4796843e404e used request id req-013acff2-6eba-4cbe-9be2-a0c203a5a2f7 2018-08-19 07:51:17,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:51:17,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:18,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b092043-2153-419b-acbf-793ca3cbae99 x-compute-request-id: req-2b092043-2153-419b-acbf-793ca3cbae99 Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:7b:f4", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:7b:f4", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:50:59.000000", "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:50:59Z", "hostId": "1d8ff63f2d207c5686508e9c3492adb4dd7fbe9d87c55e8bdb517c57", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de", "name": "vping_ssh-vm_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:48Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:49:aa", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/45c34a82-6cbf-4a87-8256-4796843e404e", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:50:38.000000", "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "45c34a82-6cbf-4a87-8256-4796843e404e", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:51:17Z", "hostId": "ed4c2107500773fa72b2896114a6181fd1fe0521cf38f7caa69d17ec", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:29Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:51:18,143 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2b092043-2153-419b-acbf-793ca3cbae99 2018-08-19 07:51:18,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.868855953217s 2018-08-19 07:51:18,144 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2b092043-2153-419b-acbf-793ca3cbae99 2018-08-19 07:51:18,146 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:51:20,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:51:20,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:21,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51: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-720bd400-feec-4b52-9edd-4c4158d02f4d x-compute-request-id: req-720bd400-feec-4b52-9edd-4c4158d02f4d Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:7b:f4", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:7b:f4", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:50:59.000000", "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:50:59Z", "hostId": "1d8ff63f2d207c5686508e9c3492adb4dd7fbe9d87c55e8bdb517c57", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de", "name": "vping_ssh-vm_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:48Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:51:21,137 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-720bd400-feec-4b52-9edd-4c4158d02f4d 2018-08-19 07:51:21,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.988059043884s 2018-08-19 07:51:21,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-720bd400-feec-4b52-9edd-4c4158d02f4d 2018-08-19 07:51:21,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-19 07:51:21,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/63d40b4f-0abe-429a-a576-43661005631e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:22,279 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-adc1d2e2-7997-4053-9505-2aba0eaafee7 Content-Length: 0 Date: Sun, 19 Aug 2018 07:51:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:51:22,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/63d40b4f-0abe-429a-a576-43661005631e.json used request id req-adc1d2e2-7997-4053-9505-2aba0eaafee7 2018-08-19 07:51:22,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.13742780685s 2018-08-19 07:51:22,279 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/63d40b4f-0abe-429a-a576-43661005631e.json used request id req-adc1d2e2-7997-4053-9505-2aba0eaafee7 2018-08-19 07:51:22,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:51:22,285 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:22,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2c6651cc-df43-45c3-b9dd-136de6816d55 Date: Sun, 19 Aug 2018 07:51:22 GMT RESP BODY: {"floatingips": []} 2018-08-19 07:51:22,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-2c6651cc-df43-45c3-b9dd-136de6816d55 2018-08-19 07:51:22,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0469009876251s 2018-08-19 07:51:22,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-2c6651cc-df43-45c3-b9dd-136de6816d55 2018-08-19 07:51:22,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-19 07:51:22,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:22,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa320e1a-53e8-4e3b-8715-7dec85dd688b x-compute-request-id: req-aa320e1a-53e8-4e3b-8715-7dec85dd688b Content-Type: application/json 2018-08-19 07:51:22,561 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae used request id req-aa320e1a-53e8-4e3b-8715-7dec85dd688b 2018-08-19 07:51:22,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.228651046753s 2018-08-19 07:51:22,561 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae used request id req-aa320e1a-53e8-4e3b-8715-7dec85dd688b 2018-08-19 07:51:22,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:51:22,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:23,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0993d4d6-0767-4500-b0ab-10289615025e x-compute-request-id: req-0993d4d6-0767-4500-b0ab-10289615025e Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:7b:f4", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:7b:f4", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "rel": "bookmark"}], "image": {"id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "links": [{"href": "http://172.30.9.27:8774/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:50:59.000000", "flavor": {"id": "a1dde541-e7a4-4123-8b29-bccb6c5a5299", "links": [{"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "bookmark"}]}, "id": "76c5fbbb-7e96-4b88-9537-7a01c6f9a4ae", "security_groups": [{"name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}], "user_id": "f2fd1a84478f49c898c228b9d48cff44", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:51:22Z", "hostId": "1d8ff63f2d207c5686508e9c3492adb4dd7fbe9d87c55e8bdb517c57", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de", "name": "vping_ssh-vm_5cad109d-d3a9-442b-9a52-5bea8970c6de", "created": "2018-08-19T07:50:48Z", "tenant_id": "010bb11b79594b5e9e6069717e343898", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:51:23,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0993d4d6-0767-4500-b0ab-10289615025e 2018-08-19 07:51:23,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03047800064s 2018-08-19 07:51:23,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0993d4d6-0767-4500-b0ab-10289615025e 2018-08-19 07:51:23,594 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:51:25,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:51:25,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:25,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34861095-f281-475d-b006-06a51e614e69 x-compute-request-id: req-34861095-f281-475d-b006-06a51e614e69 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-19 07:51:25,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-34861095-f281-475d-b006-06a51e614e69 2018-08-19 07:51:25,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0683488845825s 2018-08-19 07:51:25,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-34861095-f281-475d-b006-06a51e614e69 2018-08-19 07:51:25,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 07:51:25,670 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:25,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-e5db75f3-abbc-4caa-a2b0-f68a1c4ae83b Date: Sun, 19 Aug 2018 07:51:25 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:50:22Z", "updated_at": "2018-08-19T07:50:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:22Z", "revision_number": 0, "id": "14cbc648-25fa-46c5-8690-ba31c2d6e43a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:22Z", "security_group_id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:22Z", "revision_number": 0, "id": "16c4780c-127e-4a1c-9673-9170d527bd1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:22Z", "security_group_id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:22Z", "revision_number": 0, "id": "212da4c6-b992-43b5-b1a3-4407a52369df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:22Z", "security_group_id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv6", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T07:50:22Z", "revision_number": 0, "id": "533b2afd-57a9-42ab-b3c3-128a100f1c33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:22Z", "security_group_id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": 22, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}], "revision_number": 3, "project_id": "010bb11b79594b5e9e6069717e343898", "id": "39b7cda2-c3b4-4113-bd2e-d100ebd960b2", "name": "vping_ssh-sg_5cad109d-d3a9-442b-9a52-5bea8970c6de"}, {"description": "Default security group", "tags": [], "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:50:11Z", "updated_at": "2018-08-19T07:50:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "160203bb-3b9d-4027-96ee-a5b54ff3f51e", "remote_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv6", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "1800d7fb-849e-41d6-9d33-0bbc65628bc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "1fdf31f4-d05d-44a2-87a5-30d1edd27109", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv6", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "f327ace1-89dd-4c4f-aeb2-8fbf823008bf", "remote_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}], "revision_number": 1, "project_id": "010bb11b79594b5e9e6069717e343898", "id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "name": "default"}]} 2018-08-19 07:51:25,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e5db75f3-abbc-4caa-a2b0-f68a1c4ae83b 2018-08-19 07:51:25,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.233115911484s 2018-08-19 07:51:25,903 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-e5db75f3-abbc-4caa-a2b0-f68a1c4ae83b 2018-08-19 07:51:25,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-19 07:51:25,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/39b7cda2-c3b4-4113-bd2e-d100ebd960b2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:26,154 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f0c0c00c-540b-4361-8756-9060ab0796f6 Content-Length: 0 Date: Sun, 19 Aug 2018 07:51:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:51:26,155 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/39b7cda2-c3b4-4113-bd2e-d100ebd960b2.json used request id req-f0c0c00c-540b-4361-8756-9060ab0796f6 2018-08-19 07:51:26,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.248333930969s 2018-08-19 07:51:26,155 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/39b7cda2-c3b4-4113-bd2e-d100ebd960b2.json used request id req-f0c0c00c-540b-4361-8756-9060ab0796f6 2018-08-19 07:51:26,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-19 07:51:26,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:26,235 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:51: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-5affab60-7708-4ec6-a25b-9e2310df32f1 x-compute-request-id: req-5affab60-7708-4ec6-a25b-9e2310df32f1 Content-Length: 0 Content-Type: application/json 2018-08-19 07:51:26,235 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de used request id req-5affab60-7708-4ec6-a25b-9e2310df32f1 2018-08-19 07:51:26,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0794880390167s 2018-08-19 07:51:26,235 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vping_ssh-kp_5cad109d-d3a9-442b-9a52-5bea8970c6de used request id req-5affab60-7708-4ec6-a25b-9e2310df32f1 2018-08-19 07:51:26,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 07:51:26,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/bbd7dd77-8948-44be-a9c7-21c20dea703e/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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" -d '{"subnet_id": "5d76dee6-9738-4c66-946b-ba419d1e6aea"}' 2018-08-19 07:51:27,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-efc6e4d0-5c83-4cdb-a5a4-f586d37d72f2 Date: Sun, 19 Aug 2018 07:51:27 GMT RESP BODY: {"network_id": "002a23de-f5b7-42c2-987b-d3de1f531bda", "tenant_id": "010bb11b79594b5e9e6069717e343898", "subnet_id": "5d76dee6-9738-4c66-946b-ba419d1e6aea", "subnet_ids": ["5d76dee6-9738-4c66-946b-ba419d1e6aea"], "port_id": "0e66c860-9145-4eed-ad73-ac6d3165e840", "id": "bbd7dd77-8948-44be-a9c7-21c20dea703e"} 2018-08-19 07:51:27,965 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/bbd7dd77-8948-44be-a9c7-21c20dea703e/remove_router_interface.json used request id req-efc6e4d0-5c83-4cdb-a5a4-f586d37d72f2 2018-08-19 07:51:27,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.72902083397s 2018-08-19 07:51:27,965 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/bbd7dd77-8948-44be-a9c7-21c20dea703e/remove_router_interface.json used request id req-efc6e4d0-5c83-4cdb-a5a4-f586d37d72f2 returning object bbd7dd77-8948-44be-a9c7-21c20dea703e 2018-08-19 07:51:27,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 07:51:27,966 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:28,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-729e18ba-f875-4d10-8469-b4bc034c6fec Date: Sun, 19 Aug 2018 07:51:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:50:13Z", "admin_state_up": true, "updated_at": "2018-08-19T07:51:27Z", "revision_number": 4, "routes": [], "project_id": "010bb11b79594b5e9e6069717e343898", "id": "bbd7dd77-8948-44be-a9c7-21c20dea703e", "name": "vping_ssh-router_5cad109d-d3a9-442b-9a52-5bea8970c6de"}]} 2018-08-19 07:51:28,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-729e18ba-f875-4d10-8469-b4bc034c6fec 2018-08-19 07:51:28,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116208076477s 2018-08-19 07:51:28,082 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-729e18ba-f875-4d10-8469-b4bc034c6fec 2018-08-19 07:51:28,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 07:51:28,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/bbd7dd77-8948-44be-a9c7-21c20dea703e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:29,663 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3eadf0b0-891c-4e50-8dcc-255e46917461 Content-Length: 0 Date: Sun, 19 Aug 2018 07:51:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:51:29,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/bbd7dd77-8948-44be-a9c7-21c20dea703e.json used request id req-3eadf0b0-891c-4e50-8dcc-255e46917461 2018-08-19 07:51:29,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.57928109169s 2018-08-19 07:51:29,663 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/bbd7dd77-8948-44be-a9c7-21c20dea703e.json used request id req-3eadf0b0-891c-4e50-8dcc-255e46917461 2018-08-19 07:51:29,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:51:29,665 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:29,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-e114effb-abe5-4875-afb3-9566fb62bdc9 Date: Sun, 19 Aug 2018 07:51:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"002a23de-f5b7-42c2-987b-d3de1f531bda","tenant_id":"010bb11b79594b5e9e6069717e343898","created_at":"2018-08-19T07:50:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:50: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":"010bb11b79594b5e9e6069717e343898","id":"5d76dee6-9738-4c66-946b-ba419d1e6aea","subnetpool_id":null,"name":"vping_ssh-subnet_5cad109d-d3a9-442b-9a52-5bea8970c6de"}]} 2018-08-19 07:51:29,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-e114effb-abe5-4875-afb3-9566fb62bdc9 2018-08-19 07:51:29,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0580308437347s 2018-08-19 07:51:29,722 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-e114effb-abe5-4875-afb3-9566fb62bdc9 2018-08-19 07:51:29,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 07:51:29,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/5d76dee6-9738-4c66-946b-ba419d1e6aea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:32,097 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1957961a-1de8-43bd-90a8-0bb896ee5e8e Date: Sun, 19 Aug 2018 07:51:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:51:32,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/5d76dee6-9738-4c66-946b-ba419d1e6aea.json used request id req-1957961a-1de8-43bd-90a8-0bb896ee5e8e 2018-08-19 07:51:32,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.37384104729s 2018-08-19 07:51:32,098 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/5d76dee6-9738-4c66-946b-ba419d1e6aea.json used request id req-1957961a-1de8-43bd-90a8-0bb896ee5e8e 2018-08-19 07:51:32,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:51:32,099 - 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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:32,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-8acf1fee-b371-4ada-83a1-67885ed82cb7 Date: Sun, 19 Aug 2018 07:51:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T07:51:31Z","tenant_id":"010bb11b79594b5e9e6069717e343898","created_at":"2018-08-19T07:50:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"010bb11b79594b5e9e6069717e343898","id":"002a23de-f5b7-42c2-987b-d3de1f531bda","name":"vping_ssh-net_5cad109d-d3a9-442b-9a52-5bea8970c6de"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:51:32,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8acf1fee-b371-4ada-83a1-67885ed82cb7 2018-08-19 07:51:32,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279809951782s 2018-08-19 07:51:32,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8acf1fee-b371-4ada-83a1-67885ed82cb7 2018-08-19 07:51:32,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 07:51:32,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/002a23de-f5b7-42c2-987b-d3de1f531bda.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:34,296 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-485ea4ee-d627-4b32-8839-97704a67d77c Date: Sun, 19 Aug 2018 07:51:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:51:34,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/002a23de-f5b7-42c2-987b-d3de1f531bda.json used request id req-485ea4ee-d627-4b32-8839-97704a67d77c 2018-08-19 07:51:34,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.9162209034s 2018-08-19 07:51:34,296 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/002a23de-f5b7-42c2-987b-d3de1f531bda.json used request id req-485ea4ee-d627-4b32-8839-97704a67d77c 2018-08-19 07:51:34,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:51:34,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}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:34,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-4a4cffcd-091a-4941-8ad6-a9b888896028 Date: Sun, 19 Aug 2018 07:51:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:50:19Z", "file": "/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/file", "owner": "010bb11b79594b5e9e6069717e343898", "id": "0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "size": 12716032, "self": "/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_5cad109d-d3a9-442b-9a52-5bea8970c6de", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_5cad109d-d3a9-442b-9a52-5bea8970c6de", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:50:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:51:34,342 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4a4cffcd-091a-4941-8ad6-a9b888896028 2018-08-19 07:51:34,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0416569709778s 2018-08-19 07:51:34,343 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4a4cffcd-091a-4941-8ad6-a9b888896028 2018-08-19 07:51:34,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 07:51:34,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ee732e0f9b9cde63335dce588b6f2b7ac89f9530" 2018-08-19 07:51:34,787 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2d208184-678f-43e4-8cc7-daf7d39c7b85 Date: Sun, 19 Aug 2018 07:51: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-19 07:51:34,788 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7 used request id req-2d208184-678f-43e4-8cc7-daf7d39c7b85 2018-08-19 07:51:34,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.443372964859s 2018-08-19 07:51:34,788 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/0d4dd2d2-b92e-4ab3-8d22-9d680d80f5a7 used request id req-2d208184-678f-43e4-8cc7-daf7d39c7b85 2018-08-19 07:51:34,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:51:34,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:51:34,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9265964-c70e-4906-a7c2-6b27e18ccb05 x-compute-request-id: req-c9265964-c70e-4906-a7c2-6b27e18ccb05 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_5cad109d-d3a9-442b-9a52-5bea8970c6de", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299", "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": "a1dde541-e7a4-4123-8b29-bccb6c5a5299"}]} 2018-08-19 07:51:34,817 - 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-c9265964-c70e-4906-a7c2-6b27e18ccb05 2018-08-19 07:51:34,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0285339355469s 2018-08-19 07:51:34,817 - 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-c9265964-c70e-4906-a7c2-6b27e18ccb05 2018-08-19 07:51:34,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 07:51:34,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:51:34,860 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:51:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1455f781-5231-4ed5-bed7-a0acb0850099 x-compute-request-id: req-1455f781-5231-4ed5-bed7-a0acb0850099 Content-Length: 0 Content-Type: application/json 2018-08-19 07:51:34,860 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299 used request id req-1455f781-5231-4ed5-bed7-a0acb0850099 2018-08-19 07:51:34,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0413961410522s 2018-08-19 07:51:34,860 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/a1dde541-e7a4-4123-8b29-bccb6c5a5299 used request id req-1455f781-5231-4ed5-bed7-a0acb0850099 2018-08-19 07:51:34,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:51:34,864 - 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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:51:35,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de842e22-1752-4925-88bd-eaeb731aafc2 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_5cad109d-d3a9-442b-9a52-5bea8970c6de", "links": {"self": "http://172.30.9.27:5000/v3/users/f2fd1a84478f49c898c228b9d48cff44"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f2fd1a84478f49c898c228b9d48cff44", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 07:51:35,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-de842e22-1752-4925-88bd-eaeb731aafc2 2018-08-19 07:51:35,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219838857651s 2018-08-19 07:51:35,081 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-de842e22-1752-4925-88bd-eaeb731aafc2 2018-08-19 07:51:35,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:51:35,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/f2fd1a84478f49c898c228b9d48cff44 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:51:35,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df22603e-6e1f-45e1-a627-aff22f1c7e7e Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_5cad109d-d3a9-442b-9a52-5bea8970c6de", "links": {"self": "http://172.30.9.27:5000/v3/users/f2fd1a84478f49c898c228b9d48cff44"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f2fd1a84478f49c898c228b9d48cff44", "description": null}} 2018-08-19 07:51:35,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f2fd1a84478f49c898c228b9d48cff44 used request id req-df22603e-6e1f-45e1-a627-aff22f1c7e7e 2018-08-19 07:51:35,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212689876556s 2018-08-19 07:51:35,301 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/f2fd1a84478f49c898c228b9d48cff44 used request id req-df22603e-6e1f-45e1-a627-aff22f1c7e7e 2018-08-19 07:51:35,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 07:51:35,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/f2fd1a84478f49c898c228b9d48cff44 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:51:35,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:51:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f47d05f8-24f6-4843-b8c0-63b959364fec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:51:35,665 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f2fd1a84478f49c898c228b9d48cff44 used request id req-f47d05f8-24f6-4843-b8c0-63b959364fec 2018-08-19 07:51:35,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.362852096558s 2018-08-19 07:51:35,665 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/f2fd1a84478f49c898c228b9d48cff44 used request id req-f47d05f8-24f6-4843-b8c0-63b959364fec 2018-08-19 07:51:35,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 07:51:35,674 - 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}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:51:35,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09916ec3-c352-4b4c-bd8f-b600a834ed6d 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: vping_ssh", "links": {"self": "http://172.30.9.27:5000/v3/projects/010bb11b79594b5e9e6069717e343898"}, "tags": [], "enabled": true, "id": "010bb11b79594b5e9e6069717e343898", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_5cad109d-d3a9-442b-9a52-5bea8970c6de"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-19 07:51:35,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-09916ec3-c352-4b4c-bd8f-b600a834ed6d 2018-08-19 07:51:35,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.180639982224s 2018-08-19 07:51:35,852 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-09916ec3-c352-4b4c-bd8f-b600a834ed6d 2018-08-19 07:51:35,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 07:51:35,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/010bb11b79594b5e9e6069717e343898 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}15bc7f91164f307dd1df962b32f89e3c7b0b97e1" 2018-08-19 07:51:36,206 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:51:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dff897b0-1ceb-4ebe-8c3c-82d5095bc1dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:51:36,206 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/010bb11b79594b5e9e6069717e343898 used request id req-dff897b0-1ceb-4ebe-8c3c-82d5095bc1dc 2018-08-19 07:51:36,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.348215103149s 2018-08-19 07:51:36,206 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/010bb11b79594b5e9e6069717e343898 used request id req-dff897b0-1ceb-4ebe-8c3c-82d5095bc1dc 2018-08-19 07:51:36,260 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-19 07:51:36,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:51:36,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:51:36,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:51:36,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:51:36,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:51:36,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:51:36,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:51:36,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:51:36,305 - 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-19 07:51:36,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ced24800-fd8f-435b-8b92-36807b4e8b76 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:51:36,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ced24800-fd8f-435b-8b92-36807b4e8b76 2018-08-19 07:51:36,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:51:36,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:51:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["Ej1-pJAeRGmeNPRRwDGfFw"], "issued_at": "2018-08-19T07:51:36.000000Z"}} 2018-08-19 07:51:36,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:51:36,724 - 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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:51:37,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1c0eb773-e992-4475-afa8-f0a6707fcef0 Date: Sun, 19 Aug 2018 07:51:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 07:51:37,123 - 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-1c0eb773-e992-4475-afa8-f0a6707fcef0 2018-08-19 07:51:37,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.398756027222s 2018-08-19 07:51:37,123 - 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-1c0eb773-e992-4475-afa8-f0a6707fcef0 2018-08-19 07:51:37,126 - 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-19 07:51:37,132 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 07:51:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-21a58463-2287-4f20-9f8c-8463ee61af82 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-19 07:51:37,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-21a58463-2287-4f20-9f8c-8463ee61af82 2018-08-19 07:51:37,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 07:51:37,136 - 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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:51:37,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8536e31e-804c-4c91-a5f6-16de71e9803c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 07:51:37,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-8536e31e-804c-4c91-a5f6-16de71e9803c 2018-08-19 07:51:37,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.203753948212s 2018-08-19 07:51:37,337 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-8536e31e-804c-4c91-a5f6-16de71e9803c 2018-08-19 07:51:37,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 07:51:37,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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"}}' 2018-08-19 07:51:37,477 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 07:51:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-939848d6-4a43-415d-8ac9-b6250d8ff340 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/a6305938d02547748f21f608538e8203"}, "tags": [], "enabled": true, "id": "a6305938d02547748f21f608538e8203", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"}} 2018-08-19 07:51:37,478 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-939848d6-4a43-415d-8ac9-b6250d8ff340 2018-08-19 07:51:37,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.1333360672s 2018-08-19 07:51:37,478 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-939848d6-4a43-415d-8ac9-b6250d8ff340 2018-08-19 07:51:37,479 - 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'a6305938d02547748f21f608538e8203', '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_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5'}) 2018-08-19 07:51:37,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 07:51:37,489 - 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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "49d792b2-4ee9-4173-902b-2244944a903f", "email": null, "name": "vping_userdata-user_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"}}' 2018-08-19 07:51:37,989 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 07:51:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98bcb0a0-471c-4a83-9589-3cb456121550 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "links": {"self": "http://172.30.9.27:5000/v3/users/bfbb724448b74e2e86e702e03976155b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bfbb724448b74e2e86e702e03976155b", "domain_id": "default", "password_expires_at": null}} 2018-08-19 07:51:37,989 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-98bcb0a0-471c-4a83-9589-3cb456121550 2018-08-19 07:51:37,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.50457406044s 2018-08-19 07:51:37,990 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-98bcb0a0-471c-4a83-9589-3cb456121550 2018-08-19 07:51:37,990 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'bfbb724448b74e2e86e702e03976155b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5'}) 2018-08-19 07:51:37,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:51:37,999 - 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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:51:38,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6737447-c61e-4e1a-8483-c02f15edb83f 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:51:38,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a6737447-c61e-4e1a-8483-c02f15edb83f 2018-08-19 07:51:38,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199865102768s 2018-08-19 07:51:38,194 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a6737447-c61e-4e1a-8483-c02f15edb83f 2018-08-19 07:51:38,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:51:38,202 - 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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:51:38,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23d03105-a103-4308-8234-54ee3632d445 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:51:38,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-23d03105-a103-4308-8234-54ee3632d445 2018-08-19 07:51:38,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177575826645s 2018-08-19 07:51:38,377 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-23d03105-a103-4308-8234-54ee3632d445 2018-08-19 07:51:38,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:51:38,385 - 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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:51:38,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c614e8c9-9157-4f9a-a9fb-a636f9d0a3b8 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:51:38,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c614e8c9-9157-4f9a-a9fb-a636f9d0a3b8 2018-08-19 07:51:38,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.2045109272s 2018-08-19 07:51:38,587 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c614e8c9-9157-4f9a-a9fb-a636f9d0a3b8 2018-08-19 07:51:38,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 07:51:38,594 - 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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:51:38,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77062f36-b04b-4415-b0b7-dbdf4b645cc9 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-19 07:51:38,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-77062f36-b04b-4415-b0b7-dbdf4b645cc9 2018-08-19 07:51:38,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.194380044937s 2018-08-19 07:51:38,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-77062f36-b04b-4415-b0b7-dbdf4b645cc9 2018-08-19 07:51:38,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:51:38,790 - 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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:51:39,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5978171-91df-4d2b-b0a8-d9482fa3237b Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "links": {"self": "http://172.30.9.27:5000/v3/users/bfbb724448b74e2e86e702e03976155b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bfbb724448b74e2e86e702e03976155b", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 07:51:39,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e5978171-91df-4d2b-b0a8-d9482fa3237b 2018-08-19 07:51:39,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.224437952042s 2018-08-19 07:51:39,012 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e5978171-91df-4d2b-b0a8-d9482fa3237b 2018-08-19 07:51:39,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 07:51:39,025 - 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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:51:39,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a833e1e5-5929-4987-98a3-2c544419c865 Content-Encoding: gzip Content-Length: 399 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "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/a6305938d02547748f21f608538e8203"}, "tags": [], "enabled": true, "id": "a6305938d02547748f21f608538e8203", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"}]} 2018-08-19 07:51:39,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a833e1e5-5929-4987-98a3-2c544419c865 2018-08-19 07:51:39,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.114283084869s 2018-08-19 07:51:39,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a833e1e5-5929-4987-98a3-2c544419c865 2018-08-19 07:51:39,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 07:51:39,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=bfbb724448b74e2e86e702e03976155b&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=a6305938d02547748f21f608538e8203" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:51:39,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6502beb-4453-47a9-b414-a26b4fd975c4 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=bfbb724448b74e2e86e702e03976155b&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=a6305938d02547748f21f608538e8203", "previous": null, "next": null}} 2018-08-19 07:51:39,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=bfbb724448b74e2e86e702e03976155b&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=a6305938d02547748f21f608538e8203 used request id req-a6502beb-4453-47a9-b414-a26b4fd975c4 2018-08-19 07:51:39,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.201255083084s 2018-08-19 07:51:39,346 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=bfbb724448b74e2e86e702e03976155b&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=a6305938d02547748f21f608538e8203 used request id req-a6502beb-4453-47a9-b414-a26b4fd975c4 2018-08-19 07:51:39,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 07:51:39,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/a6305938d02547748f21f608538e8203/users/bfbb724448b74e2e86e702e03976155b/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:51:39,626 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:51:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1932b459-a4ca-4b9a-98e2-eaaeba44d74c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:51:39,626 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a6305938d02547748f21f608538e8203/users/bfbb724448b74e2e86e702e03976155b/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-1932b459-a4ca-4b9a-98e2-eaaeba44d74c 2018-08-19 07:51:39,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.276689052582s 2018-08-19 07:51:39,627 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a6305938d02547748f21f608538e8203/users/bfbb724448b74e2e86e702e03976155b/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-1932b459-a4ca-4b9a-98e2-eaaeba44d74c 2018-08-19 07:51:39,627 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', 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'a6305938d02547748f21f608538e8203', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '49d792b2-4ee9-4173-902b-2244944a903f', 'username': u'vping_userdata-user_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', '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-19 07:51:39,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:51:39,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:51:39,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:51:39,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:51:39,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:51:39,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:51:39,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:51:39,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:51:39,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:51:39,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:51:39,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:51:39,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:51:39,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:51:39,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:51:39,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:51:39,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:51:39,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:51:39,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:51:39,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:51:39,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:51:39,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:51:39,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:51:39,633 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', 'password': '49d792b2-4ee9-4173-902b-2244944a903f', 'project_name': 'vping_userdata-project_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'a6305938d02547748f21f608538e8203', 'project_domain_name': 'Default'} 2018-08-19 07:51:39,633 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-19 07:51:39,634 - 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-19 07:51:39,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d4ce9e9-7195-4ad2-a191-5308e0ecab95 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:51:39,641 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1d4ce9e9-7195-4ad2-a191-5308e0ecab95 2018-08-19 07:51:39,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:51:40,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:51:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6305938d02547748f21f608538e8203", "name": "vping_userdata-project_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a6305938d02547748f21f608538e8203", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/a6305938d02547748f21f608538e8203", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/a6305938d02547748f21f608538e8203", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/a6305938d02547748f21f608538e8203", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/a6305938d02547748f21f608538e8203", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/a6305938d02547748f21f608538e8203", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/a6305938d02547748f21f608538e8203", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/a6305938d02547748f21f608538e8203", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/a6305938d02547748f21f608538e8203", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/a6305938d02547748f21f608538e8203", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/a6305938d02547748f21f608538e8203", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/a6305938d02547748f21f608538e8203", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_a6305938d02547748f21f608538e8203", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_a6305938d02547748f21f608538e8203", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "id": "bfbb724448b74e2e86e702e03976155b"}, "audit_ids": ["-B8HMKRWSqWbbEJND_CYVQ"], "issued_at": "2018-08-19T07:51:39.000000Z"}} 2018-08-19 07:51:40,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 07:51:40,045 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" -d '{"network": {"name": "vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "admin_state_up": true}}' 2018-08-19 07:51:40,674 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-f809bf1e-82a9-44d9-a961-87f6f1c39606 Date: Sun, 19 Aug 2018 07:51:40 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a6305938d02547748f21f608538e8203","created_at":"2018-08-19T07:51:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-19T07:51:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a6305938d02547748f21f608538e8203","id":"48b9426e-2fcf-42d8-ab7b-925e32477249","name":"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"}} 2018-08-19 07:51:40,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f809bf1e-82a9-44d9-a961-87f6f1c39606 2018-08-19 07:51:40,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.630150079727s 2018-08-19 07:51:40,675 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f809bf1e-82a9-44d9-a961-87f6f1c39606 2018-08-19 07:51:40,675 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:51:40Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'48b9426e-2fcf-42d8-ab7b-925e32477249', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', u'admin_state_up': True, u'tenant_id': u'a6305938d02547748f21f608538e8203', u'created_at': u'2018-08-19T07:51:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a6305938d02547748f21f608538e8203'}) 2018-08-19 07:51:40,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:51:40,677 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:51:41,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-95e62360-440c-4d32-a265-f7107b6f2bca Date: Sun, 19 Aug 2018 07:51: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-19T07:51:40Z","tenant_id":"a6305938d02547748f21f608538e8203","created_at":"2018-08-19T07:51:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"a6305938d02547748f21f608538e8203","id":"48b9426e-2fcf-42d8-ab7b-925e32477249","name":"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:51:41,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-95e62360-440c-4d32-a265-f7107b6f2bca 2018-08-19 07:51:41,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.363221883774s 2018-08-19 07:51:41,040 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-95e62360-440c-4d32-a265-f7107b6f2bca 2018-08-19 07:51:41,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 07:51:41,042 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" -d '{"subnet": {"name": "vping_userdata-subnet_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "enable_dhcp": true, "network_id": "48b9426e-2fcf-42d8-ab7b-925e32477249", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 07:51:42,424 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bcaf2311-08f1-42ea-a033-47f0c2dde40f Date: Sun, 19 Aug 2018 07:51:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48b9426e-2fcf-42d8-ab7b-925e32477249","tenant_id":"a6305938d02547748f21f608538e8203","created_at":"2018-08-19T07:51:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:51: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":"a6305938d02547748f21f608538e8203","id":"849025ee-cf44-4192-ab1e-e15c61ce7ce0","subnetpool_id":null,"name":"vping_userdata-subnet_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"}} 2018-08-19 07:51:42,424 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-bcaf2311-08f1-42ea-a033-47f0c2dde40f 2018-08-19 07:51:42,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.38269400597s 2018-08-19 07:51:42,424 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-bcaf2311-08f1-42ea-a033-47f0c2dde40f 2018-08-19 07:51:42,425 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:51: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'849025ee-cf44-4192-ab1e-e15c61ce7ce0', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', u'enable_dhcp': True, u'network_id': u'48b9426e-2fcf-42d8-ab7b-925e32477249', u'tenant_id': u'a6305938d02547748f21f608538e8203', u'created_at': u'2018-08-19T07:51: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'a6305938d02547748f21f608538e8203'}) 2018-08-19 07:51:42,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 07:51:42,426 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "vping_userdata-router_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "admin_state_up": true}}' 2018-08-19 07:51:43,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-f0fdf77c-5373-4dc6-a261-097fbd2d7270 Date: Sun, 19 Aug 2018 07:51:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "a6305938d02547748f21f608538e8203", "created_at": "2018-08-19T07:51:42Z", "admin_state_up": true, "updated_at": "2018-08-19T07:51:43Z", "revision_number": 2, "routes": [], "project_id": "a6305938d02547748f21f608538e8203", "id": "10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc", "name": "vping_userdata-router_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"}} 2018-08-19 07:51:43,990 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f0fdf77c-5373-4dc6-a261-097fbd2d7270 2018-08-19 07:51:43,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.56447291374s 2018-08-19 07:51:43,990 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f0fdf77c-5373-4dc6-a261-097fbd2d7270 2018-08-19 07:51:43,991 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a6305938d02547748f21f608538e8203', u'created_at': u'2018-08-19T07:51:42Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T07:51:43Z', u'revision_number': 2, u'routes': [], u'project_id': u'a6305938d02547748f21f608538e8203', u'id': u'10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc', u'name': u'vping_userdata-router_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5'}) 2018-08-19 07:51:43,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 07:51:43,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc/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}7d7df43e5ce5f354dc98904a921d9404f51724c1" -d '{"subnet_id": "849025ee-cf44-4192-ab1e-e15c61ce7ce0"}' 2018-08-19 07:51:45,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bfcae0d7-45e0-42af-b814-e97923fd9ffb Date: Sun, 19 Aug 2018 07:51:45 GMT RESP BODY: {"network_id": "48b9426e-2fcf-42d8-ab7b-925e32477249", "tenant_id": "a6305938d02547748f21f608538e8203", "subnet_id": "849025ee-cf44-4192-ab1e-e15c61ce7ce0", "subnet_ids": ["849025ee-cf44-4192-ab1e-e15c61ce7ce0"], "port_id": "f7b2b3c2-eeec-4e32-a241-474dc32f61fd", "id": "10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc"} 2018-08-19 07:51:45,970 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc/add_router_interface.json used request id req-bfcae0d7-45e0-42af-b814-e97923fd9ffb 2018-08-19 07:51:45,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.97836184502s 2018-08-19 07:51:45,970 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc/add_router_interface.json used request id req-bfcae0d7-45e0-42af-b814-e97923fd9ffb returning object 10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc 2018-08-19 07:51:45,970 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-19 07:51:46,098 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-19 07:51:46,100 - 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-19 07:51:46,104 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 07:51:46 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-19 07:51:46,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:51:46,113 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:51:46,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b46822ff-ef72-41f5-bebe-72e3ccb4752f Date: Sun, 19 Aug 2018 07:51:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:51:46,412 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b46822ff-ef72-41f5-bebe-72e3ccb4752f 2018-08-19 07:51:46,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.302690982819s 2018-08-19 07:51:46,412 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b46822ff-ef72-41f5-bebe-72e3ccb4752f 2018-08-19 07:51:46,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 07:51:46,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}7d7df43e5ce5f354dc98904a921d9404f51724c1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"}' 2018-08-19 07:51:47,264 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d349247e-ebac-4269-b569-8d06188c472b Date: Sun, 19 Aug 2018 07:51:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:51:47Z", "file": "/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/file", "owner": "a6305938d02547748f21f608538e8203", "id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "size": null, "self": "/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "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_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "checksum": null, "created_at": "2018-08-19T07:51:47Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 07:51:47,264 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d349247e-ebac-4269-b569-8d06188c472b 2018-08-19 07:51:47,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.843173980713s 2018-08-19 07:51:47,265 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d349247e-ebac-4269-b569-8d06188c472b returning object 2c067b12-014c-4c3f-abc1-dd3f7617efd4 2018-08-19 07:51:47,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 07:51:47,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/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}7d7df43e5ce5f354dc98904a921d9404f51724c1" -d '' 2018-08-19 07:51:48,041 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f357fe72-25c5-48cb-b24e-c4cd0d9ece8c Date: Sun, 19 Aug 2018 07:51:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 07:51:48,041 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/file used request id req-f357fe72-25c5-48cb-b24e-c4cd0d9ece8c 2018-08-19 07:51:48,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.775596857071s 2018-08-19 07:51:48,042 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/file used request id req-f357fe72-25c5-48cb-b24e-c4cd0d9ece8c 2018-08-19 07:51:48,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:51:48,049 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:51:48,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-f8470f38-8b66-4932-a0ca-31e52a2efd8b Date: Sun, 19 Aug 2018 07:51:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:51:48Z", "file": "/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/file", "owner": "a6305938d02547748f21f608538e8203", "id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "size": 12716032, "self": "/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:51:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:51:48,358 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f8470f38-8b66-4932-a0ca-31e52a2efd8b 2018-08-19 07:51:48,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.312721967697s 2018-08-19 07:51:48,359 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f8470f38-8b66-4932-a0ca-31e52a2efd8b 2018-08-19 07:51:48,360 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/file', 'owner': u'a6305938d02547748f21f608538e8203', 'id': u'2c067b12-014c-4c3f-abc1-dd3f7617efd4', 'size': 12716032, u'self': u'/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a6305938d02547748f21f608538e8203', 'name': 'vping_userdata-project_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T07:51:48Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T07:51:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', '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/2c067b12-014c-4c3f-abc1-dd3f7617efd4', 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_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', 'created': u'2018-08-19T07:51:47Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T07:51:47Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4', 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_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 07:51:48,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 07:51:48,364 - 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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 07:51:48,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd81e9b8-7d5b-4fff-9c3b-6ea664abcc04 x-compute-request-id: req-bd81e9b8-7d5b-4fff-9c3b-6ea664abcc04 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "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": "5f2a61e8-af83-4271-84b5-94095cb8dd32"}} 2018-08-19 07:51:48,693 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-bd81e9b8-7d5b-4fff-9c3b-6ea664abcc04 2018-08-19 07:51:48,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.331979036331s 2018-08-19 07:51:48,694 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-bd81e9b8-7d5b-4fff-9c3b-6ea664abcc04 2018-08-19 07:51:48,695 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', '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'7dc2782794df470c83590a2cbd73fefb', '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'5f2a61e8-af83-4271-84b5-94095cb8dd32', 'swap': 0}) 2018-08-19 07:51:48,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 07:51:48,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32/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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" -d '{"extra_specs": {}}' 2018-08-19 07:51:48,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b27a9b37-9d56-4d76-a74f-423e8dbd7f25 x-compute-request-id: req-b27a9b37-9d56-4d76-a74f-423e8dbd7f25 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 07:51:48,717 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32/os-extra_specs used request id req-b27a9b37-9d56-4d76-a74f-423e8dbd7f25 2018-08-19 07:51:48,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213620662689s 2018-08-19 07:51:48,717 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32/os-extra_specs used request id req-b27a9b37-9d56-4d76-a74f-423e8dbd7f25 2018-08-19 07:51:48,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:51:48,718 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:51:48,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-1f7f1641-b7d3-4483-b129-39c4c1d08e99 Date: Sun, 19 Aug 2018 07:51:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["849025ee-cf44-4192-ab1e-e15c61ce7ce0"],"updated_at":"2018-08-19T07:51:41Z","tenant_id":"a6305938d02547748f21f608538e8203","created_at":"2018-08-19T07:51:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a6305938d02547748f21f608538e8203","id":"48b9426e-2fcf-42d8-ab7b-925e32477249","name":"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:51:48,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1f7f1641-b7d3-4483-b129-39c4c1d08e99 2018-08-19 07:51:48,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263221025467s 2018-08-19 07:51:48,981 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1f7f1641-b7d3-4483-b129-39c4c1d08e99 2018-08-19 07:51:48,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:51:48,990 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:51:49,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-0d93ef0f-8b23-47fa-9f39-d3f7136ee153 Date: Sun, 19 Aug 2018 07:51:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:51:48Z", "file": "/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/file", "owner": "a6305938d02547748f21f608538e8203", "id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "size": 12716032, "self": "/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:51:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:51:49,024 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0d93ef0f-8b23-47fa-9f39-d3f7136ee153 2018-08-19 07:51:49,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0383830070496s 2018-08-19 07:51:49,025 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0d93ef0f-8b23-47fa-9f39-d3f7136ee153 2018-08-19 07:51:49,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:51:49,029 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:51:49,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1778300e-9aa7-4207-be0a-514b23434c96 x-compute-request-id: req-1778300e-9aa7-4207-be0a-514b23434c96 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "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": "5f2a61e8-af83-4271-84b5-94095cb8dd32"}]} 2018-08-19 07:51:49,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-1778300e-9aa7-4207-be0a-514b23434c96 2018-08-19 07:51:49,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.290684223175s 2018-08-19 07:51:49,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-1778300e-9aa7-4207-be0a-514b23434c96 2018-08-19 07:51:49,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-19 07:51:49,323 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" -d '{"server": {"name": "vping_userdata-vm_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "imageRef": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "flavorRef": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "max_count": 1, "min_count": 1, "networks": [{"uuid": "48b9426e-2fcf-42d8-ab7b-925e32477249"}]}}' 2018-08-19 07:51:53,383 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:51:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ad851d33-447c-4608-b1bf-0822245fd9a8 x-compute-request-id: req-ad851d33-447c-4608-b1bf-0822245fd9a8 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/840d7963-0173-49c3-8667-75336890e40f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "840d7963-0173-49c3-8667-75336890e40f", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "bookmark"}], "adminPass": "ufMuXBRMQ5p5"}} 2018-08-19 07:51:53,384 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-ad851d33-447c-4608-b1bf-0822245fd9a8 2018-08-19 07:51:53,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.06434702873s 2018-08-19 07:51:53,384 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-ad851d33-447c-4608-b1bf-0822245fd9a8 2018-08-19 07:51:53,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:51:53,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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:51:54,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6d33a2d-881d-42c7-9dad-e0554520f54b x-compute-request-id: req-b6d33a2d-881d-42c7-9dad-e0554520f54b Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "840d7963-0173-49c3-8667-75336890e40f", "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:51:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:51:53Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:51:54,056 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b6d33a2d-881d-42c7-9dad-e0554520f54b 2018-08-19 07:51:54,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671718120575s 2018-08-19 07:51:54,057 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b6d33a2d-881d-42c7-9dad-e0554520f54b 2018-08-19 07:51:54,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:51:54,065 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:51:54,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-e605c1db-89c8-4354-9d6f-eefbd1291665 Date: Sun, 19 Aug 2018 07:51:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["849025ee-cf44-4192-ab1e-e15c61ce7ce0"],"updated_at":"2018-08-19T07:51:41Z","tenant_id":"a6305938d02547748f21f608538e8203","created_at":"2018-08-19T07:51:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a6305938d02547748f21f608538e8203","id":"48b9426e-2fcf-42d8-ab7b-925e32477249","name":"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:51:54,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e605c1db-89c8-4354-9d6f-eefbd1291665 2018-08-19 07:51:54,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108918905258s 2018-08-19 07:51:54,173 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e605c1db-89c8-4354-9d6f-eefbd1291665 2018-08-19 07:51:54,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:51:54,175 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:51:54,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-015813b0-91a7-44a7-9c5b-bbc276ff7043 Date: Sun, 19 Aug 2018 07:51:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48b9426e-2fcf-42d8-ab7b-925e32477249","tenant_id":"a6305938d02547748f21f608538e8203","created_at":"2018-08-19T07:51:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:51: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":"a6305938d02547748f21f608538e8203","id":"849025ee-cf44-4192-ab1e-e15c61ce7ce0","subnetpool_id":null,"name":"vping_userdata-subnet_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"}]} 2018-08-19 07:51:54,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-015813b0-91a7-44a7-9c5b-bbc276ff7043 2018-08-19 07:51:54,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.306348800659s 2018-08-19 07:51:54,481 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-015813b0-91a7-44a7-9c5b-bbc276ff7043 2018-08-19 07:51:54,482 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:51:56,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:51:56,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:51:57,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b010dba1-9554-43f8-b286-6159811af15f x-compute-request-id: req-b010dba1-9554-43f8-b286-6159811af15f 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/840d7963-0173-49c3-8667-75336890e40f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "840d7963-0173-49c3-8667-75336890e40f", "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:51:56Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:51:53Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:51:57,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b010dba1-9554-43f8-b286-6159811af15f 2018-08-19 07:51:57,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542896032333s 2018-08-19 07:51:57,028 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b010dba1-9554-43f8-b286-6159811af15f 2018-08-19 07:51:57,032 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:51:59,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:51:59,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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:00,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:51:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5032414-37c4-441f-8d22-8032eb1f3f38 x-compute-request-id: req-a5032414-37c4-441f-8d22-8032eb1f3f38 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/840d7963-0173-49c3-8667-75336890e40f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "840d7963-0173-49c3-8667-75336890e40f", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:51:56Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:51:53Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:52:00,806 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a5032414-37c4-441f-8d22-8032eb1f3f38 2018-08-19 07:52:00,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.77197289467s 2018-08-19 07:52:00,807 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a5032414-37c4-441f-8d22-8032eb1f3f38 2018-08-19 07:52:00,810 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:52:02,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:52:02,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:03,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1679d489-69d7-406b-b941-e491373384a9 x-compute-request-id: req-1679d489-69d7-406b-b941-e491373384a9 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:1d:0f", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:52:02.000000", "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "840d7963-0173-49c3-8667-75336890e40f", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:52:02Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:51:53Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:52:03,490 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1679d489-69d7-406b-b941-e491373384a9 2018-08-19 07:52:03,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.676726818085s 2018-08-19 07:52:03,490 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1679d489-69d7-406b-b941-e491373384a9 2018-08-19 07:52:03,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:52:03,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=840d7963-0173-49c3-8667-75336890e40f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:03,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8cb3970d-f17c-488c-8ffd-bf0cb187b123 Date: Sun, 19 Aug 2018 07:52:03 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"48b9426e-2fcf-42d8-ab7b-925e32477249","tenant_id":"a6305938d02547748f21f608538e8203","created_at":"2018-08-19T07:51:56Z","admin_state_up":true,"updated_at":"2018-08-19T07:52:02Z","binding:vnic_type":"normal","device_id":"840d7963-0173-49c3-8667-75336890e40f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:fc:1d:0f","id":"7559cdf5-20f1-42c6-b921-3831e4725d70","port_security_enabled":true,"project_id":"a6305938d02547748f21f608538e8203","fixed_ips":[{"subnet_id":"849025ee-cf44-4192-ab1e-e15c61ce7ce0","ip_address":"192.168.120.18"}],"extra_dhcp_opts":[],"security_groups":["36cac7a2-cf9a-4df9-9a31-ef7d181621dc"],"name":""}]} 2018-08-19 07:52:03,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=840d7963-0173-49c3-8667-75336890e40f used request id req-8cb3970d-f17c-488c-8ffd-bf0cb187b123 2018-08-19 07:52:03,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0473368167877s 2018-08-19 07:52:03,542 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=840d7963-0173-49c3-8667-75336890e40f used request id req-8cb3970d-f17c-488c-8ffd-bf0cb187b123 2018-08-19 07:52:03,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:52:03,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=7559cdf5-20f1-42c6-b921-3831e4725d70" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:03,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8ef88726-7201-4855-94b8-8d216b5474d4 Date: Sun, 19 Aug 2018 07:52:03 GMT RESP BODY: {"floatingips": []} 2018-08-19 07:52:03,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=7559cdf5-20f1-42c6-b921-3831e4725d70 used request id req-8ef88726-7201-4855-94b8-8d216b5474d4 2018-08-19 07:52:03,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.228204965591s 2018-08-19 07:52:03,776 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=7559cdf5-20f1-42c6-b921-3831e4725d70 used request id req-8ef88726-7201-4855-94b8-8d216b5474d4 2018-08-19 07:52:03,776 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:fc:1d:0f', u'version': 4, u'addr': u'192.168.120.18', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2c067b12-014c-4c3f-abc1-dd3f7617efd4'}), 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-19T07:52:02.000000', 'flavor': Munch({u'id': u'5f2a61e8-af83-4271-84b5-94095cb8dd32'}), 'az': u'nova', 'id': u'840d7963-0173-49c3-8667-75336890e40f', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'bfbb724448b74e2e86e702e03976155b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a6305938d02547748f21f608538e8203', 'name': 'vping_userdata-project_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', '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-19T07:52:02.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T07:52:02Z', 'hostId': u'18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.18', 'cloud': 'envvars', 'host_id': u'18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85', '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-19T07:52:02.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a6305938d02547748f21f608538e8203', 'name': u'vping_userdata-vm_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', 'adminPass': u'ufMuXBRMQ5p5', 'tenant_id': u'a6305938d02547748f21f608538e8203', 'created_at': u'2018-08-19T07:51:53Z', 'created': u'2018-08-19T07:51:53Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-19 07:52:03,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:52:03,778 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:04,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-4e399b87-63c2-4560-a9ab-f5f94ef4de1c Date: Sun, 19 Aug 2018 07:52: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":["849025ee-cf44-4192-ab1e-e15c61ce7ce0"],"updated_at":"2018-08-19T07:51:41Z","tenant_id":"a6305938d02547748f21f608538e8203","created_at":"2018-08-19T07:51:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a6305938d02547748f21f608538e8203","id":"48b9426e-2fcf-42d8-ab7b-925e32477249","name":"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:52:04,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4e399b87-63c2-4560-a9ab-f5f94ef4de1c 2018-08-19 07:52:04,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.268420934677s 2018-08-19 07:52:04,046 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4e399b87-63c2-4560-a9ab-f5f94ef4de1c 2018-08-19 07:52:04,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:52:04,055 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:04,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-439d12d3-493d-44af-a24e-df299c9ad20e Date: Sun, 19 Aug 2018 07:52:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:51:48Z", "file": "/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/file", "owner": "a6305938d02547748f21f608538e8203", "id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "size": 12716032, "self": "/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:51:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:52:04,363 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-439d12d3-493d-44af-a24e-df299c9ad20e 2018-08-19 07:52:04,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.312350034714s 2018-08-19 07:52:04,364 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-439d12d3-493d-44af-a24e-df299c9ad20e 2018-08-19 07:52:04,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:52:04,368 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:04,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5e81f64-8084-4395-84a0-ff8721410557 x-compute-request-id: req-d5e81f64-8084-4395-84a0-ff8721410557 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "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": "5f2a61e8-af83-4271-84b5-94095cb8dd32"}]} 2018-08-19 07:52:04,388 - 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-d5e81f64-8084-4395-84a0-ff8721410557 2018-08-19 07:52:04,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0222058296204s 2018-08-19 07:52:04,388 - 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-d5e81f64-8084-4395-84a0-ff8721410557 2018-08-19 07:52:04,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-19 07:52:04,392 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" -d '{"server": {"name": "vping_userdata-vm2_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "imageRef": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "flavorRef": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjE4IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "48b9426e-2fcf-42d8-ab7b-925e32477249"}]}}' 2018-08-19 07:52:08,554 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:52:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5faf5cde-60a0-453b-b90f-d93ba289179f x-compute-request-id: req-5faf5cde-60a0-453b-b90f-d93ba289179f Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5025ea96-0266-4e40-8bd6-537e33cf88e8", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "bookmark"}], "adminPass": "sc9tFE7fPXjd"}} 2018-08-19 07:52:08,554 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-5faf5cde-60a0-453b-b90f-d93ba289179f 2018-08-19 07:52:08,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.16492295265s 2018-08-19 07:52:08,555 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-5faf5cde-60a0-453b-b90f-d93ba289179f 2018-08-19 07:52:08,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:52:08,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:09,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-a66586f2-1b09-4419-a9eb-23ac7a9e13b7 x-compute-request-id: req-a66586f2-1b09-4419-a9eb-23ac7a9e13b7 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/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "5025ea96-0266-4e40-8bd6-537e33cf88e8", "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:52:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:52:08Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:1d:0f", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:52:02.000000", "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "840d7963-0173-49c3-8667-75336890e40f", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:52:02Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:51:53Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:52:09,416 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a66586f2-1b09-4419-a9eb-23ac7a9e13b7 2018-08-19 07:52:09,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.861109972s 2018-08-19 07:52:09,417 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a66586f2-1b09-4419-a9eb-23ac7a9e13b7 2018-08-19 07:52:09,423 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:52:11,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:52:11,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:12,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8523bd04-0325-4b47-a42a-02e2bcc18f36 x-compute-request-id: req-8523bd04-0325-4b47-a42a-02e2bcc18f36 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "5025ea96-0266-4e40-8bd6-537e33cf88e8", "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:52:11Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:52:08Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:1d:0f", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:52:02.000000", "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "840d7963-0173-49c3-8667-75336890e40f", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:52:02Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:51:53Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:52:12,083 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8523bd04-0325-4b47-a42a-02e2bcc18f36 2018-08-19 07:52:12,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657910108566s 2018-08-19 07:52:12,084 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8523bd04-0325-4b47-a42a-02e2bcc18f36 2018-08-19 07:52:12,088 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:52:14,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:52:14,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:14,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84efc141-c842-447b-a296-06b923422b3f x-compute-request-id: req-84efc141-c842-447b-a296-06b923422b3f Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "5025ea96-0266-4e40-8bd6-537e33cf88e8", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:52:11Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:52:08Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:1d:0f", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:52:02.000000", "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "840d7963-0173-49c3-8667-75336890e40f", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:52:02Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:51:53Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:52:14,825 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-84efc141-c842-447b-a296-06b923422b3f 2018-08-19 07:52:14,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.73444890976s 2018-08-19 07:52:14,826 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-84efc141-c842-447b-a296-06b923422b3f 2018-08-19 07:52:14,832 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:52:16,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:52:16,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:17,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f78cbf8e-4712-480b-afeb-15bb521fb78d x-compute-request-id: req-f78cbf8e-4712-480b-afeb-15bb521fb78d Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:c5:e9", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:52:15.000000", "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "5025ea96-0266-4e40-8bd6-537e33cf88e8", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:52:15Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:52:08Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:1d:0f", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:52:02.000000", "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "840d7963-0173-49c3-8667-75336890e40f", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:52:02Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:51:53Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:52:17,941 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f78cbf8e-4712-480b-afeb-15bb521fb78d 2018-08-19 07:52:17,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10617303848s 2018-08-19 07:52:17,941 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f78cbf8e-4712-480b-afeb-15bb521fb78d 2018-08-19 07:52:17,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:52:17,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=5025ea96-0266-4e40-8bd6-537e33cf88e8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:18,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7618dbf7-912e-4f8f-9fc6-c30d1f631f8d Date: Sun, 19 Aug 2018 07:52:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"48b9426e-2fcf-42d8-ab7b-925e32477249","tenant_id":"a6305938d02547748f21f608538e8203","created_at":"2018-08-19T07:52:11Z","admin_state_up":true,"updated_at":"2018-08-19T07:52:15Z","binding:vnic_type":"normal","device_id":"5025ea96-0266-4e40-8bd6-537e33cf88e8","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ae:c5:e9","id":"cfa90938-4835-4cd5-9ea4-10790f4fd021","port_security_enabled":true,"project_id":"a6305938d02547748f21f608538e8203","fixed_ips":[{"subnet_id":"849025ee-cf44-4192-ab1e-e15c61ce7ce0","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["36cac7a2-cf9a-4df9-9a31-ef7d181621dc"],"name":""}]} 2018-08-19 07:52:18,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5025ea96-0266-4e40-8bd6-537e33cf88e8 used request id req-7618dbf7-912e-4f8f-9fc6-c30d1f631f8d 2018-08-19 07:52:18,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.267160892487s 2018-08-19 07:52:18,214 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=5025ea96-0266-4e40-8bd6-537e33cf88e8 used request id req-7618dbf7-912e-4f8f-9fc6-c30d1f631f8d 2018-08-19 07:52:18,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:52:18,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=cfa90938-4835-4cd5-9ea4-10790f4fd021" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:18,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c475c41c-c889-49a7-8e00-0d9b368e3bb0 Date: Sun, 19 Aug 2018 07:52:18 GMT RESP BODY: {"floatingips": []} 2018-08-19 07:52:18,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=cfa90938-4835-4cd5-9ea4-10790f4fd021 used request id req-c475c41c-c889-49a7-8e00-0d9b368e3bb0 2018-08-19 07:52:18,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0464508533478s 2018-08-19 07:52:18,266 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=cfa90938-4835-4cd5-9ea4-10790f4fd021 used request id req-c475c41c-c889-49a7-8e00-0d9b368e3bb0 2018-08-19 07:52:18,267 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ae:c5:e9', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'2c067b12-014c-4c3f-abc1-dd3f7617efd4'}), 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-19T07:52:15.000000', 'flavor': Munch({u'id': u'5f2a61e8-af83-4271-84b5-94095cb8dd32'}), 'az': u'nova', 'id': u'5025ea96-0266-4e40-8bd6-537e33cf88e8', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'bfbb724448b74e2e86e702e03976155b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a6305938d02547748f21f608538e8203', 'name': 'vping_userdata-project_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', '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-19T07:52:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T07:52:15Z', 'hostId': u'18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85', '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-19T07:52:15.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a6305938d02547748f21f608538e8203', 'name': u'vping_userdata-vm2_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5', 'adminPass': u'sc9tFE7fPXjd', 'tenant_id': u'a6305938d02547748f21f608538e8203', 'created_at': u'2018-08-19T07:52:08Z', 'created': u'2018-08-19T07:52:08Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-19 07:52:18,267 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-19 07:52:19,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:52:19,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:20,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07: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-c0b17a0e-79b0-4ac2-a907-86abc5789677 x-compute-request-id: req-c0b17a0e-79b0-4ac2-a907-86abc5789677 Content-Encoding: gzip Content-Length: 827 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:c5:e9", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:52:15.000000", "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "5025ea96-0266-4e40-8bd6-537e33cf88e8", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:52:15Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:52:08Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:1d:0f", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:52:02.000000", "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "840d7963-0173-49c3-8667-75336890e40f", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:52:02Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:51:53Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:52:20,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c0b17a0e-79b0-4ac2-a907-86abc5789677 2018-08-19 07:52:20,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.809684038162s 2018-08-19 07:52:20,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c0b17a0e-79b0-4ac2-a907-86abc5789677 2018-08-19 07:52:20,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 07:52:20,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8/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}7d7df43e5ce5f354dc98904a921d9404f51724c1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 07:52:20,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0436a630-8564-4b4b-838c-27179088bb21 x-compute-request-id: req-0436a630-8564-4b4b-838c-27179088bb21 Content-Encoding: gzip Content-Length: 9560 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 471065150 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.202489] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.205037] pid_max: default: 32768 minimum: 301\n[ 0.206393] ACPI: Core revision 20150930\n[ 0.208201] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.210210] Security Framework initialized\n[ 0.211490] Yama: becoming mindful.\n[ 0.212628] AppArmor: AppArmor initialized\n[ 0.213965] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.216021] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.218022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.219909] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.222068] Initializing cgroup subsys io\n[ 0.223320] Initializing cgroup subsys memory\n[ 0.224636] Initializing cgroup subsys devices\n[ 0.225975] Initializing cgroup subsys freezer\n[ 0.227303] Initializing cgroup subsys net_cls\n[ 0.228628] Initializing cgroup subsys perf_event\n[ 0.230022] Initializing cgroup subsys net_prio\n[ 0.231357] Initializing cgroup subsys hugetlb\n[ 0.232686] Initializing cgroup subsys pids\n[ 0.233994] CPU: Physical Processor ID: 0\n[ 0.235942] mce: CPU supports 10 MCE banks\n[ 0.237225] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.238759] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.255937] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.263067] ftrace: allocating 31920 entries in 125 pages\n[ 0.289206] smpboot: Max logical packages: 1\n[ 0.290519] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.292592] x2apic enabled\n[ 0.293827] Switched APIC routing to physical x2apic.\n[ 0.296436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.298140] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.301174] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.303951] KVM setup paravirtual spinlock\n[ 0.305730] x86: Booted up 1 node, 1 CPUs\n[ 0.306996] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.309133] devtmpfs: initialized\n[ 0.311291] evm: security.selinux\n[ 0.312389] evm: security.SMACK64\n[ 0.313487] evm: security.SMACK64EXEC\n[ 0.314643] evm: security.SMACK64TRANSMUTE\n[ 0.315894] evm: security.SMACK64MMAP\n[ 0.317024] evm: security.ima\n[ 0.318000] evm: security.capability\n[ 0.319184] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.322004] pinctrl core: initialized pinctrl subsystem\n[ 0.323643] RTC time: 7:52:15, date: 08/19/18\n[ 0.325065] NET: Registered protocol family 16\n[ 0.326523] cpuidle: using governor ladder\n[ 0.327781] cpuidle: using governor menu\n[ 0.328978] PCCT header not found.\n[ 0.330102] ACPI: bus type PCI registered\n[ 0.331321] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.333211] PCI: Using configuration type 1 for base access\n[ 0.335552] ACPI: Added _OSI(Module Device)\n[ 0.336830] ACPI: Added _OSI(Processor Device)\n[ 0.338137] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.339521] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.341846] ACPI: Interpreter enabled\n[ 0.343015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.345826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.348650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.351545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.354445] ACPI: (supports S0 S5)\n[ 0.355544] ACPI: Using IOAPIC for interrupt routing\n[ 0.357014] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.361222] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.362962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.364849] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.366677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.369991] acpiphp: Slot [3] registered\n[ 0.371196] acpiphp: Slot [4] registered\n[ 0.372415] acpiphp: Slot [5] registered\n[ 0.373619] acpiphp: Slot [6] registered\n[ 0.374837] acpiphp: Slot [7] registered\n[ 0.376049] acpiphp: Slot [8] registered\n[ 0.377256] acpiphp: Slot [9] registered\n[ 0.378478] acpiphp: Slot [10] registered\n[ 0.379707] acpiphp: Slot [11] registered\n[ 0.380946] acpiphp: Slot [12] registered\n[ 0.382167] acpiphp: Slot [13] registered\n[ 0.383384] acpiphp: Slot [14] registered\n[ 0.384628] acpiphp: Slot [15] registered\n[ 0.400223] acpiphp: Slot [16] registered\n[ 0.401496] acpiphp: Slot [17] registered\n[ 0.402763] acpiphp: Slot [18] registered\n[ 0.404015] acpiphp: Slot [19] registered\n[ 0.405273] acpiphp: Slot [20] registered\n[ 0.406554] acpiphp: Slot [21] registered\n[ 0.407815] acpiphp: Slot [22] registered\n[ 0.409057] acpiphp: Slot [23] registered\n[ 0.410290] acpiphp: Slot [24] registered\n[ 0.411524] acpiphp: Slot [25] registered\n[ 0.412757] acpiphp: Slot [26] registered\n[ 0.413971] acpiphp: Slot [27] registered\n[ 0.415197] acpiphp: Slot [28] registered\n[ 0.416435] acpiphp: Slot [29] registered\n[ 0.417651] acpiphp: Slot [30] registered\n[ 0.418884] acpiphp: Slot [31] registered\n[ 0.420104] PCI host bridge to bus 0000:00\n[ 0.421326] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.423174] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.425022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.427227] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.429457] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.431716] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.435991] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.437949] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.439743] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.441691] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.446127] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.448365] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.470556] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.472726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.474876] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.477225] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.479305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.481187] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.483125] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.484755] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.487143] vgaarb: loaded\n[ 0.488077] vgaarb: bridge control possible 0000:00:02.0\n[ 0.489944] SCSI subsystem initialized\n[ 0.491348] ACPI: bus type USB registered\n[ 0.492651] usbcore: registered new interface driver usbfs\n[ 0.494279] usbcore: registered new interface driver hub\n[ 0.495862] usbcore: registered new device driver usb\n[ 0.497575] PCI: Using ACPI for IRQ routing\n[ 0.499265] NetLabel: Initializing\n[ 0.500409] NetLabel: domain hash size = 128\n[ 0.501676] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.503132] NetLabel: unlabeled traffic allowed by default\n[ 0.504893] clocksource: Switched to clocksource kvm-clock\n[ 0.515041] AppArmor: AppArmor Filesystem Enabled\n[ 0.516493] pnp: PnP ACPI init\n[ 0.517839] pnp: PnP ACPI: found 5 devices\n[ 0.524896] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.527513] NET: Registered protocol family 2\n[ 0.529066] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.531045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.532873] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.534689] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.536320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.538080] NET: Registered protocol family 1\n[ 0.539398] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.541048] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.542670] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.557508] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.572364] Trying to unpack rootfs image as initramfs...\n[ 0.635061] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.640044] Scanning for low memory corruption every 60 seconds\n[ 0.642383] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.644148] audit: initializing netlink subsys (disabled)\n[ 0.645785] audit: type=2000 audit(1534665135.909:1): initialized\n[ 0.647799] Initialise system trusted keyring\n[ 0.649294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.651041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.653918] zbud: loaded\n[ 0.654983] VFS: Disk quotas dquot_6.6.0\n[ 0.656218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.658556] fuse init (API version 7.23)\n[ 0.659881] Key type big_key registered\n[ 0.661099] Allocating IMA MOK and blacklist keyrings.\n[ 0.662928] Key type asymmetric registered\n[ 0.664167] Asymmetric key parser 'x509' registered\n[ 0.665619] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.667873] io scheduler noop registered\n[ 0.669079] io scheduler deadline registered (default)\n[ 0.670588] io scheduler cfq registered\n[ 0.671868] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.673460] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.675388] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.677629] ACPI: Power Button [PWRF]\n[ 0.678960] GHES: HEST is not enabled!\n[ 0.693174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.722369] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.725380] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.749217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.752477] Linux agpgart interface v0.103\n[ 0.756046] brd: module loaded\n[ 0.758380] loop: module loaded\n[ 0.763345] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.765561] GPT:90111 != 2097151\n[ 0.766590] GPT:Alternate GPT header not at the end of the disk.\n[ 0.768248] GPT:90111 != 2097151\n[ 0.769272] GPT: Use GNU Parted to correct GPT errors.\n[ 0.770727] vda: vda1 vda15\n[ 0.772451] scsi host0: ata_piix\n[ 0.773623] scsi host1: ata_piix\n[ 0.774702] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.776536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.778921] libphy: Fixed MDIO Bus: probed\n[ 0.780167] tun: Universal TUN/TAP device driver, 1.6\n[ 0.781619] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.784506] PPP generic driver version 2.4.2\n[ 0.785867] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.787664] ehci-pci: EHCI PCI platform driver\n[ 0.788991] ehci-platform: EHCI generic platform driver\n[ 0.790492] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.792197] ohci-pci: OHCI PCI platform driver\n[ 0.793526] ohci-platform: OHCI generic platform driver\n[ 0.795019] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.809768] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.811276] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.813507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.815003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.816727] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.818587] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.820756] usb usb1: Product: UHCI Host Controller\n[ 0.822165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.824025] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.825490] hub 1-0:1.0: USB hub found\n[ 0.826671] hub 1-0:1.0: 2 ports detected\n[ 0.828055] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.831169] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.832620] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.834170] mousedev: PS/2 mouse device common for all mice\n[ 0.836019] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.838764] rtc_cmos 00:00: RTC can wake from S4\n[ 0.840429] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.842216] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.844010] i2c /dev entries driver\n[ 0.845163] device-mapper: uevent: version 1.0.3\n[ 0.846603] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.849069] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.851093] NET: Registered protocol family 10\n[ 0.852768] NET: Registered protocol family 17\n[ 0.854117] Key type dns_resolver registered\n[ 0.855538] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.857192] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.859857] registered taskstats version 1\n[ 0.861138] Loading compiled-in X.509 certificates\n[ 0.863085] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.865926] zswap: loaded using pool lzo/zbud\n[ 0.868148] Key type trusted registered\n[ 0.870426] Key type encrypted registered\n[ 0.871682] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.873271] ima: No TPM chip found, activating TPM-bypass!\n[ 0.874842] evm: HMAC attrs: 0x1\n[ 0.876226] Magic number: 14:519:875\n[ 0.877525] rtc_cmos 00:00: setting system clock to 2018-08-19 07:52:16 UTC (1534665136)\n[ 0.879968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.881652] EDD information not available.\n[ 0.934593] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.951333] Write protecting the kernel read-only data: 14336k\n[ 0.954406] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.957010] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.83\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.114629] 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.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-00000011\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCshN4jarT5BicuOApH6UeKObqYj/racg89kOiy28QUJJXJjm7ulhCaMv3uxZZu5JMqP4CFr/ARvQea6QM4nXwdzfy+cqDw55PVIuEPoL03UzSVvJ1N1kQSl9xcakr7lbbsj65Vz8fgxLu7zrQtI7WKKzv2cNtOv5DlvKVmyJ9R52WrZ6R0587s2aTKa8/nPaA1ZDMm5QoYdgUrQXEOw3sZaOm9HBRk97Nmjq7uTIA4Jf3tLYR2gRYPqvdYtrhQIwHHhput8qMVkEh+inKRi7XG31vU54UgEnMTh/aX+Qo7xJcrOuL9S2qFiySyyIHdntXQEb1a/KwZe/U/BBfwn1Af root@vping-userdata-vm2-f15731bb-4fb6-4521-8fcf-ddbc1daba0d5\nssh-dss AAAAB3NzaC1kc3MAAACBAPpnMfBDhjF9sIIEEBc82fg6Fq1lmPe/W3AMN0DDqraZXtHOP6OSkYe9OwU04kY5UtsMKA7rXqKo5hOAVl+zVrPkb64up8dV/arWWPhoZHI4CGubpr55F8kWM0kK1oPyN8TsCOS2i05qtQ0xCVBYRzNwJHGOn51uxKYxXs/IbQRnAAAAFQCt4jce7MAPYsZ6kaTcBtBFnqdQ8QAAAIB58aqWBA9mZ24w8jtCFCFKviVRgIYhWfk6aDurDB7YLOfi7uXvxWgNBFdsfTQvQaXLQq34RDHNQL1PKxoF4siB8a7OjT9nIfcUkKXO8Ql+rx6gX/RX0Go0EdMJgbRZaTQ23aFaWS6n2gjho0oYkgMmia0qhzy0AnhpwudDHd/y3AAAAIEAxlcuaKqCvisEAtlKAuXxFmMNu1TVBD0daFRGmmcBN6ojB+g9tJq51jYox6lsdpiWjNk4mGx3qEKgzYfSxDhPOCDVgtTIQ8t3TXx+VNUWN6/9aa86vOPxQWMm0yJaYD8Drm9AHhb2h4dsx1maSl1jiG/+gZGODgAEPcA74BwYF3w= root@vping-userdata-vm2-f15731bb-4fb6-4521-8fcf-ddbc1daba0d5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.10s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:feae:c5e9/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.4 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-f15731bb-4fb6-4521-8fcf-ddbc1daba0d5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.30 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-f15731bb-4fb6-4521-8fcf-ddbc1daba0d5 login: "} 2018-08-19 07:52:20,178 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8/action used request id req-0436a630-8564-4b4b-838c-27179088bb21 2018-08-19 07:52:20,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0961260795593s 2018-08-19 07:52:20,179 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8/action used request id req-0436a630-8564-4b4b-838c-27179088bb21 2018-08-19 07:52:20,179 - 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 471065150 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.202489] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.205037] pid_max: default: 32768 minimum: 301 [ 0.206393] ACPI: Core revision 20150930 [ 0.208201] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.210210] Security Framework initialized [ 0.211490] Yama: becoming mindful. [ 0.212628] AppArmor: AppArmor initialized [ 0.213965] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.216021] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.218022] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.219909] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.222068] Initializing cgroup subsys io [ 0.223320] Initializing cgroup subsys memory [ 0.224636] Initializing cgroup subsys devices [ 0.225975] Initializing cgroup subsys freezer [ 0.227303] Initializing cgroup subsys net_cls [ 0.228628] Initializing cgroup subsys perf_event [ 0.230022] Initializing cgroup subsys net_prio [ 0.231357] Initializing cgroup subsys hugetlb [ 0.232686] Initializing cgroup subsys pids [ 0.233994] CPU: Physical Processor ID: 0 [ 0.235942] mce: CPU supports 10 MCE banks [ 0.237225] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.238759] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.255937] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.263067] ftrace: allocating 31920 entries in 125 pages [ 0.289206] smpboot: Max logical packages: 1 [ 0.290519] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.292592] x2apic enabled [ 0.293827] Switched APIC routing to physical x2apic. [ 0.296436] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.298140] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.301174] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.303951] KVM setup paravirtual spinlock [ 0.305730] x86: Booted up 1 node, 1 CPUs [ 0.306996] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.309133] devtmpfs: initialized [ 0.311291] evm: security.selinux [ 0.312389] evm: security.SMACK64 [ 0.313487] evm: security.SMACK64EXEC [ 0.314643] evm: security.SMACK64TRANSMUTE [ 0.315894] evm: security.SMACK64MMAP [ 0.317024] evm: security.ima [ 0.318000] evm: security.capability [ 0.319184] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.322004] pinctrl core: initialized pinctrl subsystem [ 0.323643] RTC time: 7:52:15, date: 08/19/18 [ 0.325065] NET: Registered protocol family 16 [ 0.326523] cpuidle: using governor ladder [ 0.327781] cpuidle: using governor menu [ 0.328978] PCCT header not found. [ 0.330102] ACPI: bus type PCI registered [ 0.331321] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.333211] PCI: Using configuration type 1 for base access [ 0.335552] ACPI: Added _OSI(Module Device) [ 0.336830] ACPI: Added _OSI(Processor Device) [ 0.338137] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.339521] ACPI: Added _OSI(Processor Aggregator Device) [ 0.341846] ACPI: Interpreter enabled [ 0.343015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.345826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.348650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.351545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.354445] ACPI: (supports S0 S5) [ 0.355544] ACPI: Using IOAPIC for interrupt routing [ 0.357014] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.361222] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.362962] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.364849] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.366677] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.369991] acpiphp: Slot [3] registered [ 0.371196] acpiphp: Slot [4] registered [ 0.372415] acpiphp: Slot [5] registered [ 0.373619] acpiphp: Slot [6] registered [ 0.374837] acpiphp: Slot [7] registered [ 0.376049] acpiphp: Slot [8] registered [ 0.377256] acpiphp: Slot [9] registered [ 0.378478] acpiphp: Slot [10] registered [ 0.379707] acpiphp: Slot [11] registered [ 0.380946] acpiphp: Slot [12] registered [ 0.382167] acpiphp: Slot [13] registered [ 0.383384] acpiphp: Slot [14] registered [ 0.384628] acpiphp: Slot [15] registered [ 0.400223] acpiphp: Slot [16] registered [ 0.401496] acpiphp: Slot [17] registered [ 0.402763] acpiphp: Slot [18] registered [ 0.404015] acpiphp: Slot [19] registered [ 0.405273] acpiphp: Slot [20] registered [ 0.406554] acpiphp: Slot [21] registered [ 0.407815] acpiphp: Slot [22] registered [ 0.409057] acpiphp: Slot [23] registered [ 0.410290] acpiphp: Slot [24] registered [ 0.411524] acpiphp: Slot [25] registered [ 0.412757] acpiphp: Slot [26] registered [ 0.413971] acpiphp: Slot [27] registered [ 0.415197] acpiphp: Slot [28] registered [ 0.416435] acpiphp: Slot [29] registered [ 0.417651] acpiphp: Slot [30] registered [ 0.418884] acpiphp: Slot [31] registered [ 0.420104] PCI host bridge to bus 0000:00 [ 0.421326] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.423174] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.425022] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.427227] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.429457] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.431716] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.435991] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.437949] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.439743] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.441691] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.446127] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.448365] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.470556] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.472726] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.474876] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.477225] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.479305] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.481187] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.483125] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.484755] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.487143] vgaarb: loaded [ 0.488077] vgaarb: bridge control possible 0000:00:02.0 [ 0.489944] SCSI subsystem initialized [ 0.491348] ACPI: bus type USB registered [ 0.492651] usbcore: registered new interface driver usbfs [ 0.494279] usbcore: registered new interface driver hub [ 0.495862] usbcore: registered new device driver usb [ 0.497575] PCI: Using ACPI for IRQ routing [ 0.499265] NetLabel: Initializing [ 0.500409] NetLabel: domain hash size = 128 [ 0.501676] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.503132] NetLabel: unlabeled traffic allowed by default [ 0.504893] clocksource: Switched to clocksource kvm-clock [ 0.515041] AppArmor: AppArmor Filesystem Enabled [ 0.516493] pnp: PnP ACPI init [ 0.517839] pnp: PnP ACPI: found 5 devices [ 0.524896] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.527513] NET: Registered protocol family 2 [ 0.529066] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.531045] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.532873] TCP: Hash tables configured (established 4096 bind 4096) [ 0.534689] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.536320] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.538080] NET: Registered protocol family 1 [ 0.539398] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.541048] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.542670] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.557508] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.572364] Trying to unpack rootfs image as initramfs... [ 0.635061] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.640044] Scanning for low memory corruption every 60 seconds [ 0.642383] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.644148] audit: initializing netlink subsys (disabled) [ 0.645785] audit: type=2000 audit(1534665135.909:1): initialized [ 0.647799] Initialise system trusted keyring [ 0.649294] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.651041] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.653918] zbud: loaded [ 0.654983] VFS: Disk quotas dquot_6.6.0 [ 0.656218] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.658556] fuse init (API version 7.23) [ 0.659881] Key type big_key registered [ 0.661099] Allocating IMA MOK and blacklist keyrings. [ 0.662928] Key type asymmetric registered [ 0.664167] Asymmetric key parser 'x509' registered [ 0.665619] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.667873] io scheduler noop registered [ 0.669079] io scheduler deadline registered (default) [ 0.670588] io scheduler cfq registered [ 0.671868] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.673460] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.675388] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.677629] ACPI: Power Button [PWRF] [ 0.678960] GHES: HEST is not enabled! [ 0.693174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.722369] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.725380] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.749217] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.752477] Linux agpgart interface v0.103 [ 0.756046] brd: module loaded [ 0.758380] loop: module loaded [ 0.763345] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.765561] GPT:90111 != 2097151 [ 0.766590] GPT:Alternate GPT header not at the end of the disk. [ 0.768248] GPT:90111 != 2097151 [ 0.769272] GPT: Use GNU Parted to correct GPT errors. [ 0.770727] vda: vda1 vda15 [ 0.772451] scsi host0: ata_piix [ 0.773623] scsi host1: ata_piix [ 0.774702] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.776536] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.778921] libphy: Fixed MDIO Bus: probed [ 0.780167] tun: Universal TUN/TAP device driver, 1.6 [ 0.781619] tun: (C) 1999-2004 Max Krasnyansky [ 0.784506] PPP generic driver version 2.4.2 [ 0.785867] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.787664] ehci-pci: EHCI PCI platform driver [ 0.788991] ehci-platform: EHCI generic platform driver [ 0.790492] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.792197] ohci-pci: OHCI PCI platform driver [ 0.793526] ohci-platform: OHCI generic platform driver [ 0.795019] uhci_hcd: USB Universal Host Controller Interface driver [ 0.809768] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.811276] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.813507] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.815003] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.816727] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.818587] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.820756] usb usb1: Product: UHCI Host Controller [ 0.822165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.824025] usb usb1: SerialNumber: 0000:00:01.2 [ 0.825490] hub 1-0:1.0: USB hub found [ 0.826671] hub 1-0:1.0: 2 ports detected [ 0.828055] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.831169] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.832620] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.834170] mousedev: PS/2 mouse device common for all mice [ 0.836019] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.838764] rtc_cmos 00:00: RTC can wake from S4 [ 0.840429] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.842216] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.844010] i2c /dev entries driver [ 0.845163] device-mapper: uevent: version 1.0.3 [ 0.846603] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.849069] ledtrig-cpu: registered to indicate activity on CPUs [ 0.851093] NET: Registered protocol family 10 [ 0.852768] NET: Registered protocol family 17 [ 0.854117] Key type dns_resolver registered [ 0.855538] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.857192] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.859857] registered taskstats version 1 [ 0.861138] Loading compiled-in X.509 certificates [ 0.863085] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.865926] zswap: loaded using pool lzo/zbud [ 0.868148] Key type trusted registered [ 0.870426] Key type encrypted registered [ 0.871682] AppArmor: AppArmor sha1 policy hashing enabled [ 0.873271] ima: No TPM chip found, activating TPM-bypass! [ 0.874842] evm: HMAC attrs: 0x1 [ 0.876226] Magic number: 14:519:875 [ 0.877525] rtc_cmos 00:00: setting system clock to 2018-08-19 07:52:16 UTC (1534665136) [ 0.879968] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.881652] EDD information not available. [ 0.934593] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.951333] Write protecting the kernel read-only data: 14336k [ 0.954406] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.957010] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.83 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.114629] 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.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-00000011 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCshN4jarT5BicuOApH6UeKObqYj/racg89kOiy28QUJJXJjm7ulhCaMv3uxZZu5JMqP4CFr/ARvQea6QM4nXwdzfy+cqDw55PVIuEPoL03UzSVvJ1N1kQSl9xcakr7lbbsj65Vz8fgxLu7zrQtI7WKKzv2cNtOv5DlvKVmyJ9R52WrZ6R0587s2aTKa8/nPaA1ZDMm5QoYdgUrQXEOw3sZaOm9HBRk97Nmjq7uTIA4Jf3tLYR2gRYPqvdYtrhQIwHHhput8qMVkEh+inKRi7XG31vU54UgEnMTh/aX+Qo7xJcrOuL9S2qFiySyyIHdntXQEb1a/KwZe/U/BBfwn1Af root@vping-userdata-vm2-f15731bb-4fb6-4521-8fcf-ddbc1daba0d5 ssh-dss AAAAB3NzaC1kc3MAAACBAPpnMfBDhjF9sIIEEBc82fg6Fq1lmPe/W3AMN0DDqraZXtHOP6OSkYe9OwU04kY5UtsMKA7rXqKo5hOAVl+zVrPkb64up8dV/arWWPhoZHI4CGubpr55F8kWM0kK1oPyN8TsCOS2i05qtQ0xCVBYRzNwJHGOn51uxKYxXs/IbQRnAAAAFQCt4jce7MAPYsZ6kaTcBtBFnqdQ8QAAAIB58aqWBA9mZ24w8jtCFCFKviVRgIYhWfk6aDurDB7YLOfi7uXvxWgNBFdsfTQvQaXLQq34RDHNQL1PKxoF4siB8a7OjT9nIfcUkKXO8Ql+rx6gX/RX0Go0EdMJgbRZaTQ23aFaWS6n2gjho0oYkgMmia0qhzy0AnhpwudDHd/y3AAAAIEAxlcuaKqCvisEAtlKAuXxFmMNu1TVBD0daFRGmmcBN6ojB+g9tJq51jYox6lsdpiWjNk4mGx3qEKgzYfSxDhPOCDVgtTIQ8t3TXx+VNUWN6/9aa86vOPxQWMm0yJaYD8Drm9AHhb2h4dsx1maSl1jiG/+gZGODgAEPcA74BwYF3w= root@vping-userdata-vm2-f15731bb-4fb6-4521-8fcf-ddbc1daba0d5 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.10s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:feae:c5e9/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.4 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-f15731bb-4fb6-4521-8fcf-ddbc1daba0d5 launch-index: 0 === cirros: current=0.4.0 uptime=3.30 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-f15731bb-4fb6-4521-8fcf-ddbc1daba0d5 login: 2018-08-19 07:52:20,180 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-19 07:52:20,293 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 07:52:20,294 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:41 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-19 07:52:20,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-19 07:52:20,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/840d7963-0173-49c3-8667-75336890e40f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:20,500 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:52:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ba040c34-ef1d-4333-895e-e64677471258 x-compute-request-id: req-ba040c34-ef1d-4333-895e-e64677471258 Content-Type: application/json 2018-08-19 07:52:20,500 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/840d7963-0173-49c3-8667-75336890e40f used request id req-ba040c34-ef1d-4333-895e-e64677471258 2018-08-19 07:52:20,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.202292919159s 2018-08-19 07:52:20,501 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/840d7963-0173-49c3-8667-75336890e40f used request id req-ba040c34-ef1d-4333-895e-e64677471258 2018-08-19 07:52:20,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:52:20,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:21,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5659ad16-0d61-4f9b-9106-8a1983a378d7 x-compute-request-id: req-5659ad16-0d61-4f9b-9106-8a1983a378d7 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:c5:e9", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:52:15.000000", "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "5025ea96-0266-4e40-8bd6-537e33cf88e8", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:52:15Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:52:08Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fc:1d:0f", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/840d7963-0173-49c3-8667-75336890e40f", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:52:02.000000", "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "840d7963-0173-49c3-8667-75336890e40f", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:52:20Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:51:53Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:52:21,211 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5659ad16-0d61-4f9b-9106-8a1983a378d7 2018-08-19 07:52:21,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710244178772s 2018-08-19 07:52:21,212 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5659ad16-0d61-4f9b-9106-8a1983a378d7 2018-08-19 07:52:21,215 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:52:23,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:52:23,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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:24,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-868a5998-3666-434c-94c5-08e64607a6ea x-compute-request-id: req-868a5998-3666-434c-94c5-08e64607a6ea Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:c5:e9", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:52:15.000000", "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "5025ea96-0266-4e40-8bd6-537e33cf88e8", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:52:15Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:52:08Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:52:24,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-868a5998-3666-434c-94c5-08e64607a6ea 2018-08-19 07:52:24,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.904536008835s 2018-08-19 07:52:24,122 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-868a5998-3666-434c-94c5-08e64607a6ea 2018-08-19 07:52:24,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-19 07:52:24,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:24,429 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:52: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-e7841966-48e0-4c96-8ab4-b71fdbde861f x-compute-request-id: req-e7841966-48e0-4c96-8ab4-b71fdbde861f Content-Type: application/json 2018-08-19 07:52:24,429 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8 used request id req-e7841966-48e0-4c96-8ab4-b71fdbde861f 2018-08-19 07:52:24,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.304921865463s 2018-08-19 07:52:24,429 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8 used request id req-e7841966-48e0-4c96-8ab4-b71fdbde861f 2018-08-19 07:52:24,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:52:24,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:25,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52: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-509c3591-777b-4a54-920a-fdc9643871cf x-compute-request-id: req-509c3591-777b-4a54-920a-fdc9643871cf Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:c5:e9", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5025ea96-0266-4e40-8bd6-537e33cf88e8", "rel": "bookmark"}], "image": {"id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "links": [{"href": "http://172.30.9.27:8774/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:52:15.000000", "flavor": {"id": "5f2a61e8-af83-4271-84b5-94095cb8dd32", "links": [{"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "bookmark"}]}, "id": "5025ea96-0266-4e40-8bd6-537e33cf88e8", "security_groups": [{"name": "default"}], "user_id": "bfbb724448b74e2e86e702e03976155b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:52:24Z", "hostId": "18413ed843e5be5a0cec9d9361608bf9f42f648e7d26f918252acc85", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "created": "2018-08-19T07:52:08Z", "tenant_id": "a6305938d02547748f21f608538e8203", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:52:25,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-509c3591-777b-4a54-920a-fdc9643871cf 2018-08-19 07:52:25,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623939037323s 2018-08-19 07:52:25,054 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-509c3591-777b-4a54-920a-fdc9643871cf 2018-08-19 07:52:25,056 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:52:27,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:52:27,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:27,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52: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-a6b37f20-47d0-4c36-bd98-252af35e21be x-compute-request-id: req-a6b37f20-47d0-4c36-bd98-252af35e21be Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-19 07:52:27,141 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a6b37f20-47d0-4c36-bd98-252af35e21be 2018-08-19 07:52:27,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0829780101776s 2018-08-19 07:52:27,142 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a6b37f20-47d0-4c36-bd98-252af35e21be 2018-08-19 07:52:27,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 07:52:27,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc/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}7d7df43e5ce5f354dc98904a921d9404f51724c1" -d '{"subnet_id": "849025ee-cf44-4192-ab1e-e15c61ce7ce0"}' 2018-08-19 07:52:28,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3b227690-e5f0-4ba3-adc6-d75b03ddca45 Date: Sun, 19 Aug 2018 07:52:28 GMT RESP BODY: {"network_id": "48b9426e-2fcf-42d8-ab7b-925e32477249", "tenant_id": "a6305938d02547748f21f608538e8203", "subnet_id": "849025ee-cf44-4192-ab1e-e15c61ce7ce0", "subnet_ids": ["849025ee-cf44-4192-ab1e-e15c61ce7ce0"], "port_id": "f7b2b3c2-eeec-4e32-a241-474dc32f61fd", "id": "10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc"} 2018-08-19 07:52:28,676 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc/remove_router_interface.json used request id req-3b227690-e5f0-4ba3-adc6-d75b03ddca45 2018-08-19 07:52:28,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.53375720978s 2018-08-19 07:52:28,677 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc/remove_router_interface.json used request id req-3b227690-e5f0-4ba3-adc6-d75b03ddca45 returning object 10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc 2018-08-19 07:52:28,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 07:52:28,678 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:28,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-81255c68-a523-4f99-ae19-647153a6dba4 Date: Sun, 19 Aug 2018 07:52:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "a6305938d02547748f21f608538e8203", "created_at": "2018-08-19T07:51:42Z", "admin_state_up": true, "updated_at": "2018-08-19T07:52:28Z", "revision_number": 4, "routes": [], "project_id": "a6305938d02547748f21f608538e8203", "id": "10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc", "name": "vping_userdata-router_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"}]} 2018-08-19 07:52:28,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-81255c68-a523-4f99-ae19-647153a6dba4 2018-08-19 07:52:28,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.122189998627s 2018-08-19 07:52:28,800 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-81255c68-a523-4f99-ae19-647153a6dba4 2018-08-19 07:52:28,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 07:52:28,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:30,142 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-be54ada3-d1a2-4f22-9721-1114bc885f3c Content-Length: 0 Date: Sun, 19 Aug 2018 07:52:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:52:30,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc.json used request id req-be54ada3-d1a2-4f22-9721-1114bc885f3c 2018-08-19 07:52:30,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.3415210247s 2018-08-19 07:52:30,143 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/10df414a-b2bc-4f0f-b4ad-a5c1c23da4fc.json used request id req-be54ada3-d1a2-4f22-9721-1114bc885f3c 2018-08-19 07:52:30,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:52:30,144 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:30,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6d1a583c-a1ed-49af-907e-f9daa41fbefd Date: Sun, 19 Aug 2018 07:52:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"48b9426e-2fcf-42d8-ab7b-925e32477249","tenant_id":"a6305938d02547748f21f608538e8203","created_at":"2018-08-19T07:51:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:51: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":"a6305938d02547748f21f608538e8203","id":"849025ee-cf44-4192-ab1e-e15c61ce7ce0","subnetpool_id":null,"name":"vping_userdata-subnet_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"}]} 2018-08-19 07:52:30,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6d1a583c-a1ed-49af-907e-f9daa41fbefd 2018-08-19 07:52:30,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0486319065094s 2018-08-19 07:52:30,192 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6d1a583c-a1ed-49af-907e-f9daa41fbefd 2018-08-19 07:52:30,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 07:52:30,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/849025ee-cf44-4192-ab1e-e15c61ce7ce0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:32,865 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-237a84ea-b259-4929-bb61-8bce08529808 Date: Sun, 19 Aug 2018 07:52:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:52:32,865 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/849025ee-cf44-4192-ab1e-e15c61ce7ce0.json used request id req-237a84ea-b259-4929-bb61-8bce08529808 2018-08-19 07:52:32,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.67173504829s 2018-08-19 07:52:32,866 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/849025ee-cf44-4192-ab1e-e15c61ce7ce0.json used request id req-237a84ea-b259-4929-bb61-8bce08529808 2018-08-19 07:52:32,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:52:32,867 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:32,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-a228a540-ec9b-43a3-a6a0-55fa14e8d727 Date: Sun, 19 Aug 2018 07:52:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T07:52:32Z","tenant_id":"a6305938d02547748f21f608538e8203","created_at":"2018-08-19T07:51:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a6305938d02547748f21f608538e8203","id":"48b9426e-2fcf-42d8-ab7b-925e32477249","name":"vping_userdata-net_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 07:52:32,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a228a540-ec9b-43a3-a6a0-55fa14e8d727 2018-08-19 07:52:32,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115305900574s 2018-08-19 07:52:32,982 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a228a540-ec9b-43a3-a6a0-55fa14e8d727 2018-08-19 07:52:32,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 07:52:32,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/48b9426e-2fcf-42d8-ab7b-925e32477249.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:34,697 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-69f980f6-1fdc-4252-84cf-cd9d0824dd7d Date: Sun, 19 Aug 2018 07:52:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:52:34,697 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/48b9426e-2fcf-42d8-ab7b-925e32477249.json used request id req-69f980f6-1fdc-4252-84cf-cd9d0824dd7d 2018-08-19 07:52:34,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.71425890923s 2018-08-19 07:52:34,697 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/48b9426e-2fcf-42d8-ab7b-925e32477249.json used request id req-69f980f6-1fdc-4252-84cf-cd9d0824dd7d 2018-08-19 07:52:34,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:52:34,705 - 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}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:35,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-0718d3e8-b1e5-4431-9e91-46af6826bca7 Date: Sun, 19 Aug 2018 07:52:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:51:48Z", "file": "/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/file", "owner": "a6305938d02547748f21f608538e8203", "id": "2c067b12-014c-4c3f-abc1-dd3f7617efd4", "size": 12716032, "self": "/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:51:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:52:35,484 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0718d3e8-b1e5-4431-9e91-46af6826bca7 2018-08-19 07:52:35,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.782820940018s 2018-08-19 07:52:35,485 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0718d3e8-b1e5-4431-9e91-46af6826bca7 2018-08-19 07:52:35,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 07:52:35,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d7df43e5ce5f354dc98904a921d9404f51724c1" 2018-08-19 07:52:36,101 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fed254ec-dc41-4d2a-ab49-dd11c464e48d Date: Sun, 19 Aug 2018 07:52: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-19 07:52:36,101 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4 used request id req-fed254ec-dc41-4d2a-ab49-dd11c464e48d 2018-08-19 07:52:36,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.614306926727s 2018-08-19 07:52:36,101 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/2c067b12-014c-4c3f-abc1-dd3f7617efd4 used request id req-fed254ec-dc41-4d2a-ab49-dd11c464e48d 2018-08-19 07:52:36,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:52:36,105 - 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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:52:36,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4c513da-dbec-4654-b8cd-4158b64828b7 x-compute-request-id: req-b4c513da-dbec-4654-b8cd-4158b64828b7 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32", "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": "5f2a61e8-af83-4271-84b5-94095cb8dd32"}]} 2018-08-19 07:52:36,125 - 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-b4c513da-dbec-4654-b8cd-4158b64828b7 2018-08-19 07:52:36,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0235230922699s 2018-08-19 07:52:36,126 - 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-b4c513da-dbec-4654-b8cd-4158b64828b7 2018-08-19 07:52:36,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 07:52:36,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:52:36,165 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:52:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ef2c95a-f5c1-4e70-aa55-49ffb616e0e8 x-compute-request-id: req-5ef2c95a-f5c1-4e70-aa55-49ffb616e0e8 Content-Length: 0 Content-Type: application/json 2018-08-19 07:52:36,165 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32 used request id req-5ef2c95a-f5c1-4e70-aa55-49ffb616e0e8 2018-08-19 07:52:36,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0386979579926s 2018-08-19 07:52:36,166 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/5f2a61e8-af83-4271-84b5-94095cb8dd32 used request id req-5ef2c95a-f5c1-4e70-aa55-49ffb616e0e8 2018-08-19 07:52:36,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:52:36,169 - 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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:52:36,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c6ca938-894b-4b6c-a4a3-20e006f680c0 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "links": {"self": "http://172.30.9.27:5000/v3/users/bfbb724448b74e2e86e702e03976155b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "bfbb724448b74e2e86e702e03976155b", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 07:52:36,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-1c6ca938-894b-4b6c-a4a3-20e006f680c0 2018-08-19 07:52:36,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212248086929s 2018-08-19 07:52:36,379 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-1c6ca938-894b-4b6c-a4a3-20e006f680c0 2018-08-19 07:52:36,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:52:36,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/bfbb724448b74e2e86e702e03976155b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:52:36,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-863e8e37-027a-4c87-878d-cb3b3d31478c Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5", "links": {"self": "http://172.30.9.27:5000/v3/users/bfbb724448b74e2e86e702e03976155b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "bfbb724448b74e2e86e702e03976155b", "description": null}} 2018-08-19 07:52:36,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/bfbb724448b74e2e86e702e03976155b used request id req-863e8e37-027a-4c87-878d-cb3b3d31478c 2018-08-19 07:52:36,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212757825851s 2018-08-19 07:52:36,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/bfbb724448b74e2e86e702e03976155b used request id req-863e8e37-027a-4c87-878d-cb3b3d31478c 2018-08-19 07:52:36,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 07:52:36,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/bfbb724448b74e2e86e702e03976155b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:52:36,916 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:52:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a55137a6-f22a-44bc-ba7f-60fec9161304 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:52:36,916 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/bfbb724448b74e2e86e702e03976155b used request id req-a55137a6-f22a-44bc-ba7f-60fec9161304 2018-08-19 07:52:36,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.319483995438s 2018-08-19 07:52:36,916 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/bfbb724448b74e2e86e702e03976155b used request id req-a55137a6-f22a-44bc-ba7f-60fec9161304 2018-08-19 07:52:36,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 07:52:36,926 - 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}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:52:37,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b15c3e3-565c-448e-98a5-b000dcf6cfb7 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.27:5000/v3/projects/a6305938d02547748f21f608538e8203"}, "tags": [], "enabled": true, "id": "a6305938d02547748f21f608538e8203", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_f15731bb-4fb6-4521-8fcf-ddbc1daba0d5"}]} 2018-08-19 07:52:37,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-1b15c3e3-565c-448e-98a5-b000dcf6cfb7 2018-08-19 07:52:37,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.200954914093s 2018-08-19 07:52:37,124 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-1b15c3e3-565c-448e-98a5-b000dcf6cfb7 2018-08-19 07:52:37,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 07:52:37,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/a6305938d02547748f21f608538e8203 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}49a902aa7bea2913ed6c6a841a1be9a441f21bc1" 2018-08-19 07:52:37,402 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:52:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e745733-45a1-4ee8-a83c-e682546897ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:52:37,402 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/a6305938d02547748f21f608538e8203 used request id req-2e745733-45a1-4ee8-a83c-e682546897ea 2018-08-19 07:52:37,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.274059057236s 2018-08-19 07:52:37,402 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/a6305938d02547748f21f608538e8203 used request id req-2e745733-45a1-4ee8-a83c-e682546897ea 2018-08-19 07:52:37,455 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-19 07:52:37,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:52:37,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:52:37,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:52:37,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:52:37,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:52:37,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:52:37,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:52:37,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:52:37,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:52:37,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:52:37,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:52:37,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:52:37,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:52:37,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:52:37,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:52:37,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:52:37,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:52:37,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:52:37,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:52:37,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:52:37,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:52:37,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:52:37,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-19 07:52:37,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0d5bb59-209c-46c6-98e7-6e3799409fb6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:52:37,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b0d5bb59-209c-46c6-98e7-6e3799409fb6 2018-08-19 07:52:37,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:52:37,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:52:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["minDKSqMRKeSaIfxvU7yXA"], "issued_at": "2018-08-19T07:52:37.000000Z"}} 2018-08-19 07:52:37,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:52:37,904 - 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}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:52:38,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-04d07c1f-996c-4f57-881d-80e50b0a305c Date: Sun, 19 Aug 2018 07:52:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 07:52:38,263 - 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-04d07c1f-996c-4f57-881d-80e50b0a305c 2018-08-19 07:52:38,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.358625173569s 2018-08-19 07:52:38,263 - 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-04d07c1f-996c-4f57-881d-80e50b0a305c 2018-08-19 07:52:38,267 - 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-19 07:52:38,272 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 07:52:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c58e5bc-ba90-4bb5-b0f3-6267ce95ac65 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-19 07:52:38,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-9c58e5bc-ba90-4bb5-b0f3-6267ce95ac65 2018-08-19 07:52:38,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 07:52:38,277 - 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}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:52:38,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab67e1c5-1ee0-4c23-a442-dedb512a8c90 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 07:52:38,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-ab67e1c5-1ee0-4c23-a442-dedb512a8c90 2018-08-19 07:52:38,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.20560002327s 2018-08-19 07:52:38,480 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-ab67e1c5-1ee0-4c23-a442-dedb512a8c90 2018-08-19 07:52:38,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 07:52:38,490 - 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}0c4fe491b010a31af4af844805aa51311fc992db" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_97063b26-00d0-44cb-9b40-19060d984680"}}' 2018-08-19 07:52:38,684 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 07:52:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-326e5fe5-a6ad-4cd6-a3e1-f10cd96931ca 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/6ebd35f955684cb9859ada7c60030511"}, "tags": [], "enabled": true, "id": "6ebd35f955684cb9859ada7c60030511", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_97063b26-00d0-44cb-9b40-19060d984680"}} 2018-08-19 07:52:38,684 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-326e5fe5-a6ad-4cd6-a3e1-f10cd96931ca 2018-08-19 07:52:38,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.197578191757s 2018-08-19 07:52:38,685 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-326e5fe5-a6ad-4cd6-a3e1-f10cd96931ca 2018-08-19 07:52:38,685 - 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'6ebd35f955684cb9859ada7c60030511', '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_97063b26-00d0-44cb-9b40-19060d984680'}) 2018-08-19 07:52:38,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 07:52:38,695 - 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}0c4fe491b010a31af4af844805aa51311fc992db" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a8b52ab0-2fc3-41dd-acf1-4d3d36b930b3", "email": null, "name": "cinder_test-user_97063b26-00d0-44cb-9b40-19060d984680"}}' 2018-08-19 07:52:39,243 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 07:52:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99d6986e-4089-4289-a98a-9c150af27be8 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_97063b26-00d0-44cb-9b40-19060d984680", "links": {"self": "http://172.30.9.27:5000/v3/users/fc87bf3cc9be4a4ca7c8bdee7c1dfd2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "domain_id": "default", "password_expires_at": null}} 2018-08-19 07:52:39,243 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-99d6986e-4089-4289-a98a-9c150af27be8 2018-08-19 07:52:39,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.551041126251s 2018-08-19 07:52:39,243 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-99d6986e-4089-4289-a98a-9c150af27be8 2018-08-19 07:52:39,244 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'fc87bf3cc9be4a4ca7c8bdee7c1dfd2e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_97063b26-00d0-44cb-9b40-19060d984680'}) 2018-08-19 07:52:39,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:52:39,251 - 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}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:52:39,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e50ba6c-2f4d-47e4-9c5f-5fa11bc435b9 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:52:39,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9e50ba6c-2f4d-47e4-9c5f-5fa11bc435b9 2018-08-19 07:52:39,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20025396347s 2018-08-19 07:52:39,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9e50ba6c-2f4d-47e4-9c5f-5fa11bc435b9 2018-08-19 07:52:39,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:52:39,456 - 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}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:52:39,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfec09d0-f47e-46de-b229-91170b3ed464 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:52:39,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cfec09d0-f47e-46de-b229-91170b3ed464 2018-08-19 07:52:39,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180433988571s 2018-08-19 07:52:39,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cfec09d0-f47e-46de-b229-91170b3ed464 2018-08-19 07:52:39,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:52:39,641 - 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}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:52:39,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-304aa80d-33c8-4cb2-8b39-3b4261bfdba6 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:52:39,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-304aa80d-33c8-4cb2-8b39-3b4261bfdba6 2018-08-19 07:52:39,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.277153968811s 2018-08-19 07:52:39,916 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-304aa80d-33c8-4cb2-8b39-3b4261bfdba6 2018-08-19 07:52:39,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 07:52:39,923 - 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}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:52:40,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ab1d058-783e-4181-82d2-c438eee01121 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-19 07:52:40,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-5ab1d058-783e-4181-82d2-c438eee01121 2018-08-19 07:52:40,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19531083107s 2018-08-19 07:52:40,116 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-5ab1d058-783e-4181-82d2-c438eee01121 2018-08-19 07:52:40,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:52:40,120 - 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}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:52:40,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-465fa64d-84ba-4bc6-a956-b5ec2e6c2ec8 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder_test-user_97063b26-00d0-44cb-9b40-19060d984680", "links": {"self": "http://172.30.9.27:5000/v3/users/fc87bf3cc9be4a4ca7c8bdee7c1dfd2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 07:52:40,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-465fa64d-84ba-4bc6-a956-b5ec2e6c2ec8 2018-08-19 07:52:40,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201840877533s 2018-08-19 07:52:40,319 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-465fa64d-84ba-4bc6-a956-b5ec2e6c2ec8 2018-08-19 07:52:40,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 07:52:40,334 - 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}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:52:40,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68deb647-d1a9-4169-bbc5-c5a1a0ab919d 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/6ebd35f955684cb9859ada7c60030511"}, "tags": [], "enabled": true, "id": "6ebd35f955684cb9859ada7c60030511", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_97063b26-00d0-44cb-9b40-19060d984680"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-19 07:52:40,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-68deb647-d1a9-4169-bbc5-c5a1a0ab919d 2018-08-19 07:52:40,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.200172185898s 2018-08-19 07:52:40,531 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-68deb647-d1a9-4169-bbc5-c5a1a0ab919d 2018-08-19 07:52:40,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 07:52:40,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=fc87bf3cc9be4a4ca7c8bdee7c1dfd2e&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=6ebd35f955684cb9859ada7c60030511" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:52:40,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c6a6d4f-8ffe-4646-8dea-1497b0b24d08 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=fc87bf3cc9be4a4ca7c8bdee7c1dfd2e&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=6ebd35f955684cb9859ada7c60030511", "previous": null, "next": null}} 2018-08-19 07:52:40,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=fc87bf3cc9be4a4ca7c8bdee7c1dfd2e&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=6ebd35f955684cb9859ada7c60030511 used request id req-1c6a6d4f-8ffe-4646-8dea-1497b0b24d08 2018-08-19 07:52:40,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.221940994263s 2018-08-19 07:52:40,760 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=fc87bf3cc9be4a4ca7c8bdee7c1dfd2e&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=6ebd35f955684cb9859ada7c60030511 used request id req-1c6a6d4f-8ffe-4646-8dea-1497b0b24d08 2018-08-19 07:52:40,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 07:52:40,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/6ebd35f955684cb9859ada7c60030511/users/fc87bf3cc9be4a4ca7c8bdee7c1dfd2e/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:52:40,943 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:52:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e7fadb2-e901-4d39-868f-6deab307fb52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:52:40,943 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6ebd35f955684cb9859ada7c60030511/users/fc87bf3cc9be4a4ca7c8bdee7c1dfd2e/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-9e7fadb2-e901-4d39-868f-6deab307fb52 2018-08-19 07:52:40,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.179593086243s 2018-08-19 07:52:40,943 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6ebd35f955684cb9859ada7c60030511/users/fc87bf3cc9be4a4ca7c8bdee7c1dfd2e/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-9e7fadb2-e901-4d39-868f-6deab307fb52 2018-08-19 07:52:40,944 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_97063b26-00d0-44cb-9b40-19060d984680', 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'6ebd35f955684cb9859ada7c60030511', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'a8b52ab0-2fc3-41dd-acf1-4d3d36b930b3', 'username': u'cinder_test-user_97063b26-00d0-44cb-9b40-19060d984680', '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-19 07:52:40,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:52:40,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:52:40,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:52:40,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:52:40,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:52:40,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:52:40,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:52:40,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:52:40,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:52:40,946 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:52:40,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:52:40,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:52:40,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:52:40,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:52:40,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:52:40,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:52:40,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:52:40,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:52:40,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:52:40,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:52:40,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:52:40,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:52:40,950 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_97063b26-00d0-44cb-9b40-19060d984680', 'password': 'a8b52ab0-2fc3-41dd-acf1-4d3d36b930b3', 'project_name': 'cinder_test-project_97063b26-00d0-44cb-9b40-19060d984680', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '6ebd35f955684cb9859ada7c60030511', 'project_domain_name': 'Default'} 2018-08-19 07:52:40,950 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-19 07:52:40,951 - 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-19 07:52:40,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-398ec093-bfd8-45ea-9902-07270ee310f1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:52:40,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-398ec093-bfd8-45ea-9902-07270ee310f1 2018-08-19 07:52:40,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:52:41,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:52:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ebd35f955684cb9859ada7c60030511", "name": "cinder_test-project_97063b26-00d0-44cb-9b40-19060d984680"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6ebd35f955684cb9859ada7c60030511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/6ebd35f955684cb9859ada7c60030511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/6ebd35f955684cb9859ada7c60030511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/6ebd35f955684cb9859ada7c60030511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/6ebd35f955684cb9859ada7c60030511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/6ebd35f955684cb9859ada7c60030511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/6ebd35f955684cb9859ada7c60030511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/6ebd35f955684cb9859ada7c60030511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/6ebd35f955684cb9859ada7c60030511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/6ebd35f955684cb9859ada7c60030511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/6ebd35f955684cb9859ada7c60030511", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_6ebd35f955684cb9859ada7c60030511", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_6ebd35f955684cb9859ada7c60030511", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_97063b26-00d0-44cb-9b40-19060d984680", "id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e"}, "audit_ids": ["vlMAQWTgQ7aqRcuwnOdhLA"], "issued_at": "2018-08-19T07:52:41.000000Z"}} 2018-08-19 07:52:41,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 07:52:41,365 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"network": {"name": "cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680", "admin_state_up": true}}' 2018-08-19 07:52:42,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-7797ce31-556d-4e9a-807f-4e96f7117263 Date: Sun, 19 Aug 2018 07:52:42 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:52:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-19T07:52:41Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"6ebd35f955684cb9859ada7c60030511","id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","name":"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680"}} 2018-08-19 07:52:42,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7797ce31-556d-4e9a-807f-4e96f7117263 2018-08-19 07:52:42,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.692951917648s 2018-08-19 07:52:42,058 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7797ce31-556d-4e9a-807f-4e96f7117263 2018-08-19 07:52:42,058 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:52:41Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'f0863e8b-98f9-4be4-bf9a-cd2691722ea7', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680', u'admin_state_up': True, u'tenant_id': u'6ebd35f955684cb9859ada7c60030511', u'created_at': u'2018-08-19T07:52:41Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6ebd35f955684cb9859ada7c60030511'}) 2018-08-19 07:52:42,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:52:42,058 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:52:42,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-99eb1f9e-995f-4940-9cb8-eb7e37502f3a Date: Sun, 19 Aug 2018 07:52:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T07:52:41Z","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:52:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"6ebd35f955684cb9859ada7c60030511","id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","name":"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680"}]} 2018-08-19 07:52:42,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-99eb1f9e-995f-4940-9cb8-eb7e37502f3a 2018-08-19 07:52:42,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.341606855392s 2018-08-19 07:52:42,400 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-99eb1f9e-995f-4940-9cb8-eb7e37502f3a 2018-08-19 07:52:42,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 07:52:42,402 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"subnet": {"name": "cinder_test-subnet_97063b26-00d0-44cb-9b40-19060d984680", "enable_dhcp": true, "network_id": "f0863e8b-98f9-4be4-bf9a-cd2691722ea7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 07:52:43,461 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-57146e2e-12db-4a33-8559-d670aad0facb Date: Sun, 19 Aug 2018 07:52:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:52:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:52: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":"6ebd35f955684cb9859ada7c60030511","id":"552eeca4-c1e8-4b93-a413-f3395b536bd3","subnetpool_id":null,"name":"cinder_test-subnet_97063b26-00d0-44cb-9b40-19060d984680"}} 2018-08-19 07:52:43,461 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-57146e2e-12db-4a33-8559-d670aad0facb 2018-08-19 07:52:43,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.05907988548s 2018-08-19 07:52:43,461 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-57146e2e-12db-4a33-8559-d670aad0facb 2018-08-19 07:52:43,461 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:52: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'552eeca4-c1e8-4b93-a413-f3395b536bd3', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_97063b26-00d0-44cb-9b40-19060d984680', u'enable_dhcp': True, u'network_id': u'f0863e8b-98f9-4be4-bf9a-cd2691722ea7', u'tenant_id': u'6ebd35f955684cb9859ada7c60030511', u'created_at': u'2018-08-19T07:52: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'6ebd35f955684cb9859ada7c60030511'}) 2018-08-19 07:52:43,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 07:52:43,463 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "cinder_test-router_97063b26-00d0-44cb-9b40-19060d984680", "admin_state_up": true}}' 2018-08-19 07:52:45,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-f5f19bbf-5d0e-45d4-ab34-10cf81bbc840 Date: Sun, 19 Aug 2018 07:52:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:52:43Z", "admin_state_up": true, "updated_at": "2018-08-19T07:52:44Z", "revision_number": 2, "routes": [], "project_id": "6ebd35f955684cb9859ada7c60030511", "id": "80ed5f18-1795-425b-a143-2f70aecdb20c", "name": "cinder_test-router_97063b26-00d0-44cb-9b40-19060d984680"}} 2018-08-19 07:52:45,157 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f5f19bbf-5d0e-45d4-ab34-10cf81bbc840 2018-08-19 07:52:45,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.69516587257s 2018-08-19 07:52:45,158 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f5f19bbf-5d0e-45d4-ab34-10cf81bbc840 2018-08-19 07:52:45,158 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6ebd35f955684cb9859ada7c60030511', u'created_at': u'2018-08-19T07:52:43Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T07:52:44Z', u'revision_number': 2, u'routes': [], u'project_id': u'6ebd35f955684cb9859ada7c60030511', u'id': u'80ed5f18-1795-425b-a143-2f70aecdb20c', u'name': u'cinder_test-router_97063b26-00d0-44cb-9b40-19060d984680'}) 2018-08-19 07:52:45,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 07:52:45,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/80ed5f18-1795-425b-a143-2f70aecdb20c/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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"subnet_id": "552eeca4-c1e8-4b93-a413-f3395b536bd3"}' 2018-08-19 07:52:47,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-28c8faf1-489a-4cfd-8ccf-459b9c786fa4 Date: Sun, 19 Aug 2018 07:52:47 GMT RESP BODY: {"network_id": "f0863e8b-98f9-4be4-bf9a-cd2691722ea7", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "subnet_id": "552eeca4-c1e8-4b93-a413-f3395b536bd3", "subnet_ids": ["552eeca4-c1e8-4b93-a413-f3395b536bd3"], "port_id": "2675781a-1c09-4cb5-9831-c5eba8ab8ed2", "id": "80ed5f18-1795-425b-a143-2f70aecdb20c"} 2018-08-19 07:52:47,685 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/80ed5f18-1795-425b-a143-2f70aecdb20c/add_router_interface.json used request id req-28c8faf1-489a-4cfd-8ccf-459b9c786fa4 2018-08-19 07:52:47,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.5262901783s 2018-08-19 07:52:47,685 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/80ed5f18-1795-425b-a143-2f70aecdb20c/add_router_interface.json used request id req-28c8faf1-489a-4cfd-8ccf-459b9c786fa4 returning object 80ed5f18-1795-425b-a143-2f70aecdb20c 2018-08-19 07:52:47,686 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-19 07:52:47,818 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-19 07:52:47,820 - 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-19 07:52:47,824 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 07:52:47 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-19 07:52:47,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:52:47,829 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:52:48,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f49ff800-76fa-44ef-b563-66d72df54b9f Date: Sun, 19 Aug 2018 07:52:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:52:48,112 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f49ff800-76fa-44ef-b563-66d72df54b9f 2018-08-19 07:52:48,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.284106969833s 2018-08-19 07:52:48,112 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f49ff800-76fa-44ef-b563-66d72df54b9f 2018-08-19 07:52:48,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 07:52:48,124 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_97063b26-00d0-44cb-9b40-19060d984680", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_97063b26-00d0-44cb-9b40-19060d984680"}' 2018-08-19 07:52:48,921 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/603fbd47-f483-41ca-b493-5c1567139336 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c02265ee-90ab-4d5c-a245-3ad5fba67854 Date: Sun, 19 Aug 2018 07:52:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:52:48Z", "file": "/v2/images/603fbd47-f483-41ca-b493-5c1567139336/file", "owner": "6ebd35f955684cb9859ada7c60030511", "id": "603fbd47-f483-41ca-b493-5c1567139336", "size": null, "self": "/v2/images/603fbd47-f483-41ca-b493-5c1567139336", "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_97063b26-00d0-44cb-9b40-19060d984680", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_97063b26-00d0-44cb-9b40-19060d984680", "checksum": null, "created_at": "2018-08-19T07:52:48Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 07:52:48,922 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c02265ee-90ab-4d5c-a245-3ad5fba67854 2018-08-19 07:52:48,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.801640033722s 2018-08-19 07:52:48,922 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c02265ee-90ab-4d5c-a245-3ad5fba67854 returning object 603fbd47-f483-41ca-b493-5c1567139336 2018-08-19 07:52:48,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 07:52:48,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/603fbd47-f483-41ca-b493-5c1567139336/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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '' 2018-08-19 07:52:49,680 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f4485c91-9f5d-47fd-96ce-fcc881333806 Date: Sun, 19 Aug 2018 07:52: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-19 07:52:49,680 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/603fbd47-f483-41ca-b493-5c1567139336/file used request id req-f4485c91-9f5d-47fd-96ce-fcc881333806 2018-08-19 07:52:49,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.757416963577s 2018-08-19 07:52:49,681 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/603fbd47-f483-41ca-b493-5c1567139336/file used request id req-f4485c91-9f5d-47fd-96ce-fcc881333806 2018-08-19 07:52:49,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:52:49,689 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:52:49,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-87ec96d9-9ca9-4db2-907f-ed9452e496c7 Date: Sun, 19 Aug 2018 07:52:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:52:49Z", "file": "/v2/images/603fbd47-f483-41ca-b493-5c1567139336/file", "owner": "6ebd35f955684cb9859ada7c60030511", "id": "603fbd47-f483-41ca-b493-5c1567139336", "size": 12716032, "self": "/v2/images/603fbd47-f483-41ca-b493-5c1567139336", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/603fbd47-f483-41ca-b493-5c1567139336/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/603fbd47-f483-41ca-b493-5c1567139336/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_97063b26-00d0-44cb-9b40-19060d984680", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_97063b26-00d0-44cb-9b40-19060d984680", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:52:48Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:52:49,983 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-87ec96d9-9ca9-4db2-907f-ed9452e496c7 2018-08-19 07:52:49,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298249959946s 2018-08-19 07:52:49,983 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-87ec96d9-9ca9-4db2-907f-ed9452e496c7 2018-08-19 07:52:49,985 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/603fbd47-f483-41ca-b493-5c1567139336/snap', u'metadata': Munch({})})], 'file': u'/v2/images/603fbd47-f483-41ca-b493-5c1567139336/file', 'owner': u'6ebd35f955684cb9859ada7c60030511', 'id': u'603fbd47-f483-41ca-b493-5c1567139336', 'size': 12716032, u'self': u'/v2/images/603fbd47-f483-41ca-b493-5c1567139336', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ebd35f955684cb9859ada7c60030511', 'name': 'cinder_test-project_97063b26-00d0-44cb-9b40-19060d984680', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/603fbd47-f483-41ca-b493-5c1567139336/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T07:52:49Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T07:52:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_97063b26-00d0-44cb-9b40-19060d984680', '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/603fbd47-f483-41ca-b493-5c1567139336', 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_97063b26-00d0-44cb-9b40-19060d984680', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_97063b26-00d0-44cb-9b40-19060d984680', 'created': u'2018-08-19T07:52:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T07:52:48Z', 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/603fbd47-f483-41ca-b493-5c1567139336', 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_97063b26-00d0-44cb-9b40-19060d984680', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 07:52:49,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 07:52:49,989 - 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}0c4fe491b010a31af4af844805aa51311fc992db" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_97063b26-00d0-44cb-9b40-19060d984680", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 07:52:50,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-358d1f6f-60d0-4275-afae-673762798807 x-compute-request-id: req-358d1f6f-60d0-4275-afae-673762798807 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_97063b26-00d0-44cb-9b40-19060d984680", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "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": "218073d9-7bcf-4669-b538-40ab39b1bc97"}} 2018-08-19 07:52:50,414 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-358d1f6f-60d0-4275-afae-673762798807 2018-08-19 07:52:50,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.427681922913s 2018-08-19 07:52:50,415 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-358d1f6f-60d0-4275-afae-673762798807 2018-08-19 07:52:50,415 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_97063b26-00d0-44cb-9b40-19060d984680', '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'7dc2782794df470c83590a2cbd73fefb', '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'218073d9-7bcf-4669-b538-40ab39b1bc97', 'swap': 0}) 2018-08-19 07:52:50,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 07:52:50,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97/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}0c4fe491b010a31af4af844805aa51311fc992db" -d '{"extra_specs": {}}' 2018-08-19 07:52:50,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-794f3add-3634-4966-ae09-8380cc754c4a x-compute-request-id: req-794f3add-3634-4966-ae09-8380cc754c4a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 07:52:50,437 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97/os-extra_specs used request id req-794f3add-3634-4966-ae09-8380cc754c4a 2018-08-19 07:52:50,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207960605621s 2018-08-19 07:52:50,437 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97/os-extra_specs used request id req-794f3add-3634-4966-ae09-8380cc754c4a 2018-08-19 07:52:50,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-19 07:52:50,440 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"keypair": {"name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680"}}' 2018-08-19 07:52:50,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e8ecaba-c86f-4d5c-8353-300a6ea9305b x-compute-request-id: req-5e8ecaba-c86f-4d5c-8353-300a6ea9305b Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzEMmUasrflhyl2mEm6pg9Psrh4637T2WMEicn2GPPbqldz4D2tCCwcQTeQ8sAkPfUtf6l/mSmpMXUJEjZSUqCzBU6XEFcKm920qmPEja4eh2plhQPExXVkemLhR1rWItdB0sZ88yuh7PqNf/z9Sf0Qd6rIoseYfi3mPkgQwEAdaNZusMAuy9AG5tP3jGSNGdmq9zrq1IJmpzhx4S7aNdqTHO8et/BORmmwsOWqkc6wYmZzvypO/NKc8AFRQ9MOYYi2LVmNdRcTxiQRL+uEz+/LU8r0w2U01ZZ2mH+UKHit9lLMC1YHot5ugCY1GTDPHik+hkoBgLxjp8ATV07NW13 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsxDJlGrK35YcpdphJuqYPT7K4eOt+09ljBInJ9hjz26pXc+A\n9rQgsHEE3kPLAJD31LX+pf5kpqTF1CRI2UlKgswVOlxBXCpvdtKpjxI2uHodqZYU\nDxMV1ZHpi4Uda1iLXQdLGfPMroez6jX/8/Un9EHeqyKLHmH4t5j5IEMBAHWjWbrD\nALsvQBubT94xkjRnZqvc66tSCZqc4ceEu2jXakxzvHrfwTkZpsLDlqpHOsGJmc78\nqTvzSnPABUUPTDmGIti1ZjXUXE8YkES/rhM/vy1PK9MNlNNWWdph/lCh4rfZSzAt\nWB6LeboAmNRkwzx4pPoZKAYC8Y6fAE1dOzVtdwIDAQABAoIBABn0NfOAIxWTMWXM\nqEY2vIgsAMYK9R223VYXD3vT/muDc6L4P44Cf7ZzOyxoERVs7a70DgvLOpV4zn+4\nHqL334fjwrPpyUNtlyhW0mK9VhcZBBGfghrJPmHtOzeQvLnhZJnAQ99oGeO2IZqx\n5v5aK0dZAMg3QojN1Hnv/zPw4kVJiaLZcEP4Eu25wfIXPcI3tMU8m3/6XWZx3MD3\nSVEA+9CvEZRlvHEGD7Bv0tOdtqdQQL5K0gmjBDiXWa1mriXtPhi13ns2O+T2C8fy\nor9U409GCTIQR2/RC+d64e4MYZNa4Inw1Ml6OSLcevy2wPAGEpe6FtN8QUkPNh1a\nbgdgPqECgYEA3ILDQ22DdIoiYVzCKH0b2Z1i1F8nH4DrzobD1JVRUWD+ZeiZezX1\nxGGq/c/q9c34FC6HM4AdJZVlKBjxEUlZnoCldryTYvjbssuV1qjiZ7W5haGcBhbU\nPv6/rdx3gnXYmfmc5ePBqJ8Q5LyEw4euTpI9SSH9VK1CBxS6vWofZ0cCgYEAz+Jy\nEJVIoT+QE1WG0PWvt8a2/1Du4hDUBNp84COohUOFPa28xZI6xUnZZxaj4CAkoTLN\n9kNQgOjk0DqU9FHa6xyHMIL3+uIXZX+7vyrgg9cSszIMTLmENLDB/905etj1BqW0\nMVHyeF8hlJC5A7b1xXJPwdUQLdcw/eJy66jsQFECgYEAsjyr8luZzuA8q/AbLDj8\nAukZUknbSLafY99AeRt8kEfTObJKJPJXxjWfzep6o9apeD6nn/QlGxTnoAKREIT2\ngIzBsfj5NR2sD5hJdCosXuHfpGkdwTpAsu6dJr42h2gT/Vlq/dMb3N09/XV35shM\nF0xTZ0KnDwPAhBK4YpRd788CgYEAhtYNvgvWDCC6RpAW3bo9uym80GWiTCc2Hd/J\nV2hJigZ9icACzPNIA2cfB+p7aIfwuk3FoZGPyc1FfHpC2yWspQrf9Os+BRBYtJDh\nKeGZtmntyyUPLUS3J6XubxMCkVfftewMsGDCsKijk0U7e9lUGDlI2iRkVhdZw5L5\njzkF48ECgYBqtXPVKk5KwUMrfk5OJZOR4WYgIogBJ1291pBERB8Bvce06KZXiO76\nzJYZv2txSDnvDtZRJs9Xq/eqD9vpWaq7FFCGDmvxaO9oFsjaTh9PVRhLVZ01H8DC\nw6qXGaizMZXzUSSAD1jPSEhlqU2frAkCziq8WrYTn9T+bdLLKvft4g==\n-----END RSA PRIVATE KEY-----\n", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "fingerprint": "b6:cd:91:6e:ef:e7:34:8b:ba:c0:8b:c4:42:5a:90:74"}} 2018-08-19 07:52:50,924 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-5e8ecaba-c86f-4d5c-8353-300a6ea9305b 2018-08-19 07:52:50,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.486164093018s 2018-08-19 07:52:50,924 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-5e8ecaba-c86f-4d5c-8353-300a6ea9305b 2018-08-19 07:52:50,925 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzEMmUasrflhyl2mEm6pg9Psrh4637T2WMEicn2GPPbqldz4D2tCCwcQTeQ8sAkPfUtf6l/mSmpMXUJEjZSUqCzBU6XEFcKm920qmPEja4eh2plhQPExXVkemLhR1rWItdB0sZ88yuh7PqNf/z9Sf0Qd6rIoseYfi3mPkgQwEAdaNZusMAuy9AG5tP3jGSNGdmq9zrq1IJmpzhx4S7aNdqTHO8et/BORmmwsOWqkc6wYmZzvypO/NKc8AFRQ9MOYYi2LVmNdRcTxiQRL+uEz+/LU8r0w2U01ZZ2mH+UKHit9lLMC1YHot5ugCY1GTDPHik+hkoBgLxjp8ATV07NW13 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsxDJlGrK35YcpdphJuqYPT7K4eOt+09ljBInJ9hjz26pXc+A\n9rQgsHEE3kPLAJD31LX+pf5kpqTF1CRI2UlKgswVOlxBXCpvdtKpjxI2uHodqZYU\nDxMV1ZHpi4Uda1iLXQdLGfPMroez6jX/8/Un9EHeqyKLHmH4t5j5IEMBAHWjWbrD\nALsvQBubT94xkjRnZqvc66tSCZqc4ceEu2jXakxzvHrfwTkZpsLDlqpHOsGJmc78\nqTvzSnPABUUPTDmGIti1ZjXUXE8YkES/rhM/vy1PK9MNlNNWWdph/lCh4rfZSzAt\nWB6LeboAmNRkwzx4pPoZKAYC8Y6fAE1dOzVtdwIDAQABAoIBABn0NfOAIxWTMWXM\nqEY2vIgsAMYK9R223VYXD3vT/muDc6L4P44Cf7ZzOyxoERVs7a70DgvLOpV4zn+4\nHqL334fjwrPpyUNtlyhW0mK9VhcZBBGfghrJPmHtOzeQvLnhZJnAQ99oGeO2IZqx\n5v5aK0dZAMg3QojN1Hnv/zPw4kVJiaLZcEP4Eu25wfIXPcI3tMU8m3/6XWZx3MD3\nSVEA+9CvEZRlvHEGD7Bv0tOdtqdQQL5K0gmjBDiXWa1mriXtPhi13ns2O+T2C8fy\nor9U409GCTIQR2/RC+d64e4MYZNa4Inw1Ml6OSLcevy2wPAGEpe6FtN8QUkPNh1a\nbgdgPqECgYEA3ILDQ22DdIoiYVzCKH0b2Z1i1F8nH4DrzobD1JVRUWD+ZeiZezX1\nxGGq/c/q9c34FC6HM4AdJZVlKBjxEUlZnoCldryTYvjbssuV1qjiZ7W5haGcBhbU\nPv6/rdx3gnXYmfmc5ePBqJ8Q5LyEw4euTpI9SSH9VK1CBxS6vWofZ0cCgYEAz+Jy\nEJVIoT+QE1WG0PWvt8a2/1Du4hDUBNp84COohUOFPa28xZI6xUnZZxaj4CAkoTLN\n9kNQgOjk0DqU9FHa6xyHMIL3+uIXZX+7vyrgg9cSszIMTLmENLDB/905etj1BqW0\nMVHyeF8hlJC5A7b1xXJPwdUQLdcw/eJy66jsQFECgYEAsjyr8luZzuA8q/AbLDj8\nAukZUknbSLafY99AeRt8kEfTObJKJPJXxjWfzep6o9apeD6nn/QlGxTnoAKREIT2\ngIzBsfj5NR2sD5hJdCosXuHfpGkdwTpAsu6dJr42h2gT/Vlq/dMb3N09/XV35shM\nF0xTZ0KnDwPAhBK4YpRd788CgYEAhtYNvgvWDCC6RpAW3bo9uym80GWiTCc2Hd/J\nV2hJigZ9icACzPNIA2cfB+p7aIfwuk3FoZGPyc1FfHpC2yWspQrf9Os+BRBYtJDh\nKeGZtmntyyUPLUS3J6XubxMCkVfftewMsGDCsKijk0U7e9lUGDlI2iRkVhdZw5L5\njzkF48ECgYBqtXPVKk5KwUMrfk5OJZOR4WYgIogBJ1291pBERB8Bvce06KZXiO76\nzJYZv2txSDnvDtZRJs9Xq/eqD9vpWaq7FFCGDmvxaO9oFsjaTh9PVRhLVZ01H8DC\nw6qXGaizMZXzUSSAD1jPSEhlqU2frAkCziq8WrYTn9T+bdLLKvft4g==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'fc87bf3cc9be4a4ca7c8bdee7c1dfd2e', 'name': u'cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680', 'created_at': '2018-08-19T07:52:50.925566', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ebd35f955684cb9859ada7c60030511', 'name': 'cinder_test-project_97063b26-00d0-44cb-9b40-19060d984680', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b6:cd:91:6e:ef:e7:34:8b:ba:c0:8b:c4:42:5a:90:74', 'type': 'ssh', 'id': u'cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680'}) 2018-08-19 07:52:50,926 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAsxDJlGrK35YcpdphJuqYPT7K4eOt+09ljBInJ9hjz26pXc+A 9rQgsHEE3kPLAJD31LX+pf5kpqTF1CRI2UlKgswVOlxBXCpvdtKpjxI2uHodqZYU DxMV1ZHpi4Uda1iLXQdLGfPMroez6jX/8/Un9EHeqyKLHmH4t5j5IEMBAHWjWbrD ALsvQBubT94xkjRnZqvc66tSCZqc4ceEu2jXakxzvHrfwTkZpsLDlqpHOsGJmc78 qTvzSnPABUUPTDmGIti1ZjXUXE8YkES/rhM/vy1PK9MNlNNWWdph/lCh4rfZSzAt WB6LeboAmNRkwzx4pPoZKAYC8Y6fAE1dOzVtdwIDAQABAoIBABn0NfOAIxWTMWXM qEY2vIgsAMYK9R223VYXD3vT/muDc6L4P44Cf7ZzOyxoERVs7a70DgvLOpV4zn+4 HqL334fjwrPpyUNtlyhW0mK9VhcZBBGfghrJPmHtOzeQvLnhZJnAQ99oGeO2IZqx 5v5aK0dZAMg3QojN1Hnv/zPw4kVJiaLZcEP4Eu25wfIXPcI3tMU8m3/6XWZx3MD3 SVEA+9CvEZRlvHEGD7Bv0tOdtqdQQL5K0gmjBDiXWa1mriXtPhi13ns2O+T2C8fy or9U409GCTIQR2/RC+d64e4MYZNa4Inw1Ml6OSLcevy2wPAGEpe6FtN8QUkPNh1a bgdgPqECgYEA3ILDQ22DdIoiYVzCKH0b2Z1i1F8nH4DrzobD1JVRUWD+ZeiZezX1 xGGq/c/q9c34FC6HM4AdJZVlKBjxEUlZnoCldryTYvjbssuV1qjiZ7W5haGcBhbU Pv6/rdx3gnXYmfmc5ePBqJ8Q5LyEw4euTpI9SSH9VK1CBxS6vWofZ0cCgYEAz+Jy EJVIoT+QE1WG0PWvt8a2/1Du4hDUBNp84COohUOFPa28xZI6xUnZZxaj4CAkoTLN 9kNQgOjk0DqU9FHa6xyHMIL3+uIXZX+7vyrgg9cSszIMTLmENLDB/905etj1BqW0 MVHyeF8hlJC5A7b1xXJPwdUQLdcw/eJy66jsQFECgYEAsjyr8luZzuA8q/AbLDj8 AukZUknbSLafY99AeRt8kEfTObJKJPJXxjWfzep6o9apeD6nn/QlGxTnoAKREIT2 gIzBsfj5NR2sD5hJdCosXuHfpGkdwTpAsu6dJr42h2gT/Vlq/dMb3N09/XV35shM F0xTZ0KnDwPAhBK4YpRd788CgYEAhtYNvgvWDCC6RpAW3bo9uym80GWiTCc2Hd/J V2hJigZ9icACzPNIA2cfB+p7aIfwuk3FoZGPyc1FfHpC2yWspQrf9Os+BRBYtJDh KeGZtmntyyUPLUS3J6XubxMCkVfftewMsGDCsKijk0U7e9lUGDlI2iRkVhdZw5L5 jzkF48ECgYBqtXPVKk5KwUMrfk5OJZOR4WYgIogBJ1291pBERB8Bvce06KZXiO76 zJYZv2txSDnvDtZRJs9Xq/eqD9vpWaq7FFCGDmvxaO9oFsjaTh9PVRhLVZ01H8DC w6qXGaizMZXzUSSAD1jPSEhlqU2frAkCziq8WrYTn9T+bdLLKvft4g== -----END RSA PRIVATE KEY----- 2018-08-19 07:52:50,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-19 07:52:50,929 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"security_group": {"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-19 07:52:51,712 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-243264d0-0747-493e-ac9b-8e4a9d98f0f0 Date: Sun, 19 Aug 2018 07:52:51 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:52:51Z", "updated_at": "2018-08-19T07:52:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:51Z", "revision_number": 0, "id": "0eac921d-db5c-4ce1-a78e-8277c9a76de7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:51Z", "security_group_id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:51Z", "revision_number": 0, "id": "cc44288d-a067-4d83-bc11-7def7737f850", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:51Z", "security_group_id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}], "revision_number": 1, "project_id": "6ebd35f955684cb9859ada7c60030511", "id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}} 2018-08-19 07:52:51,712 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-243264d0-0747-493e-ac9b-8e4a9d98f0f0 2018-08-19 07:52:51,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.783571958542s 2018-08-19 07:52:51,713 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-243264d0-0747-493e-ac9b-8e4a9d98f0f0 2018-08-19 07:52:51,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 07:52:51,717 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:52:52,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-18944201-f77f-47e7-a071-7155d63a06a2 Date: Sun, 19 Aug 2018 07:52:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:52:41Z", "updated_at": "2018-08-19T07:52:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "3e700936-b0b3-48ed-867b-0c99466f0e01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "469b360a-507b-460b-b5bb-418abac4bb76", "remote_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "7bfad34f-dcde-4017-9d84-84ee12ae865b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "cd54cedb-6baf-417a-9975-4919aa78d25c", "remote_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}], "revision_number": 1, "project_id": "6ebd35f955684cb9859ada7c60030511", "id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:52:51Z", "updated_at": "2018-08-19T07:52:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:51Z", "revision_number": 0, "id": "0eac921d-db5c-4ce1-a78e-8277c9a76de7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:51Z", "security_group_id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:51Z", "revision_number": 0, "id": "cc44288d-a067-4d83-bc11-7def7737f850", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:51Z", "security_group_id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}], "revision_number": 1, "project_id": "6ebd35f955684cb9859ada7c60030511", "id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}]} 2018-08-19 07:52:52,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-18944201-f77f-47e7-a071-7155d63a06a2 2018-08-19 07:52:52,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.33061504364s 2018-08-19 07:52:52,048 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-18944201-f77f-47e7-a071-7155d63a06a2 2018-08-19 07:52:52,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 07:52:52,054 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" -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": "e47c5470-b7a8-440e-85ef-727fd1d1a36c"}}' 2018-08-19 07:52:52,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-3e562cfd-5151-4a03-8748-e26e60881c2f Date: Sun, 19 Aug 2018 07:52:52 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-19T07:52:52Z", "security_group_id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "port_range_min": 22, "revision_number": 0, "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:52:52Z", "project_id": "6ebd35f955684cb9859ada7c60030511", "id": "cbaa12af-0cee-45b4-9163-79f3d375e443"}} 2018-08-19 07:52:52,569 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-3e562cfd-5151-4a03-8748-e26e60881c2f 2018-08-19 07:52:52,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.515654087067s 2018-08-19 07:52:52,569 - 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-3e562cfd-5151-4a03-8748-e26e60881c2f 2018-08-19 07:52:52,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 07:52:52,573 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:52:52,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-895acc3d-7f87-4e65-8730-d31590cf112b Date: Sun, 19 Aug 2018 07:52:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:52:41Z", "updated_at": "2018-08-19T07:52:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "3e700936-b0b3-48ed-867b-0c99466f0e01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "469b360a-507b-460b-b5bb-418abac4bb76", "remote_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "7bfad34f-dcde-4017-9d84-84ee12ae865b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "cd54cedb-6baf-417a-9975-4919aa78d25c", "remote_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}], "revision_number": 1, "project_id": "6ebd35f955684cb9859ada7c60030511", "id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:52:51Z", "updated_at": "2018-08-19T07:52:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:51Z", "revision_number": 0, "id": "0eac921d-db5c-4ce1-a78e-8277c9a76de7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:51Z", "security_group_id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T07:52:52Z", "revision_number": 0, "id": "cbaa12af-0cee-45b4-9163-79f3d375e443", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:52Z", "security_group_id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:51Z", "revision_number": 0, "id": "cc44288d-a067-4d83-bc11-7def7737f850", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:51Z", "security_group_id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}], "revision_number": 2, "project_id": "6ebd35f955684cb9859ada7c60030511", "id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}]} 2018-08-19 07:52:52,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-895acc3d-7f87-4e65-8730-d31590cf112b 2018-08-19 07:52:52,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.285020112991s 2018-08-19 07:52:52,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-895acc3d-7f87-4e65-8730-d31590cf112b 2018-08-19 07:52:52,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 07:52:52,862 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" -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": "e47c5470-b7a8-440e-85ef-727fd1d1a36c"}}' 2018-08-19 07:52:53,256 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-940a1285-66f8-44bc-8036-249d0e6fccd3 Date: Sun, 19 Aug 2018 07:52:53 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-19T07:52:53Z", "security_group_id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "port_range_min": null, "revision_number": 0, "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:52:53Z", "project_id": "6ebd35f955684cb9859ada7c60030511", "id": "e4282667-e693-4b7e-b60e-911a96d3305a"}} 2018-08-19 07:52:53,256 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-940a1285-66f8-44bc-8036-249d0e6fccd3 2018-08-19 07:52:53,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.394489049911s 2018-08-19 07:52:53,257 - 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-940a1285-66f8-44bc-8036-249d0e6fccd3 2018-08-19 07:52:53,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:52:53,258 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:52:53,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-2087bfea-a97a-4ba3-8d0a-f9579dff112e Date: Sun, 19 Aug 2018 07:52:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["552eeca4-c1e8-4b93-a413-f3395b536bd3"],"updated_at":"2018-08-19T07:52:43Z","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:52:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6ebd35f955684cb9859ada7c60030511","id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","name":"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680"}]} 2018-08-19 07:52:53,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2087bfea-a97a-4ba3-8d0a-f9579dff112e 2018-08-19 07:52:53,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.382156848907s 2018-08-19 07:52:53,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2087bfea-a97a-4ba3-8d0a-f9579dff112e 2018-08-19 07:52:53,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:52:53,648 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:52:54,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-77487703-6052-4dc9-9442-776dc02ee7ad Date: Sun, 19 Aug 2018 07:52:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:52:49Z", "file": "/v2/images/603fbd47-f483-41ca-b493-5c1567139336/file", "owner": "6ebd35f955684cb9859ada7c60030511", "id": "603fbd47-f483-41ca-b493-5c1567139336", "size": 12716032, "self": "/v2/images/603fbd47-f483-41ca-b493-5c1567139336", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/603fbd47-f483-41ca-b493-5c1567139336/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/603fbd47-f483-41ca-b493-5c1567139336/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_97063b26-00d0-44cb-9b40-19060d984680", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_97063b26-00d0-44cb-9b40-19060d984680", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:52:48Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:52:54,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-77487703-6052-4dc9-9442-776dc02ee7ad 2018-08-19 07:52:54,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.780508041382s 2018-08-19 07:52:54,426 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-77487703-6052-4dc9-9442-776dc02ee7ad 2018-08-19 07:52:54,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:52:54,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:52:54,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3e1bd07-51cb-4e69-a29b-d17e02ec5b89 x-compute-request-id: req-e3e1bd07-51cb-4e69-a29b-d17e02ec5b89 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_97063b26-00d0-44cb-9b40-19060d984680", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "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": "218073d9-7bcf-4669-b538-40ab39b1bc97"}]} 2018-08-19 07:52:54,576 - 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-e3e1bd07-51cb-4e69-a29b-d17e02ec5b89 2018-08-19 07:52:54,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.148874998093s 2018-08-19 07:52:54,577 - 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-e3e1bd07-51cb-4e69-a29b-d17e02ec5b89 2018-08-19 07:52:54,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-19 07:52:54,581 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"server": {"name": "cinder_test-vm2_97063b26-00d0-44cb-9b40-19060d984680", "imageRef": "603fbd47-f483-41ca-b493-5c1567139336", "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "flavorRef": "218073d9-7bcf-4669-b538-40ab39b1bc97", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f0863e8b-98f9-4be4-bf9a-cd2691722ea7"}], "security_groups": [{"name": "e47c5470-b7a8-440e-85ef-727fd1d1a36c"}]}}' 2018-08-19 07:52:58,929 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:52:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6116afbe-d453-4e97-b0ef-3b8d6cf3a51e x-compute-request-id: req-6116afbe-d453-4e97-b0ef-3b8d6cf3a51e Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e47c5470-b7a8-440e-85ef-727fd1d1a36c"}], "OS-DCF:diskConfig": "MANUAL", "id": "aaf29481-781f-433f-b55c-76d9f1e928e6", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "bookmark"}], "adminPass": "4ErBb2SkENwm"}} 2018-08-19 07:52:58,929 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-6116afbe-d453-4e97-b0ef-3b8d6cf3a51e 2018-08-19 07:52:58,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.35115385056s 2018-08-19 07:52:58,930 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-6116afbe-d453-4e97-b0ef-3b8d6cf3a51e 2018-08-19 07:52:58,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:52:58,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:52:59,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:52:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d93323d7-b06d-4307-b53a-509ad4621848 x-compute-request-id: req-d93323d7-b06d-4307-b53a-509ad4621848 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/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "aaf29481-781f-433f-b55c-76d9f1e928e6", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:52:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm2_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:52:58Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:52:59,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d93323d7-b06d-4307-b53a-509ad4621848 2018-08-19 07:52:59,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.718850851059s 2018-08-19 07:52:59,650 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d93323d7-b06d-4307-b53a-509ad4621848 2018-08-19 07:52:59,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:52:59,658 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:52:59,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-7ede4765-7ff9-427c-a963-851ad633c494 Date: Sun, 19 Aug 2018 07:52:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["552eeca4-c1e8-4b93-a413-f3395b536bd3"],"updated_at":"2018-08-19T07:52:43Z","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:52:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6ebd35f955684cb9859ada7c60030511","id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","name":"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680"}]} 2018-08-19 07:52:59,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7ede4765-7ff9-427c-a963-851ad633c494 2018-08-19 07:52:59,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0932769775391s 2018-08-19 07:52:59,751 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7ede4765-7ff9-427c-a963-851ad633c494 2018-08-19 07:52:59,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:52:59,753 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:52:59,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f995ad72-d2d1-433d-8e64-bcc26dd8a676 Date: Sun, 19 Aug 2018 07:52:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:52:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:52: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":"6ebd35f955684cb9859ada7c60030511","id":"552eeca4-c1e8-4b93-a413-f3395b536bd3","subnetpool_id":null,"name":"cinder_test-subnet_97063b26-00d0-44cb-9b40-19060d984680"}]} 2018-08-19 07:52:59,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f995ad72-d2d1-433d-8e64-bcc26dd8a676 2018-08-19 07:52:59,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.227503061295s 2018-08-19 07:52:59,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-f995ad72-d2d1-433d-8e64-bcc26dd8a676 2018-08-19 07:52:59,981 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:53:01,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:53:01,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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:02,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08779abe-09f9-40b1-91e9-e732d631d733 x-compute-request-id: req-08779abe-09f9-40b1-91e9-e732d631d733 Content-Encoding: gzip Content-Length: 645 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/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "aaf29481-781f-433f-b55c-76d9f1e928e6", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:53:01Z", "hostId": "ce4c9c00694f577d972b85f367337a3f4e7a8c09b252d3072565a276", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm2_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:52:58Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:53:02,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-08779abe-09f9-40b1-91e9-e732d631d733 2018-08-19 07:53:02,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564783096313s 2018-08-19 07:53:02,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-08779abe-09f9-40b1-91e9-e732d631d733 2018-08-19 07:53:02,551 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:53:04,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:53:04,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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:05,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53: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-c0b7e413-de68-4b7b-add5-b85a2a635203 x-compute-request-id: req-c0b7e413-de68-4b7b-add5-b85a2a635203 Content-Encoding: gzip Content-Length: 672 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "aaf29481-781f-433f-b55c-76d9f1e928e6", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:53:02Z", "hostId": "ce4c9c00694f577d972b85f367337a3f4e7a8c09b252d3072565a276", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm2_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:52:58Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:53:05,593 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c0b7e413-de68-4b7b-add5-b85a2a635203 2018-08-19 07:53:05,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0391190052s 2018-08-19 07:53:05,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c0b7e413-de68-4b7b-add5-b85a2a635203 2018-08-19 07:53:05,597 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:53:07,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:53:07,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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:09,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-191c3c99-5ccc-4a53-a705-b7dc8f212f79 x-compute-request-id: req-191c3c99-5ccc-4a53-a705-b7dc8f212f79 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d0:6e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:53:07.000000", "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "aaf29481-781f-433f-b55c-76d9f1e928e6", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:53:07Z", "hostId": "ce4c9c00694f577d972b85f367337a3f4e7a8c09b252d3072565a276", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm2_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:52:58Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:53:09,236 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-191c3c99-5ccc-4a53-a705-b7dc8f212f79 2018-08-19 07:53:09,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.63594484329s 2018-08-19 07:53:09,236 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-191c3c99-5ccc-4a53-a705-b7dc8f212f79 2018-08-19 07:53:09,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:53:09,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=aaf29481-781f-433f-b55c-76d9f1e928e6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:09,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-defb69d5-9ea4-4512-8ade-9c9970d994a0 Date: Sun, 19 Aug 2018 07:53:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:53:02Z","admin_state_up":true,"updated_at":"2018-08-19T07:53:07Z","binding:vnic_type":"normal","device_id":"aaf29481-781f-433f-b55c-76d9f1e928e6","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:87:d0:6e","id":"a0aa1961-0259-454e-bc36-10c514f0e4c7","port_security_enabled":true,"project_id":"6ebd35f955684cb9859ada7c60030511","fixed_ips":[{"subnet_id":"552eeca4-c1e8-4b93-a413-f3395b536bd3","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["e47c5470-b7a8-440e-85ef-727fd1d1a36c"],"name":""}]} 2018-08-19 07:53:09,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=aaf29481-781f-433f-b55c-76d9f1e928e6 used request id req-defb69d5-9ea4-4512-8ade-9c9970d994a0 2018-08-19 07:53:09,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0485169887543s 2018-08-19 07:53:09,290 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=aaf29481-781f-433f-b55c-76d9f1e928e6 used request id req-defb69d5-9ea4-4512-8ade-9c9970d994a0 2018-08-19 07:53:09,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:53:09,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=a0aa1961-0259-454e-bc36-10c514f0e4c7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:09,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b0c09cc6-ff5f-4745-a112-bd969cdb1a57 Date: Sun, 19 Aug 2018 07:53:09 GMT RESP BODY: {"floatingips": []} 2018-08-19 07:53:09,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=a0aa1961-0259-454e-bc36-10c514f0e4c7 used request id req-b0c09cc6-ff5f-4745-a112-bd969cdb1a57 2018-08-19 07:53:09,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.22084403038s 2018-08-19 07:53:09,516 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=a0aa1961-0259-454e-bc36-10c514f0e4c7 used request id req-b0c09cc6-ff5f-4745-a112-bd969cdb1a57 2018-08-19 07:53:09,517 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:87:d0:6e', 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'603fbd47-f483-41ca-b493-5c1567139336'}), 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-19T07:53:07.000000', 'flavor': Munch({u'id': u'218073d9-7bcf-4669-b538-40ab39b1bc97'}), 'az': u'nova', 'id': u'aaf29481-781f-433f-b55c-76d9f1e928e6', 'security_groups': [Munch({u'name': u'cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'fc87bf3cc9be4a4ca7c8bdee7c1dfd2e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ebd35f955684cb9859ada7c60030511', 'name': 'cinder_test-project_97063b26-00d0-44cb-9b40-19060d984680', '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-19T07:53:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T07:53:07Z', 'hostId': u'ce4c9c00694f577d972b85f367337a3f4e7a8c09b252d3072565a276', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'ce4c9c00694f577d972b85f367337a3f4e7a8c09b252d3072565a276', '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-19T07:53:07.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6ebd35f955684cb9859ada7c60030511', 'name': u'cinder_test-vm2_97063b26-00d0-44cb-9b40-19060d984680', 'adminPass': u'4ErBb2SkENwm', 'tenant_id': u'6ebd35f955684cb9859ada7c60030511', 'created_at': u'2018-08-19T07:52:58Z', 'created': u'2018-08-19T07:52:58Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-19 07:53:09,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:53:09,520 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:09,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-466b5b99-1454-4bec-98e7-0c2dee5914f8 Date: Sun, 19 Aug 2018 07:53:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["552eeca4-c1e8-4b93-a413-f3395b536bd3"],"updated_at":"2018-08-19T07:52:43Z","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:52:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6ebd35f955684cb9859ada7c60030511","id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","name":"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680"}]} 2018-08-19 07:53:09,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-466b5b99-1454-4bec-98e7-0c2dee5914f8 2018-08-19 07:53:09,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0942690372467s 2018-08-19 07:53:09,614 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-466b5b99-1454-4bec-98e7-0c2dee5914f8 2018-08-19 07:53:09,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:53:09,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=aaf29481-781f-433f-b55c-76d9f1e928e6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:09,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7f28fb61-f599-4ec4-b354-baab80efa7ef Date: Sun, 19 Aug 2018 07:53:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:53:02Z","admin_state_up":true,"updated_at":"2018-08-19T07:53:07Z","binding:vnic_type":"normal","device_id":"aaf29481-781f-433f-b55c-76d9f1e928e6","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:87:d0:6e","id":"a0aa1961-0259-454e-bc36-10c514f0e4c7","port_security_enabled":true,"project_id":"6ebd35f955684cb9859ada7c60030511","fixed_ips":[{"subnet_id":"552eeca4-c1e8-4b93-a413-f3395b536bd3","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["e47c5470-b7a8-440e-85ef-727fd1d1a36c"],"name":""}]} 2018-08-19 07:53:09,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=aaf29481-781f-433f-b55c-76d9f1e928e6 used request id req-7f28fb61-f599-4ec4-b354-baab80efa7ef 2018-08-19 07:53:09,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0832600593567s 2018-08-19 07:53:09,699 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=aaf29481-781f-433f-b55c-76d9f1e928e6 used request id req-7f28fb61-f599-4ec4-b354-baab80efa7ef 2018-08-19 07:53:09,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-19 07:53:09,700 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"floatingip": {"floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.14", "port_id": "a0aa1961-0259-454e-bc36-10c514f0e4c7"}}' 2018-08-19 07:53:11,420 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-f0d749e2-c363-4707-9716-354fb138eeb8 Date: Sun, 19 Aug 2018 07:53:11 GMT RESP BODY: {"floatingip": {"router_id": "80ed5f18-1795-425b-a143-2f70aecdb20c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T07:53:10Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "a0aa1961-0259-454e-bc36-10c514f0e4c7", "id": "53bd4b0f-f097-40ab-8722-8481a689a1ad", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:53:10Z", "project_id": "6ebd35f955684cb9859ada7c60030511"}} 2018-08-19 07:53:11,420 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-f0d749e2-c363-4707-9716-354fb138eeb8 2018-08-19 07:53:11,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.72043800354s 2018-08-19 07:53:11,421 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-f0d749e2-c363-4707-9716-354fb138eeb8 2018-08-19 07:53:11,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:53:11,429 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:11,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-c90dc257-b71c-4916-9e64-50d81aa2f80b Date: Sun, 19 Aug 2018 07:53:11 GMT RESP BODY: {"floatingips": [{"router_id": "80ed5f18-1795-425b-a143-2f70aecdb20c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T07:53:10Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "a0aa1961-0259-454e-bc36-10c514f0e4c7", "id": "53bd4b0f-f097-40ab-8722-8481a689a1ad", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:53:10Z", "project_id": "6ebd35f955684cb9859ada7c60030511"}]} 2018-08-19 07:53:11,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-c90dc257-b71c-4916-9e64-50d81aa2f80b 2018-08-19 07:53:11,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0557680130005s 2018-08-19 07:53:11,485 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-c90dc257-b71c-4916-9e64-50d81aa2f80b 2018-08-19 07:53:11,489 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'80ed5f18-1795-425b-a143-2f70aecdb20c', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'6ebd35f955684cb9859ada7c60030511', 'created_at': u'2018-08-19T07:53:10Z', 'attached': True, 'updated_at': u'2018-08-19T07:53:10Z', 'id': u'53bd4b0f-f097-40ab-8722-8481a689a1ad', 'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ebd35f955684cb9859ada7c60030511', 'name': 'cinder_test-project_97063b26-00d0-44cb-9b40-19060d984680', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'80ed5f18-1795-425b-a143-2f70aecdb20c', 'project_id': u'6ebd35f955684cb9859ada7c60030511', 'port_id': u'a0aa1961-0259-454e-bc36-10c514f0e4c7', 'port': u'a0aa1961-0259-454e-bc36-10c514f0e4c7', 'network': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54'}) 2018-08-19 07:53:11,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 07:53:11,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6/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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 07:53:11,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53091205-009f-4244-9fec-f4d76ff9d190 x-compute-request-id: req-53091205-009f-4244-9fec-f4d76ff9d190 Content-Encoding: gzip Content-Length: 7945 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 479881895 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.190908] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.193226] pid_max: default: 32768 minimum: 301\n[ 0.194488] ACPI: Core revision 20150930\n[ 0.196191] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198042] Security Framework initialized\n[ 0.199190] Yama: becoming mindful.\n[ 0.200215] AppArmor: AppArmor initialized\n[ 0.201402] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203199] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204963] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206644] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208562] Initializing cgroup subsys io\n[ 0.209713] Initializing cgroup subsys memory\n[ 0.210926] Initializing cgroup subsys devices\n[ 0.212142] Initializing cgroup subsys freezer\n[ 0.213347] Initializing cgroup subsys net_cls\n[ 0.214563] Initializing cgroup subsys perf_event\n[ 0.215841] Initializing cgroup subsys net_prio\n[ 0.217079] Initializing cgroup subsys hugetlb\n[ 0.218303] Initializing cgroup subsys pids\n[ 0.219512] CPU: Physical Processor ID: 0\n[ 0.221362] mce: CPU supports 10 MCE banks\n[ 0.222530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.240843] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.247573] ftrace: allocating 31920 entries in 125 pages\n[ 0.273343] smpboot: Max logical packages: 1\n[ 0.274546] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276458] x2apic enabled\n[ 0.277618] Switched APIC routing to physical x2apic.\n[ 0.280279] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.281844] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284644] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287334] KVM setup paravirtual spinlock\n[ 0.289069] x86: Booted up 1 node, 1 CPUs\n[ 0.290205] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292134] devtmpfs: initialized\n[ 0.294132] evm: security.selinux\n[ 0.295117] evm: security.SMACK64\n[ 0.296220] evm: security.SMACK64EXEC\n[ 0.297249] evm: security.SMACK64TRANSMUTE\n[ 0.298356] evm: security.SMACK64MMAP\n[ 0.299390] evm: security.ima\n[ 0.300307] evm: security.capability\n[ 0.301420] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303996] pinctrl core: initialized pinctrl subsystem\n[ 0.305503] RTC time: 7:53:07, date: 08/19/18\n[ 0.306809] NET: Registered protocol family 16\n[ 0.308174] cpuidle: using governor ladder\n[ 0.309326] cpuidle: using governor menu\n[ 0.310435] PCCT header not found.\n[ 0.311480] ACPI: bus type PCI registered\n[ 0.312597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314318] PCI: Using configuration type 1 for base access\n[ 0.316505] ACPI: Added _OSI(Module Device)\n[ 0.317688] ACPI: Added _OSI(Processor Device)\n[ 0.318889] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320144] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322353] ACPI: Interpreter enabled\n[ 0.323415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.325964] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.328538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.333657] ACPI: (supports S0 S5)\n[ 0.334642] ACPI: Using IOAPIC for interrupt routing\n[ 0.335969] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.339861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.341449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.343160] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.344798] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.347828] acpiphp: Slot [3] registered\n[ 0.348937] acpiphp: Slot [4] registered\n[ 0.350056] acpiphp: Slot [5] registered\n[ 0.351173] acpiphp: Slot [6] registered\n[ 0.352291] acpiphp: Slot [7] registered\n[ 0.353405] acpiphp: Slot [8] registered\n[ 0.354524] acpiphp: Slot [9] registered\n[ 0.355633] acpiphp: Slot [10] registered\n[ 0.356766] acpiphp: Slot [11] registered\n[ 0.357898] acpiphp: Slot [12] registered\n[ 0.359037] acpiphp: Slot [13] registered\n[ 0.360162] acpiphp: Slot [14] registered\n[ 0.361299] acpiphp: Slot [15] registered\n[ 0.376657] acpiphp: Slot [16] registered\n[ 0.377790] acpiphp: Slot [17] registered\n[ 0.378925] acpiphp: Slot [18] registered\n[ 0.380056] acpiphp: Slot [19] registered\n[ 0.381194] acpiphp: Slot [20] registered\n[ 0.382327] acpiphp: Slot [21] registered\n[ 0.383456] acpiphp: Slot [22] registered\n[ 0.384576] acpiphp: Slot [23] registered\n[ 0.385703] acpiphp: Slot [24] registered\n[ 0.386834] acpiphp: Slot [25] registered\n[ 0.387952] acpiphp: Slot [26] registered\n[ 0.389074] acpiphp: Slot [27] registered\n[ 0.390207] acpiphp: Slot [28] registered\n[ 0.391341] acpiphp: Slot [29] registered\n[ 0.392472] acpiphp: Slot [30] registered\n[ 0.393607] acpiphp: Slot [31] registered\n[ 0.394751] PCI host bridge to bus 0000:00\n[ 0.395878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397547] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399222] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401258] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403267] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409398] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411175] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.412797] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414559] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.442955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445037] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447025] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.448990] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451152] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.452897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456200] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458365] vgaarb: loaded\n[ 0.459213] vgaarb: bridge control possible 0000:00:02.0\n[ 0.460890] SCSI subsystem initialized\n[ 0.462171] ACPI: bus type USB registered\n[ 0.463341] usbcore: registered new interface driver usbfs\n[ 0.464769] usbcore: registered new interface driver hub\n[ 0.466174] usbcore: registered new device driver usb\n[ 0.467713] PCI: Using ACPI for IRQ routing\n[ 0.469270] NetLabel: Initializing\n[ 0.470281] NetLabel: domain hash size = 128\n[ 0.471475] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472815] NetLabel: unlabeled traffic allowed by default\n[ 0.474429] clocksource: Switched to clocksource kvm-clock\n[ 0.484478] AppArmor: AppArmor Filesystem Enabled\n[ 0.485820] pnp: PnP ACPI init\n[ 0.487096] pnp: PnP ACPI: found 5 devices\n[ 0.494065] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.496469] NET: Registered protocol family 2\n[ 0.497905] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.501393] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.503074] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.504578] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.506200] NET: Registered protocol family 1\n[ 0.507426] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508949] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.510451] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.525057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539729] Trying to unpack rootfs image as initramfs...\n[ 0.601992] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.607118] Scanning for low memory corruption every 60 seconds\n[ 0.609368] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.611016] audit: initializing netlink subsys (disabled)\n[ 0.612505] audit: type=2000 audit(1534665188.411:1): initialized\n[ 0.614393] Initialise system trusted keyring\n[ 0.615831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.617449] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.620190] zbud: loaded\n[ 0.621206] VFS: Disk quotas dquot_6.6.0\n[ 0.622356] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.624537] fuse init (API version 7.23)\n[ 0.625832] Key type big_key registered\n[ 0.626991] Allocating IMA MOK and blacklist keyrings.\n[ 0.628720] Key type asymmetric registered\n[ 0.629870] Asymmetric key parser 'x509' registered\n[ 0.631225] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.633335] io scheduler noop registered\n[ 0.634469] io scheduler deadline registered (default)\n[ 0.635876] io scheduler cfq registered\n[ 0.637087] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.638558] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.640353] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.642397] ACPI: Power Button [PWRF]\n[ 0.643670] GHES: HEST is not enabled!\n[ 0.657903] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.687505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.690536] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.714320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.717534] Linux agpgart interface v0.103\n[ 0.721101] brd: module loaded\n[ 0.723441] loop: module loaded\n[ 0.728360] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730417] GPT:90111 != 2097151\n[ 0.731377] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732904] GPT:90111 != 2097151\n[ 0.733854] GPT: Use GNU Parted to correct GPT errors.\n[ 0.735206] vda: vda1 vda15\n[ 0.736901] scsi host0: ata_piix\n[ 0.738002] scsi host1: ata_piix\n[ 0.739018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740700] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742946] libphy: Fixed MDIO Bus: probed\n[ 0.744104] tun: Universal TUN/TAP device driver, 1.6\n[ 0.745435] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.748302] PPP generic driver version 2.4.2\n[ 0.749497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.751036] ehci-pci: EHCI PCI platform driver\n[ 0.752170] ehci-platform: EHCI generic platform driver\n[ 0.753686] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.755287] ohci-pci: OHCI PCI platform driver\n[ 0.756515] ohci-platform: OHCI generic platform driver\n[ 0.757920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.772657] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.774059] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.776133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.777555] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.779162] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.780860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.782884] usb usb1: Product: UHCI Host Controller\n[ 0.784188] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.785783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.787162] hub 1-0:1.0: USB hub found\n[ 0.788255] hub 1-0:1.0: 2 ports detected\n[ 0.789549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.792481] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.793819] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.795259] mousedev: PS/2 mouse device common for all mice\n[ 0.797003] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.799545] rtc_cmos 00:00: RTC can wake from S4\n[ 0.801109] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.802761] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.804422] i2c /dev entries driver\n[ 0.805499] device-mapper: uevent: version 1.0.3\n[ 0.806870] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.809193] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.811121] NET: Registered protocol family 10\n[ 0.812697] NET: Registered protocol family 17\n[ 0.813948] Key type dns_resolver registered\n[ 0.815288] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.816804] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.819296] registered taskstats version 1\n[ 0.820475] Loading compiled-in X.509 certificates\n[ 0.822338] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.824948] zswap: loaded using pool lzo/zbud\n[ 0.827113] Key type trusted registered\n[ 0.829366] Key type encrypted registered\n[ 0.830545] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.832000] ima: No TPM chip found, activating TPM-bypass!\n[ 0.833438] evm: HMAC attrs: 0x1\n[ 0.834797] Magic number: 14:519:875\n[ 0.835998] rtc_cmos 00:00: setting system clock to 2018-08-19 07:53:08 UTC (1534665188)\n[ 0.838251] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839790] EDD information not available.\n[ 0.900144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.916644] Write protecting the kernel read-only data: 14336k\n[ 0.919644] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.922141] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325388] 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 1.16. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-08-19 07:53:11,629 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6/action used request id req-53091205-009f-4244-9fec-f4d76ff9d190 2018-08-19 07:53:11,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.139783859253s 2018-08-19 07:53:11,630 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6/action used request id req-53091205-009f-4244-9fec-f4d76ff9d190 2018-08-19 07:53:11,630 - 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 479881895 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.190908] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.193226] pid_max: default: 32768 minimum: 301 [ 0.194488] ACPI: Core revision 20150930 [ 0.196191] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.198042] Security Framework initialized [ 0.199190] Yama: becoming mindful. [ 0.200215] AppArmor: AppArmor initialized [ 0.201402] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203199] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204963] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206644] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208562] Initializing cgroup subsys io [ 0.209713] Initializing cgroup subsys memory [ 0.210926] Initializing cgroup subsys devices [ 0.212142] Initializing cgroup subsys freezer [ 0.213347] Initializing cgroup subsys net_cls [ 0.214563] Initializing cgroup subsys perf_event [ 0.215841] Initializing cgroup subsys net_prio [ 0.217079] Initializing cgroup subsys hugetlb [ 0.218303] Initializing cgroup subsys pids [ 0.219512] CPU: Physical Processor ID: 0 [ 0.221362] mce: CPU supports 10 MCE banks [ 0.222530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.223920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.240843] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.247573] ftrace: allocating 31920 entries in 125 pages [ 0.273343] smpboot: Max logical packages: 1 [ 0.274546] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.276458] x2apic enabled [ 0.277618] Switched APIC routing to physical x2apic. [ 0.280279] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.281844] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.284644] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287334] KVM setup paravirtual spinlock [ 0.289069] x86: Booted up 1 node, 1 CPUs [ 0.290205] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292134] devtmpfs: initialized [ 0.294132] evm: security.selinux [ 0.295117] evm: security.SMACK64 [ 0.296220] evm: security.SMACK64EXEC [ 0.297249] evm: security.SMACK64TRANSMUTE [ 0.298356] evm: security.SMACK64MMAP [ 0.299390] evm: security.ima [ 0.300307] evm: security.capability [ 0.301420] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303996] pinctrl core: initialized pinctrl subsystem [ 0.305503] RTC time: 7:53:07, date: 08/19/18 [ 0.306809] NET: Registered protocol family 16 [ 0.308174] cpuidle: using governor ladder [ 0.309326] cpuidle: using governor menu [ 0.310435] PCCT header not found. [ 0.311480] ACPI: bus type PCI registered [ 0.312597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.314318] PCI: Using configuration type 1 for base access [ 0.316505] ACPI: Added _OSI(Module Device) [ 0.317688] ACPI: Added _OSI(Processor Device) [ 0.318889] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.320144] ACPI: Added _OSI(Processor Aggregator Device) [ 0.322353] ACPI: Interpreter enabled [ 0.323415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.325964] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.328538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.331103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.333657] ACPI: (supports S0 S5) [ 0.334642] ACPI: Using IOAPIC for interrupt routing [ 0.335969] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.339861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.341449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.343160] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.344798] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.347828] acpiphp: Slot [3] registered [ 0.348937] acpiphp: Slot [4] registered [ 0.350056] acpiphp: Slot [5] registered [ 0.351173] acpiphp: Slot [6] registered [ 0.352291] acpiphp: Slot [7] registered [ 0.353405] acpiphp: Slot [8] registered [ 0.354524] acpiphp: Slot [9] registered [ 0.355633] acpiphp: Slot [10] registered [ 0.356766] acpiphp: Slot [11] registered [ 0.357898] acpiphp: Slot [12] registered [ 0.359037] acpiphp: Slot [13] registered [ 0.360162] acpiphp: Slot [14] registered [ 0.361299] acpiphp: Slot [15] registered [ 0.376657] acpiphp: Slot [16] registered [ 0.377790] acpiphp: Slot [17] registered [ 0.378925] acpiphp: Slot [18] registered [ 0.380056] acpiphp: Slot [19] registered [ 0.381194] acpiphp: Slot [20] registered [ 0.382327] acpiphp: Slot [21] registered [ 0.383456] acpiphp: Slot [22] registered [ 0.384576] acpiphp: Slot [23] registered [ 0.385703] acpiphp: Slot [24] registered [ 0.386834] acpiphp: Slot [25] registered [ 0.387952] acpiphp: Slot [26] registered [ 0.389074] acpiphp: Slot [27] registered [ 0.390207] acpiphp: Slot [28] registered [ 0.391341] acpiphp: Slot [29] registered [ 0.392472] acpiphp: Slot [30] registered [ 0.393607] acpiphp: Slot [31] registered [ 0.394751] PCI host bridge to bus 0000:00 [ 0.395878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397547] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.399222] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.401258] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.403267] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.405325] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409398] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411175] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.412797] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414559] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.442955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445037] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447025] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.448990] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451152] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.452897] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.454729] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.456200] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.458365] vgaarb: loaded [ 0.459213] vgaarb: bridge control possible 0000:00:02.0 [ 0.460890] SCSI subsystem initialized [ 0.462171] ACPI: bus type USB registered [ 0.463341] usbcore: registered new interface driver usbfs [ 0.464769] usbcore: registered new interface driver hub [ 0.466174] usbcore: registered new device driver usb [ 0.467713] PCI: Using ACPI for IRQ routing [ 0.469270] NetLabel: Initializing [ 0.470281] NetLabel: domain hash size = 128 [ 0.471475] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.472815] NetLabel: unlabeled traffic allowed by default [ 0.474429] clocksource: Switched to clocksource kvm-clock [ 0.484478] AppArmor: AppArmor Filesystem Enabled [ 0.485820] pnp: PnP ACPI init [ 0.487096] pnp: PnP ACPI: found 5 devices [ 0.494065] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.496469] NET: Registered protocol family 2 [ 0.497905] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.499706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.501393] TCP: Hash tables configured (established 4096 bind 4096) [ 0.503074] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.504578] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.506200] NET: Registered protocol family 1 [ 0.507426] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508949] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.510451] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.525057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539729] Trying to unpack rootfs image as initramfs... [ 0.601992] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.607118] Scanning for low memory corruption every 60 seconds [ 0.609368] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.611016] audit: initializing netlink subsys (disabled) [ 0.612505] audit: type=2000 audit(1534665188.411:1): initialized [ 0.614393] Initialise system trusted keyring [ 0.615831] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.617449] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.620190] zbud: loaded [ 0.621206] VFS: Disk quotas dquot_6.6.0 [ 0.622356] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.624537] fuse init (API version 7.23) [ 0.625832] Key type big_key registered [ 0.626991] Allocating IMA MOK and blacklist keyrings. [ 0.628720] Key type asymmetric registered [ 0.629870] Asymmetric key parser 'x509' registered [ 0.631225] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.633335] io scheduler noop registered [ 0.634469] io scheduler deadline registered (default) [ 0.635876] io scheduler cfq registered [ 0.637087] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.638558] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.640353] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.642397] ACPI: Power Button [PWRF] [ 0.643670] GHES: HEST is not enabled! [ 0.657903] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.687505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.690536] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.714320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.717534] Linux agpgart interface v0.103 [ 0.721101] brd: module loaded [ 0.723441] loop: module loaded [ 0.728360] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.730417] GPT:90111 != 2097151 [ 0.731377] GPT:Alternate GPT header not at the end of the disk. [ 0.732904] GPT:90111 != 2097151 [ 0.733854] GPT: Use GNU Parted to correct GPT errors. [ 0.735206] vda: vda1 vda15 [ 0.736901] scsi host0: ata_piix [ 0.738002] scsi host1: ata_piix [ 0.739018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.740700] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.742946] libphy: Fixed MDIO Bus: probed [ 0.744104] tun: Universal TUN/TAP device driver, 1.6 [ 0.745435] tun: (C) 1999-2004 Max Krasnyansky [ 0.748302] PPP generic driver version 2.4.2 [ 0.749497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.751036] ehci-pci: EHCI PCI platform driver [ 0.752170] ehci-platform: EHCI generic platform driver [ 0.753686] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.755287] ohci-pci: OHCI PCI platform driver [ 0.756515] ohci-platform: OHCI generic platform driver [ 0.757920] uhci_hcd: USB Universal Host Controller Interface driver [ 0.772657] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.774059] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.776133] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.777555] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.779162] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.780860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.782884] usb usb1: Product: UHCI Host Controller [ 0.784188] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.785783] usb usb1: SerialNumber: 0000:00:01.2 [ 0.787162] hub 1-0:1.0: USB hub found [ 0.788255] hub 1-0:1.0: 2 ports detected [ 0.789549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.792481] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.793819] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.795259] mousedev: PS/2 mouse device common for all mice [ 0.797003] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.799545] rtc_cmos 00:00: RTC can wake from S4 [ 0.801109] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.802761] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.804422] i2c /dev entries driver [ 0.805499] device-mapper: uevent: version 1.0.3 [ 0.806870] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.809193] ledtrig-cpu: registered to indicate activity on CPUs [ 0.811121] NET: Registered protocol family 10 [ 0.812697] NET: Registered protocol family 17 [ 0.813948] Key type dns_resolver registered [ 0.815288] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.816804] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.819296] registered taskstats version 1 [ 0.820475] Loading compiled-in X.509 certificates [ 0.822338] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.824948] zswap: loaded using pool lzo/zbud [ 0.827113] Key type trusted registered [ 0.829366] Key type encrypted registered [ 0.830545] AppArmor: AppArmor sha1 policy hashing enabled [ 0.832000] ima: No TPM chip found, activating TPM-bypass! [ 0.833438] evm: HMAC attrs: 0x1 [ 0.834797] Magic number: 14:519:875 [ 0.835998] rtc_cmos 00:00: setting system clock to 2018-08-19 07:53:08 UTC (1534665188) [ 0.838251] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839790] EDD information not available. [ 0.900144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.916644] Write protecting the kernel read-only data: 14336k [ 0.919644] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.922141] 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 1.07 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.325388] 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 1.16. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: 2018-08-19 07:53:12,632 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.208: timed out 2018-08-19 07:53:21,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 07:53:21,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6/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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 07:53:21,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-156bf935-8b53-4160-b7d4-1f268f3c1cab x-compute-request-id: req-156bf935-8b53-4160-b7d4-1f268f3c1cab 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 479881895 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.190908] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.193226] pid_max: default: 32768 minimum: 301\n[ 0.194488] ACPI: Core revision 20150930\n[ 0.196191] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.198042] Security Framework initialized\n[ 0.199190] Yama: becoming mindful.\n[ 0.200215] AppArmor: AppArmor initialized\n[ 0.201402] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203199] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204963] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206644] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208562] Initializing cgroup subsys io\n[ 0.209713] Initializing cgroup subsys memory\n[ 0.210926] Initializing cgroup subsys devices\n[ 0.212142] Initializing cgroup subsys freezer\n[ 0.213347] Initializing cgroup subsys net_cls\n[ 0.214563] Initializing cgroup subsys perf_event\n[ 0.215841] Initializing cgroup subsys net_prio\n[ 0.217079] Initializing cgroup subsys hugetlb\n[ 0.218303] Initializing cgroup subsys pids\n[ 0.219512] CPU: Physical Processor ID: 0\n[ 0.221362] mce: CPU supports 10 MCE banks\n[ 0.222530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.240843] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.247573] ftrace: allocating 31920 entries in 125 pages\n[ 0.273343] smpboot: Max logical packages: 1\n[ 0.274546] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.276458] x2apic enabled\n[ 0.277618] Switched APIC routing to physical x2apic.\n[ 0.280279] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.281844] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.284644] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.287334] KVM setup paravirtual spinlock\n[ 0.289069] x86: Booted up 1 node, 1 CPUs\n[ 0.290205] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.292134] devtmpfs: initialized\n[ 0.294132] evm: security.selinux\n[ 0.295117] evm: security.SMACK64\n[ 0.296220] evm: security.SMACK64EXEC\n[ 0.297249] evm: security.SMACK64TRANSMUTE\n[ 0.298356] evm: security.SMACK64MMAP\n[ 0.299390] evm: security.ima\n[ 0.300307] evm: security.capability\n[ 0.301420] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303996] pinctrl core: initialized pinctrl subsystem\n[ 0.305503] RTC time: 7:53:07, date: 08/19/18\n[ 0.306809] NET: Registered protocol family 16\n[ 0.308174] cpuidle: using governor ladder\n[ 0.309326] cpuidle: using governor menu\n[ 0.310435] PCCT header not found.\n[ 0.311480] ACPI: bus type PCI registered\n[ 0.312597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.314318] PCI: Using configuration type 1 for base access\n[ 0.316505] ACPI: Added _OSI(Module Device)\n[ 0.317688] ACPI: Added _OSI(Processor Device)\n[ 0.318889] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.320144] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.322353] ACPI: Interpreter enabled\n[ 0.323415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.325964] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.328538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.331103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.333657] ACPI: (supports S0 S5)\n[ 0.334642] ACPI: Using IOAPIC for interrupt routing\n[ 0.335969] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.339861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.341449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.343160] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.344798] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.347828] acpiphp: Slot [3] registered\n[ 0.348937] acpiphp: Slot [4] registered\n[ 0.350056] acpiphp: Slot [5] registered\n[ 0.351173] acpiphp: Slot [6] registered\n[ 0.352291] acpiphp: Slot [7] registered\n[ 0.353405] acpiphp: Slot [8] registered\n[ 0.354524] acpiphp: Slot [9] registered\n[ 0.355633] acpiphp: Slot [10] registered\n[ 0.356766] acpiphp: Slot [11] registered\n[ 0.357898] acpiphp: Slot [12] registered\n[ 0.359037] acpiphp: Slot [13] registered\n[ 0.360162] acpiphp: Slot [14] registered\n[ 0.361299] acpiphp: Slot [15] registered\n[ 0.376657] acpiphp: Slot [16] registered\n[ 0.377790] acpiphp: Slot [17] registered\n[ 0.378925] acpiphp: Slot [18] registered\n[ 0.380056] acpiphp: Slot [19] registered\n[ 0.381194] acpiphp: Slot [20] registered\n[ 0.382327] acpiphp: Slot [21] registered\n[ 0.383456] acpiphp: Slot [22] registered\n[ 0.384576] acpiphp: Slot [23] registered\n[ 0.385703] acpiphp: Slot [24] registered\n[ 0.386834] acpiphp: Slot [25] registered\n[ 0.387952] acpiphp: Slot [26] registered\n[ 0.389074] acpiphp: Slot [27] registered\n[ 0.390207] acpiphp: Slot [28] registered\n[ 0.391341] acpiphp: Slot [29] registered\n[ 0.392472] acpiphp: Slot [30] registered\n[ 0.393607] acpiphp: Slot [31] registered\n[ 0.394751] PCI host bridge to bus 0000:00\n[ 0.395878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.397547] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.399222] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.401258] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.403267] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.405325] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409398] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411175] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.412797] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414559] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.419175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.421184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.442955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445037] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447025] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.448990] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451152] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.452897] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.454729] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456200] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458365] vgaarb: loaded\n[ 0.459213] vgaarb: bridge control possible 0000:00:02.0\n[ 0.460890] SCSI subsystem initialized\n[ 0.462171] ACPI: bus type USB registered\n[ 0.463341] usbcore: registered new interface driver usbfs\n[ 0.464769] usbcore: registered new interface driver hub\n[ 0.466174] usbcore: registered new device driver usb\n[ 0.467713] PCI: Using ACPI for IRQ routing\n[ 0.469270] NetLabel: Initializing\n[ 0.470281] NetLabel: domain hash size = 128\n[ 0.471475] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.472815] NetLabel: unlabeled traffic allowed by default\n[ 0.474429] clocksource: Switched to clocksource kvm-clock\n[ 0.484478] AppArmor: AppArmor Filesystem Enabled\n[ 0.485820] pnp: PnP ACPI init\n[ 0.487096] pnp: PnP ACPI: found 5 devices\n[ 0.494065] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.496469] NET: Registered protocol family 2\n[ 0.497905] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.501393] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.503074] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.504578] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.506200] NET: Registered protocol family 1\n[ 0.507426] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508949] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.510451] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.525057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539729] Trying to unpack rootfs image as initramfs...\n[ 0.601992] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.607118] Scanning for low memory corruption every 60 seconds\n[ 0.609368] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.611016] audit: initializing netlink subsys (disabled)\n[ 0.612505] audit: type=2000 audit(1534665188.411:1): initialized\n[ 0.614393] Initialise system trusted keyring\n[ 0.615831] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.617449] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.620190] zbud: loaded\n[ 0.621206] VFS: Disk quotas dquot_6.6.0\n[ 0.622356] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.624537] fuse init (API version 7.23)\n[ 0.625832] Key type big_key registered\n[ 0.626991] Allocating IMA MOK and blacklist keyrings.\n[ 0.628720] Key type asymmetric registered\n[ 0.629870] Asymmetric key parser 'x509' registered\n[ 0.631225] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.633335] io scheduler noop registered\n[ 0.634469] io scheduler deadline registered (default)\n[ 0.635876] io scheduler cfq registered\n[ 0.637087] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.638558] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.640353] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.642397] ACPI: Power Button [PWRF]\n[ 0.643670] GHES: HEST is not enabled!\n[ 0.657903] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.687505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.690536] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.714320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.717534] Linux agpgart interface v0.103\n[ 0.721101] brd: module loaded\n[ 0.723441] loop: module loaded\n[ 0.728360] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.730417] GPT:90111 != 2097151\n[ 0.731377] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732904] GPT:90111 != 2097151\n[ 0.733854] GPT: Use GNU Parted to correct GPT errors.\n[ 0.735206] vda: vda1 vda15\n[ 0.736901] scsi host0: ata_piix\n[ 0.738002] scsi host1: ata_piix\n[ 0.739018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.740700] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.742946] libphy: Fixed MDIO Bus: probed\n[ 0.744104] tun: Universal TUN/TAP device driver, 1.6\n[ 0.745435] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.748302] PPP generic driver version 2.4.2\n[ 0.749497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.751036] ehci-pci: EHCI PCI platform driver\n[ 0.752170] ehci-platform: EHCI generic platform driver\n[ 0.753686] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.755287] ohci-pci: OHCI PCI platform driver\n[ 0.756515] ohci-platform: OHCI generic platform driver\n[ 0.757920] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.772657] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.774059] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.776133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.777555] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.779162] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.780860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.782884] usb usb1: Product: UHCI Host Controller\n[ 0.784188] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.785783] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.787162] hub 1-0:1.0: USB hub found\n[ 0.788255] hub 1-0:1.0: 2 ports detected\n[ 0.789549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.792481] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.793819] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.795259] mousedev: PS/2 mouse device common for all mice\n[ 0.797003] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.799545] rtc_cmos 00:00: RTC can wake from S4\n[ 0.801109] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.802761] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.804422] i2c /dev entries driver\n[ 0.805499] device-mapper: uevent: version 1.0.3\n[ 0.806870] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.809193] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.811121] NET: Registered protocol family 10\n[ 0.812697] NET: Registered protocol family 17\n[ 0.813948] Key type dns_resolver registered\n[ 0.815288] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.816804] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.819296] registered taskstats version 1\n[ 0.820475] Loading compiled-in X.509 certificates\n[ 0.822338] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.824948] zswap: loaded using pool lzo/zbud\n[ 0.827113] Key type trusted registered\n[ 0.829366] Key type encrypted registered\n[ 0.830545] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.832000] ima: No TPM chip found, activating TPM-bypass!\n[ 0.833438] evm: HMAC attrs: 0x1\n[ 0.834797] Magic number: 14:519:875\n[ 0.835998] rtc_cmos 00:00: setting system clock to 2018-08-19 07:53:08 UTC (1534665188)\n[ 0.838251] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839790] EDD information not available.\n[ 0.900144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.916644] Write protecting the kernel read-only data: 14336k\n[ 0.919644] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.922141] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.07\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.325388] 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 1.16. iid=i-00000014\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClKT9VwgXbK80qloY4G1YxD3kg7MQRYDkbZLtQhat/5KjumCKCowEQphIKWKCCXWy5Rp105AfghySuo78ABrMKeo/Qs85Hxu+idQulnBLEEcPOsfZcKZ7xcKaju8z1vuTsGhARGPNRYxe/evCqW4Q1VssAKMtyIzW0AmWgkelm4xGB3B5l8gBVWg3T4vSKPg9EIsD2XZ/zfXooWMv4gdu0NyVNzGnDL2SWl+ipxbIQxQIBAqawIEXhc7+QuJdSkATpPGu/QnRr98vg5ja1s/POR86GUoBRxgjwEARx4kTPrwjTAEfq/lA23XwGzhJtOAvlH8dtbmXQg6tP+KRDT+vB root@cinder-test-vm2-97063b26-00d0-44cb-9b40-19060d984680\nssh-dss AAAAB3NzaC1kc3MAAACBAJP2m9X9yKgUdRLFI8vXITqGtH4YhNimqOB4OXQeNUlnG8oLtbsBvRlHYRLcVX3ecEhP3gIE7J21h5JnuJK+AmqJ6jTk/eOHTkbttZELjbwr8f7WnujjElAXxdedwdCVOo+KAThwFGXZ94QKmhFNf64qSvAHvCaSLvhN6ISnoV+DAAAAFQDU++Ct/2NNEJoOM9cXxzohoFox5QAAAIAwJqWf29N6lax7d1OF/JHLBlWU7ylsaXECycAHTgdJWHPhn/9svAONpNFVBUYGnaagaJKe2bK2i3hapmvNb9Gue5DHIYQOFQ6CjWdYHg5T2MfhpmtSlNTfYDCA75ikKw5lSpkZo5wrI8yKe03CDzgw6pdjevSUga9npkVNzD9SXwAAAIAiSfNyDYl53Qi+bptPfnkVEVIP41OEhOnaDcl44hvrtGl0mPko7zJ1qm0ILZZI3bia/0ad+5oegXOZ4d9CEOMd+TU1bUi7eKy2GhV06jS/EWKyO62swj7n0+n6k9mipv7BrdsAjtIyblmc7r/NKvxwuvky902lxln1EQdwL5jKNQ== root@cinder-test-vm2-97063b26-00d0-44cb-9b40-19060d984680\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe87:d06e/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-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-97063b26-00d0-44cb-9b40-19060d984680\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.95 ===\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-97063b26-00d0-44cb-9b40-19060d984680 login: "} 2018-08-19 07:53:21,721 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6/action used request id req-156bf935-8b53-4160-b7d4-1f268f3c1cab 2018-08-19 07:53:21,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0786368846893s 2018-08-19 07:53:21,722 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6/action used request id req-156bf935-8b53-4160-b7d4-1f268f3c1cab 2018-08-19 07:53:21,722 - 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 479881895 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.190908] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.193226] pid_max: default: 32768 minimum: 301 [ 0.194488] ACPI: Core revision 20150930 [ 0.196191] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.198042] Security Framework initialized [ 0.199190] Yama: becoming mindful. [ 0.200215] AppArmor: AppArmor initialized [ 0.201402] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203199] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204963] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206644] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208562] Initializing cgroup subsys io [ 0.209713] Initializing cgroup subsys memory [ 0.210926] Initializing cgroup subsys devices [ 0.212142] Initializing cgroup subsys freezer [ 0.213347] Initializing cgroup subsys net_cls [ 0.214563] Initializing cgroup subsys perf_event [ 0.215841] Initializing cgroup subsys net_prio [ 0.217079] Initializing cgroup subsys hugetlb [ 0.218303] Initializing cgroup subsys pids [ 0.219512] CPU: Physical Processor ID: 0 [ 0.221362] mce: CPU supports 10 MCE banks [ 0.222530] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.223920] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.240843] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.247573] ftrace: allocating 31920 entries in 125 pages [ 0.273343] smpboot: Max logical packages: 1 [ 0.274546] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.276458] x2apic enabled [ 0.277618] Switched APIC routing to physical x2apic. [ 0.280279] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.281844] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.284644] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.287334] KVM setup paravirtual spinlock [ 0.289069] x86: Booted up 1 node, 1 CPUs [ 0.290205] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.292134] devtmpfs: initialized [ 0.294132] evm: security.selinux [ 0.295117] evm: security.SMACK64 [ 0.296220] evm: security.SMACK64EXEC [ 0.297249] evm: security.SMACK64TRANSMUTE [ 0.298356] evm: security.SMACK64MMAP [ 0.299390] evm: security.ima [ 0.300307] evm: security.capability [ 0.301420] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303996] pinctrl core: initialized pinctrl subsystem [ 0.305503] RTC time: 7:53:07, date: 08/19/18 [ 0.306809] NET: Registered protocol family 16 [ 0.308174] cpuidle: using governor ladder [ 0.309326] cpuidle: using governor menu [ 0.310435] PCCT header not found. [ 0.311480] ACPI: bus type PCI registered [ 0.312597] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.314318] PCI: Using configuration type 1 for base access [ 0.316505] ACPI: Added _OSI(Module Device) [ 0.317688] ACPI: Added _OSI(Processor Device) [ 0.318889] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.320144] ACPI: Added _OSI(Processor Aggregator Device) [ 0.322353] ACPI: Interpreter enabled [ 0.323415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.325964] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.328538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.331103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.333657] ACPI: (supports S0 S5) [ 0.334642] ACPI: Using IOAPIC for interrupt routing [ 0.335969] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.339861] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.341449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.343160] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.344798] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.347828] acpiphp: Slot [3] registered [ 0.348937] acpiphp: Slot [4] registered [ 0.350056] acpiphp: Slot [5] registered [ 0.351173] acpiphp: Slot [6] registered [ 0.352291] acpiphp: Slot [7] registered [ 0.353405] acpiphp: Slot [8] registered [ 0.354524] acpiphp: Slot [9] registered [ 0.355633] acpiphp: Slot [10] registered [ 0.356766] acpiphp: Slot [11] registered [ 0.357898] acpiphp: Slot [12] registered [ 0.359037] acpiphp: Slot [13] registered [ 0.360162] acpiphp: Slot [14] registered [ 0.361299] acpiphp: Slot [15] registered [ 0.376657] acpiphp: Slot [16] registered [ 0.377790] acpiphp: Slot [17] registered [ 0.378925] acpiphp: Slot [18] registered [ 0.380056] acpiphp: Slot [19] registered [ 0.381194] acpiphp: Slot [20] registered [ 0.382327] acpiphp: Slot [21] registered [ 0.383456] acpiphp: Slot [22] registered [ 0.384576] acpiphp: Slot [23] registered [ 0.385703] acpiphp: Slot [24] registered [ 0.386834] acpiphp: Slot [25] registered [ 0.387952] acpiphp: Slot [26] registered [ 0.389074] acpiphp: Slot [27] registered [ 0.390207] acpiphp: Slot [28] registered [ 0.391341] acpiphp: Slot [29] registered [ 0.392472] acpiphp: Slot [30] registered [ 0.393607] acpiphp: Slot [31] registered [ 0.394751] PCI host bridge to bus 0000:00 [ 0.395878] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.397547] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.399222] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.401258] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.403267] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.405325] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409398] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411175] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.412797] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414559] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.419175] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.421184] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.442955] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445037] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447025] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.448990] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451152] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.452897] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.454729] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.456200] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.458365] vgaarb: loaded [ 0.459213] vgaarb: bridge control possible 0000:00:02.0 [ 0.460890] SCSI subsystem initialized [ 0.462171] ACPI: bus type USB registered [ 0.463341] usbcore: registered new interface driver usbfs [ 0.464769] usbcore: registered new interface driver hub [ 0.466174] usbcore: registered new device driver usb [ 0.467713] PCI: Using ACPI for IRQ routing [ 0.469270] NetLabel: Initializing [ 0.470281] NetLabel: domain hash size = 128 [ 0.471475] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.472815] NetLabel: unlabeled traffic allowed by default [ 0.474429] clocksource: Switched to clocksource kvm-clock [ 0.484478] AppArmor: AppArmor Filesystem Enabled [ 0.485820] pnp: PnP ACPI init [ 0.487096] pnp: PnP ACPI: found 5 devices [ 0.494065] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.496469] NET: Registered protocol family 2 [ 0.497905] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.499706] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.501393] TCP: Hash tables configured (established 4096 bind 4096) [ 0.503074] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.504578] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.506200] NET: Registered protocol family 1 [ 0.507426] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508949] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.510451] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.525057] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539729] Trying to unpack rootfs image as initramfs... [ 0.601992] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.607118] Scanning for low memory corruption every 60 seconds [ 0.609368] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.611016] audit: initializing netlink subsys (disabled) [ 0.612505] audit: type=2000 audit(1534665188.411:1): initialized [ 0.614393] Initialise system trusted keyring [ 0.615831] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.617449] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.620190] zbud: loaded [ 0.621206] VFS: Disk quotas dquot_6.6.0 [ 0.622356] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.624537] fuse init (API version 7.23) [ 0.625832] Key type big_key registered [ 0.626991] Allocating IMA MOK and blacklist keyrings. [ 0.628720] Key type asymmetric registered [ 0.629870] Asymmetric key parser 'x509' registered [ 0.631225] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.633335] io scheduler noop registered [ 0.634469] io scheduler deadline registered (default) [ 0.635876] io scheduler cfq registered [ 0.637087] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.638558] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.640353] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.642397] ACPI: Power Button [PWRF] [ 0.643670] GHES: HEST is not enabled! [ 0.657903] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.687505] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.690536] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.714320] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.717534] Linux agpgart interface v0.103 [ 0.721101] brd: module loaded [ 0.723441] loop: module loaded [ 0.728360] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.730417] GPT:90111 != 2097151 [ 0.731377] GPT:Alternate GPT header not at the end of the disk. [ 0.732904] GPT:90111 != 2097151 [ 0.733854] GPT: Use GNU Parted to correct GPT errors. [ 0.735206] vda: vda1 vda15 [ 0.736901] scsi host0: ata_piix [ 0.738002] scsi host1: ata_piix [ 0.739018] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.740700] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.742946] libphy: Fixed MDIO Bus: probed [ 0.744104] tun: Universal TUN/TAP device driver, 1.6 [ 0.745435] tun: (C) 1999-2004 Max Krasnyansky [ 0.748302] PPP generic driver version 2.4.2 [ 0.749497] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.751036] ehci-pci: EHCI PCI platform driver [ 0.752170] ehci-platform: EHCI generic platform driver [ 0.753686] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.755287] ohci-pci: OHCI PCI platform driver [ 0.756515] ohci-platform: OHCI generic platform driver [ 0.757920] uhci_hcd: USB Universal Host Controller Interface driver [ 0.772657] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.774059] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.776133] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.777555] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.779162] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.780860] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.782884] usb usb1: Product: UHCI Host Controller [ 0.784188] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.785783] usb usb1: SerialNumber: 0000:00:01.2 [ 0.787162] hub 1-0:1.0: USB hub found [ 0.788255] hub 1-0:1.0: 2 ports detected [ 0.789549] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.792481] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.793819] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.795259] mousedev: PS/2 mouse device common for all mice [ 0.797003] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.799545] rtc_cmos 00:00: RTC can wake from S4 [ 0.801109] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.802761] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.804422] i2c /dev entries driver [ 0.805499] device-mapper: uevent: version 1.0.3 [ 0.806870] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.809193] ledtrig-cpu: registered to indicate activity on CPUs [ 0.811121] NET: Registered protocol family 10 [ 0.812697] NET: Registered protocol family 17 [ 0.813948] Key type dns_resolver registered [ 0.815288] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.816804] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.819296] registered taskstats version 1 [ 0.820475] Loading compiled-in X.509 certificates [ 0.822338] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.824948] zswap: loaded using pool lzo/zbud [ 0.827113] Key type trusted registered [ 0.829366] Key type encrypted registered [ 0.830545] AppArmor: AppArmor sha1 policy hashing enabled [ 0.832000] ima: No TPM chip found, activating TPM-bypass! [ 0.833438] evm: HMAC attrs: 0x1 [ 0.834797] Magic number: 14:519:875 [ 0.835998] rtc_cmos 00:00: setting system clock to 2018-08-19 07:53:08 UTC (1534665188) [ 0.838251] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839790] EDD information not available. [ 0.900144] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.916644] Write protecting the kernel read-only data: 14336k [ 0.919644] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.922141] 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 1.07 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.325388] 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 1.16. iid=i-00000014 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClKT9VwgXbK80qloY4G1YxD3kg7MQRYDkbZLtQhat/5KjumCKCowEQphIKWKCCXWy5Rp105AfghySuo78ABrMKeo/Qs85Hxu+idQulnBLEEcPOsfZcKZ7xcKaju8z1vuTsGhARGPNRYxe/evCqW4Q1VssAKMtyIzW0AmWgkelm4xGB3B5l8gBVWg3T4vSKPg9EIsD2XZ/zfXooWMv4gdu0NyVNzGnDL2SWl+ipxbIQxQIBAqawIEXhc7+QuJdSkATpPGu/QnRr98vg5ja1s/POR86GUoBRxgjwEARx4kTPrwjTAEfq/lA23XwGzhJtOAvlH8dtbmXQg6tP+KRDT+vB root@cinder-test-vm2-97063b26-00d0-44cb-9b40-19060d984680 ssh-dss AAAAB3NzaC1kc3MAAACBAJP2m9X9yKgUdRLFI8vXITqGtH4YhNimqOB4OXQeNUlnG8oLtbsBvRlHYRLcVX3ecEhP3gIE7J21h5JnuJK+AmqJ6jTk/eOHTkbttZELjbwr8f7WnujjElAXxdedwdCVOo+KAThwFGXZ94QKmhFNf64qSvAHvCaSLvhN6ISnoV+DAAAAFQDU++Ct/2NNEJoOM9cXxzohoFox5QAAAIAwJqWf29N6lax7d1OF/JHLBlWU7ylsaXECycAHTgdJWHPhn/9svAONpNFVBUYGnaagaJKe2bK2i3hapmvNb9Gue5DHIYQOFQ6CjWdYHg5T2MfhpmtSlNTfYDCA75ikKw5lSpkZo5wrI8yKe03CDzgw6pdjevSUga9npkVNzD9SXwAAAIAiSfNyDYl53Qi+bptPfnkVEVIP41OEhOnaDcl44hvrtGl0mPko7zJ1qm0ILZZI3bia/0ad+5oegXOZ4d9CEOMd+TU1bUi7eKy2GhV06jS/EWKyO62swj7n0+n6k9mipv7BrdsAjtIyblmc7r/NKvxwuvky902lxln1EQdwL5jKNQ== root@cinder-test-vm2-97063b26-00d0-44cb-9b40-19060d984680 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.14,24,fe80::f816:3eff:fe87:d06e/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-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-97063b26-00d0-44cb-9b40-19060d984680 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.95 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-97063b26-00d0-44cb-9b40-19060d984680 login: 2018-08-19 07:53:21,726 - paramiko.transport - DEBUG - starting thread (client mode): 0xccf89990L 2018-08-19 07:53:21,727 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 07:53:21,727 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-19 07:53:21,727 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-19 07:53:21,728 - 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-19 07:53:21,728 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 07:53:21,729 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-19 07:53:21,729 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 07:53:21,729 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 07:53:21,729 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 07:53:21,748 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 07:53:21,749 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 07:53:21,759 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: f587f404bb1a98a8738ccba94f91af69 2018-08-19 07:53:21,759 - paramiko.transport - DEBUG - Trying discovered key b6cd916eefe7348bbac08bc4425a9074 in /tmp/tmpU86Tjs 2018-08-19 07:53:21,786 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 07:53:21,792 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-19 07:53:21,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-19 07:53:21,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"volume": {"display_name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "size": "2"}}' 2018-08-19 07:53:23,106 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:53:21 GMT Server: Apache x-compute-request-id: req-03aef58e-c99c-4cd4-866e-d7fa6c5fe070 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-03aef58e-c99c-4cd4-866e-d7fa6c5fe070 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}} 2018-08-19 07:53:23,106 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes used request id req-03aef58e-c99c-4cd4-866e-d7fa6c5fe070 2018-08-19 07:53:23,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.27956914902s 2018-08-19 07:53:23,107 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes used request id req-03aef58e-c99c-4cd4-866e-d7fa6c5fe070 2018-08-19 07:53:23,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:53:23,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:24,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:23 GMT Server: Apache x-compute-request-id: req-a5edde6b-35c0-4d42-a709-53e66425c942 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a5edde6b-35c0-4d42-a709-53e66425c942 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:53:23.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:53:24,127 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-a5edde6b-35c0-4d42-a709-53e66425c942 2018-08-19 07:53:24,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.0195991993s 2018-08-19 07:53:24,127 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-a5edde6b-35c0-4d42-a709-53e66425c942 2018-08-19 07:53:24,129 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:53:26,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:53:26,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:27,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:26 GMT Server: Apache x-compute-request-id: req-eb236594-aadc-47ac-816f-32eed22639c2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-eb236594-aadc-47ac-816f-32eed22639c2 Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:53:24.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:53:27,160 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-eb236594-aadc-47ac-816f-32eed22639c2 2018-08-19 07:53:27,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.02782487869s 2018-08-19 07:53:27,160 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-eb236594-aadc-47ac-816f-32eed22639c2 2018-08-19 07:53:27,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:53:27,163 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:27,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-d7348166-4a1d-4643-b0bc-b176d8b5ebbf Date: Sun, 19 Aug 2018 07:53:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["552eeca4-c1e8-4b93-a413-f3395b536bd3"],"updated_at":"2018-08-19T07:52:43Z","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:52:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6ebd35f955684cb9859ada7c60030511","id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","name":"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680"}]} 2018-08-19 07:53:27,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d7348166-4a1d-4643-b0bc-b176d8b5ebbf 2018-08-19 07:53:27,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0998439788818s 2018-08-19 07:53:27,262 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d7348166-4a1d-4643-b0bc-b176d8b5ebbf 2018-08-19 07:53:27,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:53:27,271 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:27,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-573a3191-e59d-4b13-9d25-2f3d33d96ab1 Date: Sun, 19 Aug 2018 07:53:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:52:49Z", "file": "/v2/images/603fbd47-f483-41ca-b493-5c1567139336/file", "owner": "6ebd35f955684cb9859ada7c60030511", "id": "603fbd47-f483-41ca-b493-5c1567139336", "size": 12716032, "self": "/v2/images/603fbd47-f483-41ca-b493-5c1567139336", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/603fbd47-f483-41ca-b493-5c1567139336/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/603fbd47-f483-41ca-b493-5c1567139336/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_97063b26-00d0-44cb-9b40-19060d984680", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_97063b26-00d0-44cb-9b40-19060d984680", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:52:48Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:53:27,658 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-573a3191-e59d-4b13-9d25-2f3d33d96ab1 2018-08-19 07:53:27,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.390655994415s 2018-08-19 07:53:27,658 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-573a3191-e59d-4b13-9d25-2f3d33d96ab1 2018-08-19 07:53:27,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:53:27,662 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:27,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9bfacdaf-24a0-4e26-aed9-b2e08a5a34f6 x-compute-request-id: req-9bfacdaf-24a0-4e26-aed9-b2e08a5a34f6 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_97063b26-00d0-44cb-9b40-19060d984680", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "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": "218073d9-7bcf-4669-b538-40ab39b1bc97"}]} 2018-08-19 07:53:27,686 - 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-9bfacdaf-24a0-4e26-aed9-b2e08a5a34f6 2018-08-19 07:53:27,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0260210037231s 2018-08-19 07:53:27,686 - 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-9bfacdaf-24a0-4e26-aed9-b2e08a5a34f6 2018-08-19 07:53:27,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-19 07:53:27,690 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"server": {"name": "cinder_test-vm_97063b26-00d0-44cb-9b40-19060d984680", "imageRef": "603fbd47-f483-41ca-b493-5c1567139336", "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "flavorRef": "218073d9-7bcf-4669-b538-40ab39b1bc97", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f0863e8b-98f9-4be4-bf9a-cd2691722ea7"}], "security_groups": [{"name": "e47c5470-b7a8-440e-85ef-727fd1d1a36c"}]}}' 2018-08-19 07:53:30,200 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c2a387e5-a7f1-4fdd-b631-0812ba03c179 x-compute-request-id: req-c2a387e5-a7f1-4fdd-b631-0812ba03c179 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e47c5470-b7a8-440e-85ef-727fd1d1a36c"}], "OS-DCF:diskConfig": "MANUAL", "id": "06178fb1-9142-42aa-9860-62d65ccb2662", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "bookmark"}], "adminPass": "9vctUB2bsuA8"}} 2018-08-19 07:53:30,200 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-c2a387e5-a7f1-4fdd-b631-0812ba03c179 2018-08-19 07:53:30,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.51251602173s 2018-08-19 07:53:30,200 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-c2a387e5-a7f1-4fdd-b631-0812ba03c179 2018-08-19 07:53:30,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:53:30,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:31,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d2326c8-7bbc-496f-a895-ad11707de5a8 x-compute-request-id: req-7d2326c8-7bbc-496f-a895-ad11707de5a8 Content-Encoding: gzip Content-Length: 865 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/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "06178fb1-9142-42aa-9860-62d65ccb2662", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:53:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:53:30Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d0:6e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d0:6e", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:53:07.000000", "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "aaf29481-781f-433f-b55c-76d9f1e928e6", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:53:07Z", "hostId": "ce4c9c00694f577d972b85f367337a3f4e7a8c09b252d3072565a276", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm2_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:52:58Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:53:31,088 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7d2326c8-7bbc-496f-a895-ad11707de5a8 2018-08-19 07:53:31,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.886987924576s 2018-08-19 07:53:31,089 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7d2326c8-7bbc-496f-a895-ad11707de5a8 2018-08-19 07:53:31,094 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:53:33,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:53:33,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:33,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4f21e5c-e783-4e90-9093-f7a1c15fd403 x-compute-request-id: req-b4f21e5c-e783-4e90-9093-f7a1c15fd403 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/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "06178fb1-9142-42aa-9860-62d65ccb2662", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:53:33Z", "hostId": "1f8e1b5f7e30f693eaa13e286e4976425c1fa47979738d155bba67fd", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:53:30Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d0:6e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d0:6e", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:53:07.000000", "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "aaf29481-781f-433f-b55c-76d9f1e928e6", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:53:07Z", "hostId": "ce4c9c00694f577d972b85f367337a3f4e7a8c09b252d3072565a276", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm2_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:52:58Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:53:33,543 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b4f21e5c-e783-4e90-9093-f7a1c15fd403 2018-08-19 07:53:33,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.446146011353s 2018-08-19 07:53:33,544 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b4f21e5c-e783-4e90-9093-f7a1c15fd403 2018-08-19 07:53:33,548 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:53:35,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:53:35,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:36,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e92453b-336b-45bb-a8ca-db3966158ecf x-compute-request-id: req-2e92453b-336b-45bb-a8ca-db3966158ecf Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "06178fb1-9142-42aa-9860-62d65ccb2662", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:53:33Z", "hostId": "1f8e1b5f7e30f693eaa13e286e4976425c1fa47979738d155bba67fd", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:53:30Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d0:6e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d0:6e", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:53:07.000000", "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "aaf29481-781f-433f-b55c-76d9f1e928e6", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:53:07Z", "hostId": "ce4c9c00694f577d972b85f367337a3f4e7a8c09b252d3072565a276", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm2_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:52:58Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:53:36,525 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2e92453b-336b-45bb-a8ca-db3966158ecf 2018-08-19 07:53:36,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.97469997406s 2018-08-19 07:53:36,526 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2e92453b-336b-45bb-a8ca-db3966158ecf 2018-08-19 07:53:36,531 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:53:38,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:53:38,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:39,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc4e0fc7-a20b-4f25-9dd6-6fed936c8b81 x-compute-request-id: req-fc4e0fc7-a20b-4f25-9dd6-6fed936c8b81 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "06178fb1-9142-42aa-9860-62d65ccb2662", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T07:53:33Z", "hostId": "1f8e1b5f7e30f693eaa13e286e4976425c1fa47979738d155bba67fd", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:53:30Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d0:6e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d0:6e", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:53:07.000000", "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "aaf29481-781f-433f-b55c-76d9f1e928e6", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:53:07Z", "hostId": "ce4c9c00694f577d972b85f367337a3f4e7a8c09b252d3072565a276", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm2_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:52:58Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:53:39,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fc4e0fc7-a20b-4f25-9dd6-6fed936c8b81 2018-08-19 07:53:39,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568106889725s 2018-08-19 07:53:39,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fc4e0fc7-a20b-4f25-9dd6-6fed936c8b81 2018-08-19 07:53:39,108 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:53:41,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:53:41,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:41,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3ec38dc-b16b-4710-97c1-1977731fa8af x-compute-request-id: req-b3ec38dc-b16b-4710-97c1-1977731fa8af Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:a2:10", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:53:38.000000", "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "06178fb1-9142-42aa-9860-62d65ccb2662", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:53:38Z", "hostId": "1f8e1b5f7e30f693eaa13e286e4976425c1fa47979738d155bba67fd", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:53:30Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d0:6e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d0:6e", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:53:07.000000", "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "aaf29481-781f-433f-b55c-76d9f1e928e6", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:53:07Z", "hostId": "ce4c9c00694f577d972b85f367337a3f4e7a8c09b252d3072565a276", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm2_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:52:58Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:53:41,967 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3ec38dc-b16b-4710-97c1-1977731fa8af 2018-08-19 07:53:41,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.857909917831s 2018-08-19 07:53:41,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3ec38dc-b16b-4710-97c1-1977731fa8af 2018-08-19 07:53:41,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:53:41,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=06178fb1-9142-42aa-9860-62d65ccb2662" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:42,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-6f18f0ef-5733-43b2-aeb8-84b751be9c6b Date: Sun, 19 Aug 2018 07:53:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:53:34Z","admin_state_up":true,"updated_at":"2018-08-19T07:53:38Z","binding:vnic_type":"normal","device_id":"06178fb1-9142-42aa-9860-62d65ccb2662","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:80:a2:10","id":"06868141-109c-4f43-a3da-36d3515b87d7","port_security_enabled":true,"project_id":"6ebd35f955684cb9859ada7c60030511","fixed_ips":[{"subnet_id":"552eeca4-c1e8-4b93-a413-f3395b536bd3","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["e47c5470-b7a8-440e-85ef-727fd1d1a36c"],"name":""}]} 2018-08-19 07:53:42,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=06178fb1-9142-42aa-9860-62d65ccb2662 used request id req-6f18f0ef-5733-43b2-aeb8-84b751be9c6b 2018-08-19 07:53:42,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0923900604248s 2018-08-19 07:53:42,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=06178fb1-9142-42aa-9860-62d65ccb2662 used request id req-6f18f0ef-5733-43b2-aeb8-84b751be9c6b 2018-08-19 07:53:42,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:53:42,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=06868141-109c-4f43-a3da-36d3515b87d7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:42,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-af84f884-ce8b-43ee-b32d-9659bacc0cca Date: Sun, 19 Aug 2018 07:53:42 GMT RESP BODY: {"floatingips": []} 2018-08-19 07:53:42,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=06868141-109c-4f43-a3da-36d3515b87d7 used request id req-af84f884-ce8b-43ee-b32d-9659bacc0cca 2018-08-19 07:53:42,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0483589172363s 2018-08-19 07:53:42,120 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=06868141-109c-4f43-a3da-36d3515b87d7 used request id req-af84f884-ce8b-43ee-b32d-9659bacc0cca 2018-08-19 07:53:42,120 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:80:a2:10', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'603fbd47-f483-41ca-b493-5c1567139336'}), 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-19T07:53:38.000000', 'flavor': Munch({u'id': u'218073d9-7bcf-4669-b538-40ab39b1bc97'}), 'az': u'nova', 'id': u'06178fb1-9142-42aa-9860-62d65ccb2662', 'security_groups': [Munch({u'name': u'cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'fc87bf3cc9be4a4ca7c8bdee7c1dfd2e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ebd35f955684cb9859ada7c60030511', 'name': 'cinder_test-project_97063b26-00d0-44cb-9b40-19060d984680', '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-19T07:53:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T07:53:38Z', 'hostId': u'1f8e1b5f7e30f693eaa13e286e4976425c1fa47979738d155bba67fd', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'1f8e1b5f7e30f693eaa13e286e4976425c1fa47979738d155bba67fd', '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-19T07:53:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6ebd35f955684cb9859ada7c60030511', 'name': u'cinder_test-vm_97063b26-00d0-44cb-9b40-19060d984680', 'adminPass': u'9vctUB2bsuA8', 'tenant_id': u'6ebd35f955684cb9859ada7c60030511', 'created_at': u'2018-08-19T07:53:30Z', 'created': u'2018-08-19T07:53:30Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-19 07:53:42,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:53:42,124 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:42,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-e6bccfa6-c39b-40e4-8bf9-19256bdc6188 Date: Sun, 19 Aug 2018 07:53:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["552eeca4-c1e8-4b93-a413-f3395b536bd3"],"updated_at":"2018-08-19T07:52:43Z","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:52:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6ebd35f955684cb9859ada7c60030511","id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","name":"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680"}]} 2018-08-19 07:53:42,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e6bccfa6-c39b-40e4-8bf9-19256bdc6188 2018-08-19 07:53:42,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0995180606842s 2018-08-19 07:53:42,223 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e6bccfa6-c39b-40e4-8bf9-19256bdc6188 2018-08-19 07:53:42,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 07:53:42,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=06178fb1-9142-42aa-9860-62d65ccb2662" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:42,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-f86cf604-6d0a-478b-a3da-ebfb4728e388 Date: Sun, 19 Aug 2018 07:53:42 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:53:34Z","admin_state_up":true,"updated_at":"2018-08-19T07:53:38Z","binding:vnic_type":"normal","device_id":"06178fb1-9142-42aa-9860-62d65ccb2662","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:80:a2:10","id":"06868141-109c-4f43-a3da-36d3515b87d7","port_security_enabled":true,"project_id":"6ebd35f955684cb9859ada7c60030511","fixed_ips":[{"subnet_id":"552eeca4-c1e8-4b93-a413-f3395b536bd3","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["e47c5470-b7a8-440e-85ef-727fd1d1a36c"],"name":""}]} 2018-08-19 07:53:42,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=06178fb1-9142-42aa-9860-62d65ccb2662 used request id req-f86cf604-6d0a-478b-a3da-ebfb4728e388 2018-08-19 07:53:42,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0479488372803s 2018-08-19 07:53:42,273 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=06178fb1-9142-42aa-9860-62d65ccb2662 used request id req-f86cf604-6d0a-478b-a3da-ebfb4728e388 2018-08-19 07:53:42,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-19 07:53:42,274 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"floatingip": {"floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.9", "port_id": "06868141-109c-4f43-a3da-36d3515b87d7"}}' 2018-08-19 07:53:44,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-780cbdad-5755-4932-abb9-3556171982f6 Date: Sun, 19 Aug 2018 07:53:44 GMT RESP BODY: {"floatingip": {"router_id": "80ed5f18-1795-425b-a143-2f70aecdb20c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T07:53:43Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "06868141-109c-4f43-a3da-36d3515b87d7", "id": "bffb5b6a-3444-4817-a117-0d658def4ff1", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:53:43Z", "project_id": "6ebd35f955684cb9859ada7c60030511"}} 2018-08-19 07:53:44,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-780cbdad-5755-4932-abb9-3556171982f6 2018-08-19 07:53:44,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.10623908043s 2018-08-19 07:53:44,380 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-780cbdad-5755-4932-abb9-3556171982f6 2018-08-19 07:53:44,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:53:44,389 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:44,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1096 X-Openstack-Request-Id: req-d198b4e2-d95f-417d-b197-9f91f8b973ce Date: Sun, 19 Aug 2018 07:53:44 GMT RESP BODY: {"floatingips": [{"router_id": "80ed5f18-1795-425b-a143-2f70aecdb20c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T07:53:10Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "a0aa1961-0259-454e-bc36-10c514f0e4c7", "id": "53bd4b0f-f097-40ab-8722-8481a689a1ad", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:53:10Z", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"router_id": "80ed5f18-1795-425b-a143-2f70aecdb20c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T07:53:43Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "06868141-109c-4f43-a3da-36d3515b87d7", "id": "bffb5b6a-3444-4817-a117-0d658def4ff1", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:53:43Z", "project_id": "6ebd35f955684cb9859ada7c60030511"}]} 2018-08-19 07:53:44,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-d198b4e2-d95f-417d-b197-9f91f8b973ce 2018-08-19 07:53:44,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0660781860352s 2018-08-19 07:53:44,455 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-d198b4e2-d95f-417d-b197-9f91f8b973ce 2018-08-19 07:53:44,462 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'80ed5f18-1795-425b-a143-2f70aecdb20c', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'6ebd35f955684cb9859ada7c60030511', 'created_at': u'2018-08-19T07:53:43Z', 'attached': True, 'updated_at': u'2018-08-19T07:53:43Z', 'id': u'bffb5b6a-3444-4817-a117-0d658def4ff1', 'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ebd35f955684cb9859ada7c60030511', 'name': 'cinder_test-project_97063b26-00d0-44cb-9b40-19060d984680', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'80ed5f18-1795-425b-a143-2f70aecdb20c', 'project_id': u'6ebd35f955684cb9859ada7c60030511', 'port_id': u'06868141-109c-4f43-a3da-36d3515b87d7', 'port': u'06868141-109c-4f43-a3da-36d3515b87d7', 'network': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54'}) 2018-08-19 07:53:44,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 07:53:44,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662/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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 07:53:44,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-971e691b-f577-4871-af62-c54b5dedc3d7 x-compute-request-id: req-971e691b-f577-4871-af62-c54b5dedc3d7 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 479130868 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.180832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.183077] pid_max: default: 32768 minimum: 301\n[ 0.184276] ACPI: Core revision 20150930\n[ 0.185933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.187709] Security Framework initialized\n[ 0.188818] Yama: becoming mindful.\n[ 0.189810] AppArmor: AppArmor initialized\n[ 0.190956] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.192712] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.194399] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196011] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197867] Initializing cgroup subsys io\n[ 0.198973] Initializing cgroup subsys memory\n[ 0.200147] Initializing cgroup subsys devices\n[ 0.201321] Initializing cgroup subsys freezer\n[ 0.202480] Initializing cgroup subsys net_cls\n[ 0.203662] Initializing cgroup subsys perf_event\n[ 0.204888] Initializing cgroup subsys net_prio\n[ 0.206076] Initializing cgroup subsys hugetlb\n[ 0.207250] Initializing cgroup subsys pids\n[ 0.208413] CPU: Physical Processor ID: 0\n[ 0.210177] mce: CPU supports 10 MCE banks\n[ 0.211321] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212669] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.228732] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.235301] ftrace: allocating 31920 entries in 125 pages\n[ 0.260488] smpboot: Max logical packages: 1\n[ 0.261659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.263485] x2apic enabled\n[ 0.264616] Switched APIC routing to physical x2apic.\n[ 0.267046] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.268548] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.271221] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.273598] KVM setup paravirtual spinlock\n[ 0.275156] x86: Booted up 1 node, 1 CPUs\n[ 0.276229] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.278052] devtmpfs: initialized\n[ 0.279995] evm: security.selinux\n[ 0.280924] evm: security.SMACK64\n[ 0.281848] evm: security.SMACK64EXEC\n[ 0.282839] evm: security.SMACK64TRANSMUTE\n[ 0.283904] evm: security.SMACK64MMAP\n[ 0.284889] evm: security.ima\n[ 0.285749] evm: security.capability\n[ 0.286796] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.289220] pinctrl core: initialized pinctrl subsystem\n[ 0.290645] RTC time: 7:53:39, date: 08/19/18\n[ 0.291895] NET: Registered protocol family 16\n[ 0.293177] cpuidle: using governor ladder\n[ 0.294257] cpuidle: using governor menu\n[ 0.295294] PCCT header not found.\n[ 0.296288] ACPI: bus type PCI registered\n[ 0.297354] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.298986] PCI: Using configuration type 1 for base access\n[ 0.301083] ACPI: Added _OSI(Module Device)\n[ 0.302198] ACPI: Added _OSI(Processor Device)\n[ 0.303334] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.304523] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.306622] ACPI: Interpreter enabled\n[ 0.307636] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.310078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.312527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.314953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.317378] ACPI: (supports S0 S5)\n[ 0.318322] ACPI: Using IOAPIC for interrupt routing\n[ 0.319565] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.323286] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.324815] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.326445] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.328031] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.330975] acpiphp: Slot [3] registered\n[ 0.332055] acpiphp: Slot [4] registered\n[ 0.333136] acpiphp: Slot [5] registered\n[ 0.334212] acpiphp: Slot [6] registered\n[ 0.335287] acpiphp: Slot [7] registered\n[ 0.336366] acpiphp: Slot [8] registered\n[ 0.337439] acpiphp: Slot [9] registered\n[ 0.338514] acpiphp: Slot [10] registered\n[ 0.339609] acpiphp: Slot [11] registered\n[ 0.340708] acpiphp: Slot [12] registered\n[ 0.341799] acpiphp: Slot [13] registered\n[ 0.342888] acpiphp: Slot [14] registered\n[ 0.343978] acpiphp: Slot [15] registered\n[ 0.359199] acpiphp: Slot [16] registered\n[ 0.360310] acpiphp: Slot [17] registered\n[ 0.361404] acpiphp: Slot [18] registered\n[ 0.362497] acpiphp: Slot [19] registered\n[ 0.363584] acpiphp: Slot [20] registered\n[ 0.364682] acpiphp: Slot [21] registered\n[ 0.365776] acpiphp: Slot [22] registered\n[ 0.366873] acpiphp: Slot [23] registered\n[ 0.367971] acpiphp: Slot [24] registered\n[ 0.369061] acpiphp: Slot [25] registered\n[ 0.370154] acpiphp: Slot [26] registered\n[ 0.371243] acpiphp: Slot [27] registered\n[ 0.372343] acpiphp: Slot [28] registered\n[ 0.373433] acpiphp: Slot [29] registered\n[ 0.374524] acpiphp: Slot [30] registered\n[ 0.375619] acpiphp: Slot [31] registered\n[ 0.376710] PCI host bridge to bus 0000:00\n[ 0.377817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.379427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.381048] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.383018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.384952] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.386938] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.390958] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.392685] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.394260] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.395966] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.400445] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.402393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.423732] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.425706] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.427648] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.429587] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.431701] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.433409] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.435159] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.436584] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.438684] vgaarb: loaded\n[ 0.439514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.441145] SCSI subsystem initialized\n[ 0.442380] ACPI: bus type USB registered\n[ 0.443499] usbcore: registered new interface driver usbfs\n[ 0.444878] usbcore: registered new interface driver hub\n[ 0.446218] usbcore: registered new device driver usb\n[ 0.447690] PCI: Using ACPI for IRQ routing\n[ 0.449194] NetLabel: Initializing\n[ 0.450160] NetLabel: domain hash size = 128\n[ 0.451312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.452585] NetLabel: unlabeled traffic allowed by default\n[ 0.454140] clocksource: Switched to clocksource kvm-clock\n[ 0.464232] AppArmor: AppArmor Filesystem Enabled\n[ 0.465536] pnp: PnP ACPI init\n[ 0.466755] pnp: PnP ACPI: found 5 devices\n[ 0.473566] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.475885] NET: Registered protocol family 2\n[ 0.477280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.479024] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.480652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.482263] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.483714] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.485283] NET: Registered protocol family 1\n[ 0.486479] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.487968] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.489424] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.503920] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.518487] Trying to unpack rootfs image as initramfs...\n[ 0.580739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.585520] Scanning for low memory corruption every 60 seconds\n[ 0.587713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.589310] audit: initializing netlink subsys (disabled)\n[ 0.590799] audit: type=2000 audit(1534665219.482:1): initialized\n[ 0.592674] Initialise system trusted keyring\n[ 0.594050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.595638] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.598327] zbud: loaded\n[ 0.599324] VFS: Disk quotas dquot_6.6.0\n[ 0.600453] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.602599] fuse init (API version 7.23)\n[ 0.603825] Key type big_key registered\n[ 0.604929] Allocating IMA MOK and blacklist keyrings.\n[ 0.606622] Key type asymmetric registered\n[ 0.607753] Asymmetric key parser 'x509' registered\n[ 0.609061] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.611130] io scheduler noop registered\n[ 0.612218] io scheduler deadline registered (default)\n[ 0.613580] io scheduler cfq registered\n[ 0.614771] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.616192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617940] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.619941] ACPI: Power Button [PWRF]\n[ 0.621151] GHES: HEST is not enabled!\n[ 0.635247] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.664252] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.667097] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.690773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.693779] Linux agpgart interface v0.103\n[ 0.697174] brd: module loaded\n[ 0.699404] loop: module loaded\n[ 0.703933] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.705943] GPT:90111 != 2097151\n[ 0.706879] GPT:Alternate GPT header not at the end of the disk.\n[ 0.708368] GPT:90111 != 2097151\n[ 0.709303] GPT: Use GNU Parted to correct GPT errors.\n[ 0.710624] vda: vda1 vda15\n[ 0.712252] scsi host0: ata_piix\n[ 0.713335] scsi host1: ata_piix\n[ 0.714337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.715990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.717969] libphy: Fixed MDIO Bus: probed\n[ 0.719322] tun: Universal TUN/TAP device driver, 1.6\n[ 0.720640] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.723439] PPP generic driver version 2.4.2\n[ 0.724692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.726337] ehci-pci: EHCI PCI platform driver\n[ 0.727533] ehci-platform: EHCI generic platform driver\n[ 0.728893] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.730469] ohci-pci: OHCI PCI platform driver\n[ 0.731678] ohci-platform: OHCI generic platform driver\n[ 0.733027] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.747633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749005] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752397] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.753949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757571] usb usb1: Product: UHCI Host Controller\n[ 0.758839] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761690] hub 1-0:1.0: USB hub found\n[ 0.762872] hub 1-0:1.0: 2 ports detected\n[ 0.764140] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.767028] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.768326] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769709] mousedev: PS/2 mouse device common for all mice\n[ 0.771405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773880] rtc_cmos 00:00: RTC can wake from S4\n[ 0.775412] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776999] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.778611] i2c /dev entries driver\n[ 0.779654] device-mapper: uevent: version 1.0.3\n[ 0.780954] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.783203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.785038] NET: Registered protocol family 10\n[ 0.786597] NET: Registered protocol family 17\n[ 0.787820] Key type dns_resolver registered\n[ 0.789109] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.790607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.793005] registered taskstats version 1\n[ 0.794180] Loading compiled-in X.509 certificates\n[ 0.795992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.798538] zswap: loaded using pool lzo/zbud\n[ 0.800601] Key type trusted registered\n[ 0.802756] Key type encrypted registered\n[ 0.803884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.805287] ima: No TPM chip found, activating TPM-bypass!\n[ 0.806718] evm: HMAC attrs: 0x1\n[ 0.808009] Magic number: 14:519:875\n[ 0.809175] rtc_cmos 00:00: setting system clock to 2018-08-19 07:53:39 UTC (1534665219)\n[ 0.811400] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.812898] EDD information not available.\n[ 0.875700] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.892741] Write protecting the kernel read-only data: 14336k\n[ 0.895775] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.898204] 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.053450] 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.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.89. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8D16n/3wRx9xShP7I/owb0UWahSi/6oZz0e29tMbHoc66NwtkYKiKNBxKAE5mcv1pJH9KEThXRW5IqsmyiQe6JhrBD0YnEK3CRJO0M7P4OsJhJ7whQJD1zasE+FItvXZDn/M6IcBDZwYLx4zfGRADdb8QBIH68b8+IRkoio3o9Jnvcn+z7f1a0mrrg0Nw3ny4XH6D5GFEPgsEQsFbFbGfYkdhXQzAvDmKGhCVmn7QkiG19EgYB2+Q63v2RQyPWMFX9tD/3l2giTJgB8vj5sRhcE0PuSkbuGiMQ75y2WAMjpO1BZCkT8GRSix/3omjVS8n9Cp3WJDqvdCnxt+5YuZT root@cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680\nssh-dss AAAAB3NzaC1kc3MAAACBAMEgLEQKMKVe7DZbd9S9mYR07k4r/wn4Z4+L/o9YsEfjtYhXikghrFkWrJUqNI/Jxqeu375PZHnWL99Oo2BVGDgCFlcuo3+Hin20ZFE4sqR6eYYhYXXwgNZb4n84v3/KkflHksThc9fSPTmHzo6526mvHiJsfczczZTialoWFdTbAAAAFQDxbxj9vXEaJnMj1sWK2F7rgdgioQAAAIAbeHqurM5Rpviak4R92F43VK8W5eb4v67hxyvCZ9sufP+MYUgGAH0XzVzZbhIFkEtjgLQK0lo4o5WsqYXnX8EIdnWKVAjEqxW7rc0n2Sj4DFqpNmpy3mDKWp2ddS8/v1Ev7GOKy2lB2hGFljQ0kMJ+9VTSv/h/s0yVUyCShued1gAAAIAOqm865vVT1HWE+uqlRK+FuQbClwXvQkZFdhsG7/xw4/6xTebCD5mkf7z7SgTdBEbYEgRYCO+coFvqzBQfsoyIqkJJBSnwXbWxj3afhubpdNConxHdaS9tmJbXBIGZIhINrekpMfJOenuGypP3JbKWaHV3Tko1EDZgVXLM2Ihr4w== root@cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe80:a210/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.05 ===\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-97063b26-00d0-44cb-9b40-19060d984680 login: "} 2018-08-19 07:53:44,593 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662/action used request id req-971e691b-f577-4871-af62-c54b5dedc3d7 2018-08-19 07:53:44,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.129951953888s 2018-08-19 07:53:44,594 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662/action used request id req-971e691b-f577-4871-af62-c54b5dedc3d7 2018-08-19 07:53:44,594 - functest.core.singlevm - DEBUG - vm console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 479130868 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.180832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.183077] pid_max: default: 32768 minimum: 301 [ 0.184276] ACPI: Core revision 20150930 [ 0.185933] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.187709] Security Framework initialized [ 0.188818] Yama: becoming mindful. [ 0.189810] AppArmor: AppArmor initialized [ 0.190956] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.192712] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.194399] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196011] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197867] Initializing cgroup subsys io [ 0.198973] Initializing cgroup subsys memory [ 0.200147] Initializing cgroup subsys devices [ 0.201321] Initializing cgroup subsys freezer [ 0.202480] Initializing cgroup subsys net_cls [ 0.203662] Initializing cgroup subsys perf_event [ 0.204888] Initializing cgroup subsys net_prio [ 0.206076] Initializing cgroup subsys hugetlb [ 0.207250] Initializing cgroup subsys pids [ 0.208413] CPU: Physical Processor ID: 0 [ 0.210177] mce: CPU supports 10 MCE banks [ 0.211321] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212669] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.228732] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.235301] ftrace: allocating 31920 entries in 125 pages [ 0.260488] smpboot: Max logical packages: 1 [ 0.261659] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.263485] x2apic enabled [ 0.264616] Switched APIC routing to physical x2apic. [ 0.267046] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.268548] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.271221] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.273598] KVM setup paravirtual spinlock [ 0.275156] x86: Booted up 1 node, 1 CPUs [ 0.276229] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.278052] devtmpfs: initialized [ 0.279995] evm: security.selinux [ 0.280924] evm: security.SMACK64 [ 0.281848] evm: security.SMACK64EXEC [ 0.282839] evm: security.SMACK64TRANSMUTE [ 0.283904] evm: security.SMACK64MMAP [ 0.284889] evm: security.ima [ 0.285749] evm: security.capability [ 0.286796] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.289220] pinctrl core: initialized pinctrl subsystem [ 0.290645] RTC time: 7:53:39, date: 08/19/18 [ 0.291895] NET: Registered protocol family 16 [ 0.293177] cpuidle: using governor ladder [ 0.294257] cpuidle: using governor menu [ 0.295294] PCCT header not found. [ 0.296288] ACPI: bus type PCI registered [ 0.297354] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.298986] PCI: Using configuration type 1 for base access [ 0.301083] ACPI: Added _OSI(Module Device) [ 0.302198] ACPI: Added _OSI(Processor Device) [ 0.303334] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.304523] ACPI: Added _OSI(Processor Aggregator Device) [ 0.306622] ACPI: Interpreter enabled [ 0.307636] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.310078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.312527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.314953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.317378] ACPI: (supports S0 S5) [ 0.318322] ACPI: Using IOAPIC for interrupt routing [ 0.319565] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.323286] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.324815] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.326445] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.328031] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.330975] acpiphp: Slot [3] registered [ 0.332055] acpiphp: Slot [4] registered [ 0.333136] acpiphp: Slot [5] registered [ 0.334212] acpiphp: Slot [6] registered [ 0.335287] acpiphp: Slot [7] registered [ 0.336366] acpiphp: Slot [8] registered [ 0.337439] acpiphp: Slot [9] registered [ 0.338514] acpiphp: Slot [10] registered [ 0.339609] acpiphp: Slot [11] registered [ 0.340708] acpiphp: Slot [12] registered [ 0.341799] acpiphp: Slot [13] registered [ 0.342888] acpiphp: Slot [14] registered [ 0.343978] acpiphp: Slot [15] registered [ 0.359199] acpiphp: Slot [16] registered [ 0.360310] acpiphp: Slot [17] registered [ 0.361404] acpiphp: Slot [18] registered [ 0.362497] acpiphp: Slot [19] registered [ 0.363584] acpiphp: Slot [20] registered [ 0.364682] acpiphp: Slot [21] registered [ 0.365776] acpiphp: Slot [22] registered [ 0.366873] acpiphp: Slot [23] registered [ 0.367971] acpiphp: Slot [24] registered [ 0.369061] acpiphp: Slot [25] registered [ 0.370154] acpiphp: Slot [26] registered [ 0.371243] acpiphp: Slot [27] registered [ 0.372343] acpiphp: Slot [28] registered [ 0.373433] acpiphp: Slot [29] registered [ 0.374524] acpiphp: Slot [30] registered [ 0.375619] acpiphp: Slot [31] registered [ 0.376710] PCI host bridge to bus 0000:00 [ 0.377817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.379427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.381048] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.383018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.384952] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.386938] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.390958] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.392685] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.394260] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.395966] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.400445] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.402393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.423732] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.425706] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.427648] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.429587] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.431701] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.433409] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.435159] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.436584] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.438684] vgaarb: loaded [ 0.439514] vgaarb: bridge control possible 0000:00:02.0 [ 0.441145] SCSI subsystem initialized [ 0.442380] ACPI: bus type USB registered [ 0.443499] usbcore: registered new interface driver usbfs [ 0.444878] usbcore: registered new interface driver hub [ 0.446218] usbcore: registered new device driver usb [ 0.447690] PCI: Using ACPI for IRQ routing [ 0.449194] NetLabel: Initializing [ 0.450160] NetLabel: domain hash size = 128 [ 0.451312] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.452585] NetLabel: unlabeled traffic allowed by default [ 0.454140] clocksource: Switched to clocksource kvm-clock [ 0.464232] AppArmor: AppArmor Filesystem Enabled [ 0.465536] pnp: PnP ACPI init [ 0.466755] pnp: PnP ACPI: found 5 devices [ 0.473566] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.475885] NET: Registered protocol family 2 [ 0.477280] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.479024] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.480652] TCP: Hash tables configured (established 4096 bind 4096) [ 0.482263] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.483714] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.485283] NET: Registered protocol family 1 [ 0.486479] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.487968] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.489424] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.503920] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.518487] Trying to unpack rootfs image as initramfs... [ 0.580739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.585520] Scanning for low memory corruption every 60 seconds [ 0.587713] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.589310] audit: initializing netlink subsys (disabled) [ 0.590799] audit: type=2000 audit(1534665219.482:1): initialized [ 0.592674] Initialise system trusted keyring [ 0.594050] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.595638] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.598327] zbud: loaded [ 0.599324] VFS: Disk quotas dquot_6.6.0 [ 0.600453] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.602599] fuse init (API version 7.23) [ 0.603825] Key type big_key registered [ 0.604929] Allocating IMA MOK and blacklist keyrings. [ 0.606622] Key type asymmetric registered [ 0.607753] Asymmetric key parser 'x509' registered [ 0.609061] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.611130] io scheduler noop registered [ 0.612218] io scheduler deadline registered (default) [ 0.613580] io scheduler cfq registered [ 0.614771] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.616192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.617940] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.619941] ACPI: Power Button [PWRF] [ 0.621151] GHES: HEST is not enabled! [ 0.635247] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.664252] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.667097] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.690773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.693779] Linux agpgart interface v0.103 [ 0.697174] brd: module loaded [ 0.699404] loop: module loaded [ 0.703933] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.705943] GPT:90111 != 2097151 [ 0.706879] GPT:Alternate GPT header not at the end of the disk. [ 0.708368] GPT:90111 != 2097151 [ 0.709303] GPT: Use GNU Parted to correct GPT errors. [ 0.710624] vda: vda1 vda15 [ 0.712252] scsi host0: ata_piix [ 0.713335] scsi host1: ata_piix [ 0.714337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.715990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.717969] libphy: Fixed MDIO Bus: probed [ 0.719322] tun: Universal TUN/TAP device driver, 1.6 [ 0.720640] tun: (C) 1999-2004 Max Krasnyansky [ 0.723439] PPP generic driver version 2.4.2 [ 0.724692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.726337] ehci-pci: EHCI PCI platform driver [ 0.727533] ehci-platform: EHCI generic platform driver [ 0.728893] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.730469] ohci-pci: OHCI PCI platform driver [ 0.731678] ohci-platform: OHCI generic platform driver [ 0.733027] uhci_hcd: USB Universal Host Controller Interface driver [ 0.747633] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.749005] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.751018] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.752397] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.753949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.755626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.757571] usb usb1: Product: UHCI Host Controller [ 0.758839] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.760378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.761690] hub 1-0:1.0: USB hub found [ 0.762872] hub 1-0:1.0: 2 ports detected [ 0.764140] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.767028] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.768326] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.769709] mousedev: PS/2 mouse device common for all mice [ 0.771405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.773880] rtc_cmos 00:00: RTC can wake from S4 [ 0.775412] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.776999] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.778611] i2c /dev entries driver [ 0.779654] device-mapper: uevent: version 1.0.3 [ 0.780954] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.783203] ledtrig-cpu: registered to indicate activity on CPUs [ 0.785038] NET: Registered protocol family 10 [ 0.786597] NET: Registered protocol family 17 [ 0.787820] Key type dns_resolver registered [ 0.789109] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.790607] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.793005] registered taskstats version 1 [ 0.794180] Loading compiled-in X.509 certificates [ 0.795992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.798538] zswap: loaded using pool lzo/zbud [ 0.800601] Key type trusted registered [ 0.802756] Key type encrypted registered [ 0.803884] AppArmor: AppArmor sha1 policy hashing enabled [ 0.805287] ima: No TPM chip found, activating TPM-bypass! [ 0.806718] evm: HMAC attrs: 0x1 [ 0.808009] Magic number: 14:519:875 [ 0.809175] rtc_cmos 00:00: setting system clock to 2018-08-19 07:53:39 UTC (1534665219) [ 0.811400] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.812898] EDD information not available. [ 0.875700] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.892741] Write protecting the kernel read-only data: 14336k [ 0.895775] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.898204] 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.053450] 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.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.89. iid=i-00000017 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8D16n/3wRx9xShP7I/owb0UWahSi/6oZz0e29tMbHoc66NwtkYKiKNBxKAE5mcv1pJH9KEThXRW5IqsmyiQe6JhrBD0YnEK3CRJO0M7P4OsJhJ7whQJD1zasE+FItvXZDn/M6IcBDZwYLx4zfGRADdb8QBIH68b8+IRkoio3o9Jnvcn+z7f1a0mrrg0Nw3ny4XH6D5GFEPgsEQsFbFbGfYkdhXQzAvDmKGhCVmn7QkiG19EgYB2+Q63v2RQyPWMFX9tD/3l2giTJgB8vj5sRhcE0PuSkbuGiMQ75y2WAMjpO1BZCkT8GRSix/3omjVS8n9Cp3WJDqvdCnxt+5YuZT root@cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680 ssh-dss AAAAB3NzaC1kc3MAAACBAMEgLEQKMKVe7DZbd9S9mYR07k4r/wn4Z4+L/o9YsEfjtYhXikghrFkWrJUqNI/Jxqeu375PZHnWL99Oo2BVGDgCFlcuo3+Hin20ZFE4sqR6eYYhYXXwgNZb4n84v3/KkflHksThc9fSPTmHzo6526mvHiJsfczczZTialoWFdTbAAAAFQDxbxj9vXEaJnMj1sWK2F7rgdgioQAAAIAbeHqurM5Rpviak4R92F43VK8W5eb4v67hxyvCZ9sufP+MYUgGAH0XzVzZbhIFkEtjgLQK0lo4o5WsqYXnX8EIdnWKVAjEqxW7rc0n2Sj4DFqpNmpy3mDKWp2ddS8/v1Ev7GOKy2lB2hGFljQ0kMJ+9VTSv/h/s0yVUyCShued1gAAAIAOqm865vVT1HWE+uqlRK+FuQbClwXvQkZFdhsG7/xw4/6xTebCD5mkf7z7SgTdBEbYEgRYCO+coFvqzBQfsoyIqkJJBSnwXbWxj3afhubpdNConxHdaS9tmJbXBIGZIhINrekpMfJOenuGypP3JbKWaHV3Tko1EDZgVXLM2Ihr4w== root@cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe80:a210/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.05 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680 login: 2018-08-19 07:53:45,596 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-08-19 07:53:54,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 07:53:54,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662/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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 07:53:54,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53: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-b933d315-3926-4545-a0f2-2c92c5b019d5 x-compute-request-id: req-b933d315-3926-4545-a0f2-2c92c5b019d5 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 479130868 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.180832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.183077] pid_max: default: 32768 minimum: 301\n[ 0.184276] ACPI: Core revision 20150930\n[ 0.185933] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.187709] Security Framework initialized\n[ 0.188818] Yama: becoming mindful.\n[ 0.189810] AppArmor: AppArmor initialized\n[ 0.190956] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.192712] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.194399] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.196011] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.197867] Initializing cgroup subsys io\n[ 0.198973] Initializing cgroup subsys memory\n[ 0.200147] Initializing cgroup subsys devices\n[ 0.201321] Initializing cgroup subsys freezer\n[ 0.202480] Initializing cgroup subsys net_cls\n[ 0.203662] Initializing cgroup subsys perf_event\n[ 0.204888] Initializing cgroup subsys net_prio\n[ 0.206076] Initializing cgroup subsys hugetlb\n[ 0.207250] Initializing cgroup subsys pids\n[ 0.208413] CPU: Physical Processor ID: 0\n[ 0.210177] mce: CPU supports 10 MCE banks\n[ 0.211321] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.212669] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.228732] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.235301] ftrace: allocating 31920 entries in 125 pages\n[ 0.260488] smpboot: Max logical packages: 1\n[ 0.261659] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.263485] x2apic enabled\n[ 0.264616] Switched APIC routing to physical x2apic.\n[ 0.267046] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.268548] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.271221] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.273598] KVM setup paravirtual spinlock\n[ 0.275156] x86: Booted up 1 node, 1 CPUs\n[ 0.276229] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.278052] devtmpfs: initialized\n[ 0.279995] evm: security.selinux\n[ 0.280924] evm: security.SMACK64\n[ 0.281848] evm: security.SMACK64EXEC\n[ 0.282839] evm: security.SMACK64TRANSMUTE\n[ 0.283904] evm: security.SMACK64MMAP\n[ 0.284889] evm: security.ima\n[ 0.285749] evm: security.capability\n[ 0.286796] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.289220] pinctrl core: initialized pinctrl subsystem\n[ 0.290645] RTC time: 7:53:39, date: 08/19/18\n[ 0.291895] NET: Registered protocol family 16\n[ 0.293177] cpuidle: using governor ladder\n[ 0.294257] cpuidle: using governor menu\n[ 0.295294] PCCT header not found.\n[ 0.296288] ACPI: bus type PCI registered\n[ 0.297354] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.298986] PCI: Using configuration type 1 for base access\n[ 0.301083] ACPI: Added _OSI(Module Device)\n[ 0.302198] ACPI: Added _OSI(Processor Device)\n[ 0.303334] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.304523] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.306622] ACPI: Interpreter enabled\n[ 0.307636] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.310078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.312527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.314953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.317378] ACPI: (supports S0 S5)\n[ 0.318322] ACPI: Using IOAPIC for interrupt routing\n[ 0.319565] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.323286] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.324815] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.326445] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.328031] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.330975] acpiphp: Slot [3] registered\n[ 0.332055] acpiphp: Slot [4] registered\n[ 0.333136] acpiphp: Slot [5] registered\n[ 0.334212] acpiphp: Slot [6] registered\n[ 0.335287] acpiphp: Slot [7] registered\n[ 0.336366] acpiphp: Slot [8] registered\n[ 0.337439] acpiphp: Slot [9] registered\n[ 0.338514] acpiphp: Slot [10] registered\n[ 0.339609] acpiphp: Slot [11] registered\n[ 0.340708] acpiphp: Slot [12] registered\n[ 0.341799] acpiphp: Slot [13] registered\n[ 0.342888] acpiphp: Slot [14] registered\n[ 0.343978] acpiphp: Slot [15] registered\n[ 0.359199] acpiphp: Slot [16] registered\n[ 0.360310] acpiphp: Slot [17] registered\n[ 0.361404] acpiphp: Slot [18] registered\n[ 0.362497] acpiphp: Slot [19] registered\n[ 0.363584] acpiphp: Slot [20] registered\n[ 0.364682] acpiphp: Slot [21] registered\n[ 0.365776] acpiphp: Slot [22] registered\n[ 0.366873] acpiphp: Slot [23] registered\n[ 0.367971] acpiphp: Slot [24] registered\n[ 0.369061] acpiphp: Slot [25] registered\n[ 0.370154] acpiphp: Slot [26] registered\n[ 0.371243] acpiphp: Slot [27] registered\n[ 0.372343] acpiphp: Slot [28] registered\n[ 0.373433] acpiphp: Slot [29] registered\n[ 0.374524] acpiphp: Slot [30] registered\n[ 0.375619] acpiphp: Slot [31] registered\n[ 0.376710] PCI host bridge to bus 0000:00\n[ 0.377817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.379427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.381048] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.383018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.384952] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.386938] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.390958] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.392685] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.394260] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.395966] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.400445] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.402393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.423732] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.425706] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.427648] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.429587] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.431701] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.433409] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.435159] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.436584] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.438684] vgaarb: loaded\n[ 0.439514] vgaarb: bridge control possible 0000:00:02.0\n[ 0.441145] SCSI subsystem initialized\n[ 0.442380] ACPI: bus type USB registered\n[ 0.443499] usbcore: registered new interface driver usbfs\n[ 0.444878] usbcore: registered new interface driver hub\n[ 0.446218] usbcore: registered new device driver usb\n[ 0.447690] PCI: Using ACPI for IRQ routing\n[ 0.449194] NetLabel: Initializing\n[ 0.450160] NetLabel: domain hash size = 128\n[ 0.451312] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.452585] NetLabel: unlabeled traffic allowed by default\n[ 0.454140] clocksource: Switched to clocksource kvm-clock\n[ 0.464232] AppArmor: AppArmor Filesystem Enabled\n[ 0.465536] pnp: PnP ACPI init\n[ 0.466755] pnp: PnP ACPI: found 5 devices\n[ 0.473566] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.475885] NET: Registered protocol family 2\n[ 0.477280] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.479024] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.480652] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.482263] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.483714] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.485283] NET: Registered protocol family 1\n[ 0.486479] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.487968] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.489424] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.503920] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.518487] Trying to unpack rootfs image as initramfs...\n[ 0.580739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.585520] Scanning for low memory corruption every 60 seconds\n[ 0.587713] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.589310] audit: initializing netlink subsys (disabled)\n[ 0.590799] audit: type=2000 audit(1534665219.482:1): initialized\n[ 0.592674] Initialise system trusted keyring\n[ 0.594050] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.595638] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.598327] zbud: loaded\n[ 0.599324] VFS: Disk quotas dquot_6.6.0\n[ 0.600453] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.602599] fuse init (API version 7.23)\n[ 0.603825] Key type big_key registered\n[ 0.604929] Allocating IMA MOK and blacklist keyrings.\n[ 0.606622] Key type asymmetric registered\n[ 0.607753] Asymmetric key parser 'x509' registered\n[ 0.609061] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.611130] io scheduler noop registered\n[ 0.612218] io scheduler deadline registered (default)\n[ 0.613580] io scheduler cfq registered\n[ 0.614771] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.616192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.617940] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.619941] ACPI: Power Button [PWRF]\n[ 0.621151] GHES: HEST is not enabled!\n[ 0.635247] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.664252] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.667097] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.690773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.693779] Linux agpgart interface v0.103\n[ 0.697174] brd: module loaded\n[ 0.699404] loop: module loaded\n[ 0.703933] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.705943] GPT:90111 != 2097151\n[ 0.706879] GPT:Alternate GPT header not at the end of the disk.\n[ 0.708368] GPT:90111 != 2097151\n[ 0.709303] GPT: Use GNU Parted to correct GPT errors.\n[ 0.710624] vda: vda1 vda15\n[ 0.712252] scsi host0: ata_piix\n[ 0.713335] scsi host1: ata_piix\n[ 0.714337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.715990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.717969] libphy: Fixed MDIO Bus: probed\n[ 0.719322] tun: Universal TUN/TAP device driver, 1.6\n[ 0.720640] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.723439] PPP generic driver version 2.4.2\n[ 0.724692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.726337] ehci-pci: EHCI PCI platform driver\n[ 0.727533] ehci-platform: EHCI generic platform driver\n[ 0.728893] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.730469] ohci-pci: OHCI PCI platform driver\n[ 0.731678] ohci-platform: OHCI generic platform driver\n[ 0.733027] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.747633] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.749005] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.751018] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.752397] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.753949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757571] usb usb1: Product: UHCI Host Controller\n[ 0.758839] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.760378] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.761690] hub 1-0:1.0: USB hub found\n[ 0.762872] hub 1-0:1.0: 2 ports detected\n[ 0.764140] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.767028] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.768326] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.769709] mousedev: PS/2 mouse device common for all mice\n[ 0.771405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.773880] rtc_cmos 00:00: RTC can wake from S4\n[ 0.775412] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.776999] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.778611] i2c /dev entries driver\n[ 0.779654] device-mapper: uevent: version 1.0.3\n[ 0.780954] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.783203] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.785038] NET: Registered protocol family 10\n[ 0.786597] NET: Registered protocol family 17\n[ 0.787820] Key type dns_resolver registered\n[ 0.789109] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.790607] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.793005] registered taskstats version 1\n[ 0.794180] Loading compiled-in X.509 certificates\n[ 0.795992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.798538] zswap: loaded using pool lzo/zbud\n[ 0.800601] Key type trusted registered\n[ 0.802756] Key type encrypted registered\n[ 0.803884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.805287] ima: No TPM chip found, activating TPM-bypass!\n[ 0.806718] evm: HMAC attrs: 0x1\n[ 0.808009] Magic number: 14:519:875\n[ 0.809175] rtc_cmos 00:00: setting system clock to 2018-08-19 07:53:39 UTC (1534665219)\n[ 0.811400] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.812898] EDD information not available.\n[ 0.875700] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.892741] Write protecting the kernel read-only data: 14336k\n[ 0.895775] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.898204] 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.053450] 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.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.89. iid=i-00000017\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8D16n/3wRx9xShP7I/owb0UWahSi/6oZz0e29tMbHoc66NwtkYKiKNBxKAE5mcv1pJH9KEThXRW5IqsmyiQe6JhrBD0YnEK3CRJO0M7P4OsJhJ7whQJD1zasE+FItvXZDn/M6IcBDZwYLx4zfGRADdb8QBIH68b8+IRkoio3o9Jnvcn+z7f1a0mrrg0Nw3ny4XH6D5GFEPgsEQsFbFbGfYkdhXQzAvDmKGhCVmn7QkiG19EgYB2+Q63v2RQyPWMFX9tD/3l2giTJgB8vj5sRhcE0PuSkbuGiMQ75y2WAMjpO1BZCkT8GRSix/3omjVS8n9Cp3WJDqvdCnxt+5YuZT root@cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680\nssh-dss AAAAB3NzaC1kc3MAAACBAMEgLEQKMKVe7DZbd9S9mYR07k4r/wn4Z4+L/o9YsEfjtYhXikghrFkWrJUqNI/Jxqeu375PZHnWL99Oo2BVGDgCFlcuo3+Hin20ZFE4sqR6eYYhYXXwgNZb4n84v3/KkflHksThc9fSPTmHzo6526mvHiJsfczczZTialoWFdTbAAAAFQDxbxj9vXEaJnMj1sWK2F7rgdgioQAAAIAbeHqurM5Rpviak4R92F43VK8W5eb4v67hxyvCZ9sufP+MYUgGAH0XzVzZbhIFkEtjgLQK0lo4o5WsqYXnX8EIdnWKVAjEqxW7rc0n2Sj4DFqpNmpy3mDKWp2ddS8/v1Ev7GOKy2lB2hGFljQ0kMJ+9VTSv/h/s0yVUyCShued1gAAAIAOqm865vVT1HWE+uqlRK+FuQbClwXvQkZFdhsG7/xw4/6xTebCD5mkf7z7SgTdBEbYEgRYCO+coFvqzBQfsoyIqkJJBSnwXbWxj3afhubpdNConxHdaS9tmJbXBIGZIhINrekpMfJOenuGypP3JbKWaHV3Tko1EDZgVXLM2Ihr4w== root@cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe80:a210/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.05 ===\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-97063b26-00d0-44cb-9b40-19060d984680 login: "} 2018-08-19 07:53:54,726 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662/action used request id req-b933d315-3926-4545-a0f2-2c92c5b019d5 2018-08-19 07:53:54,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.127726078033s 2018-08-19 07:53:54,727 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662/action used request id req-b933d315-3926-4545-a0f2-2c92c5b019d5 2018-08-19 07:53:54,727 - 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 479130868 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.180832] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.183077] pid_max: default: 32768 minimum: 301 [ 0.184276] ACPI: Core revision 20150930 [ 0.185933] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.187709] Security Framework initialized [ 0.188818] Yama: becoming mindful. [ 0.189810] AppArmor: AppArmor initialized [ 0.190956] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.192712] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.194399] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.196011] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.197867] Initializing cgroup subsys io [ 0.198973] Initializing cgroup subsys memory [ 0.200147] Initializing cgroup subsys devices [ 0.201321] Initializing cgroup subsys freezer [ 0.202480] Initializing cgroup subsys net_cls [ 0.203662] Initializing cgroup subsys perf_event [ 0.204888] Initializing cgroup subsys net_prio [ 0.206076] Initializing cgroup subsys hugetlb [ 0.207250] Initializing cgroup subsys pids [ 0.208413] CPU: Physical Processor ID: 0 [ 0.210177] mce: CPU supports 10 MCE banks [ 0.211321] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.212669] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.228732] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.235301] ftrace: allocating 31920 entries in 125 pages [ 0.260488] smpboot: Max logical packages: 1 [ 0.261659] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.263485] x2apic enabled [ 0.264616] Switched APIC routing to physical x2apic. [ 0.267046] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.268548] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.271221] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.273598] KVM setup paravirtual spinlock [ 0.275156] x86: Booted up 1 node, 1 CPUs [ 0.276229] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.278052] devtmpfs: initialized [ 0.279995] evm: security.selinux [ 0.280924] evm: security.SMACK64 [ 0.281848] evm: security.SMACK64EXEC [ 0.282839] evm: security.SMACK64TRANSMUTE [ 0.283904] evm: security.SMACK64MMAP [ 0.284889] evm: security.ima [ 0.285749] evm: security.capability [ 0.286796] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.289220] pinctrl core: initialized pinctrl subsystem [ 0.290645] RTC time: 7:53:39, date: 08/19/18 [ 0.291895] NET: Registered protocol family 16 [ 0.293177] cpuidle: using governor ladder [ 0.294257] cpuidle: using governor menu [ 0.295294] PCCT header not found. [ 0.296288] ACPI: bus type PCI registered [ 0.297354] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.298986] PCI: Using configuration type 1 for base access [ 0.301083] ACPI: Added _OSI(Module Device) [ 0.302198] ACPI: Added _OSI(Processor Device) [ 0.303334] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.304523] ACPI: Added _OSI(Processor Aggregator Device) [ 0.306622] ACPI: Interpreter enabled [ 0.307636] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.310078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.312527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.314953] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.317378] ACPI: (supports S0 S5) [ 0.318322] ACPI: Using IOAPIC for interrupt routing [ 0.319565] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.323286] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.324815] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.326445] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.328031] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.330975] acpiphp: Slot [3] registered [ 0.332055] acpiphp: Slot [4] registered [ 0.333136] acpiphp: Slot [5] registered [ 0.334212] acpiphp: Slot [6] registered [ 0.335287] acpiphp: Slot [7] registered [ 0.336366] acpiphp: Slot [8] registered [ 0.337439] acpiphp: Slot [9] registered [ 0.338514] acpiphp: Slot [10] registered [ 0.339609] acpiphp: Slot [11] registered [ 0.340708] acpiphp: Slot [12] registered [ 0.341799] acpiphp: Slot [13] registered [ 0.342888] acpiphp: Slot [14] registered [ 0.343978] acpiphp: Slot [15] registered [ 0.359199] acpiphp: Slot [16] registered [ 0.360310] acpiphp: Slot [17] registered [ 0.361404] acpiphp: Slot [18] registered [ 0.362497] acpiphp: Slot [19] registered [ 0.363584] acpiphp: Slot [20] registered [ 0.364682] acpiphp: Slot [21] registered [ 0.365776] acpiphp: Slot [22] registered [ 0.366873] acpiphp: Slot [23] registered [ 0.367971] acpiphp: Slot [24] registered [ 0.369061] acpiphp: Slot [25] registered [ 0.370154] acpiphp: Slot [26] registered [ 0.371243] acpiphp: Slot [27] registered [ 0.372343] acpiphp: Slot [28] registered [ 0.373433] acpiphp: Slot [29] registered [ 0.374524] acpiphp: Slot [30] registered [ 0.375619] acpiphp: Slot [31] registered [ 0.376710] PCI host bridge to bus 0000:00 [ 0.377817] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.379427] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.381048] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.383018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.384952] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.386938] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.390958] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.392685] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.394260] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.395966] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.400445] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.402393] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.423732] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.425706] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.427648] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.429587] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.431701] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.433409] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.435159] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.436584] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.438684] vgaarb: loaded [ 0.439514] vgaarb: bridge control possible 0000:00:02.0 [ 0.441145] SCSI subsystem initialized [ 0.442380] ACPI: bus type USB registered [ 0.443499] usbcore: registered new interface driver usbfs [ 0.444878] usbcore: registered new interface driver hub [ 0.446218] usbcore: registered new device driver usb [ 0.447690] PCI: Using ACPI for IRQ routing [ 0.449194] NetLabel: Initializing [ 0.450160] NetLabel: domain hash size = 128 [ 0.451312] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.452585] NetLabel: unlabeled traffic allowed by default [ 0.454140] clocksource: Switched to clocksource kvm-clock [ 0.464232] AppArmor: AppArmor Filesystem Enabled [ 0.465536] pnp: PnP ACPI init [ 0.466755] pnp: PnP ACPI: found 5 devices [ 0.473566] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.475885] NET: Registered protocol family 2 [ 0.477280] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.479024] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.480652] TCP: Hash tables configured (established 4096 bind 4096) [ 0.482263] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.483714] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.485283] NET: Registered protocol family 1 [ 0.486479] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.487968] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.489424] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.503920] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.518487] Trying to unpack rootfs image as initramfs... [ 0.580739] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.585520] Scanning for low memory corruption every 60 seconds [ 0.587713] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.589310] audit: initializing netlink subsys (disabled) [ 0.590799] audit: type=2000 audit(1534665219.482:1): initialized [ 0.592674] Initialise system trusted keyring [ 0.594050] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.595638] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.598327] zbud: loaded [ 0.599324] VFS: Disk quotas dquot_6.6.0 [ 0.600453] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.602599] fuse init (API version 7.23) [ 0.603825] Key type big_key registered [ 0.604929] Allocating IMA MOK and blacklist keyrings. [ 0.606622] Key type asymmetric registered [ 0.607753] Asymmetric key parser 'x509' registered [ 0.609061] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.611130] io scheduler noop registered [ 0.612218] io scheduler deadline registered (default) [ 0.613580] io scheduler cfq registered [ 0.614771] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.616192] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.617940] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.619941] ACPI: Power Button [PWRF] [ 0.621151] GHES: HEST is not enabled! [ 0.635247] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.664252] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.667097] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.690773] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.693779] Linux agpgart interface v0.103 [ 0.697174] brd: module loaded [ 0.699404] loop: module loaded [ 0.703933] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.705943] GPT:90111 != 2097151 [ 0.706879] GPT:Alternate GPT header not at the end of the disk. [ 0.708368] GPT:90111 != 2097151 [ 0.709303] GPT: Use GNU Parted to correct GPT errors. [ 0.710624] vda: vda1 vda15 [ 0.712252] scsi host0: ata_piix [ 0.713335] scsi host1: ata_piix [ 0.714337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.715990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.717969] libphy: Fixed MDIO Bus: probed [ 0.719322] tun: Universal TUN/TAP device driver, 1.6 [ 0.720640] tun: (C) 1999-2004 Max Krasnyansky [ 0.723439] PPP generic driver version 2.4.2 [ 0.724692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.726337] ehci-pci: EHCI PCI platform driver [ 0.727533] ehci-platform: EHCI generic platform driver [ 0.728893] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.730469] ohci-pci: OHCI PCI platform driver [ 0.731678] ohci-platform: OHCI generic platform driver [ 0.733027] uhci_hcd: USB Universal Host Controller Interface driver [ 0.747633] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.749005] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.751018] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.752397] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.753949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.755626] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.757571] usb usb1: Product: UHCI Host Controller [ 0.758839] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.760378] usb usb1: SerialNumber: 0000:00:01.2 [ 0.761690] hub 1-0:1.0: USB hub found [ 0.762872] hub 1-0:1.0: 2 ports detected [ 0.764140] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.767028] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.768326] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.769709] mousedev: PS/2 mouse device common for all mice [ 0.771405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.773880] rtc_cmos 00:00: RTC can wake from S4 [ 0.775412] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.776999] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.778611] i2c /dev entries driver [ 0.779654] device-mapper: uevent: version 1.0.3 [ 0.780954] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.783203] ledtrig-cpu: registered to indicate activity on CPUs [ 0.785038] NET: Registered protocol family 10 [ 0.786597] NET: Registered protocol family 17 [ 0.787820] Key type dns_resolver registered [ 0.789109] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.790607] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.793005] registered taskstats version 1 [ 0.794180] Loading compiled-in X.509 certificates [ 0.795992] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.798538] zswap: loaded using pool lzo/zbud [ 0.800601] Key type trusted registered [ 0.802756] Key type encrypted registered [ 0.803884] AppArmor: AppArmor sha1 policy hashing enabled [ 0.805287] ima: No TPM chip found, activating TPM-bypass! [ 0.806718] evm: HMAC attrs: 0x1 [ 0.808009] Magic number: 14:519:875 [ 0.809175] rtc_cmos 00:00: setting system clock to 2018-08-19 07:53:39 UTC (1534665219) [ 0.811400] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.812898] EDD information not available. [ 0.875700] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.892741] Write protecting the kernel read-only data: 14336k [ 0.895775] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.898204] 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.053450] 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.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.89. iid=i-00000017 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8D16n/3wRx9xShP7I/owb0UWahSi/6oZz0e29tMbHoc66NwtkYKiKNBxKAE5mcv1pJH9KEThXRW5IqsmyiQe6JhrBD0YnEK3CRJO0M7P4OsJhJ7whQJD1zasE+FItvXZDn/M6IcBDZwYLx4zfGRADdb8QBIH68b8+IRkoio3o9Jnvcn+z7f1a0mrrg0Nw3ny4XH6D5GFEPgsEQsFbFbGfYkdhXQzAvDmKGhCVmn7QkiG19EgYB2+Q63v2RQyPWMFX9tD/3l2giTJgB8vj5sRhcE0PuSkbuGiMQ75y2WAMjpO1BZCkT8GRSix/3omjVS8n9Cp3WJDqvdCnxt+5YuZT root@cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680 ssh-dss AAAAB3NzaC1kc3MAAACBAMEgLEQKMKVe7DZbd9S9mYR07k4r/wn4Z4+L/o9YsEfjtYhXikghrFkWrJUqNI/Jxqeu375PZHnWL99Oo2BVGDgCFlcuo3+Hin20ZFE4sqR6eYYhYXXwgNZb4n84v3/KkflHksThc9fSPTmHzo6526mvHiJsfczczZTialoWFdTbAAAAFQDxbxj9vXEaJnMj1sWK2F7rgdgioQAAAIAbeHqurM5Rpviak4R92F43VK8W5eb4v67hxyvCZ9sufP+MYUgGAH0XzVzZbhIFkEtjgLQK0lo4o5WsqYXnX8EIdnWKVAjEqxW7rc0n2Sj4DFqpNmpy3mDKWp2ddS8/v1Ev7GOKy2lB2hGFljQ0kMJ+9VTSv/h/s0yVUyCShued1gAAAIAOqm865vVT1HWE+uqlRK+FuQbClwXvQkZFdhsG7/xw4/6xTebCD5mkf7z7SgTdBEbYEgRYCO+coFvqzBQfsoyIqkJJBSnwXbWxj3afhubpdNConxHdaS9tmJbXBIGZIhINrekpMfJOenuGypP3JbKWaHV3Tko1EDZgVXLM2Ihr4w== root@cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe80:a210/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.05 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-97063b26-00d0-44cb-9b40-19060d984680 login: 2018-08-19 07:53:54,729 - paramiko.transport - DEBUG - starting thread (client mode): 0xccf985d0L 2018-08-19 07:53:54,729 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 07:53:54,729 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-19 07:53:54,730 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-19 07:53:54,731 - 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-19 07:53:54,731 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 07:53:54,731 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-19 07:53:54,731 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 07:53:54,732 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 07:53:54,732 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 07:53:54,748 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 07:53:54,749 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 07:53:54,762 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: c0a71d11884db76f60a7306962dcd3f4 2018-08-19 07:53:54,762 - paramiko.transport - DEBUG - Trying discovered key b6cd916eefe7348bbac08bc4425a9074 in /tmp/tmpU86Tjs 2018-08-19 07:53:54,785 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 07:53:54,791 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-19 07:53:54,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-19 07:53:54,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662/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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"volumeAttachment": {"volumeId": "b37d88ef-d132-4507-989e-89b81ec2094f"}}' 2018-08-19 07:53:56,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53: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-52be0959-031f-49bb-a747-6f6f169598d0 x-compute-request-id: req-52be0959-031f-49bb-a747-6f6f169598d0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "06178fb1-9142-42aa-9860-62d65ccb2662", "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "volumeId": "b37d88ef-d132-4507-989e-89b81ec2094f"}} 2018-08-19 07:53:56,762 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662/os-volume_attachments used request id req-52be0959-031f-49bb-a747-6f6f169598d0 2018-08-19 07:53:56,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.96694493294s 2018-08-19 07:53:56,762 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662/os-volume_attachments used request id req-52be0959-031f-49bb-a747-6f6f169598d0 2018-08-19 07:53:56,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:53:56,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:53:57,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:56 GMT Server: Apache x-compute-request-id: req-eba27da6-9393-4247-bbc4-5f6e6ecee5d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-eba27da6-9393-4247-bbc4-5f6e6ecee5d2 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:53:56.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:53:57,780 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-eba27da6-9393-4247-bbc4-5f6e6ecee5d2 2018-08-19 07:53:57,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01684403419s 2018-08-19 07:53:57,780 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-eba27da6-9393-4247-bbc4-5f6e6ecee5d2 2018-08-19 07:53:57,782 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:53:59,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:53:59,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:00,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:53:59 GMT Server: Apache x-compute-request-id: req-ac2eed05-5fe8-4e4d-bef3-117ea0c8fea9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ac2eed05-5fe8-4e4d-bef3-117ea0c8fea9 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:54:00.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:54:00,820 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-ac2eed05-5fe8-4e4d-bef3-117ea0c8fea9 2018-08-19 07:54:00,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03566408157s 2018-08-19 07:54:00,821 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-ac2eed05-5fe8-4e4d-bef3-117ea0c8fea9 2018-08-19 07:54:00,822 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:54:02,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:54:02,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:03,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:02 GMT Server: Apache x-compute-request-id: req-7fb03025-9c73-475a-b489-65df0302b59b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7fb03025-9c73-475a-b489-65df0302b59b Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [{"server_id": "06178fb1-9142-42aa-9860-62d65ccb2662", "attachment_id": "1c372800-ded0-42ba-8dbe-9113b1226474", "attached_at": "2018-08-19T07:54:00.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "b37d88ef-d132-4507-989e-89b81ec2094f", "device": "/dev/vdb", "id": "b37d88ef-d132-4507-989e-89b81ec2094f"}], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:54:01.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:54:03,888 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-7fb03025-9c73-475a-b489-65df0302b59b 2018-08-19 07:54:03,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.06343507767s 2018-08-19 07:54:03,888 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-7fb03025-9c73-475a-b489-65df0302b59b 2018-08-19 07:54:03,890 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-19 07:54:03,891 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-19 07:54:03,892 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-19 07:54:03,893 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-19 07:54:03,962 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-19 07:54:03,963 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-19 07:54:03,964 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-19 07:54:03,965 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-19 07:54:04,001 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-19 07:54:04,002 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-19 07:54:04,029 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-19 07:54:04,239 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-19 07:54:04,240 - 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: 94ad3bac-3a77-46ca-ad84-25268bfa616b 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-19 07:54:04,240 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-19 07:54:04,241 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-19 07:54:04,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-19 07:54:04,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662/os-volume_attachments/b37d88ef-d132-4507-989e-89b81ec2094f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:04,245 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-19 07:54:06,930 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:54:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b4442a5-06b2-400d-bbae-eefacfb4f225 x-compute-request-id: req-8b4442a5-06b2-400d-bbae-eefacfb4f225 Content-Length: 0 Content-Type: application/json 2018-08-19 07:54:06,930 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662/os-volume_attachments/b37d88ef-d132-4507-989e-89b81ec2094f used request id req-8b4442a5-06b2-400d-bbae-eefacfb4f225 2018-08-19 07:54:06,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.68854308128s 2018-08-19 07:54:06,930 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662/os-volume_attachments/b37d88ef-d132-4507-989e-89b81ec2094f used request id req-8b4442a5-06b2-400d-bbae-eefacfb4f225 2018-08-19 07:54:06,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:54:06,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:08,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:06 GMT Server: Apache x-compute-request-id: req-e2f200d3-e04b-4519-ac7f-9c7ef1090fc3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e2f200d3-e04b-4519-ac7f-9c7ef1090fc3 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [{"server_id": "06178fb1-9142-42aa-9860-62d65ccb2662", "attachment_id": "1c372800-ded0-42ba-8dbe-9113b1226474", "attached_at": "2018-08-19T07:54:00.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "b37d88ef-d132-4507-989e-89b81ec2094f", "device": "/dev/vdb", "id": "b37d88ef-d132-4507-989e-89b81ec2094f"}], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:54:06.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:54:08,004 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-e2f200d3-e04b-4519-ac7f-9c7ef1090fc3 2018-08-19 07:54:08,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.07296800613s 2018-08-19 07:54:08,004 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-e2f200d3-e04b-4519-ac7f-9c7ef1090fc3 2018-08-19 07:54:08,005 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:54:10,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:54:10,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:10,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:10 GMT Server: Apache x-compute-request-id: req-2deed5ff-203b-4215-8ac2-08b203ec2b87 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2deed5ff-203b-4215-8ac2-08b203ec2b87 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:54:09.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:54:10,057 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-2deed5ff-203b-4215-8ac2-08b203ec2b87 2018-08-19 07:54:10,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0488460063934s 2018-08-19 07:54:10,057 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-2deed5ff-203b-4215-8ac2-08b203ec2b87 2018-08-19 07:54:10,059 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-19 07:54:10,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-19 07:54:10,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6/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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"volumeAttachment": {"volumeId": "b37d88ef-d132-4507-989e-89b81ec2094f"}}' 2018-08-19 07:54:12,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55f998e6-cf22-4e2b-b380-7f87f1d3ce32 x-compute-request-id: req-55f998e6-cf22-4e2b-b380-7f87f1d3ce32 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "aaf29481-781f-433f-b55c-76d9f1e928e6", "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "volumeId": "b37d88ef-d132-4507-989e-89b81ec2094f"}} 2018-08-19 07:54:12,033 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6/os-volume_attachments used request id req-55f998e6-cf22-4e2b-b380-7f87f1d3ce32 2018-08-19 07:54:12,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.9744579792s 2018-08-19 07:54:12,034 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6/os-volume_attachments used request id req-55f998e6-cf22-4e2b-b380-7f87f1d3ce32 2018-08-19 07:54:12,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:54:12,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:13,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:12 GMT Server: Apache x-compute-request-id: req-9a4b8246-5df0-4409-82f5-1119ad298b46 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9a4b8246-5df0-4409-82f5-1119ad298b46 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:54:11.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:54:13,099 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-9a4b8246-5df0-4409-82f5-1119ad298b46 2018-08-19 07:54:13,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.06494808197s 2018-08-19 07:54:13,100 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-9a4b8246-5df0-4409-82f5-1119ad298b46 2018-08-19 07:54:13,101 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:54:15,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:54:15,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:15,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:15 GMT Server: Apache x-compute-request-id: req-fe73cbad-49a8-4eb3-a3ec-35fdaed4ed66 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fe73cbad-49a8-4eb3-a3ec-35fdaed4ed66 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:54:14.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:54:15,157 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-fe73cbad-49a8-4eb3-a3ec-35fdaed4ed66 2018-08-19 07:54:15,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0535449981689s 2018-08-19 07:54:15,158 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-fe73cbad-49a8-4eb3-a3ec-35fdaed4ed66 2018-08-19 07:54:15,159 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:54:17,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:54:17,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:17,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:17 GMT Server: Apache x-compute-request-id: req-655ada68-e169-472d-ad4a-7fd6e07708ff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-655ada68-e169-472d-ad4a-7fd6e07708ff Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [{"server_id": "aaf29481-781f-433f-b55c-76d9f1e928e6", "attachment_id": "b47bfd20-3ff2-43b4-bceb-789e394f5de8", "attached_at": "2018-08-19T07:54:14.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "b37d88ef-d132-4507-989e-89b81ec2094f", "device": "/dev/vdb", "id": "b37d88ef-d132-4507-989e-89b81ec2094f"}], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:54:15.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:54:17,227 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-655ada68-e169-472d-ad4a-7fd6e07708ff 2018-08-19 07:54:17,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0647971630096s 2018-08-19 07:54:17,227 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-655ada68-e169-472d-ad4a-7fd6e07708ff 2018-08-19 07:54:17,229 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-19 07:54:17,231 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-19 07:54:17,231 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-19 07:54:17,234 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-19 07:54:17,301 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-19 07:54:17,301 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-19 07:54:17,302 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-19 07:54:17,302 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-19 07:54:17,338 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-19 07:54:17,339 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-19 07:54:17,367 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-19 07:54:17,386 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-19 07:54:17,386 - 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-19 07:54:17,387 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-19 07:54:17,387 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-19 07:54:17,388 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-19 07:54:17,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-19 07:54:17,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6/os-volume_attachments/b37d88ef-d132-4507-989e-89b81ec2094f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:19,097 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-08d0c851-31be-42fc-8ac6-b386a86312b4 x-compute-request-id: req-08d0c851-31be-42fc-8ac6-b386a86312b4 Content-Length: 0 Content-Type: application/json 2018-08-19 07:54:19,097 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6/os-volume_attachments/b37d88ef-d132-4507-989e-89b81ec2094f used request id req-08d0c851-31be-42fc-8ac6-b386a86312b4 2018-08-19 07:54:19,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.70904111862s 2018-08-19 07:54:19,098 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6/os-volume_attachments/b37d88ef-d132-4507-989e-89b81ec2094f used request id req-08d0c851-31be-42fc-8ac6-b386a86312b4 2018-08-19 07:54:19,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:54:19,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:19,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:19 GMT Server: Apache x-compute-request-id: req-58803d9d-3c89-4d13-8ad9-9ca0487ba71d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-58803d9d-3c89-4d13-8ad9-9ca0487ba71d Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [{"server_id": "aaf29481-781f-433f-b55c-76d9f1e928e6", "attachment_id": "b47bfd20-3ff2-43b4-bceb-789e394f5de8", "attached_at": "2018-08-19T07:54:14.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "b37d88ef-d132-4507-989e-89b81ec2094f", "device": "/dev/vdb", "id": "b37d88ef-d132-4507-989e-89b81ec2094f"}], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:54:19.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:54:19,154 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-58803d9d-3c89-4d13-8ad9-9ca0487ba71d 2018-08-19 07:54:19,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0554420948029s 2018-08-19 07:54:19,154 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-58803d9d-3c89-4d13-8ad9-9ca0487ba71d 2018-08-19 07:54:19,155 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:54:21,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:54:21,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:21,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:21 GMT Server: Apache x-compute-request-id: req-b0cd5a55-3a1b-496d-997b-9140c900a3d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b0cd5a55-3a1b-496d-997b-9140c900a3d4 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:54:20.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:54:21,207 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-b0cd5a55-3a1b-496d-997b-9140c900a3d4 2018-08-19 07:54:21,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0488181114197s 2018-08-19 07:54:21,207 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-b0cd5a55-3a1b-496d-997b-9140c900a3d4 2018-08-19 07:54:21,326 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 07:54:21,327 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:40 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-19 07:54:21,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-19 07:54:21,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:21,508 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:54:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8029ca23-016c-4128-ab42-0888f411108e x-compute-request-id: req-8029ca23-016c-4128-ab42-0888f411108e Content-Type: application/json 2018-08-19 07:54:21,508 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6 used request id req-8029ca23-016c-4128-ab42-0888f411108e 2018-08-19 07:54:21,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.176566123962s 2018-08-19 07:54:21,508 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6 used request id req-8029ca23-016c-4128-ab42-0888f411108e 2018-08-19 07:54:21,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:54:21,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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:22,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2118d685-4568-4934-bb84-a083cb43569c x-compute-request-id: req-2118d685-4568-4934-bb84-a083cb43569c Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:a2:10", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:a2:10", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:53:38.000000", "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "06178fb1-9142-42aa-9860-62d65ccb2662", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:53:38Z", "hostId": "1f8e1b5f7e30f693eaa13e286e4976425c1fa47979738d155bba67fd", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:53:30Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d0:6e", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d0:6e", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/aaf29481-781f-433f-b55c-76d9f1e928e6", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:53:07.000000", "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "aaf29481-781f-433f-b55c-76d9f1e928e6", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:54:21Z", "hostId": "ce4c9c00694f577d972b85f367337a3f4e7a8c09b252d3072565a276", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm2_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:52:58Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:54:22,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2118d685-4568-4934-bb84-a083cb43569c 2018-08-19 07:54:22,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0212328434s 2018-08-19 07:54:22,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2118d685-4568-4934-bb84-a083cb43569c 2018-08-19 07:54:22,533 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:54:24,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:54:24,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:25,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52379864-f073-4a53-93db-969caddef924 x-compute-request-id: req-52379864-f073-4a53-93db-969caddef924 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:a2:10", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:a2:10", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:53:38.000000", "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "06178fb1-9142-42aa-9860-62d65ccb2662", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:53:38Z", "hostId": "1f8e1b5f7e30f693eaa13e286e4976425c1fa47979738d155bba67fd", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:53:30Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:54:25,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-52379864-f073-4a53-93db-969caddef924 2018-08-19 07:54:25,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694144010544s 2018-08-19 07:54:25,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-52379864-f073-4a53-93db-969caddef924 2018-08-19 07:54:25,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-19 07:54:25,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/53bd4b0f-f097-40ab-8722-8481a689a1ad.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:26,048 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ee450b4a-f980-40ae-b571-cc1f831835f2 Content-Length: 0 Date: Sun, 19 Aug 2018 07:54:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:54:26,048 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/53bd4b0f-f097-40ab-8722-8481a689a1ad.json used request id req-ee450b4a-f980-40ae-b571-cc1f831835f2 2018-08-19 07:54:26,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.813471078873s 2018-08-19 07:54:26,049 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/53bd4b0f-f097-40ab-8722-8481a689a1ad.json used request id req-ee450b4a-f980-40ae-b571-cc1f831835f2 2018-08-19 07:54:26,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:54:26,054 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:26,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-a991ff61-e9dd-4028-ab90-75cd6c766b68 Date: Sun, 19 Aug 2018 07:54:26 GMT RESP BODY: {"floatingips": [{"router_id": "80ed5f18-1795-425b-a143-2f70aecdb20c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T07:53:43Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "06868141-109c-4f43-a3da-36d3515b87d7", "id": "bffb5b6a-3444-4817-a117-0d658def4ff1", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:53:43Z", "project_id": "6ebd35f955684cb9859ada7c60030511"}]} 2018-08-19 07:54:26,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a991ff61-e9dd-4028-ab90-75cd6c766b68 2018-08-19 07:54:26,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.314931154251s 2018-08-19 07:54:26,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-a991ff61-e9dd-4028-ab90-75cd6c766b68 2018-08-19 07:54:26,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:54:26,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:26,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:26 GMT Server: Apache x-compute-request-id: req-9f6c7fca-47f2-4857-8308-0a4f290c8508 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9f6c7fca-47f2-4857-8308-0a4f290c8508 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:54:20.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:54:26,429 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-9f6c7fca-47f2-4857-8308-0a4f290c8508 2018-08-19 07:54:26,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0566520690918s 2018-08-19 07:54:26,430 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-9f6c7fca-47f2-4857-8308-0a4f290c8508 2018-08-19 07:54:26,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-19 07:54:26,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:27,544 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:54:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5f23ed4a-b9b2-4bef-bfdc-4bc8ab871839 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-19 07:54:27,544 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f used request id req-5f23ed4a-b9b2-4bef-bfdc-4bc8ab871839 2018-08-19 07:54:27,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 1.11321306229s 2018-08-19 07:54:27,545 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f used request id req-5f23ed4a-b9b2-4bef-bfdc-4bc8ab871839 2018-08-19 07:54:27,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:54:27,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:27,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:27 GMT Server: Apache x-compute-request-id: req-2ca4e41f-a344-47e6-a2bc-c3339071c8d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2ca4e41f-a344-47e6-a2bc-c3339071c8d7 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "self"}, {"href": "http://172.30.9.27:8776/6ebd35f955684cb9859ada7c60030511/volumes/b37d88ef-d132-4507-989e-89b81ec2094f", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-19T07:53:22.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ebd35f955684cb9859ada7c60030511", "updated_at": "2018-08-19T07:54:27.000000", "volume_type": null, "name": "cinder_test-volume_97063b26-00d0-44cb-9b40-19060d984680", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b37d88ef-d132-4507-989e-89b81ec2094f", "size": 2}]} 2018-08-19 07:54:27,599 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-2ca4e41f-a344-47e6-a2bc-c3339071c8d7 2018-08-19 07:54:27,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0540080070496s 2018-08-19 07:54:27,599 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-2ca4e41f-a344-47e6-a2bc-c3339071c8d7 2018-08-19 07:54:27,601 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:54:29,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 07:54:29,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:29,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:29 GMT Server: Apache x-compute-request-id: req-8b7190c2-d91f-4e9e-9479-dc7473b15890 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8b7190c2-d91f-4e9e-9479-dc7473b15890 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-19 07:54:29,643 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-8b7190c2-d91f-4e9e-9479-dc7473b15890 2018-08-19 07:54:29,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0395050048828s 2018-08-19 07:54:29,643 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/6ebd35f955684cb9859ada7c60030511/volumes/detail used request id req-8b7190c2-d91f-4e9e-9479-dc7473b15890 2018-08-19 07:54:29,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-19 07:54:29,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/bffb5b6a-3444-4817-a117-0d658def4ff1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:30,636 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-33a124a6-5afd-46dc-930b-f3d97cc3e2ad Content-Length: 0 Date: Sun, 19 Aug 2018 07:54:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:54:30,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/bffb5b6a-3444-4817-a117-0d658def4ff1.json used request id req-33a124a6-5afd-46dc-930b-f3d97cc3e2ad 2018-08-19 07:54:30,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.990988969803s 2018-08-19 07:54:30,637 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/bffb5b6a-3444-4817-a117-0d658def4ff1.json used request id req-33a124a6-5afd-46dc-930b-f3d97cc3e2ad 2018-08-19 07:54:30,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 07:54:30,642 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:30,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-56ce03d8-c41c-4052-a1b9-5a44201761fe Date: Sun, 19 Aug 2018 07:54:30 GMT RESP BODY: {"floatingips": []} 2018-08-19 07:54:30,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-56ce03d8-c41c-4052-a1b9-5a44201761fe 2018-08-19 07:54:30,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0501470565796s 2018-08-19 07:54:30,692 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-56ce03d8-c41c-4052-a1b9-5a44201761fe 2018-08-19 07:54:30,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-19 07:54:30,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:30,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9e15f7f9-ad59-4b66-83b8-f2a1a506439b x-compute-request-id: req-9e15f7f9-ad59-4b66-83b8-f2a1a506439b Content-Type: application/json 2018-08-19 07:54:30,922 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662 used request id req-9e15f7f9-ad59-4b66-83b8-f2a1a506439b 2018-08-19 07:54:30,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.228826999664s 2018-08-19 07:54:30,922 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662 used request id req-9e15f7f9-ad59-4b66-83b8-f2a1a506439b 2018-08-19 07:54:30,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:54:30,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:31,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ff43c49-ffa3-4122-9841-8cdcb2b8328e x-compute-request-id: req-5ff43c49-ffa3-4122-9841-8cdcb2b8328e Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:a2:10", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:a2:10", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/06178fb1-9142-42aa-9860-62d65ccb2662", "rel": "bookmark"}], "image": {"id": "603fbd47-f483-41ca-b493-5c1567139336", "links": [{"href": "http://172.30.9.27:8774/images/603fbd47-f483-41ca-b493-5c1567139336", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T07:53:38.000000", "flavor": {"id": "218073d9-7bcf-4669-b538-40ab39b1bc97", "links": [{"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "bookmark"}]}, "id": "06178fb1-9142-42aa-9860-62d65ccb2662", "security_groups": [{"name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}], "user_id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T07:54:30Z", "hostId": "1f8e1b5f7e30f693eaa13e286e4976425c1fa47979738d155bba67fd", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680", "name": "cinder_test-vm_97063b26-00d0-44cb-9b40-19060d984680", "created": "2018-08-19T07:53:30Z", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 07:54:31,410 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5ff43c49-ffa3-4122-9841-8cdcb2b8328e 2018-08-19 07:54:31,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.486928939819s 2018-08-19 07:54:31,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5ff43c49-ffa3-4122-9841-8cdcb2b8328e 2018-08-19 07:54:31,412 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 07:54:33,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 07:54:33,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:33,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54: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-fc154368-2c7c-43d8-bda7-10662eda74ce x-compute-request-id: req-fc154368-2c7c-43d8-bda7-10662eda74ce Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-19 07:54:33,478 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fc154368-2c7c-43d8-bda7-10662eda74ce 2018-08-19 07:54:33,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0632061958313s 2018-08-19 07:54:33,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fc154368-2c7c-43d8-bda7-10662eda74ce 2018-08-19 07:54:33,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 07:54:33,482 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:33,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-ebb678fb-6972-4450-92f7-7d06bc731c93 Date: Sun, 19 Aug 2018 07:54:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:52:41Z", "updated_at": "2018-08-19T07:52:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "3e700936-b0b3-48ed-867b-0c99466f0e01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "469b360a-507b-460b-b5bb-418abac4bb76", "remote_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "7bfad34f-dcde-4017-9d84-84ee12ae865b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "cd54cedb-6baf-417a-9975-4919aa78d25c", "remote_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}], "revision_number": 1, "project_id": "6ebd35f955684cb9859ada7c60030511", "id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:52:51Z", "updated_at": "2018-08-19T07:52:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:51Z", "revision_number": 0, "id": "0eac921d-db5c-4ce1-a78e-8277c9a76de7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:51Z", "security_group_id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T07:52:52Z", "revision_number": 0, "id": "cbaa12af-0cee-45b4-9163-79f3d375e443", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:52Z", "security_group_id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:51Z", "revision_number": 0, "id": "cc44288d-a067-4d83-bc11-7def7737f850", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:51Z", "security_group_id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:53Z", "revision_number": 0, "id": "e4282667-e693-4b7e-b60e-911a96d3305a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:53Z", "security_group_id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}], "revision_number": 3, "project_id": "6ebd35f955684cb9859ada7c60030511", "id": "e47c5470-b7a8-440e-85ef-727fd1d1a36c", "name": "cinder_test-sg_97063b26-00d0-44cb-9b40-19060d984680"}]} 2018-08-19 07:54:33,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-ebb678fb-6972-4450-92f7-7d06bc731c93 2018-08-19 07:54:33,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0483810901642s 2018-08-19 07:54:33,530 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-ebb678fb-6972-4450-92f7-7d06bc731c93 2018-08-19 07:54:33,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-19 07:54:33,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/e47c5470-b7a8-440e-85ef-727fd1d1a36c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:33,707 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-76becca4-4a65-4bcd-b447-af3b53ea1573 Content-Length: 0 Date: Sun, 19 Aug 2018 07:54:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:54:33,707 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/e47c5470-b7a8-440e-85ef-727fd1d1a36c.json used request id req-76becca4-4a65-4bcd-b447-af3b53ea1573 2018-08-19 07:54:33,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.173196077347s 2018-08-19 07:54:33,707 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/e47c5470-b7a8-440e-85ef-727fd1d1a36c.json used request id req-76becca4-4a65-4bcd-b447-af3b53ea1573 2018-08-19 07:54:33,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-19 07:54:33,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:33,803 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:54: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-61c0534a-3306-4461-ace3-94a94d0ee55a x-compute-request-id: req-61c0534a-3306-4461-ace3-94a94d0ee55a Content-Length: 0 Content-Type: application/json 2018-08-19 07:54:33,803 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680 used request id req-61c0534a-3306-4461-ace3-94a94d0ee55a 2018-08-19 07:54:33,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0949969291687s 2018-08-19 07:54:33,803 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cinder_test-kp_97063b26-00d0-44cb-9b40-19060d984680 used request id req-61c0534a-3306-4461-ace3-94a94d0ee55a 2018-08-19 07:54:33,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 07:54:33,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/80ed5f18-1795-425b-a143-2f70aecdb20c/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}e952447efa7c5b7e353897983836d4c62d50d9bb" -d '{"subnet_id": "552eeca4-c1e8-4b93-a413-f3395b536bd3"}' 2018-08-19 07:54:35,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a3b0d667-3aef-4bcf-a820-3361d57b7d2e Date: Sun, 19 Aug 2018 07:54:35 GMT RESP BODY: {"network_id": "f0863e8b-98f9-4be4-bf9a-cd2691722ea7", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "subnet_id": "552eeca4-c1e8-4b93-a413-f3395b536bd3", "subnet_ids": ["552eeca4-c1e8-4b93-a413-f3395b536bd3"], "port_id": "2675781a-1c09-4cb5-9831-c5eba8ab8ed2", "id": "80ed5f18-1795-425b-a143-2f70aecdb20c"} 2018-08-19 07:54:35,785 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/80ed5f18-1795-425b-a143-2f70aecdb20c/remove_router_interface.json used request id req-a3b0d667-3aef-4bcf-a820-3361d57b7d2e 2018-08-19 07:54:35,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.98131895065s 2018-08-19 07:54:35,785 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/80ed5f18-1795-425b-a143-2f70aecdb20c/remove_router_interface.json used request id req-a3b0d667-3aef-4bcf-a820-3361d57b7d2e returning object 80ed5f18-1795-425b-a143-2f70aecdb20c 2018-08-19 07:54:35,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 07:54:35,786 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:35,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-73711ece-eeba-4b8a-b86a-432faaac03a0 Date: Sun, 19 Aug 2018 07:54:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:52:43Z", "admin_state_up": true, "updated_at": "2018-08-19T07:54:35Z", "revision_number": 4, "routes": [], "project_id": "6ebd35f955684cb9859ada7c60030511", "id": "80ed5f18-1795-425b-a143-2f70aecdb20c", "name": "cinder_test-router_97063b26-00d0-44cb-9b40-19060d984680"}]} 2018-08-19 07:54:35,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-73711ece-eeba-4b8a-b86a-432faaac03a0 2018-08-19 07:54:35,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.128266096115s 2018-08-19 07:54:35,915 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-73711ece-eeba-4b8a-b86a-432faaac03a0 2018-08-19 07:54:35,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 07:54:35,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/80ed5f18-1795-425b-a143-2f70aecdb20c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:37,309 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9c31cd04-8ad5-488d-8214-2266b339d6c9 Content-Length: 0 Date: Sun, 19 Aug 2018 07:54:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:54:37,310 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/80ed5f18-1795-425b-a143-2f70aecdb20c.json used request id req-9c31cd04-8ad5-488d-8214-2266b339d6c9 2018-08-19 07:54:37,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.39375591278s 2018-08-19 07:54:37,310 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/80ed5f18-1795-425b-a143-2f70aecdb20c.json used request id req-9c31cd04-8ad5-488d-8214-2266b339d6c9 2018-08-19 07:54:37,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 07:54:37,311 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:37,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-627d1c28-3c83-431e-a1b0-a76bad8df5af Date: Sun, 19 Aug 2018 07:54:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:52:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:52: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":"6ebd35f955684cb9859ada7c60030511","id":"552eeca4-c1e8-4b93-a413-f3395b536bd3","subnetpool_id":null,"name":"cinder_test-subnet_97063b26-00d0-44cb-9b40-19060d984680"}]} 2018-08-19 07:54:37,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-627d1c28-3c83-431e-a1b0-a76bad8df5af 2018-08-19 07:54:37,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0465309619904s 2018-08-19 07:54:37,357 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-627d1c28-3c83-431e-a1b0-a76bad8df5af 2018-08-19 07:54:37,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 07:54:37,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/552eeca4-c1e8-4b93-a413-f3395b536bd3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:39,934 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-16c7b8fb-83bc-4d8c-ae1d-372af38ce0b3 Date: Sun, 19 Aug 2018 07:54:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:54:39,935 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/552eeca4-c1e8-4b93-a413-f3395b536bd3.json used request id req-16c7b8fb-83bc-4d8c-ae1d-372af38ce0b3 2018-08-19 07:54:39,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.57623696327s 2018-08-19 07:54:39,935 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/552eeca4-c1e8-4b93-a413-f3395b536bd3.json used request id req-16c7b8fb-83bc-4d8c-ae1d-372af38ce0b3 2018-08-19 07:54:39,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:54:39,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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:40,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-4addc931-1b04-40ef-8b6f-18d15ce5b1ef Date: Sun, 19 Aug 2018 07:54:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T07:38:09Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T07:54:39Z","tenant_id":"6ebd35f955684cb9859ada7c60030511","created_at":"2018-08-19T07:52:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6ebd35f955684cb9859ada7c60030511","id":"f0863e8b-98f9-4be4-bf9a-cd2691722ea7","name":"cinder_test-net_97063b26-00d0-44cb-9b40-19060d984680"}]} 2018-08-19 07:54:40,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4addc931-1b04-40ef-8b6f-18d15ce5b1ef 2018-08-19 07:54:40,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116144895554s 2018-08-19 07:54:40,052 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-4addc931-1b04-40ef-8b6f-18d15ce5b1ef 2018-08-19 07:54:40,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 07:54:40,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/f0863e8b-98f9-4be4-bf9a-cd2691722ea7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:41,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5249e377-d718-494c-887b-04a678834252 Date: Sun, 19 Aug 2018 07:54:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 07:54:41,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/f0863e8b-98f9-4be4-bf9a-cd2691722ea7.json used request id req-5249e377-d718-494c-887b-04a678834252 2018-08-19 07:54:41,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.58468914032s 2018-08-19 07:54:41,639 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/f0863e8b-98f9-4be4-bf9a-cd2691722ea7.json used request id req-5249e377-d718-494c-887b-04a678834252 2018-08-19 07:54:41,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:54:41,647 - 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}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:41,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-6e9f6065-2ac4-4e0a-b2b4-6d8910481f87 Date: Sun, 19 Aug 2018 07:54:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:52:49Z", "file": "/v2/images/603fbd47-f483-41ca-b493-5c1567139336/file", "owner": "6ebd35f955684cb9859ada7c60030511", "id": "603fbd47-f483-41ca-b493-5c1567139336", "size": 12716032, "self": "/v2/images/603fbd47-f483-41ca-b493-5c1567139336", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/603fbd47-f483-41ca-b493-5c1567139336/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/603fbd47-f483-41ca-b493-5c1567139336/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_97063b26-00d0-44cb-9b40-19060d984680", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_97063b26-00d0-44cb-9b40-19060d984680", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:52:48Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:54:41,936 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6e9f6065-2ac4-4e0a-b2b4-6d8910481f87 2018-08-19 07:54:41,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.293285131454s 2018-08-19 07:54:41,937 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-6e9f6065-2ac4-4e0a-b2b4-6d8910481f87 2018-08-19 07:54:41,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 07:54:41,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/603fbd47-f483-41ca-b493-5c1567139336 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e952447efa7c5b7e353897983836d4c62d50d9bb" 2018-08-19 07:54:42,533 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e8fb8e14-9e83-442a-adf6-eab8866c32e9 Date: Sun, 19 Aug 2018 07:54: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-19 07:54:42,533 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/603fbd47-f483-41ca-b493-5c1567139336 used request id req-e8fb8e14-9e83-442a-adf6-eab8866c32e9 2018-08-19 07:54:42,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.594465970993s 2018-08-19 07:54:42,533 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/603fbd47-f483-41ca-b493-5c1567139336 used request id req-e8fb8e14-9e83-442a-adf6-eab8866c32e9 2018-08-19 07:54:42,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 07:54:42,536 - 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}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:54:42,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21cc655a-d1de-479f-bd88-6643119a349b x-compute-request-id: req-21cc655a-d1de-479f-bd88-6643119a349b Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_97063b26-00d0-44cb-9b40-19060d984680", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97", "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": "218073d9-7bcf-4669-b538-40ab39b1bc97"}]} 2018-08-19 07:54:42,556 - 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-21cc655a-d1de-479f-bd88-6643119a349b 2018-08-19 07:54:42,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0219550132751s 2018-08-19 07:54:42,556 - 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-21cc655a-d1de-479f-bd88-6643119a349b 2018-08-19 07:54:42,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 07:54:42,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:54:42,591 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 07:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-53d1c0d9-2c6f-464b-abb8-d7f8bd03bf6a x-compute-request-id: req-53d1c0d9-2c6f-464b-abb8-d7f8bd03bf6a Content-Length: 0 Content-Type: application/json 2018-08-19 07:54:42,591 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97 used request id req-53d1c0d9-2c6f-464b-abb8-d7f8bd03bf6a 2018-08-19 07:54:42,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0333378314972s 2018-08-19 07:54:42,592 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/218073d9-7bcf-4669-b538-40ab39b1bc97 used request id req-53d1c0d9-2c6f-464b-abb8-d7f8bd03bf6a 2018-08-19 07:54:42,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:54:42,597 - 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}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:54:42,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7daa7d55-7afb-4b6e-b4f9-10f39ddbd967 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder_test-user_97063b26-00d0-44cb-9b40-19060d984680", "links": {"self": "http://172.30.9.27:5000/v3/users/fc87bf3cc9be4a4ca7c8bdee7c1dfd2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 07:54:42,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7daa7d55-7afb-4b6e-b4f9-10f39ddbd967 2018-08-19 07:54:42,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206856966019s 2018-08-19 07:54:42,799 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-7daa7d55-7afb-4b6e-b4f9-10f39ddbd967 2018-08-19 07:54:42,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 07:54:42,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/fc87bf3cc9be4a4ca7c8bdee7c1dfd2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:54:43,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4af0fcc5-2754-4b39-85e2-2b4125acaca5 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_97063b26-00d0-44cb-9b40-19060d984680", "links": {"self": "http://172.30.9.27:5000/v3/users/fc87bf3cc9be4a4ca7c8bdee7c1dfd2e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "fc87bf3cc9be4a4ca7c8bdee7c1dfd2e", "description": null}} 2018-08-19 07:54:43,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/fc87bf3cc9be4a4ca7c8bdee7c1dfd2e used request id req-4af0fcc5-2754-4b39-85e2-2b4125acaca5 2018-08-19 07:54:43,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218391180038s 2018-08-19 07:54:43,024 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/fc87bf3cc9be4a4ca7c8bdee7c1dfd2e used request id req-4af0fcc5-2754-4b39-85e2-2b4125acaca5 2018-08-19 07:54:43,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 07:54:43,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/fc87bf3cc9be4a4ca7c8bdee7c1dfd2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:54:43,447 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:54:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7bf9a501-6311-4c4e-83cf-b8dc43a0f274 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:54:43,447 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/fc87bf3cc9be4a4ca7c8bdee7c1dfd2e used request id req-7bf9a501-6311-4c4e-83cf-b8dc43a0f274 2018-08-19 07:54:43,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.42236995697s 2018-08-19 07:54:43,448 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/fc87bf3cc9be4a4ca7c8bdee7c1dfd2e used request id req-7bf9a501-6311-4c4e-83cf-b8dc43a0f274 2018-08-19 07:54:43,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 07:54:43,457 - 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}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:54:43,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6c6d52e-8e3f-4148-a505-651f6ef7547e Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.27:5000/v3/projects/6ebd35f955684cb9859ada7c60030511"}, "tags": [], "enabled": true, "id": "6ebd35f955684cb9859ada7c60030511", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_97063b26-00d0-44cb-9b40-19060d984680"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-19 07:54:43,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-c6c6d52e-8e3f-4148-a505-651f6ef7547e 2018-08-19 07:54:43,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19012093544s 2018-08-19 07:54:43,644 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-c6c6d52e-8e3f-4148-a505-651f6ef7547e 2018-08-19 07:54:43,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 07:54:43,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/6ebd35f955684cb9859ada7c60030511 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0c4fe491b010a31af4af844805aa51311fc992db" 2018-08-19 07:54:43,899 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 07:54:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-756b781f-68a8-44b4-8946-5ed38ee58be5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 07:54:43,899 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6ebd35f955684cb9859ada7c60030511 used request id req-756b781f-68a8-44b4-8946-5ed38ee58be5 2018-08-19 07:54:43,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.249779939651s 2018-08-19 07:54:43,899 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6ebd35f955684cb9859ada7c60030511 used request id req-756b781f-68a8-44b4-8946-5ed38ee58be5 2018-08-19 07:54:43,954 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-19 07:54:44,078 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-19 07:54:44,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:54:44,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:54:44,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:54:44,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:54:44,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:54:44,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:54:44,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:54:44,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:54:44,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:54:44,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:54:44,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:54:44,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:54:44,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:54:44,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:54:44,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:54:44,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:54:44,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:54:44,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:54:44,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:54:44,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:54:44,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:54:44,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:54:44,082 - 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-19 07:54:44,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d756d3b7-ad01-4c91-9447-bdc0b2997f7c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:54:44,087 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d756d3b7-ad01-4c91-9447-bdc0b2997f7c 2018-08-19 07:54:44,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:54:44,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:54:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["pCaaJOnfQVi6ZafgHNd_4A"], "issued_at": "2018-08-19T07:54:44.000000Z"}} 2018-08-19 07:54:44,485 - 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-19 07:54:44,491 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 07:54:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c501c04-9029-494d-95e4-e185620d48f8 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-19 07:54:44,491 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-3c501c04-9029-494d-95e4-e185620d48f8 2018-08-19 07:54:44,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-19 07:54:44,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-19 07:54:44,503 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 07:54:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aba89c87-1e94-4f4c-a16b-b203008317b1 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-19 07:54:44,503 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-aba89c87-1e94-4f4c-a16b-b203008317b1 2018-08-19 07:54:44,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c0b80b9b9668cd4aa6ff57b9b27e93de3801e09a" 2018-08-19 07:54:44,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5fe75c3-b683-4b39-a2aa-445befd6b118 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/012668ad07c34510a76ee2503281f9cb"}, "enabled": true, "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1de0e64add6448e0a8b5752f402eb2fd"}, "enabled": true, "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/3f83350c4e9a43ae87a2600bb2a1a314"}, "enabled": true, "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/477b85685b75469db08c6a659067bd48"}, "enabled": true, "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/59aad9c36a7d42b6a271bc3a35c5a39f"}, "enabled": true, "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5b8d604f1d03452fab77ec4833ca15de"}, "enabled": true, "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/655735565e5c422bb657fbd66e4a8d4c"}, "enabled": true, "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/6a0af4ff3dc94408a5132917d313f0b5"}, "enabled": true, "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/717c88ec1f2e4106b987eeb75e3320fd"}, "enabled": true, "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f0631a82bbb4970853fdd9ee97203c2"}, "enabled": true, "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f5947702d824fb594b3afca5197709d"}, "enabled": true, "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a3e41d5d1c274d21adbcc5ffec0cfb0e"}, "enabled": true, "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a582ffbdb6f14018b1b71fc2bfb32f01"}, "enabled": true, "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c10f1a74d52045b1acb2ffa2d597c1c1"}, "enabled": true, "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e68e98acf2224a65b39a77ee316d0668"}, "enabled": true, "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-19 07:54:44,678 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-a5fe75c3-b683-4b39-a2aa-445befd6b118 2018-08-19 07:54:44,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.183622121811s 2018-08-19 07:54:44,678 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-a5fe75c3-b683-4b39-a2aa-445befd6b118 2018-08-19 07:54:44,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-19 07:54:44,689 - 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}c0b80b9b9668cd4aa6ff57b9b27e93de3801e09a" 2018-08-19 07:54:44,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36c475ee-d45f-4002-9755-9b5f56f370fb Content-Encoding: gzip Content-Length: 1959 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/000d36f5849349d589492c752470ef01"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "000d36f5849349d589492c752470ef01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/023e749465084fd8837d77fe049ff7da"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "023e749465084fd8837d77fe049ff7da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/05df4d1b217e4cb5811aff9847795222"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "05df4d1b217e4cb5811aff9847795222"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0ca31e0820d04cbfb8f405b624d5f476"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/147898b374c0437fa0a5d3f5544dac0a"}, "url": "http://12.0.0.31:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/15f913eba29e4350bcb09450178040e4"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "15f913eba29e4350bcb09450178040e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1903a55ffaf64ebeb7ddb4c82b49e3b5"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1edf9165dc4d489a8f9be1436b1e49ce"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/26866cb9d6284ee0bed387808668c56a"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "26866cb9d6284ee0bed387808668c56a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2bff29cb6afb495da552771628664193"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "2bff29cb6afb495da552771628664193"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2f3a4bc2a17247e1934945f3408eb18d"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2f97188c8dd0428bb488e248c2b50f8d"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/378a295aa46441c6aac8a5f406fe15df"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3cdda7aa3c964219b59617e52421463f"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "3cdda7aa3c964219b59617e52421463f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3e32451c8d674060aa767e7efea717d9"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "3e32451c8d674060aa767e7efea717d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/521227585c1c4b11aede77ac9209eebd"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "521227585c1c4b11aede77ac9209eebd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/53681316446f42598cc4bd0c9b1ba910"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/577af91c7ddd47dd911c20b1606314d4"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "577af91c7ddd47dd911c20b1606314d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5c96820741a14a5996761aca8a14df61"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "5c96820741a14a5996761aca8a14df61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/79bd10179dfc45be9086100469760d1b"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "79bd10179dfc45be9086100469760d1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/964eb6f380394750bd835d9bf2512ce0"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "964eb6f380394750bd835d9bf2512ce0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/970a5a7ddd80462d99b9d1f16c9ffa96"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/97da7dcde1314b918dc5ea38ef3323e9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "97da7dcde1314b918dc5ea38ef3323e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a01826edc042480c85a8004f3230dd2e"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "a01826edc042480c85a8004f3230dd2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a791c3f5d0e34d7cbd4502f4ca20b793"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "477b85685b75469db08c6a659067bd48", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ae5814841328432ba11457e529b40e1d"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "ae5814841328432ba11457e529b40e1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/af6cd6dada8b4d12bcdee933d5a1980e"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b0f0168d819740b5a163104b00226469"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "b0f0168d819740b5a163104b00226469"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b73382a4ac9c403a91e856d6d7b0f52a"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c237ccead0f94d1087417f5cf752ba19"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "c237ccead0f94d1087417f5cf752ba19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c7fe8f758c7243f991850e5d6f2321c6"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ca19facebc164d2aa15092c193f3924d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "477b85685b75469db08c6a659067bd48", "id": "ca19facebc164d2aa15092c193f3924d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cbc27fe231b343238bf1778c08c24be0"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d14997ae63154446a547fe8d7c104ef9"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "d14997ae63154446a547fe8d7c104ef9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d219b39bbe8940989d679d86dd975353"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "d219b39bbe8940989d679d86dd975353"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d4b73d29406943dd92c91a676ef06172"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "d4b73d29406943dd92c91a676ef06172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d90d538f96ac443cb5c6ae4320a35a3d"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d989ecadde654e0c87206dc1372512c8"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "477b85685b75469db08c6a659067bd48", "id": "d989ecadde654e0c87206dc1372512c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e23e8d2adb6844a6ae6dbffd339daf39"}, "url": "http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e465444dabcc437fabbc372f94764ada"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "e465444dabcc437fabbc372f94764ada"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e5cbee4dc48d4e5a844f26beb1fa4e85"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e7de94af2fed4d0c8cd508f34a33f024"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-19 07:54:44,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-36c475ee-d45f-4002-9755-9b5f56f370fb 2018-08-19 07:54:44,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.209052801132s 2018-08-19 07:54:44,896 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-36c475ee-d45f-4002-9755-9b5f56f370fb 2018-08-19 07:55:06,013 - 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-19 07:55:06,043 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-19 07:55:06,163 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-19 07:55:06,281 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 07:55:06,282 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:21 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-19 07:55:06,341 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-19 07:55:06,697 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-19 07:55:06,698 - openstack_tests - INFO - OS Credentials = > 2018-08-19 07:55:07,747 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-19 07:55:08,514 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-19 07:55:08,515 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-19 07:55:08,575 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-19 07:55:08,613 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-19 07:55:08,613 - openstack_tests - INFO - OS Credentials = > 2018-08-19 07:55:09,697 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-19 07:55:10,393 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-19 07:55:10,393 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-19 07:55:10,399 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | tenantnetwork1 | functest | healthcheck | 00:09 | PASS | | tenantnetwork2 | functest | healthcheck | 00:08 | PASS | | vmready1 | functest | healthcheck | 00:14 | PASS | | vmready2 | functest | healthcheck | 00:13 | PASS | | singlevm1 | functest | healthcheck | 00:49 | PASS | | singlevm2 | functest | healthcheck | 00:44 | PASS | | vping_ssh | functest | healthcheck | 01:06 | PASS | | vping_userdata | functest | healthcheck | 00:41 | PASS | | cinder_test | functest | healthcheck | 01:40 | PASS | | odl | functest | healthcheck | 00:21 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-19 07:55:10,414 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-19 07:55:13,398 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-224 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-19 07:55:13,403 - 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.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=yN2q2Yw0UDBfekTi2WGdiWX7Q 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=7dc2782794df470c83590a2cbd73fefb export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=YYS2Y1XAj1h8ttZPamEjk7Evq export OS_REGION_NAME=regionOne 2018-08-19 07:55:13,403 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-19 07:55:13,404 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke neutron-tempest-plugin-api | | | | validate the OPNFV scenarios. | rally_sanity refstack_defcore patrole | | | | | vmtp shaker snaps_smoke neutron_trunk | | | | | networking-bgpvpn networking-sfc | | | | | barbican | +---------------+---------------+------------------------------------------+--------------------------------------------------+ 2018-08-19 07:55:13,439 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 07:55:14,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 07:55:14,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 07:55:14,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 07:55:14,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 07:55:14,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 07:55:14,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 07:55:14,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 07:55:14,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 07:55:14,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 07:55:14,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 07:55:14,406 - 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-19 07:55:14,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:55:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3547ea33-f30e-4c6f-afc0-1e10820a18aa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 07:55:14,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3547ea33-f30e-4c6f-afc0-1e10820a18aa 2018-08-19 07:55:14,411 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 07:55:14,818 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T08:55:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["T_2q4OGrSrqag2xeJkmUcQ"], "issued_at": "2018-08-19T07:55:14.000000Z"}} 2018-08-19 07:55:14,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:55:14,821 - 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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 07:55:15,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e1d1ed8c-7886-4500-bf4a-d627ad54a7de Date: Sun, 19 Aug 2018 07:55:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 07:55:15,168 - 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-e1d1ed8c-7886-4500-bf4a-d627ad54a7de 2018-08-19 07:55:15,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346925020218s 2018-08-19 07:55:15,168 - 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-e1d1ed8c-7886-4500-bf4a-d627ad54a7de 2018-08-19 07:55:15,169 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-19 07:55:20,499 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 58b97835-1518-46f6-8b1f-022f3ecaa297 | 2018-08-19T07:55:20.159040 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 58b97835-1518-46f6-8b1f-022f3ecaa297 ~/.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-19 07:55:24,272 - 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-19 07:55:24,273 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-19 07:55:30,397 - 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=8097ce20-931d-4f1c-a225-1c734f91791c) as the default verifier for the future CLI operations. 2018-08-19 07:55:33,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-19 07:55:33,684 - 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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 07:55:33,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-5582ba06-a8c8-4d21-864a-486e917795a9 Date: Sun, 19 Aug 2018 07:55:33 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-19 07:55:33,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-5582ba06-a8c8-4d21-864a-486e917795a9 2018-08-19 07:55:33,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.270814180374s 2018-08-19 07:55:33,955 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-5582ba06-a8c8-4d21-864a-486e917795a9 2018-08-19 07:55:33,962 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-19 07:55:33,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 07:55:33,964 - 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}aaf65bda47294571bb65c273250d77de962d8c78" -d '{"network": {"name": "tempest_smoke-net_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "admin_state_up": true}}' 2018-08-19 07:55:34,609 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e03e0fa4-f99a-4ec5-b4be-0d3cd7ff9926 Date: Sun, 19 Aug 2018 07:55:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9fc2433f-da32-4d7c-a291-223d8a1674aa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T07:55:34Z","is_default":false,"provider:segmentation_id":3,"name":"tempest_smoke-net_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:55:34Z","mtu":1450}} 2018-08-19 07:55:34,609 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e03e0fa4-f99a-4ec5-b4be-0d3cd7ff9926 2018-08-19 07:55:34,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.646327972412s 2018-08-19 07:55:34,610 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e03e0fa4-f99a-4ec5-b4be-0d3cd7ff9926 2018-08-19 07:55:34,610 - 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-19T07:55:34Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9fc2433f-da32-4d7c-a291-223d8a1674aa', u'provider:segmentation_id': 3, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c', u'admin_state_up': True, u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T07:55:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 07:55:34,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 07:55:34,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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 07:55:35,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-5acc256b-e0be-4469-b5f7-2759679fb54a Date: Sun, 19 Aug 2018 07:55:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9fc2433f-da32-4d7c-a291-223d8a1674aa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T07:55:34Z","provider:segmentation_id":3,"name":"tempest_smoke-net_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:55:34Z","provider:network_type":"vxlan"}]} 2018-08-19 07:55:35,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5acc256b-e0be-4469-b5f7-2759679fb54a 2018-08-19 07:55:35,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.579396009445s 2018-08-19 07:55:35,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-5acc256b-e0be-4469-b5f7-2759679fb54a 2018-08-19 07:55:35,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 07:55:35,193 - 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}aaf65bda47294571bb65c273250d77de962d8c78" -d '{"subnet": {"name": "tempest_smoke-subnet_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "enable_dhcp": true, "network_id": "9fc2433f-da32-4d7c-a291-223d8a1674aa", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 07:55:35,921 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-a0469bbf-7bfd-4057-9f44-d3e3a62620e1 Date: Sun, 19 Aug 2018 07:55:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fc2433f-da32-4d7c-a291-223d8a1674aa","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:55:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:55:35Z","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":"7dc2782794df470c83590a2cbd73fefb","id":"a7d26e17-beaa-4d07-94e6-921eee041afa","subnetpool_id":null,"name":"tempest_smoke-subnet_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c"}} 2018-08-19 07:55:35,921 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a0469bbf-7bfd-4057-9f44-d3e3a62620e1 2018-08-19 07:55:35,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.728065013885s 2018-08-19 07:55:35,921 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a0469bbf-7bfd-4057-9f44-d3e3a62620e1 2018-08-19 07:55:35,922 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T07:55:35Z', 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'a7d26e17-beaa-4d07-94e6-921eee041afa', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c', u'enable_dhcp': True, u'network_id': u'9fc2433f-da32-4d7c-a291-223d8a1674aa', u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T07:55:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 07:55:35,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 07:55:35,923 - 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}aaf65bda47294571bb65c273250d77de962d8c78" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "tempest_smoke-router_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "admin_state_up": true}}' 2018-08-19 07:55:37,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-300ee059-b66c-42dd-b9b2-f73a7b7dbdf5 Date: Sun, 19 Aug 2018 07:55:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:55:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T07:55:37Z", "revision_number": 2, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "157583e1-00de-4c59-9c48-2f6fd21c1e2a", "name": "tempest_smoke-router_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c"}} 2018-08-19 07:55:37,223 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-300ee059-b66c-42dd-b9b2-f73a7b7dbdf5 2018-08-19 07:55:37,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.30041718483s 2018-08-19 07:55:37,223 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-300ee059-b66c-42dd-b9b2-f73a7b7dbdf5 2018-08-19 07:55:37,223 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T07:55:36Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-19T07:55:37Z', u'revision_number': 2, u'routes': [], u'project_id': u'7dc2782794df470c83590a2cbd73fefb', u'id': u'157583e1-00de-4c59-9c48-2f6fd21c1e2a', u'name': u'tempest_smoke-router_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c'}) 2018-08-19 07:55:37,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 07:55:37,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/157583e1-00de-4c59-9c48-2f6fd21c1e2a/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}aaf65bda47294571bb65c273250d77de962d8c78" -d '{"subnet_id": "a7d26e17-beaa-4d07-94e6-921eee041afa"}' 2018-08-19 07:55:39,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5a5f5268-d610-4717-befa-59b30e72dcf8 Date: Sun, 19 Aug 2018 07:55:39 GMT RESP BODY: {"network_id": "9fc2433f-da32-4d7c-a291-223d8a1674aa", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "a7d26e17-beaa-4d07-94e6-921eee041afa", "subnet_ids": ["a7d26e17-beaa-4d07-94e6-921eee041afa"], "port_id": "fcb98b7b-c59d-466b-ae48-1c24f766d637", "id": "157583e1-00de-4c59-9c48-2f6fd21c1e2a"} 2018-08-19 07:55:39,255 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/157583e1-00de-4c59-9c48-2f6fd21c1e2a/add_router_interface.json used request id req-5a5f5268-d610-4717-befa-59b30e72dcf8 2018-08-19 07:55:39,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.03122806549s 2018-08-19 07:55:39,256 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/157583e1-00de-4c59-9c48-2f6fd21c1e2a/add_router_interface.json used request id req-5a5f5268-d610-4717-befa-59b30e72dcf8 returning object 157583e1-00de-4c59-9c48-2f6fd21c1e2a 2018-08-19 07:55:39,256 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-19 07:55:39,383 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-19 07:55:39,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-19 07:55:39,389 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 07:55:39 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-19 07:55:39,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:55:39,393 - 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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 07:55:39,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3000d0d8-80f8-4970-9872-b30de6aadca2 Date: Sun, 19 Aug 2018 07:55:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:55:39,680 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3000d0d8-80f8-4970-9872-b30de6aadca2 2018-08-19 07:55:39,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.288872003555s 2018-08-19 07:55:39,680 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3000d0d8-80f8-4970-9872-b30de6aadca2 2018-08-19 07:55:39,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 07:55:39,692 - 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}aaf65bda47294571bb65c273250d77de962d8c78" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c"}' 2018-08-19 07:55:40,084 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-940c66af-fc94-437d-acc4-d92e1dcdb2e5 Date: Sun, 19 Aug 2018 07:55:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:55:40Z", "file": "/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3c7c6a16-807c-4163-a414-7b690bb1f23b", "size": null, "self": "/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b", "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_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "checksum": null, "created_at": "2018-08-19T07:55:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 07:55:40,085 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-940c66af-fc94-437d-acc4-d92e1dcdb2e5 2018-08-19 07:55:40,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.396363019943s 2018-08-19 07:55:40,085 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-940c66af-fc94-437d-acc4-d92e1dcdb2e5 returning object 3c7c6a16-807c-4163-a414-7b690bb1f23b 2018-08-19 07:55:40,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 07:55:40,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/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}aaf65bda47294571bb65c273250d77de962d8c78" -d '' 2018-08-19 07:55:41,745 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0c229830-4631-4999-87e5-6119ffd6c513 Date: Sun, 19 Aug 2018 07:55: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-19 07:55:41,745 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/file used request id req-0c229830-4631-4999-87e5-6119ffd6c513 2018-08-19 07:55:41,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.65914797783s 2018-08-19 07:55:41,745 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/file used request id req-0c229830-4631-4999-87e5-6119ffd6c513 2018-08-19 07:55:41,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:55:41,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 07:55:41,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-d1156847-df2d-4ec5-82f4-b3bc6706d342 Date: Sun, 19 Aug 2018 07:55:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:55:41Z", "file": "/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3c7c6a16-807c-4163-a414-7b690bb1f23b", "size": 12716032, "self": "/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:55:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:55:41,776 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d1156847-df2d-4ec5-82f4-b3bc6706d342 2018-08-19 07:55:41,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0270228385925s 2018-08-19 07:55:41,777 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d1156847-df2d-4ec5-82f4-b3bc6706d342 2018-08-19 07:55:41,779 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/file', 'owner': u'7dc2782794df470c83590a2cbd73fefb', 'id': u'3c7c6a16-807c-4163-a414-7b690bb1f23b', 'size': 12716032, u'self': u'/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T07:55:41Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-19T07:55:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c', '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/3c7c6a16-807c-4163-a414-7b690bb1f23b', 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_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c', 'created': u'2018-08-19T07:55:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T07:55:40Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b', 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_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 07:55:41,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 07:55:41,783 - 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}aaf65bda47294571bb65c273250d77de962d8c78" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 07:55:42,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:55:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21c9fabe-02a2-47b2-a58c-946e69291a10 x-compute-request-id: req-21c9fabe-02a2-47b2-a58c-946e69291a10 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ef558b7d-9962-4044-a298-d00207355009", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ef558b7d-9962-4044-a298-d00207355009", "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": "ef558b7d-9962-4044-a298-d00207355009"}} 2018-08-19 07:55:42,554 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-21c9fabe-02a2-47b2-a58c-946e69291a10 2018-08-19 07:55:42,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.773844003677s 2018-08-19 07:55:42,554 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-21c9fabe-02a2-47b2-a58c-946e69291a10 2018-08-19 07:55:42,555 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c', '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'7dc2782794df470c83590a2cbd73fefb', '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'ef558b7d-9962-4044-a298-d00207355009', 'swap': 0}) 2018-08-19 07:55:42,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 07:55:42,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/ef558b7d-9962-4044-a298-d00207355009/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}aaf65bda47294571bb65c273250d77de962d8c78" -d '{"extra_specs": {}}' 2018-08-19 07:55:42,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:55: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-da846cd0-8a49-4203-838b-202f48d35d20 x-compute-request-id: req-da846cd0-8a49-4203-838b-202f48d35d20 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 07:55:42,577 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/ef558b7d-9962-4044-a298-d00207355009/os-extra_specs used request id req-da846cd0-8a49-4203-838b-202f48d35d20 2018-08-19 07:55:42,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211200714111s 2018-08-19 07:55:42,578 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/ef558b7d-9962-4044-a298-d00207355009/os-extra_specs used request id req-da846cd0-8a49-4203-838b-202f48d35d20 2018-08-19 07:55:42,581 - 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-19 07:55:42,588 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 07:55:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aba73195-98ef-477e-aa89-05a8f1cb849b 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-19 07:55:42,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-aba73195-98ef-477e-aa89-05a8f1cb849b 2018-08-19 07:55:42,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:55:42,595 - 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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 07:55:42,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-255ddce5-1ec8-43d2-8ddf-6c20865b33e9 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:55:42,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-255ddce5-1ec8-43d2-8ddf-6c20865b33e9 2018-08-19 07:55:42,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198532104492s 2018-08-19 07:55:42,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-255ddce5-1ec8-43d2-8ddf-6c20865b33e9 2018-08-19 07:55:42,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 07:55:42,799 - 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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 07:55:42,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-167535aa-ca1d-45c0-8f91-cd92f5e649fe 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 07:55:42,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-167535aa-ca1d-45c0-8f91-cd92f5e649fe 2018-08-19 07:55:42,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187806129456s 2018-08-19 07:55:42,984 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-167535aa-ca1d-45c0-8f91-cd92f5e649fe 2018-08-19 07:55:42,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-19 07:55:42,998 - 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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 07:55:43,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:55: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-e97669c2-e2e2-42b2-9f94-08c3ed38ebb3 x-compute-request-id: req-e97669c2-e2e2-42b2-9f94-08c3ed38ebb3 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 305}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 308}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-19 07:55:43,036 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-e97669c2-e2e2-42b2-9f94-08c3ed38ebb3 2018-08-19 07:55:43,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0399150848389s 2018-08-19 07:55:43,036 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-e97669c2-e2e2-42b2-9f94-08c3ed38ebb3 2018-08-19 07:55:43,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:55:43,046 - 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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 07:55:43,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-4b6d10a2-2ebc-4020-8878-5f19dd47c8a3 Date: Sun, 19 Aug 2018 07:55:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:55:41Z", "file": "/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3c7c6a16-807c-4163-a414-7b690bb1f23b", "size": 12716032, "self": "/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:55:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:55:43,313 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4b6d10a2-2ebc-4020-8878-5f19dd47c8a3 2018-08-19 07:55:43,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.271566867828s 2018-08-19 07:55:43,314 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4b6d10a2-2ebc-4020-8878-5f19dd47c8a3 2018-08-19 07:55:43,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 07:55:43,328 - 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}aaf65bda47294571bb65c273250d77de962d8c78" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c"}' 2018-08-19 07:55:43,637 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b39fa788-75fc-457b-b67a-994746a380a0 Date: Sun, 19 Aug 2018 07:55:43 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:55:43Z", "file": "/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "c52d8aa0-56ca-4bbc-8b79-2060bdc0516e", "size": null, "self": "/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e", "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_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "checksum": null, "created_at": "2018-08-19T07:55:43Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 07:55:43,638 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-b39fa788-75fc-457b-b67a-994746a380a0 2018-08-19 07:55:43,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.314040899277s 2018-08-19 07:55:43,638 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-b39fa788-75fc-457b-b67a-994746a380a0 returning object c52d8aa0-56ca-4bbc-8b79-2060bdc0516e 2018-08-19 07:55:43,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 07:55:43,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e/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}aaf65bda47294571bb65c273250d77de962d8c78" -d '' 2018-08-19 07:55:44,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-587a3751-00ec-4f1a-8ed4-cd310277a0a7 Date: Sun, 19 Aug 2018 07:55:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 07:55:44,464 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e/file used request id req-587a3751-00ec-4f1a-8ed4-cd310277a0a7 2018-08-19 07:55:44,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.824553966522s 2018-08-19 07:55:44,464 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e/file used request id req-587a3751-00ec-4f1a-8ed4-cd310277a0a7 2018-08-19 07:55:44,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 07:55:44,472 - 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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 07:55:44,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-546494b3-e3c5-482a-84fd-35aec83f6de1 Date: Sun, 19 Aug 2018 07:55:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:55:44Z", "file": "/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "c52d8aa0-56ca-4bbc-8b79-2060bdc0516e", "size": 12716032, "self": "/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:55:43Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:55:41Z", "file": "/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3c7c6a16-807c-4163-a414-7b690bb1f23b", "size": 12716032, "self": "/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:55:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 07:55:44,753 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-546494b3-e3c5-482a-84fd-35aec83f6de1 2018-08-19 07:55:44,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.284647941589s 2018-08-19 07:55:44,753 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-546494b3-e3c5-482a-84fd-35aec83f6de1 2018-08-19 07:55:44,756 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e/file', 'owner': u'7dc2782794df470c83590a2cbd73fefb', 'id': u'c52d8aa0-56ca-4bbc-8b79-2060bdc0516e', 'size': 12716032, u'self': u'/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T07:55:44Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-19T07:55:44Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c', '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/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e', 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_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c', 'created': u'2018-08-19T07:55:43Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T07:55:43Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e', 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_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 07:55:44,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 07:55:44,759 - 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}aaf65bda47294571bb65c273250d77de962d8c78" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 07:55:44,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:55:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2f08c1a-df32-40e5-a86f-ddbfdec4b92c x-compute-request-id: req-e2f08c1a-df32-40e5-a86f-ddbfdec4b92c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/2e800a4c-f617-42a1-805b-217e5c940e6c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/2e800a4c-f617-42a1-805b-217e5c940e6c", "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": "2e800a4c-f617-42a1-805b-217e5c940e6c"}} 2018-08-19 07:55:44,949 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e2f08c1a-df32-40e5-a86f-ddbfdec4b92c 2018-08-19 07:55:44,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.192540168762s 2018-08-19 07:55:44,950 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e2f08c1a-df32-40e5-a86f-ddbfdec4b92c 2018-08-19 07:55:44,951 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c', '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'7dc2782794df470c83590a2cbd73fefb', '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'2e800a4c-f617-42a1-805b-217e5c940e6c', 'swap': 0}) 2018-08-19 07:55:44,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 07:55:44,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/2e800a4c-f617-42a1-805b-217e5c940e6c/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}aaf65bda47294571bb65c273250d77de962d8c78" -d '{"extra_specs": {}}' 2018-08-19 07:55:44,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 07:55:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74109c9d-27f0-4857-b72f-0b1bdb5a5e5e x-compute-request-id: req-74109c9d-27f0-4857-b72f-0b1bdb5a5e5e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 07:55:44,976 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/2e800a4c-f617-42a1-805b-217e5c940e6c/os-extra_specs used request id req-74109c9d-27f0-4857-b72f-0b1bdb5a5e5e 2018-08-19 07:55:44,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0249769687653s 2018-08-19 07:55:44,977 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/2e800a4c-f617-42a1-805b-217e5c940e6c/os-extra_specs used request id req-74109c9d-27f0-4857-b72f-0b1bdb5a5e5e 2018-08-19 07:55:44,977 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c', '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'7dc2782794df470c83590a2cbd73fefb', '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'2e800a4c-f617-42a1-805b-217e5c940e6c', 'swap': 0}) 2018-08-19 07:55:48,680 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-19 07:55:48,681 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-19 07:55:48,681 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-19 07:55:48,684 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-19 07:55:48,688 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-19 07:55:53,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8097ce20-931d-4f1c-a225-1c734f91791c/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-19 07:55:53,478 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-19 07:55:53,490 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-19 07:55:53,490 - 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-19 07:56:01,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:01.770 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-19 07:56:05,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:05.310 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.753s] 2018-08-19 07:56:05,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:05.362 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.052s] 2018-08-19 07:56:07,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:07.649 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.858s] 2018-08-19 07:56:13,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:13.820 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.692s] 2018-08-19 07:56:16,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:16.885 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [9.572s] 2018-08-19 07:56:18,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:18.558 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.330s] 2018-08-19 07:56:18,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:18.653 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.832s] 2018-08-19 07:56:25,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:25.516 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.205s] 2018-08-19 07:56:35,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:35.329 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [6.526s] 2018-08-19 07:56:35,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:35.584 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.832s] 2018-08-19 07:56:35,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:35.593 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-08-19 07:56:43,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:43.098 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.022s] 2018-08-19 07:56:45,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:45.193 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.482s] 2018-08-19 07:56:54,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:54.570 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.063s] 2018-08-19 07:56:54,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:54.571 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-19 07:56:54,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:54.729 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.925s] 2018-08-19 07:56:55,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:56:55.101 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [1.078s] 2018-08-19 07:57:02,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:02.856 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.090s] 2018-08-19 07:57:04,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:04.138 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.281s] 2018-08-19 07:57:06,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:06.446 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.070s] 2018-08-19 07:57:06,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:06.448 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-19 07:57:06,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:06.634 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.497s] 2018-08-19 07:57:10,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:10.516 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [5.011s] 2018-08-19 07:57:17,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:17.506 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-19 07:57:18,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:18.601 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.628s] 2018-08-19 07:57:24,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:24.404 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [5.801s] 2018-08-19 07:57:33,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:33.526 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.288s] 2018-08-19 07:57:34,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:34.256 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.730s] 2018-08-19 07:57:34,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:34.620 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.363s] 2018-08-19 07:57:34,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:34.669 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.049s] 2018-08-19 07:57:35,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:35.063 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.394s] 2018-08-19 07:57:35,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:35.408 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.344s] 2018-08-19 07:57:35,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:35.800 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [11.396s] 2018-08-19 07:57:45,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:45.638 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.091s] 2018-08-19 07:57:45,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:45.639 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-19 07:57:49,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:49.097 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.697s] 2018-08-19 07:57:53,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:53.581 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [4.481s] 2018-08-19 07:57:53,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:53.929 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.351s] 2018-08-19 07:57:57,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:57.734 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [9.113s] 2018-08-19 07:57:58,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:58.125 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.391s] 2018-08-19 07:57:58,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:58.496 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.370s] 2018-08-19 07:57:58,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:58.794 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.298s] 2018-08-19 07:57:59,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:59.148 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.354s] 2018-08-19 07:57:59,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:57:59.193 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.044s] 2018-08-19 07:58:01,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:01.106 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-19 07:58:03,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:03.271 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.258s] 2018-08-19 07:58:03,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:03.290 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.019s] 2018-08-19 07:58:04,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:04.070 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.150s] 2018-08-19 07:58:04,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:04.260 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.189s] 2018-08-19 07:58:04,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:04.531 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.270s] 2018-08-19 07:58:04,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:04.538 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-08-19 07:58:14,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:14.944 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [5.646s] 2018-08-19 07:58:22,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:22.830 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [13.566s] 2018-08-19 07:58:23,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:23.684 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.189s] 2018-08-19 07:58:23,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:23.756 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.072s] 2018-08-19 07:58:23,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:23.825 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.068s] 2018-08-19 07:58:23,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:23.938 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.113s] 2018-08-19 07:58:24,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:24.634 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [28.849s] 2018-08-19 07:58:30,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:30.593 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.762s] 2018-08-19 07:58:31,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:31.921 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.469s] 2018-08-19 07:58:38,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:38.262 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.669s] 2018-08-19 07:58:38,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:38.675 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.753s] 2018-08-19 07:58:43,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:43.012 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.871s] 2018-08-19 07:58:44,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:44.295 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [6.032s] 2018-08-19 07:58:55,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:58:55.369 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.455s] 2018-08-19 07:59:00,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:00.302 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.931s] 2018-08-19 07:59:04,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:04.966 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2018-08-19 07:59:05,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:05.065 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.099s] 2018-08-19 07:59:11,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:11.357 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.007s] 2018-08-19 07:59:11,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:11.753 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [11.451s] 2018-08-19 07:59:13,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:13.225 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-19 07:59:17,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:17.456 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.212s] 2018-08-19 07:59:20,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:20.219 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.504s] 2018-08-19 07:59:23,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:23.220 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.999s] 2018-08-19 07:59:25,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:25.849 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.629s] 2018-08-19 07:59:26,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:26.637 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.398s] 2018-08-19 07:59:30,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:30.166 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.383s] 2018-08-19 07:59:31,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:31.274 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-08-19 07:59:38,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:38.737 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [8.569s] 2018-08-19 07:59:41,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:41.365 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.628s] 2018-08-19 07:59:41,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:41.726 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.360s] 2018-08-19 07:59:41,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:41.951 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.225s] 2018-08-19 07:59:44,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:44.613 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.154s] 2018-08-19 07:59:53,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:53.659 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [9.045s] 2018-08-19 07:59:56,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:56.527 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.867s] 2018-08-19 07:59:56,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:56.768 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.241s] 2018-08-19 07:59:56,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 07:59:56.895 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.127s] 2018-08-19 08:00:04,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:00:04.259 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [14.548s] 2018-08-19 08:00:06,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:00:06.011 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.085s] 2018-08-19 08:00:10,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:00:10.045 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [4.032s] 2018-08-19 08:00:10,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:00:10.087 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.044s] 2018-08-19 08:00:12,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:00:12.579 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.320s] 2018-08-19 08:00:18,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:00:18.844 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.263s] 2018-08-19 08:00:22,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:00:22.883 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.037s] 2018-08-19 08:00:35,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:00:35.620 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [17.930s] 2018-08-19 08:00:46,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:00:46.237 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-08-19 08:00:51,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:00:51.544 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.792s] 2018-08-19 08:00:54,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:00:54.550 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.971s] 2018-08-19 08:00:54,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:00:54.744 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.195s] 2018-08-19 08:01:06,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:01:06.089 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.319s] 2018-08-19 08:01:07,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:01:07.486 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.938s] 2018-08-19 08:01:08,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:01:08.557 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.467s] 2018-08-19 08:01:11,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:01:11.073 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.515s] 2018-08-19 08:01:14,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 241e6cc2-45c5-4034-99d4-0f6d4a8659fc 2018-08-19 08:01:14,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '241e6cc2-45c5-4034-99d4-0f6d4a8659fc']'. 2018-08-19 08:01:16,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-19 08:01:16,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-19 08:01:16,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-19 08:01:16,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 241e6cc2-45c5-4034-99d4-0f6d4a8659fc | 2018-08-19 08:01:16,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-19 08:01:16,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-19 07:55:55 | 2018-08-19 08:01:16,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-19 08:01:14 | 2018-08-19 08:01:16,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:19 | 2018-08-19 08:01:16,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-19 08:01:16,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-19 08:01:16,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-19 08:01:16,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8097ce20-931d-4f1c-a225-1c734f91791c) | 2018-08-19 08:01:16,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-19 08:01:16,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 58b97835-1518-46f6-8b1f-022f3ecaa297) | 2018-08-19 08:01:16,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-19 08:01:16,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 309.322 | 2018-08-19 08:01:16,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 101 | 2018-08-19 08:01:16,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-19 08:01:16,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-19 08:01:16,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-19 08:01:16,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-19 08:01:16,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-19 08:01:16,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-19 08:01:16,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-19 08:01:16,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-08-19 08:01:16,208 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 08:01:16,209 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 05:42 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-19 08:01:16,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 08:01:16,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 08:01:16,879 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9398fdf4-c066-4eb2-b5f9-a45d4d947428 Date: Sun, 19 Aug 2018 08:01: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-19 08:01:16,879 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e used request id req-9398fdf4-c066-4eb2-b5f9-a45d4d947428 2018-08-19 08:01:16,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.664051055908s 2018-08-19 08:01:16,879 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c52d8aa0-56ca-4bbc-8b79-2060bdc0516e used request id req-9398fdf4-c066-4eb2-b5f9-a45d4d947428 2018-08-19 08:01:16,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 08:01:16,882 - 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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 08:01:17,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:01: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-791992a7-1736-4216-bb1b-d536a665281d x-compute-request-id: req-791992a7-1736-4216-bb1b-d536a665281d Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/2e800a4c-f617-42a1-805b-217e5c940e6c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/2e800a4c-f617-42a1-805b-217e5c940e6c", "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": "2e800a4c-f617-42a1-805b-217e5c940e6c"}, {"name": "tempest_smoke-flavor_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ef558b7d-9962-4044-a298-d00207355009", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ef558b7d-9962-4044-a298-d00207355009", "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": "ef558b7d-9962-4044-a298-d00207355009"}]} 2018-08-19 08:01:17,158 - 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-791992a7-1736-4216-bb1b-d536a665281d 2018-08-19 08:01:17,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.278779983521s 2018-08-19 08:01:17,159 - 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-791992a7-1736-4216-bb1b-d536a665281d 2018-08-19 08:01:17,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 08:01:17,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/2e800a4c-f617-42a1-805b-217e5c940e6c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 08:01:17,211 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 08: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 x-openstack-request-id: req-95463fcf-fcd2-4ab7-9d12-fb54d9b68e41 x-compute-request-id: req-95463fcf-fcd2-4ab7-9d12-fb54d9b68e41 Content-Length: 0 Content-Type: application/json 2018-08-19 08:01:17,211 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/2e800a4c-f617-42a1-805b-217e5c940e6c used request id req-95463fcf-fcd2-4ab7-9d12-fb54d9b68e41 2018-08-19 08:01:17,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0494101047516s 2018-08-19 08:01:17,211 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/2e800a4c-f617-42a1-805b-217e5c940e6c used request id req-95463fcf-fcd2-4ab7-9d12-fb54d9b68e41 2018-08-19 08:01:17,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 08:01:17,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/157583e1-00de-4c59-9c48-2f6fd21c1e2a/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}aaf65bda47294571bb65c273250d77de962d8c78" -d '{"subnet_id": "a7d26e17-beaa-4d07-94e6-921eee041afa"}' 2018-08-19 08:01:19,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a233b7b9-d2b0-45f7-a9a4-929c7981a947 Date: Sun, 19 Aug 2018 08:01:19 GMT RESP BODY: {"network_id": "9fc2433f-da32-4d7c-a291-223d8a1674aa", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "a7d26e17-beaa-4d07-94e6-921eee041afa", "subnet_ids": ["a7d26e17-beaa-4d07-94e6-921eee041afa"], "port_id": "fcb98b7b-c59d-466b-ae48-1c24f766d637", "id": "157583e1-00de-4c59-9c48-2f6fd21c1e2a"} 2018-08-19 08:01:19,373 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/157583e1-00de-4c59-9c48-2f6fd21c1e2a/remove_router_interface.json used request id req-a233b7b9-d2b0-45f7-a9a4-929c7981a947 2018-08-19 08:01:19,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.16060686111s 2018-08-19 08:01:19,373 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/157583e1-00de-4c59-9c48-2f6fd21c1e2a/remove_router_interface.json used request id req-a233b7b9-d2b0-45f7-a9a4-929c7981a947 returning object 157583e1-00de-4c59-9c48-2f6fd21c1e2a 2018-08-19 08:01:19,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 08:01:19,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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 08:01:19,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-92b032e5-78a7-442f-88b3-79309ac949d0 Date: Sun, 19 Aug 2018 08:01:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:55:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T08:01:18Z", "revision_number": 4, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "157583e1-00de-4c59-9c48-2f6fd21c1e2a", "name": "tempest_smoke-router_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c"}]} 2018-08-19 08:01:19,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-92b032e5-78a7-442f-88b3-79309ac949d0 2018-08-19 08:01:19,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.596049070358s 2018-08-19 08:01:19,970 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-92b032e5-78a7-442f-88b3-79309ac949d0 2018-08-19 08:01:19,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 08:01:19,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/157583e1-00de-4c59-9c48-2f6fd21c1e2a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 08:01:21,890 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-155e385b-7808-4756-adaa-647702c42dfa Content-Length: 0 Date: Sun, 19 Aug 2018 08:01:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:01:21,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/157583e1-00de-4c59-9c48-2f6fd21c1e2a.json used request id req-155e385b-7808-4756-adaa-647702c42dfa 2018-08-19 08:01:21,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.91939401627s 2018-08-19 08:01:21,891 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/157583e1-00de-4c59-9c48-2f6fd21c1e2a.json used request id req-155e385b-7808-4756-adaa-647702c42dfa 2018-08-19 08:01:21,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 08:01:21,892 - 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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 08:01:22,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-15511bef-5db0-40db-8134-e1f75ec1139e Date: Sun, 19 Aug 2018 08:01:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:09Z","dns_nameservers":[],"updated_at":"2018-08-19T07:38:09Z","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":"72d414281c1547fdbc271e9afb311d2d","id":"17cee6fd-65c6-481f-9db8-4732319e9d7e","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9fc2433f-da32-4d7c-a291-223d8a1674aa","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:55:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T07:55:35Z","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":"7dc2782794df470c83590a2cbd73fefb","id":"a7d26e17-beaa-4d07-94e6-921eee041afa","subnetpool_id":null,"name":"tempest_smoke-subnet_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c"}]} 2018-08-19 08:01:22,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-15511bef-5db0-40db-8134-e1f75ec1139e 2018-08-19 08:01:22,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.297544002533s 2018-08-19 08:01:22,189 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-15511bef-5db0-40db-8134-e1f75ec1139e 2018-08-19 08:01:22,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 08:01:22,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/a7d26e17-beaa-4d07-94e6-921eee041afa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 08:01:24,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cfef12d3-eed3-4d76-b25e-0a1742a0b6d6 Date: Sun, 19 Aug 2018 08:01:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:01:24,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a7d26e17-beaa-4d07-94e6-921eee041afa.json used request id req-cfef12d3-eed3-4d76-b25e-0a1742a0b6d6 2018-08-19 08:01:24,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.42005801201s 2018-08-19 08:01:24,611 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a7d26e17-beaa-4d07-94e6-921eee041afa.json used request id req-cfef12d3-eed3-4d76-b25e-0a1742a0b6d6 2018-08-19 08:01:24,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:01:24,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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 08:01:24,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1356 X-Openstack-Request-Id: req-a676fdba-d396-45a3-be8d-965c772c6433 Date: Sun, 19 Aug 2018 08:01:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9fc2433f-da32-4d7c-a291-223d8a1674aa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T08:01:24Z","provider:segmentation_id":3,"name":"tempest_smoke-net_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T07:55:34Z","provider:network_type":"vxlan"}]} 2018-08-19 08:01:24,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a676fdba-d396-45a3-be8d-965c772c6433 2018-08-19 08:01:24,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.377273797989s 2018-08-19 08:01:24,989 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a676fdba-d396-45a3-be8d-965c772c6433 2018-08-19 08:01:24,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 08:01:24,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/9fc2433f-da32-4d7c-a291-223d8a1674aa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 08:01:26,607 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8b739145-c058-49d9-a857-947f55d863dd Date: Sun, 19 Aug 2018 08:01:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:01:26,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/9fc2433f-da32-4d7c-a291-223d8a1674aa.json used request id req-8b739145-c058-49d9-a857-947f55d863dd 2018-08-19 08:01:26,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.6161711216s 2018-08-19 08:01:26,607 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/9fc2433f-da32-4d7c-a291-223d8a1674aa.json used request id req-8b739145-c058-49d9-a857-947f55d863dd 2018-08-19 08:01:26,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:01:26,613 - 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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 08:01:26,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-919d9e31-339a-46c1-9bc6-01d7235969d1 Date: Sun, 19 Aug 2018 08:01:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T07:55:41Z", "file": "/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3c7c6a16-807c-4163-a414-7b690bb1f23b", "size": 12716032, "self": "/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3c7c6a16-807c-4163-a414-7b690bb1f23b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T07:55:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:01:26,895 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-919d9e31-339a-46c1-9bc6-01d7235969d1 2018-08-19 08:01:26,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.285228967667s 2018-08-19 08:01:26,896 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-919d9e31-339a-46c1-9bc6-01d7235969d1 2018-08-19 08:01:26,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 08:01:26,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 08:01:27,962 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c8fe8c34-5c42-4e60-9056-9b72aa982b6c Date: Sun, 19 Aug 2018 08:01: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-19 08:01:27,962 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b used request id req-c8fe8c34-5c42-4e60-9056-9b72aa982b6c 2018-08-19 08:01:27,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.06389212608s 2018-08-19 08:01:27,962 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/3c7c6a16-807c-4163-a414-7b690bb1f23b used request id req-c8fe8c34-5c42-4e60-9056-9b72aa982b6c 2018-08-19 08:01:27,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 08:01:27,965 - 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}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 08:01:27,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08: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-39ed19d4-b86b-4193-a656-7c6ed92614e8 x-compute-request-id: req-39ed19d4-b86b-4193-a656-7c6ed92614e8 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_9d0e6ce3-dd4d-43de-93cf-abf5fe03959c", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/ef558b7d-9962-4044-a298-d00207355009", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/ef558b7d-9962-4044-a298-d00207355009", "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": "ef558b7d-9962-4044-a298-d00207355009"}]} 2018-08-19 08:01:27,988 - 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-39ed19d4-b86b-4193-a656-7c6ed92614e8 2018-08-19 08:01:27,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0249388217926s 2018-08-19 08:01:27,988 - 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-39ed19d4-b86b-4193-a656-7c6ed92614e8 2018-08-19 08:01:27,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 08:01:27,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/ef558b7d-9962-4044-a298-d00207355009 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aaf65bda47294571bb65c273250d77de962d8c78" 2018-08-19 08:01:28,031 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 08:01:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e262b1d3-0bdd-45d1-be5c-a96c0e1693b3 x-compute-request-id: req-e262b1d3-0bdd-45d1-be5c-a96c0e1693b3 Content-Length: 0 Content-Type: application/json 2018-08-19 08:01:28,031 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ef558b7d-9962-4044-a298-d00207355009 used request id req-e262b1d3-0bdd-45d1-be5c-a96c0e1693b3 2018-08-19 08:01:28,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0412068367004s 2018-08-19 08:01:28,031 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/ef558b7d-9962-4044-a298-d00207355009 used request id req-e262b1d3-0bdd-45d1-be5c-a96c0e1693b3 2018-08-19 08:01:28,095 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-19 08:01:28,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 08:01:28,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 08:01:28,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 08:01:28,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 08:01:28,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 08:01:28,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 08:01:28,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 08:01:28,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 08:01:28,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 08:01:28,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 08:01:28,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 08:01:28,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 08:01:28,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 08:01:28,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 08:01:28,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 08:01:28,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 08:01:28,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 08:01:28,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 08:01:28,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 08:01:28,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 08:01:28,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 08:01:28,146 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 08:01:28,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 08:01:28,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 08:01:28,147 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 08:01:28,150 - 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-19 08:01:28,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c3cfab2-6219-465f-8430-9b3a6382f5ce Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 08:01:28,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1c3cfab2-6219-465f-8430-9b3a6382f5ce 2018-08-19 08:01:28,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 08:01:28,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T09:01:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["bCfF3l-8TRiTthK35c_2_w"], "issued_at": "2018-08-19T08:01:28.000000Z"}} 2018-08-19 08:01:28,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:01:28,563 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:01:28,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e7a79e2e-f3ca-4dad-b089-3bae1cd31edf Date: Sun, 19 Aug 2018 08:01:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 08:01:28,906 - 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-e7a79e2e-f3ca-4dad-b089-3bae1cd31edf 2018-08-19 08:01:28,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343349933624s 2018-08-19 08:01:28,906 - 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-e7a79e2e-f3ca-4dad-b089-3bae1cd31edf 2018-08-19 08:01:28,907 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-19 08:01:32,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-19 08:01:34,781 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | b8c7b049-7214-41fb-a830-4e19137ac34e | 2018-08-19T08:01:34.432171 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: b8c7b049-7214-41fb-a830-4e19137ac34e ~/.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-19 08:01:38,556 - 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-19 08:01:38,556 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-19 08:01:41,386 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-19 08:01:44,695 - 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=a2b4a3df-b88c-418c-a0bf-43a361dbaa05) as the default verifier for the future CLI operations. 2018-08-19 08:01:47,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-19 08:01:47,899 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:01:48,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-12e50c51-ea45-46f6-b408-04c714cac602 Date: Sun, 19 Aug 2018 08:01:48 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "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-19 08:01:48,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-12e50c51-ea45-46f6-b408-04c714cac602 2018-08-19 08:01:48,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.283820867538s 2018-08-19 08:01:48,183 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-12e50c51-ea45-46f6-b408-04c714cac602 2018-08-19 08:01:48,191 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-19 08:01:48,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 08:01:48,192 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" -d '{"network": {"name": "neutron-tempest-plugin-api-net_7281a382-abd8-4941-8d9a-85eeb09a7019", "admin_state_up": true}}' 2018-08-19 08:01:48,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-3fb2a0c7-858c-48cd-a949-17f9dc5bf116 Date: Sun, 19 Aug 2018 08:01:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b32d06a4-6c05-4741-ae0e-25ef38e7bd37","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T08:01:48Z","is_default":false,"provider:segmentation_id":47,"name":"neutron-tempest-plugin-api-net_7281a382-abd8-4941-8d9a-85eeb09a7019","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:01:48Z","mtu":1450}} 2018-08-19 08:01:48,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3fb2a0c7-858c-48cd-a949-17f9dc5bf116 2018-08-19 08:01:48,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.497828960419s 2018-08-19 08:01:48,690 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3fb2a0c7-858c-48cd-a949-17f9dc5bf116 2018-08-19 08:01:48,690 - 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-19T08:01:48Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'b32d06a4-6c05-4741-ae0e-25ef38e7bd37', u'provider:segmentation_id': 47, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-net_7281a382-abd8-4941-8d9a-85eeb09a7019', u'admin_state_up': True, u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T08:01:48Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 08:01:48,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:01:48,691 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:01:49,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1364 X-Openstack-Request-Id: req-0af0cae9-9913-4689-b55d-cf28ab864686 Date: Sun, 19 Aug 2018 08:01:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T07:38:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b32d06a4-6c05-4741-ae0e-25ef38e7bd37","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T08:01:48Z","provider:segmentation_id":47,"name":"neutron-tempest-plugin-api-net_7281a382-abd8-4941-8d9a-85eeb09a7019","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:01:48Z","provider:network_type":"vxlan"}]} 2018-08-19 08:01:49,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0af0cae9-9913-4689-b55d-cf28ab864686 2018-08-19 08:01:49,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.381201982498s 2018-08-19 08:01:49,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0af0cae9-9913-4689-b55d-cf28ab864686 2018-08-19 08:01:49,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 08:01:49,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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_7281a382-abd8-4941-8d9a-85eeb09a7019", "enable_dhcp": true, "network_id": "b32d06a4-6c05-4741-ae0e-25ef38e7bd37", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 08:01:49,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-591493d7-1102-4c61-83df-c2cd17e7df78 Date: Sun, 19 Aug 2018 08:01:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b32d06a4-6c05-4741-ae0e-25ef38e7bd37","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:01:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T08:01:49Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"7dc2782794df470c83590a2cbd73fefb","id":"987c0475-f7ba-4fee-9aea-61abe94376af","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_7281a382-abd8-4941-8d9a-85eeb09a7019"}} 2018-08-19 08:01:49,996 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-591493d7-1102-4c61-83df-c2cd17e7df78 2018-08-19 08:01:49,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.921355009079s 2018-08-19 08:01:49,996 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-591493d7-1102-4c61-83df-c2cd17e7df78 2018-08-19 08:01:49,996 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T08:01:49Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'987c0475-f7ba-4fee-9aea-61abe94376af', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_7281a382-abd8-4941-8d9a-85eeb09a7019', u'enable_dhcp': True, u'network_id': u'b32d06a4-6c05-4741-ae0e-25ef38e7bd37', u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T08:01:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 08:01:49,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 08:01:49,998 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "neutron-tempest-plugin-api-router_7281a382-abd8-4941-8d9a-85eeb09a7019", "admin_state_up": true}}' 2018-08-19 08:01:51,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 659 X-Openstack-Request-Id: req-796ce415-9570-42ee-ad63-74863199fb17 Date: Sun, 19 Aug 2018 08:01:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T08:01:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T08:01:51Z", "revision_number": 2, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "7a8ab707-3e29-4be9-9e7a-a890436655bb", "name": "neutron-tempest-plugin-api-router_7281a382-abd8-4941-8d9a-85eeb09a7019"}} 2018-08-19 08:01:51,462 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-796ce415-9570-42ee-ad63-74863199fb17 2018-08-19 08:01:51,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.46476697922s 2018-08-19 08:01:51,462 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-796ce415-9570-42ee-ad63-74863199fb17 2018-08-19 08:01:51,463 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T08:01:50Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-19T08:01:51Z', u'revision_number': 2, u'routes': [], u'project_id': u'7dc2782794df470c83590a2cbd73fefb', u'id': u'7a8ab707-3e29-4be9-9e7a-a890436655bb', u'name': u'neutron-tempest-plugin-api-router_7281a382-abd8-4941-8d9a-85eeb09a7019'}) 2018-08-19 08:01:51,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 08:01:51,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/7a8ab707-3e29-4be9-9e7a-a890436655bb/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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" -d '{"subnet_id": "987c0475-f7ba-4fee-9aea-61abe94376af"}' 2018-08-19 08:01:53,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a39e92ad-230f-4f4d-a566-3dfe02468a47 Date: Sun, 19 Aug 2018 08:01:53 GMT RESP BODY: {"network_id": "b32d06a4-6c05-4741-ae0e-25ef38e7bd37", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "987c0475-f7ba-4fee-9aea-61abe94376af", "subnet_ids": ["987c0475-f7ba-4fee-9aea-61abe94376af"], "port_id": "9feff755-788c-472b-812c-3e4b1793d406", "id": "7a8ab707-3e29-4be9-9e7a-a890436655bb"} 2018-08-19 08:01:53,653 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/7a8ab707-3e29-4be9-9e7a-a890436655bb/add_router_interface.json used request id req-a39e92ad-230f-4f4d-a566-3dfe02468a47 2018-08-19 08:01:53,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.18993401527s 2018-08-19 08:01:53,654 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/7a8ab707-3e29-4be9-9e7a-a890436655bb/add_router_interface.json used request id req-a39e92ad-230f-4f4d-a566-3dfe02468a47 returning object 7a8ab707-3e29-4be9-9e7a-a890436655bb 2018-08-19 08:01:53,654 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-19 08:01:53,724 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-19 08:01:53,725 - 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-19 08:01:53,729 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 08:01:53 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-19 08:01:53,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:01:53,736 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:01:54,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-319603cd-79bb-4d8a-bf01-63018f5e3d72 Date: Sun, 19 Aug 2018 08:01:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:01:54,015 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-319603cd-79bb-4d8a-bf01-63018f5e3d72 2018-08-19 08:01:54,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.282124042511s 2018-08-19 08:01:54,016 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-319603cd-79bb-4d8a-bf01-63018f5e3d72 2018-08-19 08:01:54,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 08:01:54,027 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_7281a382-abd8-4941-8d9a-85eeb09a7019", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_7281a382-abd8-4941-8d9a-85eeb09a7019"}' 2018-08-19 08:01:54,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bd164848-fa0a-4dd7-9ef2-208dfd3aec7d Date: Sun, 19 Aug 2018 08:01:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:01:54Z", "file": "/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3655050b-7eeb-4e08-852d-bd2978af5322", "size": null, "self": "/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322", "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_7281a382-abd8-4941-8d9a-85eeb09a7019", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_7281a382-abd8-4941-8d9a-85eeb09a7019", "checksum": null, "created_at": "2018-08-19T08:01:54Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 08:01:54,349 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-bd164848-fa0a-4dd7-9ef2-208dfd3aec7d 2018-08-19 08:01:54,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.325891017914s 2018-08-19 08:01:54,350 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-bd164848-fa0a-4dd7-9ef2-208dfd3aec7d returning object 3655050b-7eeb-4e08-852d-bd2978af5322 2018-08-19 08:01:54,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 08:01:54,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322/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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" -d '' 2018-08-19 08:01:55,933 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d29c3f90-69c8-4bcb-be39-7d962fb33953 Date: Sun, 19 Aug 2018 08:01: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-19 08:01:55,933 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322/file used request id req-d29c3f90-69c8-4bcb-be39-7d962fb33953 2018-08-19 08:01:55,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.58256411552s 2018-08-19 08:01:55,933 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322/file used request id req-d29c3f90-69c8-4bcb-be39-7d962fb33953 2018-08-19 08:01:55,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:01:55,941 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:01:56,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-3dfcc249-a570-48a5-908d-a06665ae03e3 Date: Sun, 19 Aug 2018 08:01:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:01:55Z", "file": "/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3655050b-7eeb-4e08-852d-bd2978af5322", "size": 12716032, "self": "/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3655050b-7eeb-4e08-852d-bd2978af5322/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3655050b-7eeb-4e08-852d-bd2978af5322/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_7281a382-abd8-4941-8d9a-85eeb09a7019", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_7281a382-abd8-4941-8d9a-85eeb09a7019", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:01:54Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:01:56,247 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3dfcc249-a570-48a5-908d-a06665ae03e3 2018-08-19 08:01:56,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.309870958328s 2018-08-19 08:01:56,248 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3dfcc249-a570-48a5-908d-a06665ae03e3 2018-08-19 08:01:56,250 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3655050b-7eeb-4e08-852d-bd2978af5322/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322/file', 'owner': u'7dc2782794df470c83590a2cbd73fefb', 'id': u'3655050b-7eeb-4e08-852d-bd2978af5322', 'size': 12716032, u'self': u'/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3655050b-7eeb-4e08-852d-bd2978af5322/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T08:01:55Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-19T08:01:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_7281a382-abd8-4941-8d9a-85eeb09a7019', '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/3655050b-7eeb-4e08-852d-bd2978af5322', 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_7281a382-abd8-4941-8d9a-85eeb09a7019', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_7281a382-abd8-4941-8d9a-85eeb09a7019', 'created': u'2018-08-19T08:01:54Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T08:01:54Z', 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/3655050b-7eeb-4e08-852d-bd2978af5322', 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_7281a382-abd8-4941-8d9a-85eeb09a7019', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 08:01:56,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 08:01:56,253 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_7281a382-abd8-4941-8d9a-85eeb09a7019", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 08:01:56,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:01: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-110a5b32-ec65-4ffd-a42d-d0f58ed85d49 x-compute-request-id: req-110a5b32-ec65-4ffd-a42d-d0f58ed85d49 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_7281a382-abd8-4941-8d9a-85eeb09a7019", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3e22a884-43fc-4643-b15d-722aebd13e92", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3e22a884-43fc-4643-b15d-722aebd13e92", "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": "3e22a884-43fc-4643-b15d-722aebd13e92"}} 2018-08-19 08:01:56,591 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-110a5b32-ec65-4ffd-a42d-d0f58ed85d49 2018-08-19 08:01:56,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.340488910675s 2018-08-19 08:01:56,592 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-110a5b32-ec65-4ffd-a42d-d0f58ed85d49 2018-08-19 08:01:56,592 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_7281a382-abd8-4941-8d9a-85eeb09a7019', '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'7dc2782794df470c83590a2cbd73fefb', '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'3e22a884-43fc-4643-b15d-722aebd13e92', 'swap': 0}) 2018-08-19 08:01:56,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 08:01:56,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/3e22a884-43fc-4643-b15d-722aebd13e92/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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" -d '{"extra_specs": {}}' 2018-08-19 08:01:56,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:01:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36838592-adcc-4461-9e48-aefa2e65b310 x-compute-request-id: req-36838592-adcc-4461-9e48-aefa2e65b310 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 08:01:56,621 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/3e22a884-43fc-4643-b15d-722aebd13e92/os-extra_specs used request id req-36838592-adcc-4461-9e48-aefa2e65b310 2018-08-19 08:01:56,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0277280807495s 2018-08-19 08:01:56,621 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/3e22a884-43fc-4643-b15d-722aebd13e92/os-extra_specs used request id req-36838592-adcc-4461-9e48-aefa2e65b310 2018-08-19 08:01:56,625 - 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-19 08:01:56,631 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 08:01:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-301dbcda-c468-4664-a49c-99a34e2c9378 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-19 08:01:56,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-301dbcda-c468-4664-a49c-99a34e2c9378 2018-08-19 08:01:56,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:01:56,637 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:01:56,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e56f96b-f95a-4cc3-940f-a0c2c07c53ca 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:01:56,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0e56f96b-f95a-4cc3-940f-a0c2c07c53ca 2018-08-19 08:01:56,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.287732124329s 2018-08-19 08:01:56,923 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0e56f96b-f95a-4cc3-940f-a0c2c07c53ca 2018-08-19 08:01:56,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:01:56,930 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:01:57,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd0bef43-b9f1-40e4-9076-7285c21f9878 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:01:57,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cd0bef43-b9f1-40e4-9076-7285c21f9878 2018-08-19 08:01:57,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195820093155s 2018-08-19 08:01:57,124 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-cd0bef43-b9f1-40e4-9076-7285c21f9878 2018-08-19 08:01:57,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-19 08:01:57,131 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:01:57,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:01: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-25101f71-0372-4e04-9e61-4ff2785327a0 x-compute-request-id: req-25101f71-0372-4e04-9e61-4ff2785327a0 Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 305}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 2524, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 308}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-19 08:01:57,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-25101f71-0372-4e04-9e61-4ff2785327a0 2018-08-19 08:01:57,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0389578342438s 2018-08-19 08:01:57,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-25101f71-0372-4e04-9e61-4ff2785327a0 2018-08-19 08:01:57,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:01:57,174 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:01:57,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-8451fb36-c0df-43dc-9569-d85aabb5ad0a Date: Sun, 19 Aug 2018 08:01:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:01:55Z", "file": "/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3655050b-7eeb-4e08-852d-bd2978af5322", "size": 12716032, "self": "/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3655050b-7eeb-4e08-852d-bd2978af5322/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3655050b-7eeb-4e08-852d-bd2978af5322/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_7281a382-abd8-4941-8d9a-85eeb09a7019", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_7281a382-abd8-4941-8d9a-85eeb09a7019", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:01:54Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:01:57,510 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8451fb36-c0df-43dc-9569-d85aabb5ad0a 2018-08-19 08:01:57,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.338942050934s 2018-08-19 08:01:57,511 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-8451fb36-c0df-43dc-9569-d85aabb5ad0a 2018-08-19 08:01:57,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 08:01:57,523 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_7281a382-abd8-4941-8d9a-85eeb09a7019", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_7281a382-abd8-4941-8d9a-85eeb09a7019"}' 2018-08-19 08:01:57,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c372b0af-849e-42e1-9f37-16c5601d9ddd Date: Sun, 19 Aug 2018 08:01:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:01:57Z", "file": "/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "45b6d697-143d-48a3-927e-ebe551bdc550", "size": null, "self": "/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550", "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_7281a382-abd8-4941-8d9a-85eeb09a7019", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_7281a382-abd8-4941-8d9a-85eeb09a7019", "checksum": null, "created_at": "2018-08-19T08:01:57Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 08:01:57,845 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c372b0af-849e-42e1-9f37-16c5601d9ddd 2018-08-19 08:01:57,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.325690984726s 2018-08-19 08:01:57,846 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c372b0af-849e-42e1-9f37-16c5601d9ddd returning object 45b6d697-143d-48a3-927e-ebe551bdc550 2018-08-19 08:01:57,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 08:01:57,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550/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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" -d '' 2018-08-19 08:01:59,195 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-23ff22d7-6b96-461e-8c3c-b0691e248b77 Date: Sun, 19 Aug 2018 08:01:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 08:01:59,196 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550/file used request id req-23ff22d7-6b96-461e-8c3c-b0691e248b77 2018-08-19 08:01:59,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.34932112694s 2018-08-19 08:01:59,196 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550/file used request id req-23ff22d7-6b96-461e-8c3c-b0691e248b77 2018-08-19 08:01:59,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:01:59,204 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:01:59,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-cdb8a3e4-cc38-4d84-82f6-3acbcf8b7224 Date: Sun, 19 Aug 2018 08:01:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:01:59Z", "file": "/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "45b6d697-143d-48a3-927e-ebe551bdc550", "size": 12716032, "self": "/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/45b6d697-143d-48a3-927e-ebe551bdc550/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/45b6d697-143d-48a3-927e-ebe551bdc550/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_7281a382-abd8-4941-8d9a-85eeb09a7019", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_7281a382-abd8-4941-8d9a-85eeb09a7019", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:01:57Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:01:55Z", "file": "/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3655050b-7eeb-4e08-852d-bd2978af5322", "size": 12716032, "self": "/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3655050b-7eeb-4e08-852d-bd2978af5322/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3655050b-7eeb-4e08-852d-bd2978af5322/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_7281a382-abd8-4941-8d9a-85eeb09a7019", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_7281a382-abd8-4941-8d9a-85eeb09a7019", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:01:54Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:01:59,504 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cdb8a3e4-cc38-4d84-82f6-3acbcf8b7224 2018-08-19 08:01:59,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303954124451s 2018-08-19 08:01:59,504 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cdb8a3e4-cc38-4d84-82f6-3acbcf8b7224 2018-08-19 08:01:59,507 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/45b6d697-143d-48a3-927e-ebe551bdc550/snap', u'metadata': Munch({})})], 'file': u'/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550/file', 'owner': u'7dc2782794df470c83590a2cbd73fefb', 'id': u'45b6d697-143d-48a3-927e-ebe551bdc550', 'size': 12716032, u'self': u'/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/45b6d697-143d-48a3-927e-ebe551bdc550/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T08:01:59Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-19T08:01:59Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_7281a382-abd8-4941-8d9a-85eeb09a7019', '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/45b6d697-143d-48a3-927e-ebe551bdc550', 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_7281a382-abd8-4941-8d9a-85eeb09a7019', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_7281a382-abd8-4941-8d9a-85eeb09a7019', 'created': u'2018-08-19T08:01:57Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T08:01:57Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550', 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_7281a382-abd8-4941-8d9a-85eeb09a7019', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 08:01:59,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 08:01:59,510 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_7281a382-abd8-4941-8d9a-85eeb09a7019", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 08:01:59,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:01: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-5a7e7400-82a4-40d9-82ff-094547ef6818 x-compute-request-id: req-5a7e7400-82a4-40d9-82ff-094547ef6818 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_7281a382-abd8-4941-8d9a-85eeb09a7019", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c8084d5d-f91c-4eb9-86fa-76385b1736d8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c8084d5d-f91c-4eb9-86fa-76385b1736d8", "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": "c8084d5d-f91c-4eb9-86fa-76385b1736d8"}} 2018-08-19 08:01:59,543 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5a7e7400-82a4-40d9-82ff-094547ef6818 2018-08-19 08:01:59,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.035591840744s 2018-08-19 08:01:59,544 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5a7e7400-82a4-40d9-82ff-094547ef6818 2018-08-19 08:01:59,544 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_7281a382-abd8-4941-8d9a-85eeb09a7019', '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'7dc2782794df470c83590a2cbd73fefb', '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'c8084d5d-f91c-4eb9-86fa-76385b1736d8', 'swap': 0}) 2018-08-19 08:01:59,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 08:01:59,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/c8084d5d-f91c-4eb9-86fa-76385b1736d8/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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" -d '{"extra_specs": {}}' 2018-08-19 08:01:59,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:01: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-7accc325-4577-474e-ba97-d9f83bd99e1e x-compute-request-id: req-7accc325-4577-474e-ba97-d9f83bd99e1e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 08:01:59,564 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/c8084d5d-f91c-4eb9-86fa-76385b1736d8/os-extra_specs used request id req-7accc325-4577-474e-ba97-d9f83bd99e1e 2018-08-19 08:01:59,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0189270973206s 2018-08-19 08:01:59,564 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/c8084d5d-f91c-4eb9-86fa-76385b1736d8/os-extra_specs used request id req-7accc325-4577-474e-ba97-d9f83bd99e1e 2018-08-19 08:01:59,564 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_7281a382-abd8-4941-8d9a-85eeb09a7019', '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'7dc2782794df470c83590a2cbd73fefb', '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'c8084d5d-f91c-4eb9-86fa-76385b1736d8', 'swap': 0}) 2018-08-19 08:02:03,314 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-19 08:02:03,314 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-19 08:02:03,314 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-19 08:02:03,316 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-19 08:02:03,317 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-19 08:02:06,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-a2b4a3df-b88c-418c-a0bf-43a361dbaa05/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-19 08:02:06,641 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-19 08:02:06,654 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-19 08:02:06,654 - 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-19 08:16:09,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 9feaa879-b860-4bd8-817d-0b8fadce758a 2018-08-19 08:16:09,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9feaa879-b860-4bd8-817d-0b8fadce758a']'. 2018-08-19 08:16:10,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-19 08:16:10,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-19 08:16:10,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-19 08:16:10,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9feaa879-b860-4bd8-817d-0b8fadce758a | 2018-08-19 08:16:10,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-19 08:16:10,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-19 08:02:09 | 2018-08-19 08:16:10,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-19 08:16:09 | 2018-08-19 08:16:10,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:00 | 2018-08-19 08:16:10,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-19 08:16:10,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-19 08:16:10,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-19 08:16:10,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a2b4a3df-b88c-418c-a0bf-43a361dbaa05) | 2018-08-19 08:16:10,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-19 08:16:10,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b8c7b049-7214-41fb-a830-4e19137ac34e) | 2018-08-19 08:16:10,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 547 | 2018-08-19 08:16:10,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 827.061 | 2018-08-19 08:16:10,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 371 | 2018-08-19 08:16:10,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 173 | 2018-08-19 08:16:10,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-19 08:16:10,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-19 08:16:10,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-19 08:16:10,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-19 08:16:10,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-19 08:16:10,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-19 08:16:10,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 99.1978609626% 2018-08-19 08:16:10,927 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 08:16:10,928 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 14:23 | FAIL | +------------------------------------+------------------+------------------+----------------+ 2018-08-19 08:16:10,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 08:16:10,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:16:12,431 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a22a68d7-8860-47d0-8e7f-0b15afc89a3f Date: Sun, 19 Aug 2018 08:16: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-19 08:16:12,432 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550 used request id req-a22a68d7-8860-47d0-8e7f-0b15afc89a3f 2018-08-19 08:16:12,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.49930906296s 2018-08-19 08:16:12,432 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/45b6d697-143d-48a3-927e-ebe551bdc550 used request id req-a22a68d7-8860-47d0-8e7f-0b15afc89a3f 2018-08-19 08:16:12,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 08:16:12,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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:16:12,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16: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-db54798a-1abf-4cfd-919b-7be420c57e46 x-compute-request-id: req-db54798a-1abf-4cfd-919b-7be420c57e46 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_7281a382-abd8-4941-8d9a-85eeb09a7019", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3e22a884-43fc-4643-b15d-722aebd13e92", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3e22a884-43fc-4643-b15d-722aebd13e92", "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": "3e22a884-43fc-4643-b15d-722aebd13e92"}, {"name": "neutron-tempest-plugin-api-flavor_alt_7281a382-abd8-4941-8d9a-85eeb09a7019", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c8084d5d-f91c-4eb9-86fa-76385b1736d8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c8084d5d-f91c-4eb9-86fa-76385b1736d8", "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": "c8084d5d-f91c-4eb9-86fa-76385b1736d8"}]} 2018-08-19 08:16:12,720 - 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-db54798a-1abf-4cfd-919b-7be420c57e46 2018-08-19 08:16:12,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.287606954575s 2018-08-19 08:16:12,721 - 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-db54798a-1abf-4cfd-919b-7be420c57e46 2018-08-19 08:16:12,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 08:16:12,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/c8084d5d-f91c-4eb9-86fa-76385b1736d8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:16:12,784 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 08:16:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7a1a63d0-bc47-4116-9bdf-c926d14b62ee x-compute-request-id: req-7a1a63d0-bc47-4116-9bdf-c926d14b62ee Content-Length: 0 Content-Type: application/json 2018-08-19 08:16:12,784 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/c8084d5d-f91c-4eb9-86fa-76385b1736d8 used request id req-7a1a63d0-bc47-4116-9bdf-c926d14b62ee 2018-08-19 08:16:12,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0610039234161s 2018-08-19 08:16:12,785 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/c8084d5d-f91c-4eb9-86fa-76385b1736d8 used request id req-7a1a63d0-bc47-4116-9bdf-c926d14b62ee 2018-08-19 08:16:12,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 08:16:12,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/7a8ab707-3e29-4be9-9e7a-a890436655bb/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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" -d '{"subnet_id": "987c0475-f7ba-4fee-9aea-61abe94376af"}' 2018-08-19 08:16:14,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8a9826ff-1c61-43d1-9e5c-177dff9809d4 Date: Sun, 19 Aug 2018 08:16:14 GMT RESP BODY: {"network_id": "b32d06a4-6c05-4741-ae0e-25ef38e7bd37", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "987c0475-f7ba-4fee-9aea-61abe94376af", "subnet_ids": ["987c0475-f7ba-4fee-9aea-61abe94376af"], "port_id": "9feff755-788c-472b-812c-3e4b1793d406", "id": "7a8ab707-3e29-4be9-9e7a-a890436655bb"} 2018-08-19 08:16:14,665 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/7a8ab707-3e29-4be9-9e7a-a890436655bb/remove_router_interface.json used request id req-8a9826ff-1c61-43d1-9e5c-177dff9809d4 2018-08-19 08:16:14,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.88022899628s 2018-08-19 08:16:14,666 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/7a8ab707-3e29-4be9-9e7a-a890436655bb/remove_router_interface.json used request id req-8a9826ff-1c61-43d1-9e5c-177dff9809d4 returning object 7a8ab707-3e29-4be9-9e7a-a890436655bb 2018-08-19 08:16:14,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 08:16:14,667 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:16:15,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-34e3b104-284c-432c-8565-0764065771c5 Date: Sun, 19 Aug 2018 08:16:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T08:01:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T08:16:13Z", "revision_number": 4, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "7a8ab707-3e29-4be9-9e7a-a890436655bb", "name": "neutron-tempest-plugin-api-router_7281a382-abd8-4941-8d9a-85eeb09a7019"}]} 2018-08-19 08:16:15,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-34e3b104-284c-432c-8565-0764065771c5 2018-08-19 08:16:15,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.39443898201s 2018-08-19 08:16:15,061 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-34e3b104-284c-432c-8565-0764065771c5 2018-08-19 08:16:15,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 08:16:15,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/7a8ab707-3e29-4be9-9e7a-a890436655bb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:16:16,988 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f94cd87-0b00-4872-bf23-ab64ccadd801 Content-Length: 0 Date: Sun, 19 Aug 2018 08:16:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:16:16,988 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/7a8ab707-3e29-4be9-9e7a-a890436655bb.json used request id req-0f94cd87-0b00-4872-bf23-ab64ccadd801 2018-08-19 08:16:16,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.92560100555s 2018-08-19 08:16:16,989 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/7a8ab707-3e29-4be9-9e7a-a890436655bb.json used request id req-0f94cd87-0b00-4872-bf23-ab64ccadd801 2018-08-19 08:16:16,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 08:16:16,990 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:16:17,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1308 X-Openstack-Request-Id: req-ff438256-3fd5-46fb-b8ff-fa67596cb5ff Date: Sun, 19 Aug 2018 08:16:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:09Z","dns_nameservers":[],"updated_at":"2018-08-19T07:38:09Z","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":"72d414281c1547fdbc271e9afb311d2d","id":"17cee6fd-65c6-481f-9db8-4732319e9d7e","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b32d06a4-6c05-4741-ae0e-25ef38e7bd37","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:01:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T08:01:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"7dc2782794df470c83590a2cbd73fefb","id":"987c0475-f7ba-4fee-9aea-61abe94376af","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_7281a382-abd8-4941-8d9a-85eeb09a7019"}]} 2018-08-19 08:16:17,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ff438256-3fd5-46fb-b8ff-fa67596cb5ff 2018-08-19 08:16:17,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.314999103546s 2018-08-19 08:16:17,305 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ff438256-3fd5-46fb-b8ff-fa67596cb5ff 2018-08-19 08:16:17,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 08:16:17,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/987c0475-f7ba-4fee-9aea-61abe94376af.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:16:19,719 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-25c51491-d244-4dfa-bfe0-3c1360c7b973 Date: Sun, 19 Aug 2018 08:16:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:16:19,720 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/987c0475-f7ba-4fee-9aea-61abe94376af.json used request id req-25c51491-d244-4dfa-bfe0-3c1360c7b973 2018-08-19 08:16:19,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.4132399559s 2018-08-19 08:16:19,720 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/987c0475-f7ba-4fee-9aea-61abe94376af.json used request id req-25c51491-d244-4dfa-bfe0-3c1360c7b973 2018-08-19 08:16:19,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:16:19,721 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:16:20,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1369 X-Openstack-Request-Id: req-7dceff51-3014-4f9b-9196-7de31cbff61d Date: Sun, 19 Aug 2018 08:16:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b32d06a4-6c05-4741-ae0e-25ef38e7bd37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T08:16:19Z","provider:segmentation_id":47,"name":"neutron-tempest-plugin-api-net_7281a382-abd8-4941-8d9a-85eeb09a7019","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:01:48Z","provider:network_type":"vxlan"}]} 2018-08-19 08:16:20,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7dceff51-3014-4f9b-9196-7de31cbff61d 2018-08-19 08:16:20,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.359451055527s 2018-08-19 08:16:20,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7dceff51-3014-4f9b-9196-7de31cbff61d 2018-08-19 08:16:20,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 08:16:20,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/b32d06a4-6c05-4741-ae0e-25ef38e7bd37.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:16:21,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b28b5ef2-58ed-4658-a448-fda40b4f40a2 Date: Sun, 19 Aug 2018 08:16:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:16:21,659 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b32d06a4-6c05-4741-ae0e-25ef38e7bd37.json used request id req-b28b5ef2-58ed-4658-a448-fda40b4f40a2 2018-08-19 08:16:21,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.57748794556s 2018-08-19 08:16:21,659 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b32d06a4-6c05-4741-ae0e-25ef38e7bd37.json used request id req-b28b5ef2-58ed-4658-a448-fda40b4f40a2 2018-08-19 08:16:21,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:16:21,667 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:16:21,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-b9db00b9-666a-4147-9c11-99db5a8cc9d3 Date: Sun, 19 Aug 2018 08:16:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:01:55Z", "file": "/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3655050b-7eeb-4e08-852d-bd2978af5322", "size": 12716032, "self": "/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3655050b-7eeb-4e08-852d-bd2978af5322/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3655050b-7eeb-4e08-852d-bd2978af5322/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_7281a382-abd8-4941-8d9a-85eeb09a7019", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_7281a382-abd8-4941-8d9a-85eeb09a7019", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:01:54Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:16:21,981 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b9db00b9-666a-4147-9c11-99db5a8cc9d3 2018-08-19 08:16:21,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.317400932312s 2018-08-19 08:16:21,981 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b9db00b9-666a-4147-9c11-99db5a8cc9d3 2018-08-19 08:16:21,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 08:16:21,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:16:22,635 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b8453c6c-90c8-4fc6-9cd8-05439b60566b Date: Sun, 19 Aug 2018 08:16: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-19 08:16:22,636 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322 used request id req-b8453c6c-90c8-4fc6-9cd8-05439b60566b 2018-08-19 08:16:22,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.652663946152s 2018-08-19 08:16:22,636 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/3655050b-7eeb-4e08-852d-bd2978af5322 used request id req-b8453c6c-90c8-4fc6-9cd8-05439b60566b 2018-08-19 08:16:22,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 08:16:22,639 - 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}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:16:22,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-754a7d7f-6dec-4d9b-a71f-7bd7bd671215 x-compute-request-id: req-754a7d7f-6dec-4d9b-a71f-7bd7bd671215 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_7281a382-abd8-4941-8d9a-85eeb09a7019", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/3e22a884-43fc-4643-b15d-722aebd13e92", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/3e22a884-43fc-4643-b15d-722aebd13e92", "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": "3e22a884-43fc-4643-b15d-722aebd13e92"}]} 2018-08-19 08:16:22,665 - 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-754a7d7f-6dec-4d9b-a71f-7bd7bd671215 2018-08-19 08:16:22,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.028911113739s 2018-08-19 08:16:22,666 - 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-754a7d7f-6dec-4d9b-a71f-7bd7bd671215 2018-08-19 08:16:22,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 08:16:22,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/3e22a884-43fc-4643-b15d-722aebd13e92 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}89b289182e8ab6608d3fe307ea3f69c046a3b7c3" 2018-08-19 08:16:22,706 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 08:16:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c8f3e633-7972-42fb-8434-3836fcfacbce x-compute-request-id: req-c8f3e633-7972-42fb-8434-3836fcfacbce Content-Length: 0 Content-Type: application/json 2018-08-19 08:16:22,706 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/3e22a884-43fc-4643-b15d-722aebd13e92 used request id req-c8f3e633-7972-42fb-8434-3836fcfacbce 2018-08-19 08:16:22,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0383100509644s 2018-08-19 08:16:22,706 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/3e22a884-43fc-4643-b15d-722aebd13e92 used request id req-c8f3e633-7972-42fb-8434-3836fcfacbce 2018-08-19 08:16:22,706 - xtesting.ci.run_tests - ERROR - The test case 'neutron-tempest-plugin-api' failed. 2018-08-19 08:16:22,767 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-19 08:16:22,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 08:16:22,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 08:16:22,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 08:16:22,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 08:16:22,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 08:16:22,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 08:16:22,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 08:16:22,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 08:16:22,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 08:16:22,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 08:16:22,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 08:16:22,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 08:16:22,819 - 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-19 08:16:22,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4374e243-3534-4ce5-9240-9129e4f751c6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 08:16:22,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4374e243-3534-4ce5-9240-9129e4f751c6 2018-08-19 08:16:22,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 08:16:23,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T09:16:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["tzI2ELZNQhCRV-j1DGXk4g"], "issued_at": "2018-08-19T08:16:23.000000Z"}} 2018-08-19 08:16:23,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:16:23,227 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:23,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-83e47adb-9126-402a-8a02-dc60e86b0656 Date: Sun, 19 Aug 2018 08:16:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 08:16:23,597 - 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-83e47adb-9126-402a-8a02-dc60e86b0656 2018-08-19 08:16:23,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.370896816254s 2018-08-19 08:16:23,597 - 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-83e47adb-9126-402a-8a02-dc60e86b0656 2018-08-19 08:16:23,601 - 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-19 08:16:23,606 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 08:16:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-166e573f-ab15-4228-96c3-b1f1e4ee02ef 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-19 08:16:23,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-166e573f-ab15-4228-96c3-b1f1e4ee02ef 2018-08-19 08:16:23,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 08:16:23,610 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:23,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb5fa36-0af2-417b-8414-3c35472b58bc Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 08:16:23,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-9fb5fa36-0af2-417b-8414-3c35472b58bc 2018-08-19 08:16:23,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189581871033s 2018-08-19 08:16:23,797 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-9fb5fa36-0af2-417b-8414-3c35472b58bc 2018-08-19 08:16:23,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 08:16:23,807 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_df6fad16-ca35-4138-a4ef-77a934d01e72"}}' 2018-08-19 08:16:24,031 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 08:16:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4471749-e4f8-4bf2-9cca-e8767cb276c5 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/491d6e4b16c3401abd34414d1d5da0cf"}, "tags": [], "enabled": true, "id": "491d6e4b16c3401abd34414d1d5da0cf", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_df6fad16-ca35-4138-a4ef-77a934d01e72"}} 2018-08-19 08:16:24,031 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f4471749-e4f8-4bf2-9cca-e8767cb276c5 2018-08-19 08:16:24,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.227228879929s 2018-08-19 08:16:24,032 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-f4471749-e4f8-4bf2-9cca-e8767cb276c5 2018-08-19 08:16:24,032 - 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'491d6e4b16c3401abd34414d1d5da0cf', '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_df6fad16-ca35-4138-a4ef-77a934d01e72'}) 2018-08-19 08:16:24,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 08:16:24,041 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "59331434-0551-4f4a-ad00-24e84fc2558b", "email": null, "name": "rally_sanity-user_df6fad16-ca35-4138-a4ef-77a934d01e72"}}' 2018-08-19 08:16:24,571 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 08:16:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b42e2a9e-2d5f-41e0-ab5d-a0c42ac56f0f Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_df6fad16-ca35-4138-a4ef-77a934d01e72", "links": {"self": "http://172.30.9.27:5000/v3/users/06ff723bc9634d9ea5699ab7cdf77aa0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "06ff723bc9634d9ea5699ab7cdf77aa0", "domain_id": "default", "password_expires_at": null}} 2018-08-19 08:16:24,571 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-b42e2a9e-2d5f-41e0-ab5d-a0c42ac56f0f 2018-08-19 08:16:24,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.533042907715s 2018-08-19 08:16:24,571 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-b42e2a9e-2d5f-41e0-ab5d-a0c42ac56f0f 2018-08-19 08:16:24,572 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'06ff723bc9634d9ea5699ab7cdf77aa0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_df6fad16-ca35-4138-a4ef-77a934d01e72'}) 2018-08-19 08:16:24,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:16:24,579 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:24,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4023c5a9-7743-472b-83ae-71d9ae9ad915 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:16:24,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4023c5a9-7743-472b-83ae-71d9ae9ad915 2018-08-19 08:16:24,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183156013489s 2018-08-19 08:16:24,759 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4023c5a9-7743-472b-83ae-71d9ae9ad915 2018-08-19 08:16:24,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:16:24,767 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:25,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a344e8-d409-4730-a8e9-30a2dd8f2e38 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:16:25,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d2a344e8-d409-4730-a8e9-30a2dd8f2e38 2018-08-19 08:16:25,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.27114200592s 2018-08-19 08:16:25,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d2a344e8-d409-4730-a8e9-30a2dd8f2e38 2018-08-19 08:16:25,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:16:25,043 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:25,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9443e126-2105-4ace-aeda-2db367f11b81 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:16:25,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9443e126-2105-4ace-aeda-2db367f11b81 2018-08-19 08:16:25,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.299832105637s 2018-08-19 08:16:25,340 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9443e126-2105-4ace-aeda-2db367f11b81 2018-08-19 08:16:25,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 08:16:25,348 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:25,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3a8a901-4de1-42a7-8571-c89358df3d60 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-19 08:16:25,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-c3a8a901-4de1-42a7-8571-c89358df3d60 2018-08-19 08:16:25,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.188493013382s 2018-08-19 08:16:25,534 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-c3a8a901-4de1-42a7-8571-c89358df3d60 2018-08-19 08:16:25,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 08:16:25,538 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:25,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-441d8630-c77f-4f27-ac80-04ec429a5fd8 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "rally_sanity-user_df6fad16-ca35-4138-a4ef-77a934d01e72", "links": {"self": "http://172.30.9.27:5000/v3/users/06ff723bc9634d9ea5699ab7cdf77aa0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "06ff723bc9634d9ea5699ab7cdf77aa0", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 08:16:25,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-441d8630-c77f-4f27-ac80-04ec429a5fd8 2018-08-19 08:16:25,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.179841995239s 2018-08-19 08:16:25,715 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-441d8630-c77f-4f27-ac80-04ec429a5fd8 2018-08-19 08:16:25,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 08:16:25,729 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:25,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80b476ae-6bc4-4b40-b461-e78fcc3ba318 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/491d6e4b16c3401abd34414d1d5da0cf"}, "tags": [], "enabled": true, "id": "491d6e4b16c3401abd34414d1d5da0cf", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_df6fad16-ca35-4138-a4ef-77a934d01e72"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-19 08:16:25,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-80b476ae-6bc4-4b40-b461-e78fcc3ba318 2018-08-19 08:16:25,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.244260072708s 2018-08-19 08:16:25,971 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-80b476ae-6bc4-4b40-b461-e78fcc3ba318 2018-08-19 08:16:25,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 08:16:25,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=06ff723bc9634d9ea5699ab7cdf77aa0&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=491d6e4b16c3401abd34414d1d5da0cf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:26,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cb30c41-732f-4f25-ba9b-423cff0c1876 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=06ff723bc9634d9ea5699ab7cdf77aa0&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=491d6e4b16c3401abd34414d1d5da0cf", "previous": null, "next": null}} 2018-08-19 08:16:26,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=06ff723bc9634d9ea5699ab7cdf77aa0&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=491d6e4b16c3401abd34414d1d5da0cf used request id req-3cb30c41-732f-4f25-ba9b-423cff0c1876 2018-08-19 08:16:26,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.185716152191s 2018-08-19 08:16:26,165 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=06ff723bc9634d9ea5699ab7cdf77aa0&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=491d6e4b16c3401abd34414d1d5da0cf used request id req-3cb30c41-732f-4f25-ba9b-423cff0c1876 2018-08-19 08:16:26,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 08:16:26,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/491d6e4b16c3401abd34414d1d5da0cf/users/06ff723bc9634d9ea5699ab7cdf77aa0/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:26,333 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 08:16:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8d021b7-38d1-41c5-aa14-5672aaf6b702 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 08:16:26,333 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/491d6e4b16c3401abd34414d1d5da0cf/users/06ff723bc9634d9ea5699ab7cdf77aa0/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-f8d021b7-38d1-41c5-aa14-5672aaf6b702 2018-08-19 08:16:26,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.165183067322s 2018-08-19 08:16:26,333 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/491d6e4b16c3401abd34414d1d5da0cf/users/06ff723bc9634d9ea5699ab7cdf77aa0/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-f8d021b7-38d1-41c5-aa14-5672aaf6b702 2018-08-19 08:16:26,334 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_df6fad16-ca35-4138-a4ef-77a934d01e72', 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'491d6e4b16c3401abd34414d1d5da0cf', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '59331434-0551-4f4a-ad00-24e84fc2558b', 'username': u'rally_sanity-user_df6fad16-ca35-4138-a4ef-77a934d01e72', '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-19 08:16:26,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 08:16:26,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 08:16:26,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 08:16:26,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 08:16:26,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 08:16:26,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 08:16:26,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 08:16:26,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 08:16:26,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 08:16:26,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 08:16:26,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 08:16:26,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 08:16:26,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 08:16:26,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 08:16:26,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 08:16:26,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 08:16:26,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 08:16:26,337 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 08:16:26,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 08:16:26,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 08:16:26,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 08:16:26,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 08:16:26,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 08:16:26,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 08:16:26,338 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 08:16:26,340 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_df6fad16-ca35-4138-a4ef-77a934d01e72', 'password': '59331434-0551-4f4a-ad00-24e84fc2558b', 'project_name': 'rally_sanity-project_df6fad16-ca35-4138-a4ef-77a934d01e72', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '491d6e4b16c3401abd34414d1d5da0cf', 'project_domain_name': 'Default'} 2018-08-19 08:16:26,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:16:26,346 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:26,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bafd784-4311-4640-af23-fffdaaf54cfa 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:16:26,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9bafd784-4311-4640-af23-fffdaaf54cfa 2018-08-19 08:16:26,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204964876175s 2018-08-19 08:16:26,549 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9bafd784-4311-4640-af23-fffdaaf54cfa 2018-08-19 08:16:26,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:16:26,557 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:26,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a2e90b2-df56-46af-9477-df6acb2ec18e 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:16:26,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9a2e90b2-df56-46af-9477-df6acb2ec18e 2018-08-19 08:16:26,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198989152908s 2018-08-19 08:16:26,753 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9a2e90b2-df56-46af-9477-df6acb2ec18e 2018-08-19 08:16:26,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 08:16:26,761 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:27,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-494a940c-dc32-48d5-ad95-252655f3d20f 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-19 08:16:27,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-494a940c-dc32-48d5-ad95-252655f3d20f 2018-08-19 08:16:27,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.272140979767s 2018-08-19 08:16:27,030 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-494a940c-dc32-48d5-ad95-252655f3d20f 2018-08-19 08:16:27,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 08:16:27,034 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:27,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2086425a-7b60-48de-844a-6be598478e1a Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "rally_sanity-user_df6fad16-ca35-4138-a4ef-77a934d01e72", "links": {"self": "http://172.30.9.27:5000/v3/users/06ff723bc9634d9ea5699ab7cdf77aa0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "06ff723bc9634d9ea5699ab7cdf77aa0", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 08:16:27,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-2086425a-7b60-48de-844a-6be598478e1a 2018-08-19 08:16:27,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218001127243s 2018-08-19 08:16:27,250 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-2086425a-7b60-48de-844a-6be598478e1a 2018-08-19 08:16:27,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 08:16:27,263 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:27,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-526f0152-c3c3-4b40-8b90-c2595bbcd146 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/491d6e4b16c3401abd34414d1d5da0cf"}, "tags": [], "enabled": true, "id": "491d6e4b16c3401abd34414d1d5da0cf", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_df6fad16-ca35-4138-a4ef-77a934d01e72"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-19 08:16:27,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-526f0152-c3c3-4b40-8b90-c2595bbcd146 2018-08-19 08:16:27,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.189479112625s 2018-08-19 08:16:27,450 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-526f0152-c3c3-4b40-8b90-c2595bbcd146 2018-08-19 08:16:27,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 08:16:27,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=06ff723bc9634d9ea5699ab7cdf77aa0&role.id=1ec39ef7986141aea53c73a5729dabce&scope.project.id=491d6e4b16c3401abd34414d1d5da0cf" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:27,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e61cbdeb-3c2d-4d8c-bb4f-4ba8223fc422 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=06ff723bc9634d9ea5699ab7cdf77aa0&role.id=1ec39ef7986141aea53c73a5729dabce&scope.project.id=491d6e4b16c3401abd34414d1d5da0cf", "previous": null, "next": null}} 2018-08-19 08:16:27,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=06ff723bc9634d9ea5699ab7cdf77aa0&role.id=1ec39ef7986141aea53c73a5729dabce&scope.project.id=491d6e4b16c3401abd34414d1d5da0cf used request id req-e61cbdeb-3c2d-4d8c-bb4f-4ba8223fc422 2018-08-19 08:16:27,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.199202060699s 2018-08-19 08:16:27,656 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=06ff723bc9634d9ea5699ab7cdf77aa0&role.id=1ec39ef7986141aea53c73a5729dabce&scope.project.id=491d6e4b16c3401abd34414d1d5da0cf used request id req-e61cbdeb-3c2d-4d8c-bb4f-4ba8223fc422 2018-08-19 08:16:27,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 08:16:27,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/491d6e4b16c3401abd34414d1d5da0cf/users/06ff723bc9634d9ea5699ab7cdf77aa0/roles/1ec39ef7986141aea53c73a5729dabce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:16:27,896 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 08:16:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-450df112-bbcd-4efe-b7de-ddd81985fd77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 08:16:27,896 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/491d6e4b16c3401abd34414d1d5da0cf/users/06ff723bc9634d9ea5699ab7cdf77aa0/roles/1ec39ef7986141aea53c73a5729dabce used request id req-450df112-bbcd-4efe-b7de-ddd81985fd77 2018-08-19 08:16:27,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.236457109451s 2018-08-19 08:16:27,896 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/491d6e4b16c3401abd34414d1d5da0cf/users/06ff723bc9634d9ea5699ab7cdf77aa0/roles/1ec39ef7986141aea53c73a5729dabce used request id req-450df112-bbcd-4efe-b7de-ddd81985fd77 2018-08-19 08:16:27,897 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-19 08:16:29,297 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=No JSON object could be decoded 2018-08-19 08:16:29,298 - 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-19 08:16:29,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c8e757-9ce6-416e-980e-54db24a684fd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 08:16:29,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e8c8e757-9ce6-416e-980e-54db24a684fd 2018-08-19 08:16:29,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 08:16:29,707 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T09:16:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "491d6e4b16c3401abd34414d1d5da0cf", "name": "rally_sanity-project_df6fad16-ca35-4138-a4ef-77a934d01e72"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/491d6e4b16c3401abd34414d1d5da0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/491d6e4b16c3401abd34414d1d5da0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/491d6e4b16c3401abd34414d1d5da0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/491d6e4b16c3401abd34414d1d5da0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/491d6e4b16c3401abd34414d1d5da0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/491d6e4b16c3401abd34414d1d5da0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/491d6e4b16c3401abd34414d1d5da0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/491d6e4b16c3401abd34414d1d5da0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/491d6e4b16c3401abd34414d1d5da0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/491d6e4b16c3401abd34414d1d5da0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/491d6e4b16c3401abd34414d1d5da0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/491d6e4b16c3401abd34414d1d5da0cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_491d6e4b16c3401abd34414d1d5da0cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_491d6e4b16c3401abd34414d1d5da0cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_df6fad16-ca35-4138-a4ef-77a934d01e72", "id": "06ff723bc9634d9ea5699ab7cdf77aa0"}, "audit_ids": ["nNayiI7yQo69TqtdGSPfEQ"], "issued_at": "2018-08-19T08:16:29.000000Z"}} 2018-08-19 08:16:29,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 08:16:29,711 - 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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" -d '{"network": {"shared": true, "name": "rally_sanity-net_df6fad16-ca35-4138-a4ef-77a934d01e72", "admin_state_up": true}}' 2018-08-19 08:16:30,340 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3906d251-741b-4124-9d0e-6ccb02eacdad Date: Sun, 19 Aug 2018 08:16:30 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1290da39-5df4-4c99-86ad-4a4811887c39","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"491d6e4b16c3401abd34414d1d5da0cf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T08:16:30Z","is_default":false,"provider:segmentation_id":59,"name":"rally_sanity-net_df6fad16-ca35-4138-a4ef-77a934d01e72","admin_state_up":true,"tenant_id":"491d6e4b16c3401abd34414d1d5da0cf","created_at":"2018-08-19T08:16:30Z","mtu":1450}} 2018-08-19 08:16:30,340 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3906d251-741b-4124-9d0e-6ccb02eacdad 2018-08-19 08:16:30,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.629992961884s 2018-08-19 08:16:30,340 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-3906d251-741b-4124-9d0e-6ccb02eacdad 2018-08-19 08:16:30,341 - 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-19T08:16:30Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1290da39-5df4-4c99-86ad-4a4811887c39', u'provider:segmentation_id': 59, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_df6fad16-ca35-4138-a4ef-77a934d01e72', u'admin_state_up': True, u'tenant_id': u'491d6e4b16c3401abd34414d1d5da0cf', u'created_at': u'2018-08-19T08:16:30Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'491d6e4b16c3401abd34414d1d5da0cf'}) 2018-08-19 08:16:30,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:16:30,342 - 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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" 2018-08-19 08:16:30,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1348 X-Openstack-Request-Id: req-f9ec50e1-f5a7-45c7-9766-775ec20958c1 Date: Sun, 19 Aug 2018 08:16:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"1290da39-5df4-4c99-86ad-4a4811887c39","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"491d6e4b16c3401abd34414d1d5da0cf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T08:16:30Z","provider:segmentation_id":59,"name":"rally_sanity-net_df6fad16-ca35-4138-a4ef-77a934d01e72","admin_state_up":true,"tenant_id":"491d6e4b16c3401abd34414d1d5da0cf","created_at":"2018-08-19T08:16:30Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 08:16:30,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f9ec50e1-f5a7-45c7-9766-775ec20958c1 2018-08-19 08:16:30,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.36393404007s 2018-08-19 08:16:30,706 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f9ec50e1-f5a7-45c7-9766-775ec20958c1 2018-08-19 08:16:30,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 08:16:30,708 - 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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" -d '{"subnet": {"name": "rally_sanity-subnet_df6fad16-ca35-4138-a4ef-77a934d01e72", "enable_dhcp": true, "network_id": "1290da39-5df4-4c99-86ad-4a4811887c39", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 08:16:31,502 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-e0c01401-96a3-4266-99d3-8f7b845a7145 Date: Sun, 19 Aug 2018 08:16:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1290da39-5df4-4c99-86ad-4a4811887c39","tenant_id":"491d6e4b16c3401abd34414d1d5da0cf","created_at":"2018-08-19T08:16:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T08:16:31Z","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":"491d6e4b16c3401abd34414d1d5da0cf","id":"8cd286a8-0e90-4af8-a5af-5ff5ad4a840b","subnetpool_id":null,"name":"rally_sanity-subnet_df6fad16-ca35-4138-a4ef-77a934d01e72"}} 2018-08-19 08:16:31,502 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-e0c01401-96a3-4266-99d3-8f7b845a7145 2018-08-19 08:16:31,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.794480085373s 2018-08-19 08:16:31,502 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-e0c01401-96a3-4266-99d3-8f7b845a7145 2018-08-19 08:16:31,503 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T08:16:31Z', 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'8cd286a8-0e90-4af8-a5af-5ff5ad4a840b', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_df6fad16-ca35-4138-a4ef-77a934d01e72', u'enable_dhcp': True, u'network_id': u'1290da39-5df4-4c99-86ad-4a4811887c39', u'tenant_id': u'491d6e4b16c3401abd34414d1d5da0cf', u'created_at': u'2018-08-19T08:16:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'491d6e4b16c3401abd34414d1d5da0cf'}) 2018-08-19 08:16:31,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 08:16:31,504 - 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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "rally_sanity-router_df6fad16-ca35-4138-a4ef-77a934d01e72", "admin_state_up": true}}' 2018-08-19 08:16:33,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-9965c31a-d1ef-42ae-a7e8-ef88a99e0ca0 Date: Sun, 19 Aug 2018 08:16:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "491d6e4b16c3401abd34414d1d5da0cf", "created_at": "2018-08-19T08:16:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T08:16:32Z", "revision_number": 2, "routes": [], "project_id": "491d6e4b16c3401abd34414d1d5da0cf", "id": "a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c", "name": "rally_sanity-router_df6fad16-ca35-4138-a4ef-77a934d01e72"}} 2018-08-19 08:16:33,151 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9965c31a-d1ef-42ae-a7e8-ef88a99e0ca0 2018-08-19 08:16:33,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.64761710167s 2018-08-19 08:16:33,152 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9965c31a-d1ef-42ae-a7e8-ef88a99e0ca0 2018-08-19 08:16:33,152 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'491d6e4b16c3401abd34414d1d5da0cf', u'created_at': u'2018-08-19T08:16:31Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-19T08:16:32Z', u'revision_number': 2, u'routes': [], u'project_id': u'491d6e4b16c3401abd34414d1d5da0cf', u'id': u'a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c', u'name': u'rally_sanity-router_df6fad16-ca35-4138-a4ef-77a934d01e72'}) 2018-08-19 08:16:33,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 08:16:33,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c/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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" -d '{"subnet_id": "8cd286a8-0e90-4af8-a5af-5ff5ad4a840b"}' 2018-08-19 08:16:35,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-07c8be3a-d050-4b68-a2b7-12bb0305a3d3 Date: Sun, 19 Aug 2018 08:16:35 GMT RESP BODY: {"network_id": "1290da39-5df4-4c99-86ad-4a4811887c39", "tenant_id": "491d6e4b16c3401abd34414d1d5da0cf", "subnet_id": "8cd286a8-0e90-4af8-a5af-5ff5ad4a840b", "subnet_ids": ["8cd286a8-0e90-4af8-a5af-5ff5ad4a840b"], "port_id": "d4ea1556-bbf1-42d6-b0ee-b4f223faeeb1", "id": "a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c"} 2018-08-19 08:16:35,118 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c/add_router_interface.json used request id req-07c8be3a-d050-4b68-a2b7-12bb0305a3d3 2018-08-19 08:16:35,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.96527290344s 2018-08-19 08:16:35,118 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c/add_router_interface.json used request id req-07c8be3a-d050-4b68-a2b7-12bb0305a3d3 returning object a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c 2018-08-19 08:16:35,119 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-19 08:16:35,246 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-19 08:16:35,247 - 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-19 08:16:35,252 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 08: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-19 08:16:35,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:16:35,260 - 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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" 2018-08-19 08:16:36,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c8a96107-482f-434f-a1fb-95101b0d3a6e Date: Sun, 19 Aug 2018 08:16:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:16:36,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c8a96107-482f-434f-a1fb-95101b0d3a6e 2018-08-19 08:16:36,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.770339012146s 2018-08-19 08:16:36,028 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c8a96107-482f-434f-a1fb-95101b0d3a6e 2018-08-19 08:16:36,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 08:16:36,039 - 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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72"}' 2018-08-19 08:16:36,344 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-51b6acf2-4dd6-4a1b-81c1-fbc4a397877c Date: Sun, 19 Aug 2018 08:16:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:16:36Z", "file": "/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02/file", "owner": "491d6e4b16c3401abd34414d1d5da0cf", "id": "0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02", "size": null, "self": "/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02", "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_df6fad16-ca35-4138-a4ef-77a934d01e72", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72", "checksum": null, "created_at": "2018-08-19T08:16:36Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 08:16:36,344 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-51b6acf2-4dd6-4a1b-81c1-fbc4a397877c 2018-08-19 08:16:36,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.30876994133s 2018-08-19 08:16:36,345 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-51b6acf2-4dd6-4a1b-81c1-fbc4a397877c returning object 0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02 2018-08-19 08:16:36,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 08:16:36,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02/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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" -d '' 2018-08-19 08:16:37,206 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-22d2f645-d43a-460f-a742-c2828cb8d62f Date: Sun, 19 Aug 2018 08:16: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-19 08:16:37,206 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02/file used request id req-22d2f645-d43a-460f-a742-c2828cb8d62f 2018-08-19 08:16:37,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.86047911644s 2018-08-19 08:16:37,206 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02/file used request id req-22d2f645-d43a-460f-a742-c2828cb8d62f 2018-08-19 08:16:37,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:16:37,214 - 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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" 2018-08-19 08:16:37,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-e11c6731-3f15-46d4-819f-55b29256d406 Date: Sun, 19 Aug 2018 08:16:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:16:37Z", "file": "/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02/file", "owner": "491d6e4b16c3401abd34414d1d5da0cf", "id": "0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02", "size": 12716032, "self": "/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:16:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:16:37,504 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-e11c6731-3f15-46d4-819f-55b29256d406 2018-08-19 08:16:37,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.294107913971s 2018-08-19 08:16:37,505 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-e11c6731-3f15-46d4-819f-55b29256d406 2018-08-19 08:16:37,507 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02/file', 'owner': u'491d6e4b16c3401abd34414d1d5da0cf', 'id': u'0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02', 'size': 12716032, u'self': u'/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'491d6e4b16c3401abd34414d1d5da0cf', 'name': 'rally_sanity-project_df6fad16-ca35-4138-a4ef-77a934d01e72', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T08:16:37Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-19T08:16:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72', '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/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02', 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_df6fad16-ca35-4138-a4ef-77a934d01e72', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72', 'created': u'2018-08-19T08:16:36Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T08: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/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02', 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_df6fad16-ca35-4138-a4ef-77a934d01e72', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 08:16:37,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 08:16:37,511 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 08:16:37,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08: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-c3e67a25-63e0-4f2a-b829-4e26adacd89e x-compute-request-id: req-c3e67a25-63e0-4f2a-b829-4e26adacd89e Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/43c4e638-b17b-4980-ab1e-cef2db0a3326", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/43c4e638-b17b-4980-ab1e-cef2db0a3326", "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": "43c4e638-b17b-4980-ab1e-cef2db0a3326"}} 2018-08-19 08:16:37,837 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c3e67a25-63e0-4f2a-b829-4e26adacd89e 2018-08-19 08:16:37,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.329014062881s 2018-08-19 08:16:37,837 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c3e67a25-63e0-4f2a-b829-4e26adacd89e 2018-08-19 08:16:37,838 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72', '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'7dc2782794df470c83590a2cbd73fefb', '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'43c4e638-b17b-4980-ab1e-cef2db0a3326', 'swap': 0}) 2018-08-19 08:16:37,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 08:16:37,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/43c4e638-b17b-4980-ab1e-cef2db0a3326/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}d0afffca877e1c6ce943c3698ecbf60c35555996" -d '{"extra_specs": {}}' 2018-08-19 08:16:37,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08: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 x-openstack-request-id: req-92967b9b-160b-46d9-80f0-e4aceac1c619 x-compute-request-id: req-92967b9b-160b-46d9-80f0-e4aceac1c619 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 08:16:37,858 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/43c4e638-b17b-4980-ab1e-cef2db0a3326/os-extra_specs used request id req-92967b9b-160b-46d9-80f0-e4aceac1c619 2018-08-19 08:16:37,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0196421146393s 2018-08-19 08:16:37,859 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/43c4e638-b17b-4980-ab1e-cef2db0a3326/os-extra_specs used request id req-92967b9b-160b-46d9-80f0-e4aceac1c619 2018-08-19 08:16:37,859 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-19 08:16:40,664 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-19 08:16:43,344 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | d6ee454e-1b1f-414a-9529-9bcc0ef3b5f1 | 2018-08-19T08:16:42.980153 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: d6ee454e-1b1f-414a-9529-9bcc0ef3b5f1 ~/.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-19 08:16:47,160 - 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-19 08:16:47,161 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-19 08:16:47,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-19 08:16:47,165 - 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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" 2018-08-19 08:16:47,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16: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-b44df94a-a41e-4e5e-9f4b-4816e327eb6d x-compute-request-id: req-b44df94a-a41e-4e5e-9f4b-4816e327eb6d Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 305}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 308}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-19 08:16:47,487 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-b44df94a-a41e-4e5e-9f4b-4816e327eb6d 2018-08-19 08:16:47,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.325057983398s 2018-08-19 08:16:47,487 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-b44df94a-a41e-4e5e-9f4b-4816e327eb6d 2018-08-19 08:16:47,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 08:16:47,491 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_df6fad16-ca35-4138-a4ef-77a934d01e72", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 08:16:47,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16: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-5159fb04-abd3-4bdb-a25a-125941c18b9c x-compute-request-id: req-5159fb04-abd3-4bdb-a25a-125941c18b9c Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_df6fad16-ca35-4138-a4ef-77a934d01e72", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/30f58d5f-4d43-4ec8-826a-373f1ac6b6a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/30f58d5f-4d43-4ec8-826a-373f1ac6b6a1", "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": "30f58d5f-4d43-4ec8-826a-373f1ac6b6a1"}} 2018-08-19 08:16:47,542 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5159fb04-abd3-4bdb-a25a-125941c18b9c 2018-08-19 08:16:47,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0533628463745s 2018-08-19 08:16:47,542 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5159fb04-abd3-4bdb-a25a-125941c18b9c 2018-08-19 08:16:47,543 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_df6fad16-ca35-4138-a4ef-77a934d01e72', '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'7dc2782794df470c83590a2cbd73fefb', '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'30f58d5f-4d43-4ec8-826a-373f1ac6b6a1', 'swap': 0}) 2018-08-19 08:16:47,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 08:16:47,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/30f58d5f-4d43-4ec8-826a-373f1ac6b6a1/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}d0afffca877e1c6ce943c3698ecbf60c35555996" -d '{"extra_specs": {}}' 2018-08-19 08:16:47,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:16: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-c7d258c9-c3e7-4bb3-accb-265008f76f9a x-compute-request-id: req-c7d258c9-c3e7-4bb3-accb-265008f76f9a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 08:16:47,566 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/30f58d5f-4d43-4ec8-826a-373f1ac6b6a1/os-extra_specs used request id req-c7d258c9-c3e7-4bb3-accb-265008f76f9a 2018-08-19 08:16:47,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0225877761841s 2018-08-19 08:16:47,567 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/30f58d5f-4d43-4ec8-826a-373f1ac6b6a1/os-extra_specs used request id req-c7d258c9-c3e7-4bb3-accb-265008f76f9a 2018-08-19 08:16:47,567 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_df6fad16-ca35-4138-a4ef-77a934d01e72', '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'7dc2782794df470c83590a2cbd73fefb', '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'30f58d5f-4d43-4ec8-826a-373f1ac6b6a1', 'swap': 0}) 2018-08-19 08:16:47,567 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-19 08:16:47,568 - 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-19 08:16:47,569 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-19 08:16:47,583 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-19 08:16:47,584 - 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': '1290da39-5df4-4c99-86ad-4a4811887c39', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72', 'flavor_name': 'rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72', '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_df6fad16-ca35-4138-a4ef-77a934d01e72', '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-19 08:18:14,882 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e493b879-9b63-4954-ac85-7dd34015e0f2 2018-08-19 08:18:14,882 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-19 08:18:14,883 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e493b879-9b63-4954-ac85-7dd34015e0f2'] 2018-08-19 08:18:15,778 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e493b879-9b63-4954-ac85-7dd34015e0f2 -------------------------------------------------------------------------------- Task e493b879-9b63-4954-ac85-7dd34015e0f2: 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 e493b879-9b63-4954-ac85-7dd34015e0f2 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.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | total | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> duration | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.589799 Full duration: 10.147386 -------------------------------------------------------------------------------- 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 e493b879-9b63-4954-ac85-7dd34015e0f2 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.534 | 0.534 | 0.534 | 0.534 | 0.534 | 0.534 | 100.0% | 1 | | total | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | -> duration | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.010915 Full duration: 10.671674 -------------------------------------------------------------------------------- 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 e493b879-9b63-4954-ac85-7dd34015e0f2 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.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | total | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 100.0% | 1 | | -> duration | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 1.303 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.30324 Full duration: 11.073557 -------------------------------------------------------------------------------- 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 e493b879-9b63-4954-ac85-7dd34015e0f2 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.62 | 1.62 | 1.62 | 1.62 | 1.62 | 1.62 | 100.0% | 1 | | total | 2.083 | 2.083 | 2.083 | 2.083 | 2.083 | 2.083 | 100.0% | 1 | | -> duration | 2.083 | 2.083 | 2.083 | 2.083 | 2.083 | 2.083 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.083243 Full duration: 11.617673 -------------------------------------------------------------------------------- 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 e493b879-9b63-4954-ac85-7dd34015e0f2 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.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | total | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | -> duration | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.070451 Full duration: 10.706903 -------------------------------------------------------------------------------- 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 e493b879-9b63-4954-ac85-7dd34015e0f2 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.397 | 0.397 | 0.397 | 0.397 | 0.397 | 0.397 | 100.0% | 1 | | total | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | -> duration | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 0.871 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.870927 Full duration: 10.538221 HINTS: * To plot HTML graphics with this data, run: rally task report e493b879-9b63-4954-ac85-7dd34015e0f2 --out output.html * To generate a JUnit report, run: rally task export e493b879-9b63-4954-ac85-7dd34015e0f2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e493b879-9b63-4954-ac85-7dd34015e0f2 --json --out output.json 2018-08-19 08:18:15,779 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e493b879-9b63-4954-ac85-7dd34015e0f2', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-19 08:18:18,279 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e493b879-9b63-4954-ac85-7dd34015e0f2 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-19 08:18:18.180 766 INFO rally.api [-] Building 'json' report for the following task(s): 'e493b879-9b63-4954-ac85-7dd34015e0f2'. 2018-08-19 08:18:18.184 766 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:18:18,280 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e493b879-9b63-4954-ac85-7dd34015e0f2', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-19 08:18:20,755 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e493b879-9b63-4954-ac85-7dd34015e0f2 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-19 08:18:20.645 769 INFO rally.api [-] Building 'html' report for the following task(s): 'e493b879-9b63-4954-ac85-7dd34015e0f2'. 2018-08-19 08:18:20.667 769 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:18:20,759 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-19 08:18:20,759 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-19 08:18:20,759 - 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-19 08:18:20,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-19 08:18:20,765 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-19 08:18:20,765 - 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': '1290da39-5df4-4c99-86ad-4a4811887c39', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72', 'flavor_name': 'rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72', '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_df6fad16-ca35-4138-a4ef-77a934d01e72', '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-19 08:20:18,729 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 334296f7-caa9-4395-ab7b-5355650d211d 2018-08-19 08:20:18,730 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '334296f7-caa9-4395-ab7b-5355650d211d'] 2018-08-19 08:20:19,565 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 334296f7-caa9-4395-ab7b-5355650d211d -------------------------------------------------------------------------------- Task 334296f7-caa9-4395-ab7b-5355650d211d: 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 334296f7-caa9-4395-ab7b-5355650d211d has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.051 | 4.051 | 4.051 | 4.051 | 4.051 | 4.051 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> glance_v2.upload_data | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | glance_v2.delete_image | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 100.0% | 1 | | total | 5.145 | 5.145 | 5.145 | 5.145 | 5.145 | 5.145 | 100.0% | 1 | | -> duration | 5.145 | 5.145 | 5.145 | 5.145 | 5.145 | 5.145 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.144877 Full duration: 16.929555 -------------------------------------------------------------------------------- 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 334296f7-caa9-4395-ab7b-5355650d211d has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.193 | 4.193 | 4.193 | 4.193 | 4.193 | 4.193 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> glance_v2.upload_data | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | glance_v2.list_images | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 0.317 | 100.0% | 1 | | total | 4.51 | 4.51 | 4.51 | 4.51 | 4.51 | 4.51 | 100.0% | 1 | | -> duration | 4.51 | 4.51 | 4.51 | 4.51 | 4.51 | 4.51 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.510155 Full duration: 19.387456 -------------------------------------------------------------------------------- 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 334296f7-caa9-4395-ab7b-5355650d211d 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.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | total | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | -> duration | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 0.474 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.473732 Full duration: 10.746424 -------------------------------------------------------------------------------- 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": "1290da39-5df4-4c99-86ad-4a4811887c39" } ], "flavor": { "name": "rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 334296f7-caa9-4395-ab7b-5355650d211d has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.06 | 4.06 | 4.06 | 4.06 | 4.06 | 4.06 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 0.577 | 100.0% | 1 | | -> glance_v2.upload_data | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | nova.boot_servers | 18.701 | 18.701 | 18.701 | 18.701 | 18.701 | 18.701 | 100.0% | 1 | | total | 22.762 | 22.762 | 22.762 | 22.762 | 22.762 | 22.762 | 100.0% | 1 | | -> duration | 21.762 | 21.762 | 21.762 | 21.762 | 21.762 | 21.762 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.76188 Full duration: 48.757208 HINTS: * To plot HTML graphics with this data, run: rally task report 334296f7-caa9-4395-ab7b-5355650d211d --out output.html * To generate a JUnit report, run: rally task export 334296f7-caa9-4395-ab7b-5355650d211d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 334296f7-caa9-4395-ab7b-5355650d211d --json --out output.json 2018-08-19 08:20:19,565 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '334296f7-caa9-4395-ab7b-5355650d211d', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-19 08:20:22,016 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 334296f7-caa9-4395-ab7b-5355650d211d --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-19 08:20:21.907 1322 INFO rally.api [-] Building 'json' report for the following task(s): '334296f7-caa9-4395-ab7b-5355650d211d'. 2018-08-19 08:20:21.912 1322 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:20:22,017 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '334296f7-caa9-4395-ab7b-5355650d211d', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-19 08:20:24,490 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 334296f7-caa9-4395-ab7b-5355650d211d --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-19 08:20:24.365 1325 INFO rally.api [-] Building 'html' report for the following task(s): '334296f7-caa9-4395-ab7b-5355650d211d'. 2018-08-19 08:20:24.387 1325 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:20:24,493 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-19 08:20:24,494 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-19 08:20:24,494 - 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-19 08:20:24,494 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-19 08:20:24,499 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-19 08:20:24,500 - 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': '1290da39-5df4-4c99-86ad-4a4811887c39', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72', 'flavor_name': 'rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72', '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_df6fad16-ca35-4138-a4ef-77a934d01e72', '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-19 08:24:15,757 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 2018-08-19 08:24:15,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95'] 2018-08-19 08:24:16,656 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 -------------------------------------------------------------------------------- Task 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95: 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 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 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.387 | 3.387 | 3.387 | 3.387 | 3.387 | 3.387 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.937 | 2.937 | 2.937 | 2.937 | 2.937 | 2.937 | 100.0% | 1 | | total | 6.325 | 6.325 | 6.325 | 6.325 | 6.325 | 6.325 | 100.0% | 1 | | -> duration | 6.325 | 6.325 | 6.325 | 6.325 | 6.325 | 6.325 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.325121 Full duration: 27.582855 -------------------------------------------------------------------------------- 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 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 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.567 | 3.567 | 3.567 | 3.567 | 3.567 | 3.567 | 100.0% | 1 | | cinder_v2.delete_volume | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | total | 4.203 | 4.203 | 4.203 | 4.203 | 4.203 | 4.203 | 100.0% | 1 | | -> duration | 4.203 | 4.203 | 4.203 | 4.203 | 4.203 | 4.203 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.20275 Full duration: 17.838518 -------------------------------------------------------------------------------- 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_df6fad16-ca35-4138-a4ef-77a934d01e72" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.108 | 8.108 | 8.108 | 8.108 | 8.108 | 8.108 | 100.0% | 1 | | cinder_v2.delete_volume | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | total | 8.675 | 8.675 | 8.675 | 8.675 | 8.675 | 8.675 | 100.0% | 1 | | -> duration | 8.675 | 8.675 | 8.675 | 8.675 | 8.675 | 8.675 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.674777 Full duration: 23.083419 -------------------------------------------------------------------------------- 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 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 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.532 | 3.532 | 3.532 | 3.532 | 3.532 | 3.532 | 100.0% | 1 | | cinder_v2.delete_volume | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 0.371 | 100.0% | 1 | | total | 3.903 | 3.903 | 3.903 | 3.903 | 3.903 | 3.903 | 100.0% | 1 | | -> duration | 3.903 | 3.903 | 3.903 | 3.903 | 3.903 | 3.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.903149 Full duration: 17.820139 -------------------------------------------------------------------------------- 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 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 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.645 | 3.645 | 3.645 | 3.645 | 3.645 | 3.645 | 100.0% | 1 | | cinder_v2.extend_volume | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | cinder_v2.delete_volume | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | total | 4.979 | 4.979 | 4.979 | 4.979 | 4.979 | 4.979 | 100.0% | 1 | | -> duration | 4.979 | 4.979 | 4.979 | 4.979 | 4.979 | 4.979 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.979378 Full duration: 18.553114 -------------------------------------------------------------------------------- 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 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 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.577 | 3.577 | 3.577 | 3.577 | 3.577 | 3.577 | 100.0% | 1 | | cinder_v2.delete_volume | 2.737 | 2.737 | 2.737 | 2.737 | 2.737 | 2.737 | 100.0% | 1 | | total | 6.315 | 6.315 | 6.315 | 6.315 | 6.315 | 6.315 | 100.0% | 1 | | -> duration | 6.315 | 6.315 | 6.315 | 6.315 | 6.315 | 6.315 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.314511 Full duration: 26.434835 -------------------------------------------------------------------------------- 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 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 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.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | cinder_v2.list_qos | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 0.279 | 100.0% | 1 | | total | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> duration | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.067756 Full duration: 17.078225 -------------------------------------------------------------------------------- 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 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 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.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | cinder_v2.set_qos | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 100.0% | 1 | | -> duration | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 1.107 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.106835 Full duration: 16.790436 -------------------------------------------------------------------------------- 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 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 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.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | cinder_v2.list_types | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 100.0% | 1 | | -> duration | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 1.069 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.069274 Full duration: 17.127092 -------------------------------------------------------------------------------- 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 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 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.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.324 | 0.324 | 0.324 | 0.324 | 0.324 | 0.324 | 100.0% | 1 | | total | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 100.0% | 1 | | -> duration | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 1.11 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.110003 Full duration: 17.078049 HINTS: * To plot HTML graphics with this data, run: rally task report 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 --out output.html * To generate a JUnit report, run: rally task export 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 --json --out output.json 2018-08-19 08:24:16,656 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-19 08:24:19,137 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-19 08:24:19.020 3114 INFO rally.api [-] Building 'json' report for the following task(s): '47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95'. 2018-08-19 08:24:19.030 3114 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:24:19,138 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-19 08:24:21,799 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-19 08:24:21.649 3117 INFO rally.api [-] Building 'html' report for the following task(s): '47ca1eb9-7de3-4dc7-b0b5-4ae676fcbe95'. 2018-08-19 08:24:21.679 3117 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:24:21,813 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-19 08:24:21,814 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-19 08:24:21,814 - 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-19 08:24:21,814 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-19 08:24:21,827 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-19 08:24:21,828 - 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': '1290da39-5df4-4c99-86ad-4a4811887c39', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72', 'flavor_name': 'rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72', '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_df6fad16-ca35-4138-a4ef-77a934d01e72', '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-19 08:26:53,808 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 48455f41-d8b4-4344-8bff-f1932c830c6a 2018-08-19 08:26:53,809 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '48455f41-d8b4-4344-8bff-f1932c830c6a'] 2018-08-19 08:26:54,739 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 48455f41-d8b4-4344-8bff-f1932c830c6a -------------------------------------------------------------------------------- Task 48455f41-d8b4-4344-8bff-f1932c830c6a: 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 48455f41-d8b4-4344-8bff-f1932c830c6a 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.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | total | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> duration | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.701954 Full duration: 10.408949 -------------------------------------------------------------------------------- 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 48455f41-d8b4-4344-8bff-f1932c830c6a 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.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | total | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> duration | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.753583 Full duration: 10.265447 -------------------------------------------------------------------------------- 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 48455f41-d8b4-4344-8bff-f1932c830c6a 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.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | total | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> duration | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.711472 Full duration: 10.792171 -------------------------------------------------------------------------------- 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 48455f41-d8b4-4344-8bff-f1932c830c6a 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.299 | 0.299 | 0.299 | 0.299 | 0.299 | 0.299 | 100.0% | 1 | | total | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 100.0% | 1 | | -> duration | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.032773 Full duration: 11.287424 -------------------------------------------------------------------------------- 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 48455f41-d8b4-4344-8bff-f1932c830c6a 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | total | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> duration | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.693859 Full duration: 10.142142 -------------------------------------------------------------------------------- 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 48455f41-d8b4-4344-8bff-f1932c830c6a 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.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 0.336 | 100.0% | 1 | | total | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | -> duration | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 1.124 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.123845 Full duration: 11.882443 -------------------------------------------------------------------------------- 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 48455f41-d8b4-4344-8bff-f1932c830c6a 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.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | total | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> duration | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.706321 Full duration: 10.020419 -------------------------------------------------------------------------------- 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 48455f41-d8b4-4344-8bff-f1932c830c6a 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.347 | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.389 | 0.389 | 0.389 | 0.389 | 0.389 | 0.389 | 100.0% | 1 | | total | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 100.0% | 1 | | -> duration | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.73657 Full duration: 11.897645 -------------------------------------------------------------------------------- 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 48455f41-d8b4-4344-8bff-f1932c830c6a 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.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.699997 Full duration: 10.059256 -------------------------------------------------------------------------------- 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 48455f41-d8b4-4344-8bff-f1932c830c6a 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.083 | 1.083 | 1.083 | 1.083 | 1.083 | 1.083 | 100.0% | 1 | | gnocchi.delete_metric | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 100.0% | 1 | | total | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 100.0% | 1 | | -> duration | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 1.389 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.388971 Full duration: 11.962353 -------------------------------------------------------------------------------- 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 48455f41-d8b4-4344-8bff-f1932c830c6a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | gnocchi.delete_resource | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 100.0% | 1 | | total | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 100.0% | 1 | | -> duration | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.071255 Full duration: 11.476693 HINTS: * To plot HTML graphics with this data, run: rally task report 48455f41-d8b4-4344-8bff-f1932c830c6a --out output.html * To generate a JUnit report, run: rally task export 48455f41-d8b4-4344-8bff-f1932c830c6a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 48455f41-d8b4-4344-8bff-f1932c830c6a --json --out output.json 2018-08-19 08:26:54,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '48455f41-d8b4-4344-8bff-f1932c830c6a', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-19 08:26:57,330 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 48455f41-d8b4-4344-8bff-f1932c830c6a --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-19 08:26:57.228 4252 INFO rally.api [-] Building 'json' report for the following task(s): '48455f41-d8b4-4344-8bff-f1932c830c6a'. 2018-08-19 08:26:57.236 4252 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:26:57,330 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '48455f41-d8b4-4344-8bff-f1932c830c6a', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-19 08:26:59,828 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 48455f41-d8b4-4344-8bff-f1932c830c6a --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-19 08:26:59.702 4255 INFO rally.api [-] Building 'html' report for the following task(s): '48455f41-d8b4-4344-8bff-f1932c830c6a'. 2018-08-19 08:26:59.729 4255 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:26:59,840 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-19 08:26:59,841 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-19 08:26:59,841 - 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-19 08:26:59,842 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-19 08:26:59,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-19 08:26:59,855 - 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': '1290da39-5df4-4c99-86ad-4a4811887c39', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72', 'flavor_name': 'rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72', '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_df6fad16-ca35-4138-a4ef-77a934d01e72', '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-19 08:29:00,455 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7 2018-08-19 08:29:00,456 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7'] 2018-08-19 08:29:01,355 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7 -------------------------------------------------------------------------------- Task 77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7: 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 77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7 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.583 | 7.583 | 7.583 | 7.583 | 7.583 | 7.583 | 100.0% | 1 | | heat.update_stack | 4.716 | 4.716 | 4.716 | 4.716 | 4.716 | 4.716 | 100.0% | 1 | | heat.delete_stack | 3.531 | 3.531 | 3.531 | 3.531 | 3.531 | 3.531 | 100.0% | 1 | | total | 15.831 | 15.831 | 15.831 | 15.831 | 15.831 | 15.831 | 100.0% | 1 | | -> duration | 11.831 | 11.831 | 11.831 | 11.831 | 11.831 | 11.831 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.830928 Full duration: 28.490663 -------------------------------------------------------------------------------- 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 77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 6.957 | 6.957 | 6.957 | 6.957 | 6.957 | 6.957 | 100.0% | 1 | | heat.check_stack | 3.124 | 3.124 | 3.124 | 3.124 | 3.124 | 3.124 | 100.0% | 1 | | heat.delete_stack | 3.083 | 3.083 | 3.083 | 3.083 | 3.083 | 3.083 | 100.0% | 1 | | total | 13.164 | 13.164 | 13.164 | 13.164 | 13.164 | 13.164 | 100.0% | 1 | | -> duration | 11.164 | 11.164 | 11.164 | 11.164 | 11.164 | 11.164 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.16415 Full duration: 24.667947 -------------------------------------------------------------------------------- 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 77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 6.792 | 6.792 | 6.792 | 6.792 | 6.792 | 6.792 | 100.0% | 1 | | heat.suspend_stack | 3.212 | 3.212 | 3.212 | 3.212 | 3.212 | 3.212 | 100.0% | 1 | | heat.resume_stack | 2.115 | 2.115 | 2.115 | 2.115 | 2.115 | 2.115 | 100.0% | 1 | | heat.delete_stack | 2.757 | 2.757 | 2.757 | 2.757 | 2.757 | 2.757 | 100.0% | 1 | | total | 14.877 | 14.877 | 14.877 | 14.877 | 14.877 | 14.877 | 100.0% | 1 | | -> duration | 12.877 | 12.877 | 12.877 | 12.877 | 12.877 | 12.877 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.876813 Full duration: 27.23715 -------------------------------------------------------------------------------- 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 77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7 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.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | total | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> duration | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.721529 Full duration: 11.810131 HINTS: * To plot HTML graphics with this data, run: rally task report 77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7 --out output.html * To generate a JUnit report, run: rally task export 77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7 --json --out output.json 2018-08-19 08:29:01,355 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-19 08:29:03,908 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-19 08:29:03.814 5168 INFO rally.api [-] Building 'json' report for the following task(s): '77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7'. 2018-08-19 08:29:03.819 5168 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:29:03,908 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-19 08:29:06,395 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-19 08:29:06.290 5171 INFO rally.api [-] Building 'html' report for the following task(s): '77a1ecb8-aeaf-4ba4-b18c-f8e3b57f6ac7'. 2018-08-19 08:29:06.310 5171 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:29:06,401 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-19 08:29:06,402 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-19 08:29:06,402 - 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-19 08:29:06,402 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-19 08:29:06,414 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-19 08:29:06,415 - 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': '1290da39-5df4-4c99-86ad-4a4811887c39', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72', 'flavor_name': 'rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72', '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_df6fad16-ca35-4138-a4ef-77a934d01e72', '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-19 08:33:29,330 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : adb7e775-bff4-4db6-996e-b9aad9745288 2018-08-19 08:33:29,330 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'adb7e775-bff4-4db6-996e-b9aad9745288'] 2018-08-19 08:33:30,273 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid adb7e775-bff4-4db6-996e-b9aad9745288 -------------------------------------------------------------------------------- Task adb7e775-bff4-4db6-996e-b9aad9745288: 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 adb7e775-bff4-4db6-996e-b9aad9745288 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.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | keystone_v3.add_role | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | keystone_v3.revoke_role | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 0.143 | 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.104727 Full duration: 20.254458 -------------------------------------------------------------------------------- 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 adb7e775-bff4-4db6-996e-b9aad9745288 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | keystone_v3.add_role | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | keystone_v3.list_roles | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | -> duration | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.267561 Full duration: 20.018273 -------------------------------------------------------------------------------- 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 adb7e775-bff4-4db6-996e-b9aad9745288 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.182 | 1.182 | 1.182 | 1.182 | 1.182 | 1.182 | 100.0% | 1 | | keystone_v3.list_projects | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 100.0% | 1 | | -> duration | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.376309 Full duration: 20.280258 -------------------------------------------------------------------------------- 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 adb7e775-bff4-4db6-996e-b9aad9745288 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.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | keystone_v3.delete_role | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | total | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | -> duration | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 0.997 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.996682 Full duration: 17.394181 -------------------------------------------------------------------------------- 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 adb7e775-bff4-4db6-996e-b9aad9745288 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.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | keystone_v3.delete_service | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 0.214 | 100.0% | 1 | | total | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | -> duration | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 1.015 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.014758 Full duration: 16.987464 -------------------------------------------------------------------------------- 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 adb7e775-bff4-4db6-996e-b9aad9745288 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.101 | 1.101 | 1.101 | 1.101 | 1.101 | 1.101 | 100.0% | 1 | | keystone_v3.create_user | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | -> keystone_v3.add_role | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | keystone_v3.create_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.get_project | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | keystone_v3.get_user | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 0.203 | 100.0% | 1 | | keystone_v3.get_role | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 0.198 | 100.0% | 1 | | keystone_v3.list_services | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | keystone_v3.get_services | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 3.37 | 3.37 | 3.37 | 3.37 | 3.37 | 3.37 | 100.0% | 1 | | -> duration | 3.37 | 3.37 | 3.37 | 3.37 | 3.37 | 3.37 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.369837 Full duration: 26.901456 -------------------------------------------------------------------------------- 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 adb7e775-bff4-4db6-996e-b9aad9745288 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.18 | 1.18 | 1.18 | 1.18 | 1.18 | 1.18 | 100.0% | 1 | | keystone_v3.update_project | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 100.0% | 1 | | keystone_v3.delete_project | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 0.25 | 100.0% | 1 | | total | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 100.0% | 1 | | -> duration | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 1.745 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.7454 Full duration: 17.975976 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task adb7e775-bff4-4db6-996e-b9aad9745288 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.19 | 1.19 | 1.19 | 1.19 | 1.19 | 1.19 | 100.0% | 1 | | total | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 100.0% | 1 | | -> duration | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 1.385 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.385262 Full duration: 20.155639 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task adb7e775-bff4-4db6-996e-b9aad9745288 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.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | total | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | -> duration | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.103402 Full duration: 20.261159 -------------------------------------------------------------------------------- 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 adb7e775-bff4-4db6-996e-b9aad9745288 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.267 | 1.267 | 1.267 | 1.267 | 1.267 | 1.267 | 100.0% | 1 | | keystone_v3.list_users | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 100.0% | 1 | | -> duration | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 1.604 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.603751 Full duration: 20.373803 -------------------------------------------------------------------------------- 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 adb7e775-bff4-4db6-996e-b9aad9745288 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.106 | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 100.0% | 1 | | keystone_v3.create_users | 8.793 | 8.793 | 8.793 | 8.793 | 8.793 | 8.793 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 8.793 | 8.793 | 8.793 | 8.793 | 8.793 | 8.793 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.569 | 1.569 | 1.569 | 1.569 | 1.569 | 1.569 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 2.133 | 2.133 | 2.133 | 2.133 | 2.133 | 2.133 | 100.0% | 1 | | total | 11.608 | 11.608 | 11.608 | 11.608 | 11.608 | 11.608 | 100.0% | 1 | | -> duration | 11.608 | 11.608 | 11.608 | 11.608 | 11.608 | 11.608 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.607638 Full duration: 33.596076 HINTS: * To plot HTML graphics with this data, run: rally task report adb7e775-bff4-4db6-996e-b9aad9745288 --out output.html * To generate a JUnit report, run: rally task export adb7e775-bff4-4db6-996e-b9aad9745288 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report adb7e775-bff4-4db6-996e-b9aad9745288 --json --out output.json 2018-08-19 08:33:30,274 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'adb7e775-bff4-4db6-996e-b9aad9745288', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-19 08:33:32,822 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid adb7e775-bff4-4db6-996e-b9aad9745288 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-19 08:33:32.718 7086 INFO rally.api [-] Building 'json' report for the following task(s): 'adb7e775-bff4-4db6-996e-b9aad9745288'. 2018-08-19 08:33:32.728 7086 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:33:32,822 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'adb7e775-bff4-4db6-996e-b9aad9745288', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-19 08:33:35,345 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid adb7e775-bff4-4db6-996e-b9aad9745288 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-19 08:33:35.222 7089 INFO rally.api [-] Building 'html' report for the following task(s): 'adb7e775-bff4-4db6-996e-b9aad9745288'. 2018-08-19 08:33:35.251 7089 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:33:35,362 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-19 08:33:35,362 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-19 08:33:35,363 - 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-19 08:33:35,363 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-19 08:33:35,375 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-19 08:33:35,376 - 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': '1290da39-5df4-4c99-86ad-4a4811887c39', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72', 'flavor_name': 'rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72', '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_df6fad16-ca35-4138-a4ef-77a934d01e72', '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-19 08:40:30,018 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 755b88bf-5cfa-465b-a00a-706b9f44105a 2018-08-19 08:40:30,019 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '755b88bf-5cfa-465b-a00a-706b9f44105a'] 2018-08-19 08:40:30,906 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 755b88bf-5cfa-465b-a00a-706b9f44105a -------------------------------------------------------------------------------- Task 755b88bf-5cfa-465b-a00a-706b9f44105a: 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 755b88bf-5cfa-465b-a00a-706b9f44105a 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.377 | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 100.0% | 1 | | neutron.delete_network | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 0.91 | 100.0% | 1 | | total | 2.287 | 2.287 | 2.287 | 2.287 | 2.287 | 2.287 | 100.0% | 1 | | -> duration | 2.287 | 2.287 | 2.287 | 2.287 | 2.287 | 2.287 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.286872 Full duration: 20.299577 -------------------------------------------------------------------------------- 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 755b88bf-5cfa-465b-a00a-706b9f44105a 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.584 | 1.584 | 1.584 | 1.584 | 1.584 | 1.584 | 100.0% | 1 | | neutron.delete_port | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 0.912 | 100.0% | 1 | | total | 2.497 | 2.497 | 2.497 | 2.497 | 2.497 | 2.497 | 100.0% | 1 | | -> duration | 2.497 | 2.497 | 2.497 | 2.497 | 2.497 | 2.497 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.496907 Full duration: 39.315238 -------------------------------------------------------------------------------- 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 755b88bf-5cfa-465b-a00a-706b9f44105a 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.034 | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 100.0% | 1 | | neutron.create_subnet | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 1.036 | 100.0% | 1 | | neutron.create_router | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 0.486 | 100.0% | 1 | | neutron.add_interface_router | 1.988 | 1.988 | 1.988 | 1.988 | 1.988 | 1.988 | 100.0% | 1 | | neutron.remove_interface_router | 1.788 | 1.788 | 1.788 | 1.788 | 1.788 | 1.788 | 100.0% | 1 | | neutron.delete_router | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | total | 7.282 | 7.282 | 7.282 | 7.282 | 7.282 | 7.282 | 100.0% | 1 | | -> duration | 7.282 | 7.282 | 7.282 | 7.282 | 7.282 | 7.282 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.282488 Full duration: 49.921741 -------------------------------------------------------------------------------- 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 755b88bf-5cfa-465b-a00a-706b9f44105a 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.547 | 1.547 | 1.547 | 1.547 | 1.547 | 1.547 | 100.0% | 1 | | neutron.delete_subnet | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 1.764 | 100.0% | 1 | | total | 3.311 | 3.311 | 3.311 | 3.311 | 3.311 | 3.311 | 100.0% | 1 | | -> duration | 3.311 | 3.311 | 3.311 | 3.311 | 3.311 | 3.311 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.311297 Full duration: 40.011691 -------------------------------------------------------------------------------- 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 755b88bf-5cfa-465b-a00a-706b9f44105a 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.012 | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 100.0% | 1 | | neutron.list_networks | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | total | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | | -> duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.00037 Full duration: 23.30256 -------------------------------------------------------------------------------- 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 755b88bf-5cfa-465b-a00a-706b9f44105a 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.467 | 1.467 | 1.467 | 1.467 | 1.467 | 1.467 | 100.0% | 1 | | neutron.list_ports | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | total | 1.74 | 1.74 | 1.74 | 1.74 | 1.74 | 1.74 | 100.0% | 1 | | -> duration | 1.74 | 1.74 | 1.74 | 1.74 | 1.74 | 1.74 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.740395 Full duration: 41.641603 -------------------------------------------------------------------------------- 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 755b88bf-5cfa-465b-a00a-706b9f44105a 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.001 | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 100.0% | 1 | | neutron.create_subnet | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 0.901 | 100.0% | 1 | | neutron.create_router | 0.436 | 0.436 | 0.436 | 0.436 | 0.436 | 0.436 | 100.0% | 1 | | neutron.add_interface_router | 2.23 | 2.23 | 2.23 | 2.23 | 2.23 | 2.23 | 100.0% | 1 | | neutron.list_routers | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 4.706 | 4.706 | 4.706 | 4.706 | 4.706 | 4.706 | 100.0% | 1 | | -> duration | 4.706 | 4.706 | 4.706 | 4.706 | 4.706 | 4.706 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.705569 Full duration: 54.0166 -------------------------------------------------------------------------------- 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 755b88bf-5cfa-465b-a00a-706b9f44105a 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.05 | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 100.0% | 1 | | neutron.create_subnet | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 100.0% | 1 | | neutron.list_subnets | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 0.233 | 100.0% | 1 | | total | 2.356 | 2.356 | 2.356 | 2.356 | 2.356 | 2.356 | 100.0% | 1 | | -> duration | 2.356 | 2.356 | 2.356 | 2.356 | 2.356 | 2.356 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.356056 Full duration: 45.198066 -------------------------------------------------------------------------------- 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 755b88bf-5cfa-465b-a00a-706b9f44105a 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.105 | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 100.0% | 1 | | neutron.delete_security_group | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | total | 1.629 | 1.629 | 1.629 | 1.629 | 1.629 | 1.629 | 100.0% | 1 | | -> duration | 1.629 | 1.629 | 1.629 | 1.629 | 1.629 | 1.629 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.629036 Full duration: 19.268481 -------------------------------------------------------------------------------- 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 755b88bf-5cfa-465b-a00a-706b9f44105a 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.989 | 0.989 | 0.989 | 0.989 | 0.989 | 0.989 | 100.0% | 1 | | neutron.create_security_group_rule | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 0.491 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 100.0% | 1 | | neutron.delete_security_group | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | total | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 100.0% | 1 | | -> duration | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 2.482 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.482055 Full duration: 19.682664 -------------------------------------------------------------------------------- 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 755b88bf-5cfa-465b-a00a-706b9f44105a 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.145 | 1.145 | 1.145 | 1.145 | 1.145 | 1.145 | 100.0% | 1 | | neutron.create_router | 0.402 | 0.402 | 0.402 | 0.402 | 0.402 | 0.402 | 100.0% | 1 | | neutron.add_gateway_router | 1.855 | 1.855 | 1.855 | 1.855 | 1.855 | 1.855 | 100.0% | 1 | | neutron.remove_gateway_router | 1.453 | 1.453 | 1.453 | 1.453 | 1.453 | 1.453 | 100.0% | 1 | | total | 4.856 | 4.856 | 4.856 | 4.856 | 4.856 | 4.856 | 100.0% | 1 | | -> duration | 4.856 | 4.856 | 4.856 | 4.856 | 4.856 | 4.856 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.855722 Full duration: 32.859312 HINTS: * To plot HTML graphics with this data, run: rally task report 755b88bf-5cfa-465b-a00a-706b9f44105a --out output.html * To generate a JUnit report, run: rally task export 755b88bf-5cfa-465b-a00a-706b9f44105a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 755b88bf-5cfa-465b-a00a-706b9f44105a --json --out output.json 2018-08-19 08:40:30,906 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '755b88bf-5cfa-465b-a00a-706b9f44105a', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-19 08:40:33,492 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 755b88bf-5cfa-465b-a00a-706b9f44105a --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-19 08:40:33.383 10384 INFO rally.api [-] Building 'json' report for the following task(s): '755b88bf-5cfa-465b-a00a-706b9f44105a'. 2018-08-19 08:40:33.395 10384 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:40:33,493 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '755b88bf-5cfa-465b-a00a-706b9f44105a', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-19 08:40:36,055 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 755b88bf-5cfa-465b-a00a-706b9f44105a --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-19 08:40:35.928 10387 INFO rally.api [-] Building 'html' report for the following task(s): '755b88bf-5cfa-465b-a00a-706b9f44105a'. 2018-08-19 08:40:35.959 10387 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:40:36,075 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-19 08:40:36,075 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-19 08:40:36,076 - 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-19 08:40:36,076 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-19 08:40:36,088 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-19 08:40:36,089 - 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': '1290da39-5df4-4c99-86ad-4a4811887c39', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72', 'flavor_name': 'rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72', '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_df6fad16-ca35-4138-a4ef-77a934d01e72', '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-19 08:41:44,359 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8c7dfff2-d05f-4eb4-927a-c4a3c238d924 2018-08-19 08:41:44,359 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '8c7dfff2-d05f-4eb4-927a-c4a3c238d924'] 2018-08-19 08:41:45,229 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 8c7dfff2-d05f-4eb4-927a-c4a3c238d924 -------------------------------------------------------------------------------- Task 8c7dfff2-d05f-4eb4-927a-c4a3c238d924: 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_df6fad16-ca35-4138-a4ef-77a934d01e72" }, "image": { "name": "rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72" }, "nics": [ { "net-id": "1290da39-5df4-4c99-86ad-4a4811887c39" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 8c7dfff2-d05f-4eb4-927a-c4a3c238d924 has 1 error(s) -------------------------------------------------------------------------------- GetResourceErrorStatus: Resource has ERROR status. Fault: {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2018-08-19T08:41:29Z'} 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 717, in run server = self._boot_server(image, flavor, **kwargs) 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 88, in _boot_server check_interval=CONF.openstack.nova_server_boot_poll_interval File "/usr/lib/python2.7/site-packages/rally/task/utils.py", line 214, in wait_for_status resource = update_resource(resource) File "/usr/lib/python2.7/site-packages/rally/task/utils.py", line 89, in _get_from_manager fault=getattr(res, "fault", "n/a")) GetResourceErrorStatus: Resource has ERROR status. Fault: {u'message': u'No valid host was found. ', u'code': 500, u'created': u'2018-08-19T08:41:29Z'} -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 6.813 | 6.813 | 6.813 | 6.813 | 6.813 | 6.813 | 0.0% | 1 | | total | 6.813 | 6.813 | 6.813 | 6.813 | 6.813 | 6.813 | 0.0% | 1 | | -> duration | 5.813 | 5.813 | 5.813 | 5.813 | 5.813 | 5.813 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.812891 Full duration: 24.557806 HINTS: * To plot HTML graphics with this data, run: rally task report 8c7dfff2-d05f-4eb4-927a-c4a3c238d924 --out output.html * To generate a JUnit report, run: rally task export 8c7dfff2-d05f-4eb4-927a-c4a3c238d924 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8c7dfff2-d05f-4eb4-927a-c4a3c238d924 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-19 08:41:45,229 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '8c7dfff2-d05f-4eb4-927a-c4a3c238d924', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-19 08:41:47,681 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 8c7dfff2-d05f-4eb4-927a-c4a3c238d924 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-19 08:41:47.574 10622 INFO rally.api [-] Building 'json' report for the following task(s): '8c7dfff2-d05f-4eb4-927a-c4a3c238d924'. 2018-08-19 08:41:47.577 10622 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:41:47,681 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '8c7dfff2-d05f-4eb4-927a-c4a3c238d924', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-19 08:41:50,140 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 8c7dfff2-d05f-4eb4-927a-c4a3c238d924 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-19 08:41:50.019 10625 INFO rally.api [-] Building 'html' report for the following task(s): '8c7dfff2-d05f-4eb4-927a-c4a3c238d924'. 2018-08-19 08:41:50.036 10625 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:41:50,141 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-19 08:41:50,141 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-19 08:41:50,142 - 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-19 08:41:50,142 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-19 08:41:50,147 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-19 08:41:50,147 - 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': '1290da39-5df4-4c99-86ad-4a4811887c39', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72', 'flavor_name': 'rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72', '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_df6fad16-ca35-4138-a4ef-77a934d01e72', '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-19 08:42:56,149 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c83a2430-bd7d-4629-97c3-df5aebf95b8f 2018-08-19 08:42:56,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c83a2430-bd7d-4629-97c3-df5aebf95b8f'] 2018-08-19 08:42:57,021 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c83a2430-bd7d-4629-97c3-df5aebf95b8f -------------------------------------------------------------------------------- Task c83a2430-bd7d-4629-97c3-df5aebf95b8f: 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 c83a2430-bd7d-4629-97c3-df5aebf95b8f 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.862 | 0.862 | 0.862 | 0.862 | 0.862 | 0.862 | 100.0% | 1 | | quotas.delete_quotas | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 100.0% | 1 | | total | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 100.0% | 1 | | -> duration | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 1.151 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.150821 Full duration: 11.893913 -------------------------------------------------------------------------------- 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 c83a2430-bd7d-4629-97c3-df5aebf95b8f 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.89 | 0.89 | 0.89 | 0.89 | 0.89 | 0.89 | 100.0% | 1 | | total | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> duration | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.890588 Full duration: 12.03254 -------------------------------------------------------------------------------- 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 c83a2430-bd7d-4629-97c3-df5aebf95b8f 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.45 | 0.45 | 0.45 | 0.45 | 0.45 | 0.45 | 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.97207 Full duration: 12.069369 -------------------------------------------------------------------------------- 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 c83a2430-bd7d-4629-97c3-df5aebf95b8f 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.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | total | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | -> duration | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.215789 Full duration: 11.751624 HINTS: * To plot HTML graphics with this data, run: rally task report c83a2430-bd7d-4629-97c3-df5aebf95b8f --out output.html * To generate a JUnit report, run: rally task export c83a2430-bd7d-4629-97c3-df5aebf95b8f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c83a2430-bd7d-4629-97c3-df5aebf95b8f --json --out output.json 2018-08-19 08:42:57,022 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c83a2430-bd7d-4629-97c3-df5aebf95b8f', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-19 08:42:59,527 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c83a2430-bd7d-4629-97c3-df5aebf95b8f --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-19 08:42:59.440 11138 INFO rally.api [-] Building 'json' report for the following task(s): 'c83a2430-bd7d-4629-97c3-df5aebf95b8f'. 2018-08-19 08:42:59.444 11138 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:42:59,527 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c83a2430-bd7d-4629-97c3-df5aebf95b8f', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-19 08:43:02,093 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c83a2430-bd7d-4629-97c3-df5aebf95b8f --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-19 08:43:01.981 11141 INFO rally.api [-] Building 'html' report for the following task(s): 'c83a2430-bd7d-4629-97c3-df5aebf95b8f'. 2018-08-19 08:43:02.001 11141 INFO rally.api [-] The report has been successfully built. 2018-08-19 08:43:02,099 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-19 08:43:02,102 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 01:04 | 6 | 100.00% | | glance | 01:35 | 4 | 100.00% | | cinder | 03:19 | 10 | 100.00% | | gnocchi | 02:00 | 11 | 100.00% | | heat | 01:32 | 4 | 100.00% | | keystone | 03:54 | 11 | 100.00% | | neutron | 06:25 | 11 | 100.00% | | nova | 00:24 | 1 | 0.00% | | quotas | 00:47 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:04 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-08-19 08:43:02,103 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-08-19 08:43:02,230 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 08:43:02,231 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 26:33 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-19 08:43:02,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 08:43:02,240 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:43:02,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:43:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f3b6c08-c203-4edd-ac2d-5d6ea4b74833 x-compute-request-id: req-1f3b6c08-c203-4edd-ac2d-5d6ea4b74833 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_df6fad16-ca35-4138-a4ef-77a934d01e72", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/30f58d5f-4d43-4ec8-826a-373f1ac6b6a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/30f58d5f-4d43-4ec8-826a-373f1ac6b6a1", "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": "30f58d5f-4d43-4ec8-826a-373f1ac6b6a1"}, {"name": "rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/43c4e638-b17b-4980-ab1e-cef2db0a3326", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/43c4e638-b17b-4980-ab1e-cef2db0a3326", "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": "43c4e638-b17b-4980-ab1e-cef2db0a3326"}]} 2018-08-19 08:43:02,919 - 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-1f3b6c08-c203-4edd-ac2d-5d6ea4b74833 2018-08-19 08:43:02,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.682335853577s 2018-08-19 08:43:02,920 - 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-1f3b6c08-c203-4edd-ac2d-5d6ea4b74833 2018-08-19 08:43:02,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 08:43:02,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/30f58d5f-4d43-4ec8-826a-373f1ac6b6a1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:43:02,953 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 08:43:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a9193dbe-2bda-4770-91d1-8b8652e65f48 x-compute-request-id: req-a9193dbe-2bda-4770-91d1-8b8652e65f48 Content-Length: 0 Content-Type: application/json 2018-08-19 08:43:02,953 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/30f58d5f-4d43-4ec8-826a-373f1ac6b6a1 used request id req-a9193dbe-2bda-4770-91d1-8b8652e65f48 2018-08-19 08:43:02,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0314359664917s 2018-08-19 08:43:02,954 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/30f58d5f-4d43-4ec8-826a-373f1ac6b6a1 used request id req-a9193dbe-2bda-4770-91d1-8b8652e65f48 2018-08-19 08:43:02,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 08:43:02,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c/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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" -d '{"subnet_id": "8cd286a8-0e90-4af8-a5af-5ff5ad4a840b"}' 2018-08-19 08:43:04,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bedf23f6-f3b3-4156-893b-688e29d82e14 Date: Sun, 19 Aug 2018 08:43:04 GMT RESP BODY: {"network_id": "1290da39-5df4-4c99-86ad-4a4811887c39", "tenant_id": "491d6e4b16c3401abd34414d1d5da0cf", "subnet_id": "8cd286a8-0e90-4af8-a5af-5ff5ad4a840b", "subnet_ids": ["8cd286a8-0e90-4af8-a5af-5ff5ad4a840b"], "port_id": "d4ea1556-bbf1-42d6-b0ee-b4f223faeeb1", "id": "a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c"} 2018-08-19 08:43:04,985 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c/remove_router_interface.json used request id req-bedf23f6-f3b3-4156-893b-688e29d82e14 2018-08-19 08:43:04,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.03031992912s 2018-08-19 08:43:04,985 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c/remove_router_interface.json used request id req-bedf23f6-f3b3-4156-893b-688e29d82e14 returning object a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c 2018-08-19 08:43:04,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 08:43:04,986 - 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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" 2018-08-19 08:43:05,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-9eaa9fc9-7ff2-4dc3-b103-d532473234b5 Date: Sun, 19 Aug 2018 08:43:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "491d6e4b16c3401abd34414d1d5da0cf", "created_at": "2018-08-19T08:16:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T08:43:04Z", "revision_number": 4, "routes": [], "project_id": "491d6e4b16c3401abd34414d1d5da0cf", "id": "a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c", "name": "rally_sanity-router_df6fad16-ca35-4138-a4ef-77a934d01e72"}]} 2018-08-19 08:43:05,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9eaa9fc9-7ff2-4dc3-b103-d532473234b5 2018-08-19 08:43:05,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.412492036819s 2018-08-19 08:43:05,398 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9eaa9fc9-7ff2-4dc3-b103-d532473234b5 2018-08-19 08:43:05,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 08:43:05,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3024fd3503faad0b5eca33c8c56ad071e6eeff11" 2018-08-19 08:43:07,139 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb744b48-3ee9-4ce3-ac4d-eb6b0184baf1 Content-Length: 0 Date: Sun, 19 Aug 2018 08:43:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:43:07,139 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c.json used request id req-fb744b48-3ee9-4ce3-ac4d-eb6b0184baf1 2018-08-19 08:43:07,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.73992085457s 2018-08-19 08:43:07,140 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/a0e4d9d8-20aa-4503-8ae9-b60dfd79dc6c.json used request id req-fb744b48-3ee9-4ce3-ac4d-eb6b0184baf1 2018-08-19 08:43:07,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 08:43:07,141 - 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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" 2018-08-19 08:43:07,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-ce507398-e0bd-4402-8a9b-6c1e029ad898 Date: Sun, 19 Aug 2018 08:43:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:09Z","dns_nameservers":[],"updated_at":"2018-08-19T07:38:09Z","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":"72d414281c1547fdbc271e9afb311d2d","id":"17cee6fd-65c6-481f-9db8-4732319e9d7e","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1290da39-5df4-4c99-86ad-4a4811887c39","tenant_id":"491d6e4b16c3401abd34414d1d5da0cf","created_at":"2018-08-19T08:16:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T08:16:31Z","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":"491d6e4b16c3401abd34414d1d5da0cf","id":"8cd286a8-0e90-4af8-a5af-5ff5ad4a840b","subnetpool_id":null,"name":"rally_sanity-subnet_df6fad16-ca35-4138-a4ef-77a934d01e72"}]} 2018-08-19 08:43:07,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ce507398-e0bd-4402-8a9b-6c1e029ad898 2018-08-19 08:43:07,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0408890247345s 2018-08-19 08:43:07,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ce507398-e0bd-4402-8a9b-6c1e029ad898 2018-08-19 08:43:07,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 08:43:07,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/8cd286a8-0e90-4af8-a5af-5ff5ad4a840b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3024fd3503faad0b5eca33c8c56ad071e6eeff11" 2018-08-19 08:43:09,618 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ce2f9881-2de3-4cf1-a38e-114e9a688384 Date: Sun, 19 Aug 2018 08:43:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:43:09,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/8cd286a8-0e90-4af8-a5af-5ff5ad4a840b.json used request id req-ce2f9881-2de3-4cf1-a38e-114e9a688384 2018-08-19 08:43:09,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.43478393555s 2018-08-19 08:43:09,618 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/8cd286a8-0e90-4af8-a5af-5ff5ad4a840b.json used request id req-ce2f9881-2de3-4cf1-a38e-114e9a688384 2018-08-19 08:43:09,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:43:09,619 - 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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" 2018-08-19 08:43:10,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1354 X-Openstack-Request-Id: req-da42daba-e5b1-4bfd-ab6a-58cf524c14fb Date: Sun, 19 Aug 2018 08:43:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1290da39-5df4-4c99-86ad-4a4811887c39","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"491d6e4b16c3401abd34414d1d5da0cf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T08:43:09Z","provider:segmentation_id":59,"name":"rally_sanity-net_df6fad16-ca35-4138-a4ef-77a934d01e72","admin_state_up":true,"tenant_id":"491d6e4b16c3401abd34414d1d5da0cf","created_at":"2018-08-19T08:16:30Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 08:43:10,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-da42daba-e5b1-4bfd-ab6a-58cf524c14fb 2018-08-19 08:43:10,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.406822919846s 2018-08-19 08:43:10,026 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-da42daba-e5b1-4bfd-ab6a-58cf524c14fb 2018-08-19 08:43:10,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 08:43:10,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/1290da39-5df4-4c99-86ad-4a4811887c39.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3024fd3503faad0b5eca33c8c56ad071e6eeff11" 2018-08-19 08:43:11,427 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4f9d2d50-4f3a-4e02-ae8f-daf2599e0b40 Date: Sun, 19 Aug 2018 08:43:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:43:11,428 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/1290da39-5df4-4c99-86ad-4a4811887c39.json used request id req-4f9d2d50-4f3a-4e02-ae8f-daf2599e0b40 2018-08-19 08:43:11,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.4004149437s 2018-08-19 08:43:11,428 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/1290da39-5df4-4c99-86ad-4a4811887c39.json used request id req-4f9d2d50-4f3a-4e02-ae8f-daf2599e0b40 2018-08-19 08:43:11,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:43:11,436 - 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}3024fd3503faad0b5eca33c8c56ad071e6eeff11" 2018-08-19 08:43:11,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-24cbca01-ee9e-43f1-9207-718d715d9b89 Date: Sun, 19 Aug 2018 08:43:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:16:37Z", "file": "/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02/file", "owner": "491d6e4b16c3401abd34414d1d5da0cf", "id": "0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02", "size": 12716032, "self": "/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_df6fad16-ca35-4138-a4ef-77a934d01e72", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:16:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:43:11,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-24cbca01-ee9e-43f1-9207-718d715d9b89 2018-08-19 08:43:11,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.286684989929s 2018-08-19 08:43:11,719 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-24cbca01-ee9e-43f1-9207-718d715d9b89 2018-08-19 08:43:11,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 08:43:11,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3024fd3503faad0b5eca33c8c56ad071e6eeff11" 2018-08-19 08:43:13,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c8a5f029-b5ab-4e29-9faa-d1bd90d0c6e4 Date: Sun, 19 Aug 2018 08:43:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 08:43:13,232 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02 used request id req-c8a5f029-b5ab-4e29-9faa-d1bd90d0c6e4 2018-08-19 08:43:13,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.51046395302s 2018-08-19 08:43:13,232 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/0ab1986c-bf1b-4bfa-b5a6-6698a46d5c02 used request id req-c8a5f029-b5ab-4e29-9faa-d1bd90d0c6e4 2018-08-19 08:43:13,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 08:43:13,235 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:43:13,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:43:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f54fc2e-e6e7-4fad-bef5-1cbbccc6b0f4 x-compute-request-id: req-5f54fc2e-e6e7-4fad-bef5-1cbbccc6b0f4 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_df6fad16-ca35-4138-a4ef-77a934d01e72", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/43c4e638-b17b-4980-ab1e-cef2db0a3326", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/43c4e638-b17b-4980-ab1e-cef2db0a3326", "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": "43c4e638-b17b-4980-ab1e-cef2db0a3326"}]} 2018-08-19 08:43:13,258 - 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-5f54fc2e-e6e7-4fad-bef5-1cbbccc6b0f4 2018-08-19 08:43:13,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0251319408417s 2018-08-19 08:43:13,258 - 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-5f54fc2e-e6e7-4fad-bef5-1cbbccc6b0f4 2018-08-19 08:43:13,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 08:43:13,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/43c4e638-b17b-4980-ab1e-cef2db0a3326 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:43:13,295 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 08:43:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b41fff71-0d13-44f4-986d-a55eefb5e8fb x-compute-request-id: req-b41fff71-0d13-44f4-986d-a55eefb5e8fb Content-Length: 0 Content-Type: application/json 2018-08-19 08:43:13,295 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/43c4e638-b17b-4980-ab1e-cef2db0a3326 used request id req-b41fff71-0d13-44f4-986d-a55eefb5e8fb 2018-08-19 08:43:13,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0353848934174s 2018-08-19 08:43:13,296 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/43c4e638-b17b-4980-ab1e-cef2db0a3326 used request id req-b41fff71-0d13-44f4-986d-a55eefb5e8fb 2018-08-19 08:43:13,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 08:43:13,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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:43:13,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c18bcb7c-68a3-493c-8dcd-ee34b475c255 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "rally_sanity-user_df6fad16-ca35-4138-a4ef-77a934d01e72", "links": {"self": "http://172.30.9.27:5000/v3/users/06ff723bc9634d9ea5699ab7cdf77aa0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "06ff723bc9634d9ea5699ab7cdf77aa0", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 08:43:13,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c18bcb7c-68a3-493c-8dcd-ee34b475c255 2018-08-19 08:43:13,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201096057892s 2018-08-19 08:43:13,498 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c18bcb7c-68a3-493c-8dcd-ee34b475c255 2018-08-19 08:43:13,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 08:43:13,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/06ff723bc9634d9ea5699ab7cdf77aa0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:43:13,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:43:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f15c33c-0e3b-47dd-a420-8e761316c8e3 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_df6fad16-ca35-4138-a4ef-77a934d01e72", "links": {"self": "http://172.30.9.27:5000/v3/users/06ff723bc9634d9ea5699ab7cdf77aa0"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "06ff723bc9634d9ea5699ab7cdf77aa0", "description": null}} 2018-08-19 08:43:13,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/06ff723bc9634d9ea5699ab7cdf77aa0 used request id req-1f15c33c-0e3b-47dd-a420-8e761316c8e3 2018-08-19 08:43:13,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202704191208s 2018-08-19 08:43:13,707 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/06ff723bc9634d9ea5699ab7cdf77aa0 used request id req-1f15c33c-0e3b-47dd-a420-8e761316c8e3 2018-08-19 08:43:13,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 08:43:13,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/06ff723bc9634d9ea5699ab7cdf77aa0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:43:14,033 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 08:43:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bed372fd-255e-47b2-b65b-59f29bd77545 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 08:43:14,033 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/06ff723bc9634d9ea5699ab7cdf77aa0 used request id req-bed372fd-255e-47b2-b65b-59f29bd77545 2018-08-19 08:43:14,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.325824975967s 2018-08-19 08:43:14,033 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/06ff723bc9634d9ea5699ab7cdf77aa0 used request id req-bed372fd-255e-47b2-b65b-59f29bd77545 2018-08-19 08:43:14,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 08:43:14,043 - 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}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:43:14,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-952712d3-4c76-44e0-996a-aef2de325daa 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: rally_sanity", "links": {"self": "http://172.30.9.27:5000/v3/projects/491d6e4b16c3401abd34414d1d5da0cf"}, "tags": [], "enabled": true, "id": "491d6e4b16c3401abd34414d1d5da0cf", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_df6fad16-ca35-4138-a4ef-77a934d01e72"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-19 08:43:14,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-952712d3-4c76-44e0-996a-aef2de325daa 2018-08-19 08:43:14,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184768199921s 2018-08-19 08:43:14,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-952712d3-4c76-44e0-996a-aef2de325daa 2018-08-19 08:43:14,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 08:43:14,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/491d6e4b16c3401abd34414d1d5da0cf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d0afffca877e1c6ce943c3698ecbf60c35555996" 2018-08-19 08:43:14,504 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 08:43:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b91fba3-6ce9-4e41-8391-502b0f46ea84 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 08:43:14,504 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/491d6e4b16c3401abd34414d1d5da0cf used request id req-2b91fba3-6ce9-4e41-8391-502b0f46ea84 2018-08-19 08:43:14,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.274715185165s 2018-08-19 08:43:14,505 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/491d6e4b16c3401abd34414d1d5da0cf used request id req-2b91fba3-6ce9-4e41-8391-502b0f46ea84 2018-08-19 08:43:14,505 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-19 08:43:14,566 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-08-19 08:43:14,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 08:43:14,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 08:43:14,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 08:43:14,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 08:43:14,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 08:43:14,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 08:43:14,613 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 08:43:14,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 08:43:14,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 08:43:14,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 08:43:14,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 08:43:14,614 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 08:43:14,615 - 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-19 08:43:14,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:43:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-050f7c4b-81f1-47b8-8778-7bd2b142cd2a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 08:43:14,622 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-050f7c4b-81f1-47b8-8778-7bd2b142cd2a 2018-08-19 08:43:14,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 08:43:15,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T09:43:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["4bLLk1nGQH-o2anxj9WWkg"], "issued_at": "2018-08-19T08:43:14.000000Z"}} 2018-08-19 08:43:15,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:43:15,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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:43:15,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-21c58275-bf43-45aa-9dea-1e490b0174e7 Date: Sun, 19 Aug 2018 08:43:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 08:43:15,379 - 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-21c58275-bf43-45aa-9dea-1e490b0174e7 2018-08-19 08:43:15,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.365559101105s 2018-08-19 08:43:15,379 - 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-21c58275-bf43-45aa-9dea-1e490b0174e7 2018-08-19 08:43:15,380 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-19 08:43:18,205 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-19 08:43:20,823 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | d6e42d82-6489-49c4-885d-40039e8c3ebf | 2018-08-19T08:43:20.476727 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: d6e42d82-6489-49c4-885d-40039e8c3ebf ~/.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-19 08:43:24,598 - 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-19 08:43:24,598 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-19 08:43:27,187 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-19 08:43:30,427 - 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=b59c2c11-34f3-4139-976b-b26ddb2112ac) as the default verifier for the future CLI operations. 2018-08-19 08:43:33,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-19 08:43:33,692 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:43:33,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-06169bca-0f21-45e1-b22f-8523d18023b3 Date: Sun, 19 Aug 2018 08:43:33 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-19 08:43:33,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-06169bca-0f21-45e1-b22f-8523d18023b3 2018-08-19 08:43:33,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.284683942795s 2018-08-19 08:43:33,977 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-06169bca-0f21-45e1-b22f-8523d18023b3 2018-08-19 08:43:33,985 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-08-19 08:43:33,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 08:43:33,986 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" -d '{"network": {"name": "refstack_defcore-net_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "admin_state_up": true}}' 2018-08-19 08:43:34,546 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 689 X-Openstack-Request-Id: req-2734e5ed-01ae-4e65-a515-b676f6fa5182 Date: Sun, 19 Aug 2018 08:43:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"46dcff7d-976f-4faa-a5cd-288aed979204","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T08:43:34Z","is_default":false,"provider:segmentation_id":28,"name":"refstack_defcore-net_4c2caaaf-99f9-4a6c-af43-4fce64ae981a","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:43:34Z","mtu":1450}} 2018-08-19 08:43:34,546 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2734e5ed-01ae-4e65-a515-b676f6fa5182 2018-08-19 08:43:34,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.560688018799s 2018-08-19 08:43:34,546 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-2734e5ed-01ae-4e65-a515-b676f6fa5182 2018-08-19 08:43:34,547 - 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-19T08:43:34Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'46dcff7d-976f-4faa-a5cd-288aed979204', u'provider:segmentation_id': 28, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-net_4c2caaaf-99f9-4a6c-af43-4fce64ae981a', u'admin_state_up': True, u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T08:43:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 08:43:34,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:43:34,548 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:43:34,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-851c26d2-7b92-4e30-bea1-ce9b35a0cf76 Date: Sun, 19 Aug 2018 08:43:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"46dcff7d-976f-4faa-a5cd-288aed979204","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T08:43:34Z","provider:segmentation_id":28,"name":"refstack_defcore-net_4c2caaaf-99f9-4a6c-af43-4fce64ae981a","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:43:34Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 08:43:34,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-851c26d2-7b92-4e30-bea1-ce9b35a0cf76 2018-08-19 08:43:34,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.381628990173s 2018-08-19 08:43:34,930 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-851c26d2-7b92-4e30-bea1-ce9b35a0cf76 2018-08-19 08:43:34,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 08:43:34,932 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" -d '{"subnet": {"name": "refstack_defcore-subnet_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "enable_dhcp": true, "network_id": "46dcff7d-976f-4faa-a5cd-288aed979204", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 08:43:35,743 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3c3dcf5d-02db-445f-bac9-07eb76f0ffae Date: Sun, 19 Aug 2018 08:43:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"46dcff7d-976f-4faa-a5cd-288aed979204","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:43:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T08:43:35Z","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":"7dc2782794df470c83590a2cbd73fefb","id":"798b6f11-f84d-40b6-a76a-2ae6c41a640c","subnetpool_id":null,"name":"refstack_defcore-subnet_4c2caaaf-99f9-4a6c-af43-4fce64ae981a"}} 2018-08-19 08:43:35,743 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3c3dcf5d-02db-445f-bac9-07eb76f0ffae 2018-08-19 08:43:35,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.811601161957s 2018-08-19 08:43:35,744 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-3c3dcf5d-02db-445f-bac9-07eb76f0ffae 2018-08-19 08:43:35,744 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T08:43:35Z', 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'798b6f11-f84d-40b6-a76a-2ae6c41a640c', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_4c2caaaf-99f9-4a6c-af43-4fce64ae981a', u'enable_dhcp': True, u'network_id': u'46dcff7d-976f-4faa-a5cd-288aed979204', u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T08:43:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 08:43:35,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 08:43:35,745 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "refstack_defcore-router_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "admin_state_up": true}}' 2018-08-19 08:43:37,555 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-3e12af87-1802-441d-b936-94faa8b116b7 Date: Sun, 19 Aug 2018 08:43:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T08:43:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T08:43:37Z", "revision_number": 2, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "3ece1b2d-2a05-4388-87f9-bc817966caba", "name": "refstack_defcore-router_4c2caaaf-99f9-4a6c-af43-4fce64ae981a"}} 2018-08-19 08:43:37,555 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3e12af87-1802-441d-b936-94faa8b116b7 2018-08-19 08:43:37,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.81047606468s 2018-08-19 08:43:37,556 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3e12af87-1802-441d-b936-94faa8b116b7 2018-08-19 08:43:37,556 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T08:43:36Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-19T08:43:37Z', u'revision_number': 2, u'routes': [], u'project_id': u'7dc2782794df470c83590a2cbd73fefb', u'id': u'3ece1b2d-2a05-4388-87f9-bc817966caba', u'name': u'refstack_defcore-router_4c2caaaf-99f9-4a6c-af43-4fce64ae981a'}) 2018-08-19 08:43:37,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 08:43:37,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/3ece1b2d-2a05-4388-87f9-bc817966caba/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}11362309dd9226def13f54ea3aca872a4f4c2bc4" -d '{"subnet_id": "798b6f11-f84d-40b6-a76a-2ae6c41a640c"}' 2018-08-19 08:43:39,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9c76dc0e-fd86-4bd9-8cd8-e34adf007bd9 Date: Sun, 19 Aug 2018 08:43:39 GMT RESP BODY: {"network_id": "46dcff7d-976f-4faa-a5cd-288aed979204", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "798b6f11-f84d-40b6-a76a-2ae6c41a640c", "subnet_ids": ["798b6f11-f84d-40b6-a76a-2ae6c41a640c"], "port_id": "ec48fff8-79a6-4025-abed-13be958d9c83", "id": "3ece1b2d-2a05-4388-87f9-bc817966caba"} 2018-08-19 08:43:39,917 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3ece1b2d-2a05-4388-87f9-bc817966caba/add_router_interface.json used request id req-9c76dc0e-fd86-4bd9-8cd8-e34adf007bd9 2018-08-19 08:43:39,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.3603579998s 2018-08-19 08:43:39,918 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3ece1b2d-2a05-4388-87f9-bc817966caba/add_router_interface.json used request id req-9c76dc0e-fd86-4bd9-8cd8-e34adf007bd9 returning object 3ece1b2d-2a05-4388-87f9-bc817966caba 2018-08-19 08:43:39,918 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-19 08:43:40,050 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-19 08:43:40,052 - 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-19 08:43:40,056 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 08:43:40 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-19 08:43:40,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:43:40,065 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:43:40,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-988a3d17-ed5b-4464-b56b-95b8acc645d7 Date: Sun, 19 Aug 2018 08:43:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:43:40,360 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-988a3d17-ed5b-4464-b56b-95b8acc645d7 2018-08-19 08:43:40,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298758983612s 2018-08-19 08:43:40,360 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-988a3d17-ed5b-4464-b56b-95b8acc645d7 2018-08-19 08:43:40,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 08:43:40,372 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a"}' 2018-08-19 08:43:40,792 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 948 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ab36af36-d648-4220-b3ed-57ee2777b693 Date: Sun, 19 Aug 2018 08:43:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:43:40Z", "file": "/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "4fb26a05-f4e7-48da-8518-30db0474509d", "size": null, "self": "/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "checksum": null, "created_at": "2018-08-19T08:43:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 08:43:40,792 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ab36af36-d648-4220-b3ed-57ee2777b693 2018-08-19 08:43:40,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.423571825027s 2018-08-19 08:43:40,792 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ab36af36-d648-4220-b3ed-57ee2777b693 returning object 4fb26a05-f4e7-48da-8518-30db0474509d 2018-08-19 08:43:40,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 08:43:40,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d/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}11362309dd9226def13f54ea3aca872a4f4c2bc4" -d '' 2018-08-19 08:43:41,589 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab252405-9653-4e96-af86-294c2ca15570 Date: Sun, 19 Aug 2018 08:43: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-19 08:43:41,589 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d/file used request id req-ab252405-9653-4e96-af86-294c2ca15570 2018-08-19 08:43:41,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.796321868896s 2018-08-19 08:43:41,590 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d/file used request id req-ab252405-9653-4e96-af86-294c2ca15570 2018-08-19 08:43:41,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:43:41,598 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:43:41,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-4dfee9c5-af78-4498-b535-5ca5e55df9d4 Date: Sun, 19 Aug 2018 08:43:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:43:41Z", "file": "/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "4fb26a05-f4e7-48da-8518-30db0474509d", "size": 12716032, "self": "/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4fb26a05-f4e7-48da-8518-30db0474509d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4fb26a05-f4e7-48da-8518-30db0474509d/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:43:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:43:41,889 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4dfee9c5-af78-4498-b535-5ca5e55df9d4 2018-08-19 08:43:41,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.294586896896s 2018-08-19 08:43:41,889 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4dfee9c5-af78-4498-b535-5ca5e55df9d4 2018-08-19 08:43:41,891 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4fb26a05-f4e7-48da-8518-30db0474509d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d/file', 'owner': u'7dc2782794df470c83590a2cbd73fefb', 'id': u'4fb26a05-f4e7-48da-8518-30db0474509d', 'size': 12716032, u'self': u'/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4fb26a05-f4e7-48da-8518-30db0474509d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T08:43:41Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-19T08:43:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a', '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/4fb26a05-f4e7-48da-8518-30db0474509d', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a', 'created': u'2018-08-19T08:43:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T08:43:40Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 08:43:41,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 08:43:41,895 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 08:43:42,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:43:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f458265-7f27-4822-bfec-25bac17732c1 x-compute-request-id: req-9f458265-7f27-4822-bfec-25bac17732c1 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/803a7b80-4c8c-47ec-b29e-2a7db239e164", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/803a7b80-4c8c-47ec-b29e-2a7db239e164", "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": "803a7b80-4c8c-47ec-b29e-2a7db239e164"}} 2018-08-19 08:43:42,299 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9f458265-7f27-4822-bfec-25bac17732c1 2018-08-19 08:43:42,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.406674146652s 2018-08-19 08:43:42,299 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9f458265-7f27-4822-bfec-25bac17732c1 2018-08-19 08:43:42,300 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_4c2caaaf-99f9-4a6c-af43-4fce64ae981a', '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'7dc2782794df470c83590a2cbd73fefb', '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'803a7b80-4c8c-47ec-b29e-2a7db239e164', 'swap': 0}) 2018-08-19 08:43:42,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 08:43:42,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/803a7b80-4c8c-47ec-b29e-2a7db239e164/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}11362309dd9226def13f54ea3aca872a4f4c2bc4" -d '{"extra_specs": {}}' 2018-08-19 08:43:42,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-602c661c-2897-4c1d-941b-9219e14cc1c2 x-compute-request-id: req-602c661c-2897-4c1d-941b-9219e14cc1c2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 08:43:42,323 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/803a7b80-4c8c-47ec-b29e-2a7db239e164/os-extra_specs used request id req-602c661c-2897-4c1d-941b-9219e14cc1c2 2018-08-19 08:43:42,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0226829051971s 2018-08-19 08:43:42,324 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/803a7b80-4c8c-47ec-b29e-2a7db239e164/os-extra_specs used request id req-602c661c-2897-4c1d-941b-9219e14cc1c2 2018-08-19 08:43:42,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-19 08:43:42,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 08:43:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a09faac1-fa3e-4303-a531-b62e0f47d1f5 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-19 08:43:42,333 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-a09faac1-fa3e-4303-a531-b62e0f47d1f5 2018-08-19 08:43:42,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:43:42,339 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:43:42,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-997c1896-c42e-4f8a-85cf-e6405544fe39 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:43:42,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-997c1896-c42e-4f8a-85cf-e6405544fe39 2018-08-19 08:43:42,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180644035339s 2018-08-19 08:43:42,517 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-997c1896-c42e-4f8a-85cf-e6405544fe39 2018-08-19 08:43:42,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:43:42,526 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:43:42,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b1bfaa6-601a-4660-9de3-78021b1284ce 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:43:42,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9b1bfaa6-601a-4660-9de3-78021b1284ce 2018-08-19 08:43:42,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202088117599s 2018-08-19 08:43:42,725 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9b1bfaa6-601a-4660-9de3-78021b1284ce 2018-08-19 08:43:42,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-19 08:43:42,737 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:43:42,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd4013ed-741f-4891-9e88-27b5c5978a6d x-compute-request-id: req-dd4013ed-741f-4891-9e88-27b5c5978a6d Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 305}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 308}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-19 08:43:42,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-dd4013ed-741f-4891-9e88-27b5c5978a6d 2018-08-19 08:43:42,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0424551963806s 2018-08-19 08:43:42,778 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-dd4013ed-741f-4891-9e88-27b5c5978a6d 2018-08-19 08:43:42,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:43:42,785 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:43:43,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-af276972-3835-4970-9120-8cdae9437832 Date: Sun, 19 Aug 2018 08:43:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:43:41Z", "file": "/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "4fb26a05-f4e7-48da-8518-30db0474509d", "size": 12716032, "self": "/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4fb26a05-f4e7-48da-8518-30db0474509d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4fb26a05-f4e7-48da-8518-30db0474509d/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:43:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:43:43,167 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-af276972-3835-4970-9120-8cdae9437832 2018-08-19 08:43:43,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.385319948196s 2018-08-19 08:43:43,167 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-af276972-3835-4970-9120-8cdae9437832 2018-08-19 08:43:43,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 08:43:43,180 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a"}' 2018-08-19 08:43:43,533 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 956 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c28fe16e-549a-4c5b-9e88-595a71f8908b Date: Sun, 19 Aug 2018 08:43:43 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:43:43Z", "file": "/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "6fc70548-db91-4ef6-996a-a2700d2f6976", "size": null, "self": "/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "checksum": null, "created_at": "2018-08-19T08:43:43Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 08:43:43,533 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c28fe16e-549a-4c5b-9e88-595a71f8908b 2018-08-19 08:43:43,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.356882095337s 2018-08-19 08:43:43,534 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c28fe16e-549a-4c5b-9e88-595a71f8908b returning object 6fc70548-db91-4ef6-996a-a2700d2f6976 2018-08-19 08:43:43,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 08:43:43,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976/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}11362309dd9226def13f54ea3aca872a4f4c2bc4" -d '' 2018-08-19 08:43:45,118 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b9a491b2-0db9-4a56-86d4-db90523cfe17 Date: Sun, 19 Aug 2018 08:43:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 08:43:45,119 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976/file used request id req-b9a491b2-0db9-4a56-86d4-db90523cfe17 2018-08-19 08:43:45,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.58431506157s 2018-08-19 08:43:45,119 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976/file used request id req-b9a491b2-0db9-4a56-86d4-db90523cfe17 2018-08-19 08:43:45,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:43:45,127 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:43:45,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2757 Content-Type: application/json X-Openstack-Request-Id: req-f41f3f2a-9a37-4b56-91d7-117e413c3f42 Date: Sun, 19 Aug 2018 08:43:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:43:45Z", "file": "/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "6fc70548-db91-4ef6-996a-a2700d2f6976", "size": 12716032, "self": "/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/6fc70548-db91-4ef6-996a-a2700d2f6976/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/6fc70548-db91-4ef6-996a-a2700d2f6976/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:43:43Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:43:41Z", "file": "/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "4fb26a05-f4e7-48da-8518-30db0474509d", "size": 12716032, "self": "/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4fb26a05-f4e7-48da-8518-30db0474509d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4fb26a05-f4e7-48da-8518-30db0474509d/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:43:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:43:45,408 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f41f3f2a-9a37-4b56-91d7-117e413c3f42 2018-08-19 08:43:45,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.28466296196s 2018-08-19 08:43:45,408 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f41f3f2a-9a37-4b56-91d7-117e413c3f42 2018-08-19 08:43:45,411 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/6fc70548-db91-4ef6-996a-a2700d2f6976/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976/file', 'owner': u'7dc2782794df470c83590a2cbd73fefb', 'id': u'6fc70548-db91-4ef6-996a-a2700d2f6976', 'size': 12716032, u'self': u'/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/6fc70548-db91-4ef6-996a-a2700d2f6976/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T08:43:45Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-19T08:43:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a', '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/6fc70548-db91-4ef6-996a-a2700d2f6976', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a', 'created': u'2018-08-19T08:43:43Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T08:43:43Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 08:43:45,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 08:43:45,414 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 08:43:45,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:43:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c81614ba-0e48-48de-a183-8b426a77e0f7 x-compute-request-id: req-c81614ba-0e48-48de-a183-8b426a77e0f7 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/7196cc63-68c8-4be4-8559-327e2891075e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/7196cc63-68c8-4be4-8559-327e2891075e", "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": "7196cc63-68c8-4be4-8559-327e2891075e"}} 2018-08-19 08:43:45,455 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c81614ba-0e48-48de-a183-8b426a77e0f7 2018-08-19 08:43:45,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0427348613739s 2018-08-19 08:43:45,455 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-c81614ba-0e48-48de-a183-8b426a77e0f7 2018-08-19 08:43:45,456 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a', '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'7dc2782794df470c83590a2cbd73fefb', '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'7196cc63-68c8-4be4-8559-327e2891075e', 'swap': 0}) 2018-08-19 08:43:45,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 08:43:45,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/7196cc63-68c8-4be4-8559-327e2891075e/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}11362309dd9226def13f54ea3aca872a4f4c2bc4" -d '{"extra_specs": {}}' 2018-08-19 08:43:45,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:43:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c8a67eab-e1c8-4031-9174-11fa18db0f3e x-compute-request-id: req-c8a67eab-e1c8-4031-9174-11fa18db0f3e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 08:43:45,484 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/7196cc63-68c8-4be4-8559-327e2891075e/os-extra_specs used request id req-c8a67eab-e1c8-4031-9174-11fa18db0f3e 2018-08-19 08:43:45,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0277888774872s 2018-08-19 08:43:45,485 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/7196cc63-68c8-4be4-8559-327e2891075e/os-extra_specs used request id req-c8a67eab-e1c8-4031-9174-11fa18db0f3e 2018-08-19 08:43:45,485 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a', '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'7dc2782794df470c83590a2cbd73fefb', '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'7196cc63-68c8-4be4-8559-327e2891075e', 'swap': 0}) 2018-08-19 08:43:49,175 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-19 08:43:49,176 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-19 08:43:49,176 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-19 08:43:49,179 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-19 08:43:53,686 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata: not found. skipping it 2018-08-19 08:43:53,686 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_atction.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero: not found. skipping it 2018-08-19 08:43:53,687 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_create_get_delete_volume_metadata: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes: not found. skipping it 2018-08-19 08:43:53,688 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_external_network_visibility: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata: ids differ. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields: not found. skipping it 2018-08-19 08:43:53,689 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema: not found. skipping it 2018-08-19 08:43:53,690 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata: not found. skipping it 2018-08-19 08:43:53,690 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name: not found. skipping it 2018-08-19 08:43:53,690 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item: not found. skipping it 2018-08-19 08:43:53,690 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id: not found. skipping it 2018-08-19 08:43:53,690 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers: not found. skipping it 2018-08-19 08:43:53,690 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets: not found. skipping it 2018-08-19 08:43:53,690 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-19 08:43:53,690 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id: not found. skipping it 2018-08-19 08:43:53,690 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server: not found. skipping it 2018-08-19 08:43:53,690 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks: not found. skipping it 2018-08-19 08:43:53,690 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-08-19 08:43:53,690 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params: not found. skipping it 2018-08-19 08:43:53,690 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image: not found. skipping it 2018-08-19 08:43:53,691 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid: not found. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata: not found. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses: not found. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_versions.VersionsTest.test_list_versions: ids differ. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params: not found. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet: not found. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id: not found. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network: not found. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size: not found. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields: not found. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet: not found. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size: not found. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination: not found. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_media_types: not found. skipping it 2018-08-19 08:43:53,692 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_routers.RoutersTest.test_update_extra_route: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit: not found. skipping it 2018-08-19 08:43:53,693 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size: not found. skipping it 2018-08-19 08:43:53,694 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status: not found. skipping it 2018-08-19 08:43:53,694 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-19 08:43:53,708 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-19 08:43:53,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt']'. 2018-08-19 08:44:06,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:06.903 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-08-19 08:44:07,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:07.066 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.409s] 2018-08-19 08:44:07,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:07.138 11183 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.072s] 2018-08-19 08:44:07,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:07.269 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.282s] 2018-08-19 08:44:07,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:07.382 11183 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.405s] 2018-08-19 08:44:11,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:11.269 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.998s] 2018-08-19 08:44:12,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:12.686 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [5.647s] 2018-08-19 08:44:14,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:14.266 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.997s] 2018-08-19 08:44:15,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:15.806 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [1.225s] 2018-08-19 08:44:16,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:16.050 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.244s] 2018-08-19 08:44:17,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:17.763 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [3.496s] 2018-08-19 08:44:19,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:19.450 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [7.024s] 2018-08-19 08:44:20,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:20.388 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [4.337s] 2018-08-19 08:44:20,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:20.398 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.010s] 2018-08-19 08:44:20,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:20.812 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.413s] 2018-08-19 08:44:21,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:21.044 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.282s] 2018-08-19 08:44:21,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:21.803 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.352s] 2018-08-19 08:44:25,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:25.848 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.283s] 2018-08-19 08:44:26,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:26.202 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.353s] 2018-08-19 08:44:26,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:26.577 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.374s] 2018-08-19 08:44:26,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:26.612 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.035s] 2018-08-19 08:44:26,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:26.947 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.334s] 2018-08-19 08:44:27,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:27.049 11183 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON ... fail 2018-08-19 08:44:27,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:27.442 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.493s] 2018-08-19 08:44:27,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:27.998 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.556s] 2018-08-19 08:44:28,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:28.049 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.050s] 2018-08-19 08:44:28,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:28.414 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.364s] 2018-08-19 08:44:28,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:28.794 11183 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.380s] 2018-08-19 08:44:29,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:29.338 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [8.292s] 2018-08-19 08:44:31,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:31.485 11183 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [10.533s] 2018-08-19 08:44:32,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:32.028 11183 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [24.879s] 2018-08-19 08:44:32,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:32.056 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.234s] 2018-08-19 08:44:32,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:32.356 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [2.197s] 2018-08-19 08:44:32,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:32.475 11183 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.119s] 2018-08-19 08:44:32,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:32.679 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.622s] 2018-08-19 08:44:32,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:32.898 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.219s] 2018-08-19 08:44:33,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:33.860 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.960s] 2018-08-19 08:44:34,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:34.022 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [2.438s] 2018-08-19 08:44:34,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:34.276 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [4.938s] 2018-08-19 08:44:35,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:35.615 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.755s] 2018-08-19 08:44:35,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:35.647 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [1.370s] 2018-08-19 08:44:35,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:35.669 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.022s] 2018-08-19 08:44:35,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:35.691 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.023s] 2018-08-19 08:44:35,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:35.708 11183 INFO opnfv-tempest [-] {13} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.016s] 2018-08-19 08:44:37,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:37.299 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.683s] 2018-08-19 08:44:38,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:38.134 11183 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.111s] 2018-08-19 08:44:39,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:39.333 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [26.641s] 2018-08-19 08:44:40,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:40.130 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.967s] 2018-08-19 08:44:42,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:42.281 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [2.150s] 2018-08-19 08:44:44,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:44.214 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.931s] 2018-08-19 08:44:45,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:45.336 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [17.512s] 2018-08-19 08:44:45,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:45.977 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.763s] 2018-08-19 08:44:46,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:46.320 11183 INFO opnfv-tempest [-] {15} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.612s] 2018-08-19 08:44:46,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:46.585 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.096s] 2018-08-19 08:44:46,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:46.598 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.013s] 2018-08-19 08:44:46,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:46.748 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.149s] 2018-08-19 08:44:46,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:46.759 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-08-19 08:44:46,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:46.772 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.013s] 2018-08-19 08:44:46,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:46.798 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.026s] 2018-08-19 08:44:46,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:46.868 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.068s] 2018-08-19 08:44:46,964 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:46.964 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.096s] 2018-08-19 08:44:47,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:47.447 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.124s] 2018-08-19 08:44:47,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:47.702 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.737s] 2018-08-19 08:44:47,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:47.724 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.022s] 2018-08-19 08:44:47,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:47.806 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.081s] 2018-08-19 08:44:47,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:47.956 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.979s] 2018-08-19 08:44:48,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:48.236 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.902s] 2018-08-19 08:44:49,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:49.159 11183 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [17.674s] 2018-08-19 08:44:49,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:49.870 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.913s] 2018-08-19 08:44:50,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:50.178 11183 INFO opnfv-tempest [-] {6} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.322s] 2018-08-19 08:44:51,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:51.094 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.224s] 2018-08-19 08:44:52,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:52.183 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.089s] 2018-08-19 08:44:52,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:52.673 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.489s] 2018-08-19 08:44:54,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:54.320 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.645s] 2018-08-19 08:44:54,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:54.567 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.247s] 2018-08-19 08:44:55,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:55.234 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.358s] 2018-08-19 08:44:55,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:55.743 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.508s] 2018-08-19 08:44:56,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:56.292 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.549s] 2018-08-19 08:44:56,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:56.529 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.962s] 2018-08-19 08:44:56,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:56.713 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.421s] 2018-08-19 08:44:57,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:57.030 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.316s] 2018-08-19 08:44:57,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:57.319 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.289s] 2018-08-19 08:44:57,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:57.673 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.354s] 2018-08-19 08:44:57,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:57.714 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.041s] 2018-08-19 08:44:58,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:58.019 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.488s] 2018-08-19 08:44:58,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:58.060 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.345s] 2018-08-19 08:44:58,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:58.409 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.348s] 2018-08-19 08:44:58,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:58.544 11183 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.368s] 2018-08-19 08:44:58,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:58.776 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.366s] 2018-08-19 08:44:58,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:58.825 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.049s] 2018-08-19 08:44:59,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:59.072 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.246s] 2018-08-19 08:44:59,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:59.439 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.367s] 2018-08-19 08:44:59,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:59.581 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.561s] 2018-08-19 08:44:59,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:59.801 11183 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-08-19 08:44:59,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:44:59.857 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.417s] 2018-08-19 08:45:00,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:00.094 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.514s] 2018-08-19 08:45:00,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:00.190 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.333s] 2018-08-19 08:45:00,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:00.512 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.322s] 2018-08-19 08:45:00,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:00.772 11183 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.686s] 2018-08-19 08:45:00,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:00.945 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.851s] 2018-08-19 08:45:01,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:01.080 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.567s] 2018-08-19 08:45:01,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:01.117 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.037s] 2018-08-19 08:45:01,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:01.151 11183 INFO opnfv-tempest [-] {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.034s] 2018-08-19 08:45:01,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:01.331 11183 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.558s] 2018-08-19 08:45:01,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:01.783 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.837s] 2018-08-19 08:45:01,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:01.826 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.423s] 2018-08-19 08:45:02,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:02.054 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.271s] 2018-08-19 08:45:06,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:06.553 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.382s] 2018-08-19 08:45:06,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:06.972 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.419s] 2018-08-19 08:45:07,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:07.311 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.338s] 2018-08-19 08:45:08,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:08.004 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.371s] 2018-08-19 08:45:08,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:08.458 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.146s] 2018-08-19 08:45:08,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:08.854 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.395s] 2018-08-19 08:45:08,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:08.891 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [7.064s] 2018-08-19 08:45:09,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:09.711 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.855s] 2018-08-19 08:45:09,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:09.748 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-08-19 08:45:10,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:10.123 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.374s] 2018-08-19 08:45:10,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:10.320 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.196s] 2018-08-19 08:45:10,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:10.723 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.403s] 2018-08-19 08:45:10,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:10.770 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.047s] 2018-08-19 08:45:11,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:11.214 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.443s] 2018-08-19 08:45:11,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:11.555 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.340s] 2018-08-19 08:45:11,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:11.913 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.909s] 2018-08-19 08:45:12,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:12.051 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.497s] 2018-08-19 08:45:12,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:12.584 11183 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.533s] 2018-08-19 08:45:15,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:15.778 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [2.088s] 2018-08-19 08:45:16,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:16.214 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [7.321s] 2018-08-19 08:45:17,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:17.231 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.451s] 2018-08-19 08:45:21,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:21.272 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [13.845s] 2018-08-19 08:45:21,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:21.627 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.355s] 2018-08-19 08:45:22,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:22.575 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [10.655s] 2018-08-19 08:45:22,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:22.868 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [1.241s] 2018-08-19 08:45:24,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:24.248 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [8.034s] 2018-08-19 08:45:25,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:25.560 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [2.986s] 2018-08-19 08:45:27,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:27.624 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [4.755s] 2018-08-19 08:45:30,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:30.809 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [5.248s] 2018-08-19 08:45:32,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:32.020 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.771s] 2018-08-19 08:45:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:34.020 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [6.397s] 2018-08-19 08:45:34,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:34.157 11183 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON ... fail 2018-08-19 08:45:34,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:34.270 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.249s] 2018-08-19 08:45:34,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:34.584 11183 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.313s] 2018-08-19 08:45:35,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:35.181 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [4.372s] 2018-08-19 08:45:38,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:38.938 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.918s] 2018-08-19 08:45:39,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:39.663 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [4.479s] 2018-08-19 08:45:39,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:39.709 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-08-19 08:45:41,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:41.829 11183 INFO opnfv-tempest [-] {5} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [4.263s] 2018-08-19 08:45:46,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:46.996 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [8.057s] 2018-08-19 08:45:47,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:47.623 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [30.388s] 2018-08-19 08:45:55,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:55.419 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.422s] 2018-08-19 08:45:58,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:58.145 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [36.197s] 2018-08-19 08:45:58,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:58.227 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.082s] 2018-08-19 08:45:59,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:59.096 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.868s] 2018-08-19 08:45:59,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:59.194 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.097s] 2018-08-19 08:45:59,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:45:59.195 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-19 08:46:00,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:00.184 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.764s] 2018-08-19 08:46:00,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:00.939 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.754s] 2018-08-19 08:46:01,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:01.035 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.096s] 2018-08-19 08:46:01,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:01.427 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.391s] 2018-08-19 08:46:01,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:01.492 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.066s] 2018-08-19 08:46:01,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:01.772 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.278s] 2018-08-19 08:46:01,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:01.879 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.107s] 2018-08-19 08:46:02,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:02.256 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.377s] 2018-08-19 08:46:02,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:02.564 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.307s] 2018-08-19 08:46:03,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:03.342 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.778s] 2018-08-19 08:46:05,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:05.454 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.819s] 2018-08-19 08:46:06,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:06.943 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [10.869s] 2018-08-19 08:46:10,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:10.494 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [7.151s] 2018-08-19 08:46:17,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:17.042 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.587s] 2018-08-19 08:46:20,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:20.167 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [13.223s] 2018-08-19 08:46:21,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:21.139 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.695s] 2018-08-19 08:46:21,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:21.922 11183 INFO opnfv-tempest [-] {4} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.782s] 2018-08-19 08:46:23,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:23.591 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [17.135s] 2018-08-19 08:46:23,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:23.661 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-08-19 08:46:24,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:24.702 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [1.040s] 2018-08-19 08:46:24,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:24.800 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-08-19 08:46:24,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:24.801 11183 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-19 08:46:26,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:26.245 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.201s] 2018-08-19 08:46:28,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:28.258 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.174s] 2018-08-19 08:46:28,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:28.468 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.208s] 2018-08-19 08:46:28,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:28.653 11183 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.185s] 2018-08-19 08:46:31,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:31.619 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.374s] 2018-08-19 08:46:32,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:32.037 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.269s] 2018-08-19 08:46:37,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:37.531 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [17.362s] 2018-08-19 08:46:41,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:41.538 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [9.501s] 2018-08-19 08:46:45,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:45.088 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.549s] 2018-08-19 08:46:45,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:45.340 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.252s] 2018-08-19 08:46:45,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:45.699 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.359s] 2018-08-19 08:46:48,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:48.635 11183 INFO opnfv-tempest [-] {8} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.339s] 2018-08-19 08:46:51,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:46:51.383 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [143.559s] 2018-08-19 08:47:01,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:47:01.736 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [16.035s] 2018-08-19 08:47:01,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:47:01.861 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.126s] 2018-08-19 08:47:01,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:47:01.906 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.045s] 2018-08-19 08:47:06,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:47:06.359 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [34.736s] 2018-08-19 08:47:08,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:47:08.159 11183 INFO opnfv-tempest [-] {5} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.804s] 2018-08-19 08:47:36,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:47:36.431 11183 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [45.043s] 2018-08-19 08:50:01,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:50:01.809 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... fail [322.393s] 2018-08-19 08:50:15,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:50:15.659 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [13.854s] 2018-08-19 08:51:18,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:51:18.076 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [62.403s] 2018-08-19 08:51:23,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:51:23.153 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-08-19 08:51:27,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:51:27.868 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.293s] 2018-08-19 08:51:28,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-19 08:51:28.169 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.301s] 2018-08-19 08:51:31,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 30b672b1-5ff4-4f63-be18-d74767056f0c 2018-08-19 08:51:31,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '30b672b1-5ff4-4f63-be18-d74767056f0c']'. 2018-08-19 08:51:32,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-19 08:51:32,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-19 08:51:32,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-19 08:51:32,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 30b672b1-5ff4-4f63-be18-d74767056f0c | 2018-08-19 08:51:32,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-19 08:51:32,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-19 08:43:56 | 2018-08-19 08:51:32,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-19 08:51:31 | 2018-08-19 08:51:32,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:35 | 2018-08-19 08:51:32,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-19 08:51:32,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-19 08:51:32,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b59c2c11-34f3-4139-976b-b26ddb2112ac) | 2018-08-19 08:51:32,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-19 08:51:32,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d6e42d82-6489-49c4-885d-40039e8c3ebf) | 2018-08-19 08:51:32,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 215 | 2018-08-19 08:51:32,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 444.319 | 2018-08-19 08:51:32,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 197 | 2018-08-19 08:51:32,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-08-19 08:51:32,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-19 08:51:32,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-19 08:51:32,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 18 | 2018-08-19 08:51:32,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-19 08:51:32,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-19 08:51:32,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-19 08:51:32,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 91.6279069767% 2018-08-19 08:51:33,033 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 08:51:33,034 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:59 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-08-19 08:51:33,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 08:51:33,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:51:33,673 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2ba1b750-e57a-4ea2-b8b6-5b074b392fab Date: Sun, 19 Aug 2018 08:51: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-19 08:51:33,673 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976 used request id req-2ba1b750-e57a-4ea2-b8b6-5b074b392fab 2018-08-19 08:51:33,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.632618188858s 2018-08-19 08:51:33,674 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/6fc70548-db91-4ef6-996a-a2700d2f6976 used request id req-2ba1b750-e57a-4ea2-b8b6-5b074b392fab 2018-08-19 08:51:33,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 08:51:33,676 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:51:33,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:51:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fabbaf17-09bb-4eb9-b849-74a1a74a4b1b x-compute-request-id: req-fabbaf17-09bb-4eb9-b849-74a1a74a4b1b Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_alt_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/7196cc63-68c8-4be4-8559-327e2891075e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/7196cc63-68c8-4be4-8559-327e2891075e", "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": "7196cc63-68c8-4be4-8559-327e2891075e"}, {"name": "refstack_defcore-flavor_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/803a7b80-4c8c-47ec-b29e-2a7db239e164", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/803a7b80-4c8c-47ec-b29e-2a7db239e164", "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": "803a7b80-4c8c-47ec-b29e-2a7db239e164"}]} 2018-08-19 08:51:33,984 - 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-fabbaf17-09bb-4eb9-b849-74a1a74a4b1b 2018-08-19 08:51:33,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.310087919235s 2018-08-19 08:51:33,984 - 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-fabbaf17-09bb-4eb9-b849-74a1a74a4b1b 2018-08-19 08:51:33,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 08:51:33,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/7196cc63-68c8-4be4-8559-327e2891075e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:51:34,034 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 08:51:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3ebe1331-3e54-4c0c-a86d-1e130fa14ea2 x-compute-request-id: req-3ebe1331-3e54-4c0c-a86d-1e130fa14ea2 Content-Length: 0 Content-Type: application/json 2018-08-19 08:51:34,034 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/7196cc63-68c8-4be4-8559-327e2891075e used request id req-3ebe1331-3e54-4c0c-a86d-1e130fa14ea2 2018-08-19 08:51:34,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0470159053802s 2018-08-19 08:51:34,034 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/7196cc63-68c8-4be4-8559-327e2891075e used request id req-3ebe1331-3e54-4c0c-a86d-1e130fa14ea2 2018-08-19 08:51:34,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 08:51:34,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/3ece1b2d-2a05-4388-87f9-bc817966caba/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}11362309dd9226def13f54ea3aca872a4f4c2bc4" -d '{"subnet_id": "798b6f11-f84d-40b6-a76a-2ae6c41a640c"}' 2018-08-19 08:51:36,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ff69bc9e-4086-485d-a427-3bd44d4c37ea Date: Sun, 19 Aug 2018 08:51:36 GMT RESP BODY: {"network_id": "46dcff7d-976f-4faa-a5cd-288aed979204", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "798b6f11-f84d-40b6-a76a-2ae6c41a640c", "subnet_ids": ["798b6f11-f84d-40b6-a76a-2ae6c41a640c"], "port_id": "ec48fff8-79a6-4025-abed-13be958d9c83", "id": "3ece1b2d-2a05-4388-87f9-bc817966caba"} 2018-08-19 08:51:36,040 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3ece1b2d-2a05-4388-87f9-bc817966caba/remove_router_interface.json used request id req-ff69bc9e-4086-485d-a427-3bd44d4c37ea 2018-08-19 08:51:36,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.00512194633s 2018-08-19 08:51:36,040 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/3ece1b2d-2a05-4388-87f9-bc817966caba/remove_router_interface.json used request id req-ff69bc9e-4086-485d-a427-3bd44d4c37ea returning object 3ece1b2d-2a05-4388-87f9-bc817966caba 2018-08-19 08:51:36,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 08:51:36,041 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:51:36,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 652 X-Openstack-Request-Id: req-8ae6b4b1-25b7-4e8f-bdc3-0a0cdb92c718 Date: Sun, 19 Aug 2018 08:51:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T08:43:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T08:51:35Z", "revision_number": 4, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "3ece1b2d-2a05-4388-87f9-bc817966caba", "name": "refstack_defcore-router_4c2caaaf-99f9-4a6c-af43-4fce64ae981a"}]} 2018-08-19 08:51:36,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-8ae6b4b1-25b7-4e8f-bdc3-0a0cdb92c718 2018-08-19 08:51:36,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.397182941437s 2018-08-19 08:51:36,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-8ae6b4b1-25b7-4e8f-bdc3-0a0cdb92c718 2018-08-19 08:51:36,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 08:51:36,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/3ece1b2d-2a05-4388-87f9-bc817966caba.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:51:38,548 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-27472e0a-185b-4a7d-a74e-5e69f6fd8727 Content-Length: 0 Date: Sun, 19 Aug 2018 08:51:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:51:38,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/3ece1b2d-2a05-4388-87f9-bc817966caba.json used request id req-27472e0a-185b-4a7d-a74e-5e69f6fd8727 2018-08-19 08:51:38,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.10813307762s 2018-08-19 08:51:38,549 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/3ece1b2d-2a05-4388-87f9-bc817966caba.json used request id req-27472e0a-185b-4a7d-a74e-5e69f6fd8727 2018-08-19 08:51:38,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 08:51:38,550 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:51:38,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-762bc925-65c2-42db-8195-c27a027f0c72 Date: Sun, 19 Aug 2018 08:51:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:09Z","dns_nameservers":[],"updated_at":"2018-08-19T07:38:09Z","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":"72d414281c1547fdbc271e9afb311d2d","id":"17cee6fd-65c6-481f-9db8-4732319e9d7e","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"46dcff7d-976f-4faa-a5cd-288aed979204","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:43:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T08:43:35Z","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":"7dc2782794df470c83590a2cbd73fefb","id":"798b6f11-f84d-40b6-a76a-2ae6c41a640c","subnetpool_id":null,"name":"refstack_defcore-subnet_4c2caaaf-99f9-4a6c-af43-4fce64ae981a"}]} 2018-08-19 08:51:38,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-762bc925-65c2-42db-8195-c27a027f0c72 2018-08-19 08:51:38,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.413056850433s 2018-08-19 08:51:38,963 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-762bc925-65c2-42db-8195-c27a027f0c72 2018-08-19 08:51:38,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 08:51:38,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/798b6f11-f84d-40b6-a76a-2ae6c41a640c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:51:41,333 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ea34bc0-6da5-47fc-9371-61802babb20c Date: Sun, 19 Aug 2018 08:51:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:51:41,333 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/798b6f11-f84d-40b6-a76a-2ae6c41a640c.json used request id req-5ea34bc0-6da5-47fc-9371-61802babb20c 2018-08-19 08:51:41,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.36881494522s 2018-08-19 08:51:41,334 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/798b6f11-f84d-40b6-a76a-2ae6c41a640c.json used request id req-5ea34bc0-6da5-47fc-9371-61802babb20c 2018-08-19 08:51:41,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:51:41,335 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:51:41,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1359 X-Openstack-Request-Id: req-492d541e-d98d-49bf-a590-5f5aa1b5da32 Date: Sun, 19 Aug 2018 08:51:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"46dcff7d-976f-4faa-a5cd-288aed979204","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T08:51:41Z","provider:segmentation_id":28,"name":"refstack_defcore-net_4c2caaaf-99f9-4a6c-af43-4fce64ae981a","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:43:34Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 08:51:41,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-492d541e-d98d-49bf-a590-5f5aa1b5da32 2018-08-19 08:51:41,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0924341678619s 2018-08-19 08:51:41,427 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-492d541e-d98d-49bf-a590-5f5aa1b5da32 2018-08-19 08:51:41,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 08:51:41,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/46dcff7d-976f-4faa-a5cd-288aed979204.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:51:42,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-70782168-93f1-4d61-8504-9f07da8255ab Date: Sun, 19 Aug 2018 08:51:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:51:42,749 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/46dcff7d-976f-4faa-a5cd-288aed979204.json used request id req-70782168-93f1-4d61-8504-9f07da8255ab 2018-08-19 08:51:42,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.32099699974s 2018-08-19 08:51:42,750 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/46dcff7d-976f-4faa-a5cd-288aed979204.json used request id req-70782168-93f1-4d61-8504-9f07da8255ab 2018-08-19 08:51:42,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:51:42,758 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:51:43,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-b93d642b-6c4a-4345-bb21-c3e76544c288 Date: Sun, 19 Aug 2018 08:51:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:43:41Z", "file": "/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "4fb26a05-f4e7-48da-8518-30db0474509d", "size": 12716032, "self": "/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4fb26a05-f4e7-48da-8518-30db0474509d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4fb26a05-f4e7-48da-8518-30db0474509d/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:43:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:51:43,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b93d642b-6c4a-4345-bb21-c3e76544c288 2018-08-19 08:51:43,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.279898166656s 2018-08-19 08:51:43,034 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b93d642b-6c4a-4345-bb21-c3e76544c288 2018-08-19 08:51:43,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 08:51:43,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:51:43,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fde0beb4-0904-438d-b12e-c8958be8f7a3 Date: Sun, 19 Aug 2018 08:51: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-19 08:51:43,652 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d used request id req-fde0beb4-0904-438d-b12e-c8958be8f7a3 2018-08-19 08:51:43,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.615714073181s 2018-08-19 08:51:43,652 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4fb26a05-f4e7-48da-8518-30db0474509d used request id req-fde0beb4-0904-438d-b12e-c8958be8f7a3 2018-08-19 08:51:43,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 08:51:43,655 - 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}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:51:43,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08: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-4dd1f9c2-d971-4a6e-b1de-77094e207c8a x-compute-request-id: req-4dd1f9c2-d971-4a6e-b1de-77094e207c8a Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_4c2caaaf-99f9-4a6c-af43-4fce64ae981a", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/803a7b80-4c8c-47ec-b29e-2a7db239e164", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/803a7b80-4c8c-47ec-b29e-2a7db239e164", "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": "803a7b80-4c8c-47ec-b29e-2a7db239e164"}]} 2018-08-19 08:51:43,676 - 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-4dd1f9c2-d971-4a6e-b1de-77094e207c8a 2018-08-19 08:51:43,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0233919620514s 2018-08-19 08:51:43,676 - 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-4dd1f9c2-d971-4a6e-b1de-77094e207c8a 2018-08-19 08:51:43,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 08:51:43,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/803a7b80-4c8c-47ec-b29e-2a7db239e164 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}11362309dd9226def13f54ea3aca872a4f4c2bc4" 2018-08-19 08:51:43,718 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 08: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-4a33489d-4986-4776-aa54-eaf3b4fbbe7e x-compute-request-id: req-4a33489d-4986-4776-aa54-eaf3b4fbbe7e Content-Length: 0 Content-Type: application/json 2018-08-19 08:51:43,718 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/803a7b80-4c8c-47ec-b29e-2a7db239e164 used request id req-4a33489d-4986-4776-aa54-eaf3b4fbbe7e 2018-08-19 08:51:43,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0401020050049s 2018-08-19 08:51:43,718 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/803a7b80-4c8c-47ec-b29e-2a7db239e164 used request id req-4a33489d-4986-4776-aa54-eaf3b4fbbe7e 2018-08-19 08:51:43,719 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-08-19 08:51:43,778 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-19 08:51:43,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 08:51:43,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 08:51:43,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 08:51:43,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 08:51:43,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 08:51:43,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 08:51:43,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 08:51:43,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 08:51:43,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 08:51:43,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 08:51:43,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 08:51:43,824 - 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-19 08:51:43,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e57ce72a-f379-4b4f-b542-311d884991e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 08:51:43,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e57ce72a-f379-4b4f-b542-311d884991e5 2018-08-19 08:51:43,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 08:51:44,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T09:51:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["wyVN3jBFSjCLky6kAzsEnw"], "issued_at": "2018-08-19T08:51:44.000000Z"}} 2018-08-19 08:51:44,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:51:44,235 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:51:44,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a1b6c42a-661e-41aa-a1cb-dface9b90981 Date: Sun, 19 Aug 2018 08:51:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 08:51:44,598 - 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-a1b6c42a-661e-41aa-a1cb-dface9b90981 2018-08-19 08:51:44,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.36345911026s 2018-08-19 08:51:44,598 - 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-a1b6c42a-661e-41aa-a1cb-dface9b90981 2018-08-19 08:51:44,599 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-19 08:51:47,429 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-19 08:51:50,134 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | ccc56ed2-cece-47d4-b293-e10d90f53f84 | 2018-08-19T08:51:49.776722 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: ccc56ed2-cece-47d4-b293-e10d90f53f84 ~/.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-19 08:51:53,826 - 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-19 08:51:53,826 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-19 08:51:56,561 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-19 08:52:00,877 - 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=9da3a7f7-766a-4075-a187-a1bc5c7e1a48) as the default verifier for the future CLI operations. 2018-08-19 08:52:04,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-19 08:52:04,080 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:52:04,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-e8f92e0b-f901-4e3b-ada4-91bb132fd261 Date: Sun, 19 Aug 2018 08:52:04 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-19 08:52:04,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-e8f92e0b-f901-4e3b-ada4-91bb132fd261 2018-08-19 08:52:04,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.268175125122s 2018-08-19 08:52:04,348 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-e8f92e0b-f901-4e3b-ada4-91bb132fd261 2018-08-19 08:52:04,355 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-19 08:52:04,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 08:52:04,356 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" -d '{"network": {"name": "patrole-net_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "admin_state_up": true}}' 2018-08-19 08:52:05,027 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-a3110195-3f55-497d-843b-9374e9d45d49 Date: Sun, 19 Aug 2018 08:52:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"14314fbe-1e9e-4573-b150-dc481814919f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T08:52:04Z","is_default":false,"provider:segmentation_id":43,"name":"patrole-net_1c64eef8-270e-43cb-95ae-b978a6a7eb74","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:52:04Z","mtu":1450}} 2018-08-19 08:52:05,027 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a3110195-3f55-497d-843b-9374e9d45d49 2018-08-19 08:52:05,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.672163963318s 2018-08-19 08:52:05,028 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a3110195-3f55-497d-843b-9374e9d45d49 2018-08-19 08:52:05,028 - 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-19T08:52:04Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'14314fbe-1e9e-4573-b150-dc481814919f', u'provider:segmentation_id': 43, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_1c64eef8-270e-43cb-95ae-b978a6a7eb74', u'admin_state_up': True, u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T08:52:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 08:52:05,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:52:05,030 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:52:05,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-ef13bdfc-3250-49f3-ad7b-48db57447237 Date: Sun, 19 Aug 2018 08:52:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"14314fbe-1e9e-4573-b150-dc481814919f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T08:52:04Z","provider:segmentation_id":43,"name":"patrole-net_1c64eef8-270e-43cb-95ae-b978a6a7eb74","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:52:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 08:52:05,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ef13bdfc-3250-49f3-ad7b-48db57447237 2018-08-19 08:52:05,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.361115932465s 2018-08-19 08:52:05,391 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-ef13bdfc-3250-49f3-ad7b-48db57447237 2018-08-19 08:52:05,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 08:52:05,393 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" -d '{"subnet": {"name": "patrole-subnet_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "enable_dhcp": true, "network_id": "14314fbe-1e9e-4573-b150-dc481814919f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 08:52:06,189 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a4805ac1-612c-41bf-a2cc-32a2ef3d996d Date: Sun, 19 Aug 2018 08:52:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14314fbe-1e9e-4573-b150-dc481814919f","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:52:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T08:52:05Z","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":"7dc2782794df470c83590a2cbd73fefb","id":"70801619-426d-4915-9ca2-b8610cf6d4c6","subnetpool_id":null,"name":"patrole-subnet_1c64eef8-270e-43cb-95ae-b978a6a7eb74"}} 2018-08-19 08:52:06,189 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a4805ac1-612c-41bf-a2cc-32a2ef3d996d 2018-08-19 08:52:06,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.797080993652s 2018-08-19 08:52:06,190 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a4805ac1-612c-41bf-a2cc-32a2ef3d996d 2018-08-19 08:52:06,190 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T08:52:05Z', 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'70801619-426d-4915-9ca2-b8610cf6d4c6', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_1c64eef8-270e-43cb-95ae-b978a6a7eb74', u'enable_dhcp': True, u'network_id': u'14314fbe-1e9e-4573-b150-dc481814919f', u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T08:52:05Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 08:52:06,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 08:52:06,191 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "patrole-router_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "admin_state_up": true}}' 2018-08-19 08:52:07,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-acd7d4d0-8966-4dcc-af00-4463fd67fc2d Date: Sun, 19 Aug 2018 08:52:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T08:52:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T08:52:07Z", "revision_number": 2, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "5cc83bb2-db42-4ca8-b1d1-43e53f970c77", "name": "patrole-router_1c64eef8-270e-43cb-95ae-b978a6a7eb74"}} 2018-08-19 08:52:07,865 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-acd7d4d0-8966-4dcc-af00-4463fd67fc2d 2018-08-19 08:52:07,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.67413592339s 2018-08-19 08:52:07,865 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-acd7d4d0-8966-4dcc-af00-4463fd67fc2d 2018-08-19 08:52:07,866 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T08:52:06Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-19T08:52:07Z', u'revision_number': 2, u'routes': [], u'project_id': u'7dc2782794df470c83590a2cbd73fefb', u'id': u'5cc83bb2-db42-4ca8-b1d1-43e53f970c77', u'name': u'patrole-router_1c64eef8-270e-43cb-95ae-b978a6a7eb74'}) 2018-08-19 08:52:07,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 08:52:07,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/5cc83bb2-db42-4ca8-b1d1-43e53f970c77/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}25cdc39a5ad7563f954157f0d9ec592046d03716" -d '{"subnet_id": "70801619-426d-4915-9ca2-b8610cf6d4c6"}' 2018-08-19 08:52:09,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c71787d7-313f-4a84-a3e3-1eb30aef57d5 Date: Sun, 19 Aug 2018 08:52:09 GMT RESP BODY: {"network_id": "14314fbe-1e9e-4573-b150-dc481814919f", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "70801619-426d-4915-9ca2-b8610cf6d4c6", "subnet_ids": ["70801619-426d-4915-9ca2-b8610cf6d4c6"], "port_id": "0772f75c-86aa-41ab-a040-452376993d6b", "id": "5cc83bb2-db42-4ca8-b1d1-43e53f970c77"} 2018-08-19 08:52:09,866 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/5cc83bb2-db42-4ca8-b1d1-43e53f970c77/add_router_interface.json used request id req-c71787d7-313f-4a84-a3e3-1eb30aef57d5 2018-08-19 08:52:09,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.00006103516s 2018-08-19 08:52:09,867 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/5cc83bb2-db42-4ca8-b1d1-43e53f970c77/add_router_interface.json used request id req-c71787d7-313f-4a84-a3e3-1eb30aef57d5 returning object 5cc83bb2-db42-4ca8-b1d1-43e53f970c77 2018-08-19 08:52:09,867 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-19 08:52:09,999 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-19 08:52:10,001 - 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-19 08:52:10,005 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 08:52:10 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-19 08:52:10,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:52:10,009 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:52:10,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2e0395c7-6ab7-47d0-8f7c-9accd6b1760b Date: Sun, 19 Aug 2018 08:52:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:52:10,296 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2e0395c7-6ab7-47d0-8f7c-9accd6b1760b 2018-08-19 08:52:10,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.288338899612s 2018-08-19 08:52:10,296 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2e0395c7-6ab7-47d0-8f7c-9accd6b1760b 2018-08-19 08:52:10,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 08:52:10,307 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_1c64eef8-270e-43cb-95ae-b978a6a7eb74"}' 2018-08-19 08:52:11,102 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-74485b50-ca13-4b0c-bb3c-6da9cd4a0302 Date: Sun, 19 Aug 2018 08:52:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:52:11Z", "file": "/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3dead92c-f4e1-4024-8264-ed748b1bd8e3", "size": null, "self": "/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3", "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_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "checksum": null, "created_at": "2018-08-19T08:52:11Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 08:52:11,102 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-74485b50-ca13-4b0c-bb3c-6da9cd4a0302 2018-08-19 08:52:11,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.798583984375s 2018-08-19 08:52:11,102 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-74485b50-ca13-4b0c-bb3c-6da9cd4a0302 returning object 3dead92c-f4e1-4024-8264-ed748b1bd8e3 2018-08-19 08:52:11,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 08:52:11,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/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}25cdc39a5ad7563f954157f0d9ec592046d03716" -d '' 2018-08-19 08:52:11,824 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5f3cf9e6-64a9-47cb-9d66-003f15e62011 Date: Sun, 19 Aug 2018 08:52:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 08:52:11,824 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/file used request id req-5f3cf9e6-64a9-47cb-9d66-003f15e62011 2018-08-19 08:52:11,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.721128940582s 2018-08-19 08:52:11,824 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/file used request id req-5f3cf9e6-64a9-47cb-9d66-003f15e62011 2018-08-19 08:52:11,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:52:11,831 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:52:12,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-ab08eec6-4cc6-408c-bbeb-6c7e067d306f Date: Sun, 19 Aug 2018 08:52:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:52:11Z", "file": "/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3dead92c-f4e1-4024-8264-ed748b1bd8e3", "size": 12716032, "self": "/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:52:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:52:12,116 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ab08eec6-4cc6-408c-bbeb-6c7e067d306f 2018-08-19 08:52:12,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.288671016693s 2018-08-19 08:52:12,117 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ab08eec6-4cc6-408c-bbeb-6c7e067d306f 2018-08-19 08:52:12,119 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/file', 'owner': u'7dc2782794df470c83590a2cbd73fefb', 'id': u'3dead92c-f4e1-4024-8264-ed748b1bd8e3', 'size': 12716032, u'self': u'/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T08:52:11Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-19T08:52:11Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_1c64eef8-270e-43cb-95ae-b978a6a7eb74', '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/3dead92c-f4e1-4024-8264-ed748b1bd8e3', 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_1c64eef8-270e-43cb-95ae-b978a6a7eb74', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_1c64eef8-270e-43cb-95ae-b978a6a7eb74', 'created': u'2018-08-19T08:52:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T08:52:11Z', 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/3dead92c-f4e1-4024-8264-ed748b1bd8e3', 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_1c64eef8-270e-43cb-95ae-b978a6a7eb74', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 08:52:12,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 08:52:12,123 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 08:52:12,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:52:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04feec30-1a4b-4a74-84cc-d7161b1a01b0 x-compute-request-id: req-04feec30-1a4b-4a74-84cc-d7161b1a01b0 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/bd06d3a7-32fb-4516-afce-1bf8618f8824", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/bd06d3a7-32fb-4516-afce-1bf8618f8824", "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": "bd06d3a7-32fb-4516-afce-1bf8618f8824"}} 2018-08-19 08:52:12,430 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-04feec30-1a4b-4a74-84cc-d7161b1a01b0 2018-08-19 08:52:12,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.310497045517s 2018-08-19 08:52:12,431 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-04feec30-1a4b-4a74-84cc-d7161b1a01b0 2018-08-19 08:52:12,432 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_1c64eef8-270e-43cb-95ae-b978a6a7eb74', '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'7dc2782794df470c83590a2cbd73fefb', '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'bd06d3a7-32fb-4516-afce-1bf8618f8824', 'swap': 0}) 2018-08-19 08:52:12,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 08:52:12,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/bd06d3a7-32fb-4516-afce-1bf8618f8824/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}25cdc39a5ad7563f954157f0d9ec592046d03716" -d '{"extra_specs": {}}' 2018-08-19 08:52:12,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:52:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef3deb6a-2fe3-420f-a38b-5dd10c95f981 x-compute-request-id: req-ef3deb6a-2fe3-420f-a38b-5dd10c95f981 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 08:52:12,455 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/bd06d3a7-32fb-4516-afce-1bf8618f8824/os-extra_specs used request id req-ef3deb6a-2fe3-420f-a38b-5dd10c95f981 2018-08-19 08:52:12,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0230560302734s 2018-08-19 08:52:12,456 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/bd06d3a7-32fb-4516-afce-1bf8618f8824/os-extra_specs used request id req-ef3deb6a-2fe3-420f-a38b-5dd10c95f981 2018-08-19 08:52:12,459 - 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-19 08:52:12,465 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 08:52:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42d5b731-848d-494a-8b3a-4ae7de6f3de1 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-19 08:52:12,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-42d5b731-848d-494a-8b3a-4ae7de6f3de1 2018-08-19 08:52:12,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:52:12,472 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:52:12,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5586b084-d884-47c0-8fd0-260ee73b91a8 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:52:12,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5586b084-d884-47c0-8fd0-260ee73b91a8 2018-08-19 08:52:12,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202497959137s 2018-08-19 08:52:12,672 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5586b084-d884-47c0-8fd0-260ee73b91a8 2018-08-19 08:52:12,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:52:12,680 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:52:12,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:52:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3da90bc3-c3de-45e6-a5d3-b77ada1b7b4d 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:52:12,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3da90bc3-c3de-45e6-a5d3-b77ada1b7b4d 2018-08-19 08:52:12,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204739093781s 2018-08-19 08:52:12,882 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3da90bc3-c3de-45e6-a5d3-b77ada1b7b4d 2018-08-19 08:52:12,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-19 08:52:12,894 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:52:12,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:52:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44b9a579-c60d-4d0a-9938-5fbf51ec2e7e x-compute-request-id: req-44b9a579-c60d-4d0a-9938-5fbf51ec2e7e Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 305}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 308}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-19 08:52:12,940 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-44b9a579-c60d-4d0a-9938-5fbf51ec2e7e 2018-08-19 08:52:12,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0485908985138s 2018-08-19 08:52:12,941 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-44b9a579-c60d-4d0a-9938-5fbf51ec2e7e 2018-08-19 08:52:12,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:52:12,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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:52:13,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-3af0c698-6f0a-48b1-8e18-a8d4769c35e0 Date: Sun, 19 Aug 2018 08:52:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:52:11Z", "file": "/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3dead92c-f4e1-4024-8264-ed748b1bd8e3", "size": 12716032, "self": "/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:52:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:52:13,636 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3af0c698-6f0a-48b1-8e18-a8d4769c35e0 2018-08-19 08:52:13,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.690960884094s 2018-08-19 08:52:13,636 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3af0c698-6f0a-48b1-8e18-a8d4769c35e0 2018-08-19 08:52:13,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 08:52:13,647 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_1c64eef8-270e-43cb-95ae-b978a6a7eb74"}' 2018-08-19 08:52:14,361 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5fd047e6-743b-463f-aa7d-48a0b4d07e9e Date: Sun, 19 Aug 2018 08:52:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:52:14Z", "file": "/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "c9234d8c-5c95-48b0-b4cf-ec67df305471", "size": null, "self": "/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471", "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_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "checksum": null, "created_at": "2018-08-19T08:52:14Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 08:52:14,362 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-5fd047e6-743b-463f-aa7d-48a0b4d07e9e 2018-08-19 08:52:14,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.717549800873s 2018-08-19 08:52:14,362 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-5fd047e6-743b-463f-aa7d-48a0b4d07e9e returning object c9234d8c-5c95-48b0-b4cf-ec67df305471 2018-08-19 08:52:14,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 08:52:14,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471/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}25cdc39a5ad7563f954157f0d9ec592046d03716" -d '' 2018-08-19 08:52:15,415 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fee7586f-23af-499e-be3c-3b1284b1ddf3 Date: Sun, 19 Aug 2018 08:52:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 08:52:15,415 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471/file used request id req-fee7586f-23af-499e-be3c-3b1284b1ddf3 2018-08-19 08:52:15,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.05277609825s 2018-08-19 08:52:15,416 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471/file used request id req-fee7586f-23af-499e-be3c-3b1284b1ddf3 2018-08-19 08:52:15,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:52:15,424 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:52:15,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-0fd0e7f6-258d-4c37-8fb8-75961270f0bf Date: Sun, 19 Aug 2018 08:52:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:52:15Z", "file": "/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "c9234d8c-5c95-48b0-b4cf-ec67df305471", "size": 12716032, "self": "/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c9234d8c-5c95-48b0-b4cf-ec67df305471/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c9234d8c-5c95-48b0-b4cf-ec67df305471/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:52:14Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:52:11Z", "file": "/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3dead92c-f4e1-4024-8264-ed748b1bd8e3", "size": 12716032, "self": "/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:52:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:52:15,723 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0fd0e7f6-258d-4c37-8fb8-75961270f0bf 2018-08-19 08:52:15,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303246021271s 2018-08-19 08:52:15,724 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-0fd0e7f6-258d-4c37-8fb8-75961270f0bf 2018-08-19 08:52:15,726 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c9234d8c-5c95-48b0-b4cf-ec67df305471/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471/file', 'owner': u'7dc2782794df470c83590a2cbd73fefb', 'id': u'c9234d8c-5c95-48b0-b4cf-ec67df305471', 'size': 12716032, u'self': u'/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/c9234d8c-5c95-48b0-b4cf-ec67df305471/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T08:52:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-19T08:52:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_1c64eef8-270e-43cb-95ae-b978a6a7eb74', '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/c9234d8c-5c95-48b0-b4cf-ec67df305471', 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_1c64eef8-270e-43cb-95ae-b978a6a7eb74', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_1c64eef8-270e-43cb-95ae-b978a6a7eb74', 'created': u'2018-08-19T08:52:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T08:52:14Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471', 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_1c64eef8-270e-43cb-95ae-b978a6a7eb74', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 08:52:15,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 08:52:15,730 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 08:52:15,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:52:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41df1843-24a5-44cb-92c2-baa82be66d6e x-compute-request-id: req-41df1843-24a5-44cb-92c2-baa82be66d6e Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/4d18c842-6ca0-4224-947a-5989f28e99bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/4d18c842-6ca0-4224-947a-5989f28e99bb", "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": "4d18c842-6ca0-4224-947a-5989f28e99bb"}} 2018-08-19 08:52:15,771 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-41df1843-24a5-44cb-92c2-baa82be66d6e 2018-08-19 08:52:15,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0442540645599s 2018-08-19 08:52:15,772 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-41df1843-24a5-44cb-92c2-baa82be66d6e 2018-08-19 08:52:15,773 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_1c64eef8-270e-43cb-95ae-b978a6a7eb74', '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'7dc2782794df470c83590a2cbd73fefb', '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'4d18c842-6ca0-4224-947a-5989f28e99bb', 'swap': 0}) 2018-08-19 08:52:15,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 08:52:15,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/4d18c842-6ca0-4224-947a-5989f28e99bb/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}25cdc39a5ad7563f954157f0d9ec592046d03716" -d '{"extra_specs": {}}' 2018-08-19 08:52:15,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:52:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9cd588d2-7354-48f9-92d2-559b20699a80 x-compute-request-id: req-9cd588d2-7354-48f9-92d2-559b20699a80 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 08:52:15,796 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/4d18c842-6ca0-4224-947a-5989f28e99bb/os-extra_specs used request id req-9cd588d2-7354-48f9-92d2-559b20699a80 2018-08-19 08:52:15,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0233221054077s 2018-08-19 08:52:15,797 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/4d18c842-6ca0-4224-947a-5989f28e99bb/os-extra_specs used request id req-9cd588d2-7354-48f9-92d2-559b20699a80 2018-08-19 08:52:15,797 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_1c64eef8-270e-43cb-95ae-b978a6a7eb74', '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'7dc2782794df470c83590a2cbd73fefb', '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'4d18c842-6ca0-4224-947a-5989f28e99bb', 'swap': 0}) 2018-08-19 08:52:19,778 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-19 08:52:19,779 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-19 08:52:19,779 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-19 08:52:19,782 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-19 08:52:19,794 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-19 08:52:23,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9da3a7f7-766a-4075-a187-a1bc5c7e1a48/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-19 08:52:23,350 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-19 08:52:23,363 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-19 08:52:23,364 - 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-19 08:54:16,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 5e949ef8-0b7c-4731-af69-08fa513d00f8 2018-08-19 08:54:16,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5e949ef8-0b7c-4731-af69-08fa513d00f8']'. 2018-08-19 08:54:17,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-19 08:54:17,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-19 08:54:17,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-19 08:54:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5e949ef8-0b7c-4731-af69-08fa513d00f8 | 2018-08-19 08:54:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-19 08:54:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-19 08:52:25 | 2018-08-19 08:54:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-19 08:54:16 | 2018-08-19 08:54:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:51 | 2018-08-19 08:54:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-19 08:54:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-19 08:54:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9da3a7f7-766a-4075-a187-a1bc5c7e1a48) | 2018-08-19 08:54:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-19 08:54:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ccc56ed2-cece-47d4-b293-e10d90f53f84) | 2018-08-19 08:54:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-19 08:54:17,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 82.889 | 2018-08-19 08:54:17,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-19 08:54:17,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-08-19 08:54:17,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-19 08:54:17,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-19 08:54:17,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-19 08:54:17,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-19 08:54:17,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-19 08:54:17,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-19 08:54:17,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-19 08:54:17,878 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 08:54:17,879 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-19 08:54:17,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 08:54:17,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:54:18,521 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-564e0697-0b27-45ff-acf3-1a86c902729a Date: Sun, 19 Aug 2018 08:54: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-19 08:54:18,521 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471 used request id req-564e0697-0b27-45ff-acf3-1a86c902729a 2018-08-19 08:54:18,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.635723829269s 2018-08-19 08:54:18,521 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c9234d8c-5c95-48b0-b4cf-ec67df305471 used request id req-564e0697-0b27-45ff-acf3-1a86c902729a 2018-08-19 08:54:18,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 08:54:18,524 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:54:18,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa785bc7-25c6-48c7-96d9-06f70e325879 x-compute-request-id: req-aa785bc7-25c6-48c7-96d9-06f70e325879 Content-Encoding: gzip Content-Length: 361 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_alt_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/4d18c842-6ca0-4224-947a-5989f28e99bb", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/4d18c842-6ca0-4224-947a-5989f28e99bb", "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": "4d18c842-6ca0-4224-947a-5989f28e99bb"}, {"name": "patrole-flavor_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/bd06d3a7-32fb-4516-afce-1bf8618f8824", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/bd06d3a7-32fb-4516-afce-1bf8618f8824", "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": "bd06d3a7-32fb-4516-afce-1bf8618f8824"}]} 2018-08-19 08:54:18,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-aa785bc7-25c6-48c7-96d9-06f70e325879 2018-08-19 08:54:18,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0262081623077s 2018-08-19 08:54:18,548 - 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-aa785bc7-25c6-48c7-96d9-06f70e325879 2018-08-19 08:54:18,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 08:54:18,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/4d18c842-6ca0-4224-947a-5989f28e99bb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:54:18,592 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 08:54:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-07bb0e7a-872e-4dfa-8bc1-cf56f42fda6b x-compute-request-id: req-07bb0e7a-872e-4dfa-8bc1-cf56f42fda6b Content-Length: 0 Content-Type: application/json 2018-08-19 08:54:18,592 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/4d18c842-6ca0-4224-947a-5989f28e99bb used request id req-07bb0e7a-872e-4dfa-8bc1-cf56f42fda6b 2018-08-19 08:54:18,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0412418842316s 2018-08-19 08:54:18,592 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/4d18c842-6ca0-4224-947a-5989f28e99bb used request id req-07bb0e7a-872e-4dfa-8bc1-cf56f42fda6b 2018-08-19 08:54:18,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 08:54:18,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/5cc83bb2-db42-4ca8-b1d1-43e53f970c77/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}25cdc39a5ad7563f954157f0d9ec592046d03716" -d '{"subnet_id": "70801619-426d-4915-9ca2-b8610cf6d4c6"}' 2018-08-19 08:54:20,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b1c2258f-12fb-4f66-853c-b76e6b2d49ff Date: Sun, 19 Aug 2018 08:54:20 GMT RESP BODY: {"network_id": "14314fbe-1e9e-4573-b150-dc481814919f", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "70801619-426d-4915-9ca2-b8610cf6d4c6", "subnet_ids": ["70801619-426d-4915-9ca2-b8610cf6d4c6"], "port_id": "0772f75c-86aa-41ab-a040-452376993d6b", "id": "5cc83bb2-db42-4ca8-b1d1-43e53f970c77"} 2018-08-19 08:54:20,601 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/5cc83bb2-db42-4ca8-b1d1-43e53f970c77/remove_router_interface.json used request id req-b1c2258f-12fb-4f66-853c-b76e6b2d49ff 2018-08-19 08:54:20,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.00860595703s 2018-08-19 08:54:20,602 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/5cc83bb2-db42-4ca8-b1d1-43e53f970c77/remove_router_interface.json used request id req-b1c2258f-12fb-4f66-853c-b76e6b2d49ff returning object 5cc83bb2-db42-4ca8-b1d1-43e53f970c77 2018-08-19 08:54:20,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 08:54:20,603 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:54:21,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-7546ea68-c80e-4020-885d-f5f7c66ea65a Date: Sun, 19 Aug 2018 08:54:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T08:52:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T08:54:19Z", "revision_number": 4, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "5cc83bb2-db42-4ca8-b1d1-43e53f970c77", "name": "patrole-router_1c64eef8-270e-43cb-95ae-b978a6a7eb74"}]} 2018-08-19 08:54:21,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-7546ea68-c80e-4020-885d-f5f7c66ea65a 2018-08-19 08:54:21,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.514070034027s 2018-08-19 08:54:21,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-7546ea68-c80e-4020-885d-f5f7c66ea65a 2018-08-19 08:54:21,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 08:54:21,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/5cc83bb2-db42-4ca8-b1d1-43e53f970c77.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:54:22,861 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ba726c42-ee73-4761-b959-0783c4ab81b6 Content-Length: 0 Date: Sun, 19 Aug 2018 08:54:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:54:22,862 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/5cc83bb2-db42-4ca8-b1d1-43e53f970c77.json used request id req-ba726c42-ee73-4761-b959-0783c4ab81b6 2018-08-19 08:54:22,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.74348807335s 2018-08-19 08:54:22,862 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/5cc83bb2-db42-4ca8-b1d1-43e53f970c77.json used request id req-ba726c42-ee73-4761-b959-0783c4ab81b6 2018-08-19 08:54:22,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 08:54:22,863 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:54:23,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-c023a00e-4905-4fdc-9586-1d4ceb94325d Date: Sun, 19 Aug 2018 08:54:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:09Z","dns_nameservers":[],"updated_at":"2018-08-19T07:38:09Z","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":"72d414281c1547fdbc271e9afb311d2d","id":"17cee6fd-65c6-481f-9db8-4732319e9d7e","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"14314fbe-1e9e-4573-b150-dc481814919f","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:52:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T08:52:05Z","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":"7dc2782794df470c83590a2cbd73fefb","id":"70801619-426d-4915-9ca2-b8610cf6d4c6","subnetpool_id":null,"name":"patrole-subnet_1c64eef8-270e-43cb-95ae-b978a6a7eb74"}]} 2018-08-19 08:54:23,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c023a00e-4905-4fdc-9586-1d4ceb94325d 2018-08-19 08:54:23,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.256017923355s 2018-08-19 08:54:23,119 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-c023a00e-4905-4fdc-9586-1d4ceb94325d 2018-08-19 08:54:23,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 08:54:23,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/70801619-426d-4915-9ca2-b8610cf6d4c6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:54:25,699 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5fe14c41-f911-4577-bb2a-5407525979eb Date: Sun, 19 Aug 2018 08:54:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:54:25,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/70801619-426d-4915-9ca2-b8610cf6d4c6.json used request id req-5fe14c41-f911-4577-bb2a-5407525979eb 2018-08-19 08:54:25,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.57851195335s 2018-08-19 08:54:25,699 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/70801619-426d-4915-9ca2-b8610cf6d4c6.json used request id req-5fe14c41-f911-4577-bb2a-5407525979eb 2018-08-19 08:54:25,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:54:25,700 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:54:26,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-e8e6c035-dcde-4b7f-9716-83432fe96bd7 Date: Sun, 19 Aug 2018 08:54:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"14314fbe-1e9e-4573-b150-dc481814919f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T08:54:25Z","provider:segmentation_id":43,"name":"patrole-net_1c64eef8-270e-43cb-95ae-b978a6a7eb74","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T08:52:04Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 08:54:26,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e8e6c035-dcde-4b7f-9716-83432fe96bd7 2018-08-19 08:54:26,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369197130203s 2018-08-19 08:54:26,069 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-e8e6c035-dcde-4b7f-9716-83432fe96bd7 2018-08-19 08:54:26,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 08:54:26,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/14314fbe-1e9e-4573-b150-dc481814919f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:54:27,470 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3eb76cc6-6d9d-4ffc-9b63-b7473bac34e2 Date: Sun, 19 Aug 2018 08:54:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:54:27,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/14314fbe-1e9e-4573-b150-dc481814919f.json used request id req-3eb76cc6-6d9d-4ffc-9b63-b7473bac34e2 2018-08-19 08:54:27,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.39950203896s 2018-08-19 08:54:27,470 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/14314fbe-1e9e-4573-b150-dc481814919f.json used request id req-3eb76cc6-6d9d-4ffc-9b63-b7473bac34e2 2018-08-19 08:54:27,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:54:27,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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:54:27,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-1f850b8b-f40e-4114-ba4c-6e1fcf731024 Date: Sun, 19 Aug 2018 08:54:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:52:11Z", "file": "/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "3dead92c-f4e1-4024-8264-ed748b1bd8e3", "size": 12716032, "self": "/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T08:52:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:54:27,498 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1f850b8b-f40e-4114-ba4c-6e1fcf731024 2018-08-19 08:54:27,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0240468978882s 2018-08-19 08:54:27,499 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1f850b8b-f40e-4114-ba4c-6e1fcf731024 2018-08-19 08:54:27,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 08:54:27,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:54:28,103 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bf38f973-2819-4502-a3b9-583bd19e962f Date: Sun, 19 Aug 2018 08:54: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-19 08:54:28,103 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3 used request id req-bf38f973-2819-4502-a3b9-583bd19e962f 2018-08-19 08:54:28,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.602832794189s 2018-08-19 08:54:28,103 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/3dead92c-f4e1-4024-8264-ed748b1bd8e3 used request id req-bf38f973-2819-4502-a3b9-583bd19e962f 2018-08-19 08:54:28,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 08:54:28,107 - 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}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:54:28,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54: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-b1139a00-2a63-453c-af3d-e219fcd08c70 x-compute-request-id: req-b1139a00-2a63-453c-af3d-e219fcd08c70 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_1c64eef8-270e-43cb-95ae-b978a6a7eb74", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/bd06d3a7-32fb-4516-afce-1bf8618f8824", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/bd06d3a7-32fb-4516-afce-1bf8618f8824", "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": "bd06d3a7-32fb-4516-afce-1bf8618f8824"}]} 2018-08-19 08:54:28,125 - 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-b1139a00-2a63-453c-af3d-e219fcd08c70 2018-08-19 08:54:28,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0215981006622s 2018-08-19 08:54:28,126 - 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-b1139a00-2a63-453c-af3d-e219fcd08c70 2018-08-19 08:54:28,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 08:54:28,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/bd06d3a7-32fb-4516-afce-1bf8618f8824 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}25cdc39a5ad7563f954157f0d9ec592046d03716" 2018-08-19 08:54:28,167 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 08:54:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b10dc492-b9b9-4bc5-8810-34e1f97ecd9a x-compute-request-id: req-b10dc492-b9b9-4bc5-8810-34e1f97ecd9a Content-Length: 0 Content-Type: application/json 2018-08-19 08:54:28,167 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/bd06d3a7-32fb-4516-afce-1bf8618f8824 used request id req-b10dc492-b9b9-4bc5-8810-34e1f97ecd9a 2018-08-19 08:54:28,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0392069816589s 2018-08-19 08:54:28,167 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/bd06d3a7-32fb-4516-afce-1bf8618f8824 used request id req-b10dc492-b9b9-4bc5-8810-34e1f97ecd9a 2018-08-19 08:54:28,223 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-19 08:54:28,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 08:54:28,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 08:54:28,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 08:54:28,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 08:54:28,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 08:54:28,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 08:54:28,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 08:54:28,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 08:54:28,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 08:54:28,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 08:54:28,270 - 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-19 08:54:28,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c1df38f-5222-408d-8087-d87b0c229ce8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 08:54:28,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6c1df38f-5222-408d-8087-d87b0c229ce8 2018-08-19 08:54:28,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 08:54:28,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T09:54:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["aifBUI_TQJK2lsnLzK-yKQ"], "issued_at": "2018-08-19T08:54:28.000000Z"}} 2018-08-19 08:54:28,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:54:28,680 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:29,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-bcafbd37-36ef-43b6-a1cc-2594b1092f42 Date: Sun, 19 Aug 2018 08:54:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 08:54:29,039 - 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-bcafbd37-36ef-43b6-a1cc-2594b1092f42 2018-08-19 08:54:29,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360550880432s 2018-08-19 08:54:29,040 - 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-bcafbd37-36ef-43b6-a1cc-2594b1092f42 2018-08-19 08:54:29,043 - 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-19 08:54:29,049 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2e6f905-a194-4ec1-b592-cfb3e90e5ed3 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-19 08:54:29,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-b2e6f905-a194-4ec1-b592-cfb3e90e5ed3 2018-08-19 08:54:29,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 08:54:29,053 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:29,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-249e0193-52cc-4bf5-a058-ad807e5fd0d7 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 08:54:29,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-249e0193-52cc-4bf5-a058-ad807e5fd0d7 2018-08-19 08:54:29,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.190674066544s 2018-08-19 08:54:29,241 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-249e0193-52cc-4bf5-a058-ad807e5fd0d7 2018-08-19 08:54:29,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 08:54:29,251 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_5dbbd402-e2de-4c50-8a3e-bf491eae30dc"}}' 2018-08-19 08:54:29,456 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-423b5141-312e-409f-8835-f2ef99d22717 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/0d5172b042e041b6876dda49a78b2dd7"}, "tags": [], "enabled": true, "id": "0d5172b042e041b6876dda49a78b2dd7", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_5dbbd402-e2de-4c50-8a3e-bf491eae30dc"}} 2018-08-19 08:54:29,456 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-423b5141-312e-409f-8835-f2ef99d22717 2018-08-19 08:54:29,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.20815205574s 2018-08-19 08:54:29,457 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-423b5141-312e-409f-8835-f2ef99d22717 2018-08-19 08:54:29,457 - 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'0d5172b042e041b6876dda49a78b2dd7', '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_5dbbd402-e2de-4c50-8a3e-bf491eae30dc'}) 2018-08-19 08:54:29,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 08:54:29,466 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "774dd4c5-cd8b-415e-9582-ecd1cc0eb6ff", "email": null, "name": "vmtp-user_5dbbd402-e2de-4c50-8a3e-bf491eae30dc"}}' 2018-08-19 08:54:29,947 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a31b0fc-0831-4dc9-973d-f48b3672e66d Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "links": {"self": "http://172.30.9.27:5000/v3/users/2e9872b01ce744489d87a60009e6446a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2e9872b01ce744489d87a60009e6446a", "domain_id": "default", "password_expires_at": null}} 2018-08-19 08:54:29,947 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-7a31b0fc-0831-4dc9-973d-f48b3672e66d 2018-08-19 08:54:29,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.483575105667s 2018-08-19 08:54:29,947 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-7a31b0fc-0831-4dc9-973d-f48b3672e66d 2018-08-19 08:54:29,948 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2e9872b01ce744489d87a60009e6446a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_5dbbd402-e2de-4c50-8a3e-bf491eae30dc'}) 2018-08-19 08:54:29,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:54:29,955 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:30,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a279921e-65d9-47fb-a62d-45d3a54cd7cc 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:54:30,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a279921e-65d9-47fb-a62d-45d3a54cd7cc 2018-08-19 08:54:30,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184139966965s 2018-08-19 08:54:30,136 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a279921e-65d9-47fb-a62d-45d3a54cd7cc 2018-08-19 08:54:30,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:54:30,143 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:30,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-866a79ed-a622-4bc7-8ebe-ed8c411ba7a0 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:54:30,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-866a79ed-a622-4bc7-8ebe-ed8c411ba7a0 2018-08-19 08:54:30,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194458961487s 2018-08-19 08:54:30,335 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-866a79ed-a622-4bc7-8ebe-ed8c411ba7a0 2018-08-19 08:54:30,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:54:30,343 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:30,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0247e7a6-b59e-4c7a-aee7-8ec0e2c922ad 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:54:30,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0247e7a6-b59e-4c7a-aee7-8ec0e2c922ad 2018-08-19 08:54:30,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186408996582s 2018-08-19 08:54:30,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0247e7a6-b59e-4c7a-aee7-8ec0e2c922ad 2018-08-19 08:54:30,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 08:54:30,535 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:30,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b2a6b67-d701-4e8f-99cc-c0ed69b50845 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-19 08:54:30,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-5b2a6b67-d701-4e8f-99cc-c0ed69b50845 2018-08-19 08:54:30,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18231010437s 2018-08-19 08:54:30,714 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-5b2a6b67-d701-4e8f-99cc-c0ed69b50845 2018-08-19 08:54:30,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 08:54:30,719 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:30,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d592714-2be5-4ae4-b297-4542e255616d Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vmtp-user_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "links": {"self": "http://172.30.9.27:5000/v3/users/2e9872b01ce744489d87a60009e6446a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2e9872b01ce744489d87a60009e6446a", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 08:54:30,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-1d592714-2be5-4ae4-b297-4542e255616d 2018-08-19 08:54:30,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.220395088196s 2018-08-19 08:54:30,936 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-1d592714-2be5-4ae4-b297-4542e255616d 2018-08-19 08:54:30,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 08:54:30,950 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:31,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aff0ffec-3299-4672-b7e5-3265b1694e0b Content-Encoding: gzip Content-Length: 388 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "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/0d5172b042e041b6876dda49a78b2dd7"}, "tags": [], "enabled": true, "id": "0d5172b042e041b6876dda49a78b2dd7", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_5dbbd402-e2de-4c50-8a3e-bf491eae30dc"}]} 2018-08-19 08:54:31,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-aff0ffec-3299-4672-b7e5-3265b1694e0b 2018-08-19 08:54:31,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.198293924332s 2018-08-19 08:54:31,146 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-aff0ffec-3299-4672-b7e5-3265b1694e0b 2018-08-19 08:54:31,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 08:54:31,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=2e9872b01ce744489d87a60009e6446a&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=0d5172b042e041b6876dda49a78b2dd7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:31,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ed90f38-f388-4208-804c-a5aab7f10f5b 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=2e9872b01ce744489d87a60009e6446a&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=0d5172b042e041b6876dda49a78b2dd7", "previous": null, "next": null}} 2018-08-19 08:54:31,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=2e9872b01ce744489d87a60009e6446a&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=0d5172b042e041b6876dda49a78b2dd7 used request id req-0ed90f38-f388-4208-804c-a5aab7f10f5b 2018-08-19 08:54:31,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.181372880936s 2018-08-19 08:54:31,335 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=2e9872b01ce744489d87a60009e6446a&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=0d5172b042e041b6876dda49a78b2dd7 used request id req-0ed90f38-f388-4208-804c-a5aab7f10f5b 2018-08-19 08:54:31,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 08:54:31,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/0d5172b042e041b6876dda49a78b2dd7/users/2e9872b01ce744489d87a60009e6446a/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:31,565 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 08:54:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-823abb84-e9b1-4a3e-858c-6f8c63718d5c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 08:54:31,566 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0d5172b042e041b6876dda49a78b2dd7/users/2e9872b01ce744489d87a60009e6446a/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-823abb84-e9b1-4a3e-858c-6f8c63718d5c 2018-08-19 08:54:31,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.227770090103s 2018-08-19 08:54:31,566 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0d5172b042e041b6876dda49a78b2dd7/users/2e9872b01ce744489d87a60009e6446a/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-823abb84-e9b1-4a3e-858c-6f8c63718d5c 2018-08-19 08:54:31,567 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_5dbbd402-e2de-4c50-8a3e-bf491eae30dc', 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'0d5172b042e041b6876dda49a78b2dd7', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '774dd4c5-cd8b-415e-9582-ecd1cc0eb6ff', 'username': u'vmtp-user_5dbbd402-e2de-4c50-8a3e-bf491eae30dc', '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-19 08:54:31,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 08:54:31,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 08:54:31,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 08:54:31,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 08:54:31,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 08:54:31,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 08:54:31,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 08:54:31,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 08:54:31,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 08:54:31,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 08:54:31,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 08:54:31,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 08:54:31,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 08:54:31,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 08:54:31,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 08:54:31,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 08:54:31,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 08:54:31,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 08:54:31,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 08:54:31,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 08:54:31,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 08:54:31,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 08:54:31,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 08:54:31,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 08:54:31,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 08:54:31,572 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_5dbbd402-e2de-4c50-8a3e-bf491eae30dc', 'password': '774dd4c5-cd8b-415e-9582-ecd1cc0eb6ff', 'project_name': 'vmtp-project_5dbbd402-e2de-4c50-8a3e-bf491eae30dc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '0d5172b042e041b6876dda49a78b2dd7', 'project_domain_name': 'Default'} 2018-08-19 08:54:31,576 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-19 08:54:31,577 - 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-19 08:54:31,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22f9dad6-e53e-47d2-b117-06dbbb9aa88e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 08:54:31,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-22f9dad6-e53e-47d2-b117-06dbbb9aa88e 2018-08-19 08:54:31,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 08:54:31,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T09:54:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d5172b042e041b6876dda49a78b2dd7", "name": "vmtp-project_5dbbd402-e2de-4c50-8a3e-bf491eae30dc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/0d5172b042e041b6876dda49a78b2dd7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/0d5172b042e041b6876dda49a78b2dd7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/0d5172b042e041b6876dda49a78b2dd7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/0d5172b042e041b6876dda49a78b2dd7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/0d5172b042e041b6876dda49a78b2dd7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/0d5172b042e041b6876dda49a78b2dd7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/0d5172b042e041b6876dda49a78b2dd7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/0d5172b042e041b6876dda49a78b2dd7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/0d5172b042e041b6876dda49a78b2dd7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/0d5172b042e041b6876dda49a78b2dd7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/0d5172b042e041b6876dda49a78b2dd7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/0d5172b042e041b6876dda49a78b2dd7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_0d5172b042e041b6876dda49a78b2dd7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_0d5172b042e041b6876dda49a78b2dd7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "id": "2e9872b01ce744489d87a60009e6446a"}, "audit_ids": ["EXm7WmT-SzmOK2tpkBV5ww"], "issued_at": "2018-08-19T08:54:31.000000Z"}} 2018-08-19 08:54:31,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 08:54:31,975 - 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}2d9e02b73dd14f7706592c9d14d96f5516c3e022" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "vmtp-router_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "admin_state_up": true}}' 2018-08-19 08:54:33,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 615 X-Openstack-Request-Id: req-744e083d-1c37-47e3-b7e8-e8eafe2f5cc0 Date: Sun, 19 Aug 2018 08:54:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "0d5172b042e041b6876dda49a78b2dd7", "created_at": "2018-08-19T08:54:32Z", "admin_state_up": true, "updated_at": "2018-08-19T08:54:33Z", "revision_number": 2, "routes": [], "project_id": "0d5172b042e041b6876dda49a78b2dd7", "id": "e4add2d8-ad1d-44fe-acc6-d203a199e4ea", "name": "vmtp-router_5dbbd402-e2de-4c50-8a3e-bf491eae30dc"}} 2018-08-19 08:54:33,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-744e083d-1c37-47e3-b7e8-e8eafe2f5cc0 2018-08-19 08:54:33,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.22577595711s 2018-08-19 08:54:33,201 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-744e083d-1c37-47e3-b7e8-e8eafe2f5cc0 2018-08-19 08:54:33,201 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0d5172b042e041b6876dda49a78b2dd7', u'created_at': u'2018-08-19T08:54:32Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T08:54:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'0d5172b042e041b6876dda49a78b2dd7', u'id': u'e4add2d8-ad1d-44fe-acc6-d203a199e4ea', u'name': u'vmtp-router_5dbbd402-e2de-4c50-8a3e-bf491eae30dc'}) 2018-08-19 08:54:33,202 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-19 08:54:34,691 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-19 08:54:34,693 - 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-19 08:54:34,697 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 08:54:34 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-19 08:54:34,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:54:34,700 - 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}2d9e02b73dd14f7706592c9d14d96f5516c3e022" 2018-08-19 08:54:34,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f47f6e98-f696-4196-ace3-7a522bfae480 Date: Sun, 19 Aug 2018 08:54:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:54:34,997 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f47f6e98-f696-4196-ace3-7a522bfae480 2018-08-19 08:54:34,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298848867416s 2018-08-19 08:54:34,998 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f47f6e98-f696-4196-ace3-7a522bfae480 2018-08-19 08:54:35,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 08:54:35,010 - 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}2d9e02b73dd14f7706592c9d14d96f5516c3e022" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/vmtp-img_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_5dbbd402-e2de-4c50-8a3e-bf491eae30dc"}' 2018-08-19 08:54:35,296 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-539ce09d-272c-4198-9b56-bc54bc150f9d Date: Sun, 19 Aug 2018 08:54:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:54:35Z", "file": "/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74/file", "owner": "0d5172b042e041b6876dda49a78b2dd7", "id": "ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74", "size": null, "self": "/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "checksum": null, "created_at": "2018-08-19T08:54:35Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 08:54:35,296 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-539ce09d-272c-4198-9b56-bc54bc150f9d 2018-08-19 08:54:35,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.29026889801s 2018-08-19 08:54:35,297 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-539ce09d-272c-4198-9b56-bc54bc150f9d returning object ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74 2018-08-19 08:54:35,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 08:54:35,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74/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}2d9e02b73dd14f7706592c9d14d96f5516c3e022" -d '' 2018-08-19 08:54:39,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3d6d625a-210b-4256-970f-ae02f4bfa7ae Date: Sun, 19 Aug 2018 08:54: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-19 08:54:39,909 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74/file used request id req-3d6d625a-210b-4256-970f-ae02f4bfa7ae 2018-08-19 08:54:39,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.61146497726s 2018-08-19 08:54:39,909 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74/file used request id req-3d6d625a-210b-4256-970f-ae02f4bfa7ae 2018-08-19 08:54:39,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:54:39,918 - 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}2d9e02b73dd14f7706592c9d14d96f5516c3e022" 2018-08-19 08:54:40,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-7f00e7fc-2221-415a-be2d-e0be9398c505 Date: Sun, 19 Aug 2018 08:54:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:54:39Z", "file": "/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74/file", "owner": "0d5172b042e041b6876dda49a78b2dd7", "id": "ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74", "size": 263193088, "self": "/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-19T08:54:35Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:54:40,192 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7f00e7fc-2221-415a-be2d-e0be9398c505 2018-08-19 08:54:40,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.278879880905s 2018-08-19 08:54:40,193 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-7f00e7fc-2221-415a-be2d-e0be9398c505 2018-08-19 08:54:40,195 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74/file', 'owner': u'0d5172b042e041b6876dda49a78b2dd7', 'id': u'ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74', 'size': 263193088, u'self': u'/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0d5172b042e041b6876dda49a78b2dd7', 'name': 'vmtp-project_5dbbd402-e2de-4c50-8a3e-bf491eae30dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T08:54:39Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T08:54:39Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_5dbbd402-e2de-4c50-8a3e-bf491eae30dc', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_5dbbd402-e2de-4c50-8a3e-bf491eae30dc', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_5dbbd402-e2de-4c50-8a3e-bf491eae30dc', 'created': u'2018-08-19T08:54:35Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-19T08:54:35Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_5dbbd402-e2de-4c50-8a3e-bf491eae30dc', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-19 08:54:40,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 08:54:40,198 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-19 08:54:40,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e657208-98c0-4b18-a8f7-986aeae41e41 x-compute-request-id: req-5e657208-98c0-4b18-a8f7-986aeae41e41 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/028ae050-3d2f-4440-8797-edc73857ebd8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/028ae050-3d2f-4440-8797-edc73857ebd8", "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": "028ae050-3d2f-4440-8797-edc73857ebd8"}} 2018-08-19 08:54:40,506 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5e657208-98c0-4b18-a8f7-986aeae41e41 2018-08-19 08:54:40,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.310347080231s 2018-08-19 08:54:40,506 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5e657208-98c0-4b18-a8f7-986aeae41e41 2018-08-19 08:54:40,507 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_5dbbd402-e2de-4c50-8a3e-bf491eae30dc', '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'7dc2782794df470c83590a2cbd73fefb', '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'028ae050-3d2f-4440-8797-edc73857ebd8', 'swap': 0}) 2018-08-19 08:54:40,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 08:54:40,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/028ae050-3d2f-4440-8797-edc73857ebd8/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}2477a1a67061a91a513a7d1705a491aba2179ef6" -d '{"extra_specs": {}}' 2018-08-19 08:54:40,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b38fc95-08cb-4d9c-9e9c-2b086a2b8c03 x-compute-request-id: req-8b38fc95-08cb-4d9c-9e9c-2b086a2b8c03 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 08:54:40,526 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/028ae050-3d2f-4440-8797-edc73857ebd8/os-extra_specs used request id req-8b38fc95-08cb-4d9c-9e9c-2b086a2b8c03 2018-08-19 08:54:40,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0183608531952s 2018-08-19 08:54:40,526 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/028ae050-3d2f-4440-8797-edc73857ebd8/os-extra_specs used request id req-8b38fc95-08cb-4d9c-9e9c-2b086a2b8c03 2018-08-19 08:54:40,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:54:40,531 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:40,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af89e40e-2116-47ec-a9e4-1bbab5ed3cf2 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:54:40,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-af89e40e-2116-47ec-a9e4-1bbab5ed3cf2 2018-08-19 08:54:40,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19295501709s 2018-08-19 08:54:40,722 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-af89e40e-2116-47ec-a9e4-1bbab5ed3cf2 2018-08-19 08:54:40,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:54:40,729 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:40,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71d9cbb0-ea61-4dbf-84fb-2f05e0099473 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:54:40,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-71d9cbb0-ea61-4dbf-84fb-2f05e0099473 2018-08-19 08:54:40,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195386171341s 2018-08-19 08:54:40,922 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-71d9cbb0-ea61-4dbf-84fb-2f05e0099473 2018-08-19 08:54:40,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 08:54:40,930 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:41,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a28e0e6-c7e8-47fe-975e-ec33b2380544 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-19 08:54:41,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-8a28e0e6-c7e8-47fe-975e-ec33b2380544 2018-08-19 08:54:41,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184656143188s 2018-08-19 08:54:41,112 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-8a28e0e6-c7e8-47fe-975e-ec33b2380544 2018-08-19 08:54:41,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 08:54:41,116 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:41,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3af3cfc3-913c-4e83-841d-80a98204375f Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vmtp-user_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "links": {"self": "http://172.30.9.27:5000/v3/users/2e9872b01ce744489d87a60009e6446a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2e9872b01ce744489d87a60009e6446a", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 08:54:41,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3af3cfc3-913c-4e83-841d-80a98204375f 2018-08-19 08:54:41,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207659006119s 2018-08-19 08:54:41,321 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3af3cfc3-913c-4e83-841d-80a98204375f 2018-08-19 08:54:41,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 08:54:41,335 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:41,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bad21b6-8056-484e-be3e-2d3a1530be83 Content-Encoding: gzip Content-Length: 388 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "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/0d5172b042e041b6876dda49a78b2dd7"}, "tags": [], "enabled": true, "id": "0d5172b042e041b6876dda49a78b2dd7", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_5dbbd402-e2de-4c50-8a3e-bf491eae30dc"}]} 2018-08-19 08:54:41,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-4bad21b6-8056-484e-be3e-2d3a1530be83 2018-08-19 08:54:41,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.198337078094s 2018-08-19 08:54:41,531 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-4bad21b6-8056-484e-be3e-2d3a1530be83 2018-08-19 08:54:41,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 08:54:41,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=2e9872b01ce744489d87a60009e6446a&role.id=1ec39ef7986141aea53c73a5729dabce&scope.project.id=0d5172b042e041b6876dda49a78b2dd7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:41,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b973d7f-b6c9-4649-b8b6-48c432f2a800 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=2e9872b01ce744489d87a60009e6446a&role.id=1ec39ef7986141aea53c73a5729dabce&scope.project.id=0d5172b042e041b6876dda49a78b2dd7", "previous": null, "next": null}} 2018-08-19 08:54:41,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=2e9872b01ce744489d87a60009e6446a&role.id=1ec39ef7986141aea53c73a5729dabce&scope.project.id=0d5172b042e041b6876dda49a78b2dd7 used request id req-5b973d7f-b6c9-4649-b8b6-48c432f2a800 2018-08-19 08:54:41,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.169554948807s 2018-08-19 08:54:41,707 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=2e9872b01ce744489d87a60009e6446a&role.id=1ec39ef7986141aea53c73a5729dabce&scope.project.id=0d5172b042e041b6876dda49a78b2dd7 used request id req-5b973d7f-b6c9-4649-b8b6-48c432f2a800 2018-08-19 08:54:41,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 08:54:41,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/0d5172b042e041b6876dda49a78b2dd7/users/2e9872b01ce744489d87a60009e6446a/roles/1ec39ef7986141aea53c73a5729dabce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:54:41,951 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 08:54:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76eea55a-5082-4426-9d43-f41c38b21233 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 08:54:41,951 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0d5172b042e041b6876dda49a78b2dd7/users/2e9872b01ce744489d87a60009e6446a/roles/1ec39ef7986141aea53c73a5729dabce used request id req-76eea55a-5082-4426-9d43-f41c38b21233 2018-08-19 08:54:41,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.240230083466s 2018-08-19 08:54:41,951 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/0d5172b042e041b6876dda49a78b2dd7/users/2e9872b01ce744489d87a60009e6446a/roles/1ec39ef7986141aea53c73a5729dabce used request id req-76eea55a-5082-4426-9d43-f41c38b21233 2018-08-19 08:54:41,952 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_5dbbd402-e2de-4c50-8a3e-bf491eae30dc' 2018-08-19 08:54:41,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-19 08:54:41,956 - 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}2d9e02b73dd14f7706592c9d14d96f5516c3e022" -d '{"keypair": {"name": "vmtp_5dbbd402-e2de-4c50-8a3e-bf491eae30dc"}}' 2018-08-19 08:54:42,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:54: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-a6978d6d-7fb0-45a7-84cf-7741480341ab x-compute-request-id: req-a6978d6d-7fb0-45a7-84cf-7741480341ab Content-Encoding: gzip Content-Length: 1798 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhTKcx75/7ikyFmBkohsRLqsMPD7zLK/hZM2+0130v3/GGs4w3t+rZJFL1tjmW4NR2EAWHwj4t7v8Wedztk+5tbpOL1zyMDz1Lv++ntfXBuB1B+HeUH5NZxt4TMok83GTup091+gDlo0vsTaIv8fSZoAOlcaFKNDGFpyneW0Vd5axPz44PjsySbnr7gL/bejrWSazhHd17za4AkFbsKaL9PJjEJDpQ7la61DR8JiM3UJi3C2+5hPWXEs3qtJ+f26mNYSPWWQmf3RCTRhh58rXK89+SX1E0bio69v0r1cjxX7+bpySmKif1DYW9COPrpLPoQKlEYAOz8yNTuCdVETb9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA4UynMe+f+4pMhZgZKIbES6rDDw+8yyv4WTNvtNd9L9/xhrOM\nN7fq2SRS9bY5luDUdhAFh8I+Le7/Fnnc7ZPubW6Ti9c8jA89S7/vp7X1wbgdQfh3\nlB+TWcbeEzKJPNxk7qdPdfoA5aNL7E2iL/H0maADpXGhSjQxhacp3ltFXeWsT8+O\nD47Mkm56+4C/23o61kms4R3de82uAJBW7Cmi/TyYxCQ6UO5WutQ0fCYjN1CYtwtv\nuYT1lxLN6rSfn9upjWEj1lkJn90Qk0YYefK1yvPfkl9RNG4qOvb9K9XI8V+/m6ck\npion9Q2FvQjj66Sz6ECpRGADs/MjU7gnVRE2/QIDAQABAoIBAQCdUy2djTsmJ5jv\n4RoQVqtUO1YielbXeUje4TAsFB3zBGpgKZjMf72bC+ZydmEYnr8+AkoaVuWcpbuz\nMj24GQjxmbmmeRJqq2meL9VmQ4XtVGf53UuDP9lhY6FHvo5e1XgVvveZ5o4hzToD\nNOMAn/CyJi7lpMeATZoXPnfaMdnqiluxqooge7KPuKX69sDN2K6ElYpB3rntrtS1\nZrOqLwPB2Zmcng298Hug9ttW4fqHijPYGIvHgRI5bq4HCZWxYs6i1INRBI2lmmmA\nOv7uy/9INV/9NK/awj0426H7KJpH/GMwjiy91ujM2AmDvpLDgQtIttIcaJ1vkVY6\ncO1UvyFxAoGBAPIdDQiuY9y6VAo5nOep4f54+tc+8OyBtX7tgLYvUXhCnq94Vnk6\nE3nPV74UZfySV9q5CLg4Df+xcWvP2cBRrmaGIaaI+Gsq0IlrLXykc5ED9oO80jyg\n5SnEh8v1KLnNqKW77dsAUypxyvknCLPSPKaj/OQU6hrgdhfEx/XrKcFbAoGBAO44\nuL53IWNIkVuMI7pz/1GGWDdlZdJGdVfAivqdo0KN4VrF6NxA3S5naT14yyEnZTNR\nPvPrdBY3QHRxfud6bt3+Nob1wUoRB4VUVH2d5iwGn1XHP8+vSqnOhcaZrIOaAB4T\nRQnxt7d6cHNqHx6RRiMYcP+ALT7QliP+ayYJmMCHAoGBAM6kCt7Q8LyQb2/2sjtr\nXE5z9SvHNZu2LTDzBnr4MeGhgoyi+bMn5T1+wRWjlVQXl1I/wPhyJ0iHqxVoZiJl\n1KL+cjQQDW5yMWBIEJ+kQFqR9lGD1DAY5t5aNcjXKnZC2GDz39OeGF1Ol/1E2oGX\nu1pC9nG4hAKCd2hb9Iqoto+nAoGBANfC7CEmiUkBSxZdwWZ49YEDaxcRcb2YL2PB\ncp82882t77RlmFkVLr9+ziTtKR3oLpLiPWBzm3sbo/dTbJt/mrbaLszh/aV18xfh\nn3z+7KBnhx0MEFGs9LUD5spQGZ5Ad2bGETvGgJ1f+kWukmz/K0VSN9ZSY6iHB9Wl\n86pJ+t41AoGAcSMeGPZakZsw+ks50BEtp7k0BO2LY84/BpmaWG0lUuXVCBl0djrZ\n5CoC5KbNAgPbLFrqKitqUKq13e+6d+WgUN/QDoEsyw1utYx3jcmGPM8LAvSTvc+e\nwJ0iKVRFD+wIFTpdNCItz4xU+eIZsmwDnh5tu8I1xlVSmhXvN8MBnF0=\n-----END RSA PRIVATE KEY-----\n", "user_id": "2e9872b01ce744489d87a60009e6446a", "name": "vmtp_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "fingerprint": "a7:fc:58:53:02:d5:21:c8:c6:17:3a:6c:c3:ca:34:8a"}} 2018-08-19 08:54:42,398 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-a6978d6d-7fb0-45a7-84cf-7741480341ab 2018-08-19 08:54:42,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.445834875107s 2018-08-19 08:54:42,398 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-a6978d6d-7fb0-45a7-84cf-7741480341ab 2018-08-19 08:54:42,399 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhTKcx75/7ikyFmBkohsRLqsMPD7zLK/hZM2+0130v3/GGs4w3t+rZJFL1tjmW4NR2EAWHwj4t7v8Wedztk+5tbpOL1zyMDz1Lv++ntfXBuB1B+HeUH5NZxt4TMok83GTup091+gDlo0vsTaIv8fSZoAOlcaFKNDGFpyneW0Vd5axPz44PjsySbnr7gL/bejrWSazhHd17za4AkFbsKaL9PJjEJDpQ7la61DR8JiM3UJi3C2+5hPWXEs3qtJ+f26mNYSPWWQmf3RCTRhh58rXK89+SX1E0bio69v0r1cjxX7+bpySmKif1DYW9COPrpLPoQKlEYAOz8yNTuCdVETb9 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA4UynMe+f+4pMhZgZKIbES6rDDw+8yyv4WTNvtNd9L9/xhrOM\nN7fq2SRS9bY5luDUdhAFh8I+Le7/Fnnc7ZPubW6Ti9c8jA89S7/vp7X1wbgdQfh3\nlB+TWcbeEzKJPNxk7qdPdfoA5aNL7E2iL/H0maADpXGhSjQxhacp3ltFXeWsT8+O\nD47Mkm56+4C/23o61kms4R3de82uAJBW7Cmi/TyYxCQ6UO5WutQ0fCYjN1CYtwtv\nuYT1lxLN6rSfn9upjWEj1lkJn90Qk0YYefK1yvPfkl9RNG4qOvb9K9XI8V+/m6ck\npion9Q2FvQjj66Sz6ECpRGADs/MjU7gnVRE2/QIDAQABAoIBAQCdUy2djTsmJ5jv\n4RoQVqtUO1YielbXeUje4TAsFB3zBGpgKZjMf72bC+ZydmEYnr8+AkoaVuWcpbuz\nMj24GQjxmbmmeRJqq2meL9VmQ4XtVGf53UuDP9lhY6FHvo5e1XgVvveZ5o4hzToD\nNOMAn/CyJi7lpMeATZoXPnfaMdnqiluxqooge7KPuKX69sDN2K6ElYpB3rntrtS1\nZrOqLwPB2Zmcng298Hug9ttW4fqHijPYGIvHgRI5bq4HCZWxYs6i1INRBI2lmmmA\nOv7uy/9INV/9NK/awj0426H7KJpH/GMwjiy91ujM2AmDvpLDgQtIttIcaJ1vkVY6\ncO1UvyFxAoGBAPIdDQiuY9y6VAo5nOep4f54+tc+8OyBtX7tgLYvUXhCnq94Vnk6\nE3nPV74UZfySV9q5CLg4Df+xcWvP2cBRrmaGIaaI+Gsq0IlrLXykc5ED9oO80jyg\n5SnEh8v1KLnNqKW77dsAUypxyvknCLPSPKaj/OQU6hrgdhfEx/XrKcFbAoGBAO44\nuL53IWNIkVuMI7pz/1GGWDdlZdJGdVfAivqdo0KN4VrF6NxA3S5naT14yyEnZTNR\nPvPrdBY3QHRxfud6bt3+Nob1wUoRB4VUVH2d5iwGn1XHP8+vSqnOhcaZrIOaAB4T\nRQnxt7d6cHNqHx6RRiMYcP+ALT7QliP+ayYJmMCHAoGBAM6kCt7Q8LyQb2/2sjtr\nXE5z9SvHNZu2LTDzBnr4MeGhgoyi+bMn5T1+wRWjlVQXl1I/wPhyJ0iHqxVoZiJl\n1KL+cjQQDW5yMWBIEJ+kQFqR9lGD1DAY5t5aNcjXKnZC2GDz39OeGF1Ol/1E2oGX\nu1pC9nG4hAKCd2hb9Iqoto+nAoGBANfC7CEmiUkBSxZdwWZ49YEDaxcRcb2YL2PB\ncp82882t77RlmFkVLr9+ziTtKR3oLpLiPWBzm3sbo/dTbJt/mrbaLszh/aV18xfh\nn3z+7KBnhx0MEFGs9LUD5spQGZ5Ad2bGETvGgJ1f+kWukmz/K0VSN9ZSY6iHB9Wl\n86pJ+t41AoGAcSMeGPZakZsw+ks50BEtp7k0BO2LY84/BpmaWG0lUuXVCBl0djrZ\n5CoC5KbNAgPbLFrqKitqUKq13e+6d+WgUN/QDoEsyw1utYx3jcmGPM8LAvSTvc+e\nwJ0iKVRFD+wIFTpdNCItz4xU+eIZsmwDnh5tu8I1xlVSmhXvN8MBnF0=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2e9872b01ce744489d87a60009e6446a', 'name': u'vmtp_5dbbd402-e2de-4c50-8a3e-bf491eae30dc', 'created_at': '2018-08-19T08:54:42.399632', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0d5172b042e041b6876dda49a78b2dd7', 'name': 'vmtp-project_5dbbd402-e2de-4c50-8a3e-bf491eae30dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'a7:fc:58:53:02:d5:21:c8:c6:17:3a:6c:c3:ca:34:8a', 'type': 'ssh', 'id': u'vmtp_5dbbd402-e2de-4c50-8a3e-bf491eae30dc'}) 2018-08-19 08:54:42,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-19 08:54:42,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/vmtp_5dbbd402-e2de-4c50-8a3e-bf491eae30dc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2d9e02b73dd14f7706592c9d14d96f5516c3e022" 2018-08-19 08:54:42,438 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 08:54:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41fc086e-d7ee-4959-bfee-79257b22dd62 x-compute-request-id: req-41fc086e-d7ee-4959-bfee-79257b22dd62 Content-Length: 0 Content-Type: application/json 2018-08-19 08:54:42,439 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vmtp_5dbbd402-e2de-4c50-8a3e-bf491eae30dc used request id req-41fc086e-d7ee-4959-bfee-79257b22dd62 2018-08-19 08:54:42,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0384411811829s 2018-08-19 08:54:42,439 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vmtp_5dbbd402-e2de-4c50-8a3e-bf491eae30dc used request id req-41fc086e-d7ee-4959-bfee-79257b22dd62 2018-08-19 08:54:43,294 - 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-19 08:55:22,540 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp', '-d', '--json', '/home/opnfv/functest/results/vmtp/vmtp.json', '-c', '/home/opnfv/functest/results/vmtp/vmtp.conf'] 2018-08-19 08:54:44,067 INFO Using http://172.30.9.27:5000/v3 2018-08-19 08:54:44,067 INFO VM public key: /tmp/tmpGHivFp 2018-08-19 08:54:44,067 INFO VM private key: /tmp/tmpqXa03K 2018-08-19 08:54:46,499 INFO Found image vmtp-img_5dbbd402-e2de-4c50-8a3e-bf491eae30dc to launch VM, will continue 2018-08-19 08:54:47,652 INFO Using external router: vmtp-router_5dbbd402-e2de-4c50-8a3e-bf491eae30dc 2018-08-19 08:54:47,653 INFO Using external network: external. 2018-08-19 08:54:49,611 INFO Created internal network: pns-internal-net_5dbbd402-e2de-4c50-8a3e-bf491eae30dc. 2018-08-19 08:54:51,282 INFO Created internal network: pns-internal-net2_5dbbd402-e2de-4c50-8a3e-bf491eae30dc. 2018-08-19 08:54:53,787 DEBUG Ext router associated to pns-internal-net_5dbbd402-e2de-4c50-8a3e-bf491eae30dc 2018-08-19 08:54:56,129 DEBUG Ext router associated to pns-internal-net2_5dbbd402-e2de-4c50-8a3e-bf491eae30dc 2018-08-19 08:54:56,637 INFO OpenStack agent: Unknown agent 2018-08-19 08:54:56,637 INFO OpenStack network type: vxlan 2018-08-19 08:54:58,398 INFO [TestServer_5dbbd402-e2de-4c50-8a3e-bf491eae30dc1] Creating server VM... 2018-08-19 08:54:58,398 DEBUG [TestServer_5dbbd402-e2de-4c50-8a3e-bf491eae30dc1] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-19 08:55:03,457 DEBUG [TestServer_5dbbd402-e2de-4c50-8a3e-bf491eae30dc1] VM status=BUILD, retrying 1 of 90... 2018-08-19 08:55:06,077 DEBUG [TestServer_5dbbd402-e2de-4c50-8a3e-bf491eae30dc1] VM status=BUILD, retrying 2 of 90... 2018-08-19 08:55:08,760 ERROR Instance creation error: Failed to get traits for resource provider with UUID 63ef91d8-3e50-483f-861d-bf1d7a4b65c1 2018-08-19 08:55:08,761 ERROR Instance failed status=ERROR 2018-08-19 08:55:10,476 INFO [TestServer_5dbbd402-e2de-4c50-8a3e-bf491eae30dc1] Server creation failed 2018-08-19 08:55:10,476 ERROR Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 475, in run self.setup() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 318, in setup self.net.vm_int_net[0]) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 169, in create_instance init_file_name=user_data_file)) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 173, in assert_true raise VmtpException('Assert failure') VmtpException: Assert failure 2018-08-19 08:55:10,476 INFO Cleaning up... 2018-08-19 08:55:18,051 INFO Network pns-internal-net_5dbbd402-e2de-4c50-8a3e-bf491eae30dc deleted. 2018-08-19 08:55:21,810 INFO Network pns-internal-net2_5dbbd402-e2de-4c50-8a3e-bf491eae30dc deleted. 2018-08-19 08:55:21,904 INFO Removed public key pns_public_key 2018-08-19 08:55:21,905 INFO Deleting security group 2018-08-19 08:55:22,450 INFO Summary of results ================== Total Scenarios: 29 Passed Scenarios: 0 [0.00%] Failed Scenarios: 0 [0.00%] Skipped Scenarios: 29 +----------+-------------------------------------------------------+-------------------+------+ | Scenario | Scenario Name | Functional Status | Data | +----------+-------------------------------------------------------+-------------------+------+ | 1.1 | Same Network, Fixed IP, Intra-node, TCP | SKIPPED | {} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | SKIPPED | {} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | SKIPPED | {} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | SKIPPED | {} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | SKIPPED | {} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | SKIPPED | {} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | SKIPPED | {} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | SKIPPED | {} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | SKIPPED | {} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | SKIPPED | {} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | SKIPPED | {} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | SKIPPED | {} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | SKIPPED | {} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | SKIPPED | {} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | SKIPPED | {} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | SKIPPED | {} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | SKIPPED | {} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | SKIPPED | {} | | 6.4 | Different Network, Floating IP, Inter-node, Multicast | SKIPPED | {} | | 7.1 | Native Throughput, TCP | SKIPPED | {} | | 7.2 | Native Throughput, UDP | SKIPPED | {} | | 7.3 | Native Throughput, ICMP | SKIPPED | {} | | 7.4 | Native Throughput, Multicast | SKIPPED | {} | | 8.1 | VM to Host Uploading | SKIPPED | {} | | 8.2 | VM to Host Downloading | SKIPPED | {} | +----------+-------------------------------------------------------+-------------------+------+ No handlers could be found for logger "vmtp_file" 2018-08-19 08:55:22,452 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2018-08-19 08:55:22,666 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 08:55:22,666 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 00:51 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-19 08:55:22,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 08:55:22,673 - 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}2d9e02b73dd14f7706592c9d14d96f5516c3e022" 2018-08-19 08:55:23,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-c6995b4e-d66b-48c0-8f33-116faf1aab3a Date: Sun, 19 Aug 2018 08:55:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "0d5172b042e041b6876dda49a78b2dd7", "created_at": "2018-08-19T08:54:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T08:55:13Z", "revision_number": 6, "routes": [], "project_id": "0d5172b042e041b6876dda49a78b2dd7", "id": "e4add2d8-ad1d-44fe-acc6-d203a199e4ea", "name": "vmtp-router_5dbbd402-e2de-4c50-8a3e-bf491eae30dc"}]} 2018-08-19 08:55:23,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c6995b4e-d66b-48c0-8f33-116faf1aab3a 2018-08-19 08:55:23,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.585375070572s 2018-08-19 08:55:23,258 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c6995b4e-d66b-48c0-8f33-116faf1aab3a 2018-08-19 08:55:23,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 08:55:23,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/e4add2d8-ad1d-44fe-acc6-d203a199e4ea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2d9e02b73dd14f7706592c9d14d96f5516c3e022" 2018-08-19 08:55:24,927 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d497797d-656f-440d-b6a7-62a475ff51ac Content-Length: 0 Date: Sun, 19 Aug 2018 08:55:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 08:55:24,927 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/e4add2d8-ad1d-44fe-acc6-d203a199e4ea.json used request id req-d497797d-656f-440d-b6a7-62a475ff51ac 2018-08-19 08:55:24,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.66776514053s 2018-08-19 08:55:24,928 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/e4add2d8-ad1d-44fe-acc6-d203a199e4ea.json used request id req-d497797d-656f-440d-b6a7-62a475ff51ac 2018-08-19 08:55:24,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:55:24,936 - 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}2d9e02b73dd14f7706592c9d14d96f5516c3e022" 2018-08-19 08:55:25,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-c3bc63b8-a7a6-42f4-9540-7b9f8da8bdd2 Date: Sun, 19 Aug 2018 08:55:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:54:39Z", "file": "/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74/file", "owner": "0d5172b042e041b6876dda49a78b2dd7", "id": "ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74", "size": 263193088, "self": "/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-19T08:54:35Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:55:25,234 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c3bc63b8-a7a6-42f4-9540-7b9f8da8bdd2 2018-08-19 08:55:25,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.302201986313s 2018-08-19 08:55:25,235 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c3bc63b8-a7a6-42f4-9540-7b9f8da8bdd2 2018-08-19 08:55:25,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 08:55:25,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2d9e02b73dd14f7706592c9d14d96f5516c3e022" 2018-08-19 08:55:25,851 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a95f90f9-643f-47b0-8cd1-5c55fb9dd4ed Date: Sun, 19 Aug 2018 08:55: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-19 08:55:25,851 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74 used request id req-a95f90f9-643f-47b0-8cd1-5c55fb9dd4ed 2018-08-19 08:55:25,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.614585876465s 2018-08-19 08:55:25,851 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/ba3e3ada-8320-4a53-9f0e-9d6ab63ddc74 used request id req-a95f90f9-643f-47b0-8cd1-5c55fb9dd4ed 2018-08-19 08:55:25,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 08:55:25,855 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:55:25,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f69532da-e114-45f7-aa0f-b6a0381f17cf x-compute-request-id: req-f69532da-e114-45f7-aa0f-b6a0381f17cf Content-Encoding: gzip Content-Length: 303 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/028ae050-3d2f-4440-8797-edc73857ebd8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/028ae050-3d2f-4440-8797-edc73857ebd8", "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": "028ae050-3d2f-4440-8797-edc73857ebd8"}]} 2018-08-19 08:55:25,875 - 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-f69532da-e114-45f7-aa0f-b6a0381f17cf 2018-08-19 08:55:25,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0234611034393s 2018-08-19 08:55:25,876 - 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-f69532da-e114-45f7-aa0f-b6a0381f17cf 2018-08-19 08:55:25,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 08:55:25,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/028ae050-3d2f-4440-8797-edc73857ebd8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:55:25,916 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 08:55:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0707701d-09af-4be0-8638-da8dd5681d60 x-compute-request-id: req-0707701d-09af-4be0-8638-da8dd5681d60 Content-Length: 0 Content-Type: application/json 2018-08-19 08:55:25,916 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/028ae050-3d2f-4440-8797-edc73857ebd8 used request id req-0707701d-09af-4be0-8638-da8dd5681d60 2018-08-19 08:55:25,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0383968353271s 2018-08-19 08:55:25,916 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/028ae050-3d2f-4440-8797-edc73857ebd8 used request id req-0707701d-09af-4be0-8638-da8dd5681d60 2018-08-19 08:55:25,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 08:55:25,920 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:55:26,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e901d10a-ceab-4dc1-a185-1c246ff44491 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vmtp-user_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "links": {"self": "http://172.30.9.27:5000/v3/users/2e9872b01ce744489d87a60009e6446a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2e9872b01ce744489d87a60009e6446a", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 08:55:26,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e901d10a-ceab-4dc1-a185-1c246ff44491 2018-08-19 08:55:26,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203804969788s 2018-08-19 08:55:26,121 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e901d10a-ceab-4dc1-a185-1c246ff44491 2018-08-19 08:55:26,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 08:55:26,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/2e9872b01ce744489d87a60009e6446a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:55:26,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f333ba3d-959e-43e0-b3bc-cbc53f7e4411 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_5dbbd402-e2de-4c50-8a3e-bf491eae30dc", "links": {"self": "http://172.30.9.27:5000/v3/users/2e9872b01ce744489d87a60009e6446a"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2e9872b01ce744489d87a60009e6446a", "description": null}} 2018-08-19 08:55:26,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/2e9872b01ce744489d87a60009e6446a used request id req-f333ba3d-959e-43e0-b3bc-cbc53f7e4411 2018-08-19 08:55:26,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.240592002869s 2018-08-19 08:55:26,368 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/2e9872b01ce744489d87a60009e6446a used request id req-f333ba3d-959e-43e0-b3bc-cbc53f7e4411 2018-08-19 08:55:26,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 08:55:26,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/2e9872b01ce744489d87a60009e6446a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:55:26,690 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 08:55:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2c3c156-7ee7-454a-9a2f-cc4a26c6f287 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 08:55:26,690 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/2e9872b01ce744489d87a60009e6446a used request id req-c2c3c156-7ee7-454a-9a2f-cc4a26c6f287 2018-08-19 08:55:26,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.321154117584s 2018-08-19 08:55:26,690 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/2e9872b01ce744489d87a60009e6446a used request id req-c2c3c156-7ee7-454a-9a2f-cc4a26c6f287 2018-08-19 08:55:26,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 08:55:26,702 - 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}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:55:26,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc404602-7d68-464e-b79b-52a185680f49 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.27:5000/v3/projects/0d5172b042e041b6876dda49a78b2dd7"}, "tags": [], "enabled": true, "id": "0d5172b042e041b6876dda49a78b2dd7", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_5dbbd402-e2de-4c50-8a3e-bf491eae30dc"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-19 08:55:26,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-cc404602-7d68-464e-b79b-52a185680f49 2018-08-19 08:55:26,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.187433004379s 2018-08-19 08:55:26,884 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-cc404602-7d68-464e-b79b-52a185680f49 2018-08-19 08:55:26,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 08:55:26,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/0d5172b042e041b6876dda49a78b2dd7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2477a1a67061a91a513a7d1705a491aba2179ef6" 2018-08-19 08:55:27,163 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 08:55:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f47e72d8-cd73-460a-83ce-d5e6b8e74e3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 08:55:27,163 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/0d5172b042e041b6876dda49a78b2dd7 used request id req-f47e72d8-cd73-460a-83ce-d5e6b8e74e3f 2018-08-19 08:55:27,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.274453878403s 2018-08-19 08:55:27,163 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/0d5172b042e041b6876dda49a78b2dd7 used request id req-f47e72d8-cd73-460a-83ce-d5e6b8e74e3f 2018-08-19 08:55:27,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:55:27,164 - 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}2d9e02b73dd14f7706592c9d14d96f5516c3e022" 2018-08-19 08:55:27,351 - keystoneauth.session - DEBUG - RESP: [401] Content-Type: application/json Content-Length: 114 Www-Authenticate: Keystone uri="http://192.30.9.4:5000" X-Openstack-Request-Id: req-54279754-d634-485b-8e6f-ab018fcbe5a7 Date: Sun, 19 Aug 2018 08:55:27 GMT RESP BODY: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} 2018-08-19 08:55:27,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-54279754-d634-485b-8e6f-ab018fcbe5a7 2018-08-19 08:55:27,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 08:55:27,365 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-08-19 08:55:27,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.20223903656s 2018-08-19 08:55:27,367 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-08-19 08:55:27,425 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-19 08:55:27,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 08:55:27,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 08:55:27,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 08:55:27,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 08:55:27,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 08:55:27,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 08:55:27,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 08:55:27,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 08:55:27,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 08:55:27,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 08:55:27,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 08:55:27,473 - 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-19 08:55:27,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03e3b4e2-13ba-49d7-80a1-0af22103bff5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 08:55:27,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-03e3b4e2-13ba-49d7-80a1-0af22103bff5 2018-08-19 08:55:27,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 08:55:27,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T09:55:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["q4TxRd43SQuQLDwlh44gXQ"], "issued_at": "2018-08-19T08:55:27.000000Z"}} 2018-08-19 08:55:27,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:55:27,889 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 08:55:28,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-406efc26-4d24-44b3-8479-86ab2a34d766 Date: Sun, 19 Aug 2018 08:55:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 08:55:28,264 - 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-406efc26-4d24-44b3-8479-86ab2a34d766 2018-08-19 08:55:28,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375808000565s 2018-08-19 08:55:28,265 - 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-406efc26-4d24-44b3-8479-86ab2a34d766 2018-08-19 08:55:28,269 - 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-19 08:55:28,274 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 08:55:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc037e1f-cc9e-4c6a-97ea-7676351500b7 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-19 08:55:28,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-fc037e1f-cc9e-4c6a-97ea-7676351500b7 2018-08-19 08:55:28,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 08:55:28,279 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 08:55:28,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5a8f4e3-d140-498e-af60-669bb97f9c0e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 08:55:28,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-e5a8f4e3-d140-498e-af60-669bb97f9c0e 2018-08-19 08:55:28,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189167976379s 2018-08-19 08:55:28,465 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-e5a8f4e3-d140-498e-af60-669bb97f9c0e 2018-08-19 08:55:28,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 08:55:28,476 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2"}}' 2018-08-19 08:55:28,612 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 08:55:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2eacf7b0-9d60-4134-b00d-0d8e96e7cdfa 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/43d66736a4284ee797b0e21036bdd336"}, "tags": [], "enabled": true, "id": "43d66736a4284ee797b0e21036bdd336", "parent_id": "default", "domain_id": "default", "name": "shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2"}} 2018-08-19 08:55:28,612 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-2eacf7b0-9d60-4134-b00d-0d8e96e7cdfa 2018-08-19 08:55:28,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.139517784119s 2018-08-19 08:55:28,613 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-2eacf7b0-9d60-4134-b00d-0d8e96e7cdfa 2018-08-19 08:55:28,614 - 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'43d66736a4284ee797b0e21036bdd336', '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_40351d12-e180-433a-9b10-f1c6b7da38f2'}) 2018-08-19 08:55:28,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 08:55:28,624 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4b1aa0ae-ade9-4047-ab0b-b259805a47a8", "email": null, "name": "shaker-user_40351d12-e180-433a-9b10-f1c6b7da38f2"}}' 2018-08-19 08:55:29,134 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 08:55:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78351dc3-167f-4f62-be60-6d6dc8a66f97 Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_40351d12-e180-433a-9b10-f1c6b7da38f2", "links": {"self": "http://172.30.9.27:5000/v3/users/70b431a949904fe78e99b77a433b440b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "70b431a949904fe78e99b77a433b440b", "domain_id": "default", "password_expires_at": null}} 2018-08-19 08:55:29,134 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-78351dc3-167f-4f62-be60-6d6dc8a66f97 2018-08-19 08:55:29,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.5139939785s 2018-08-19 08:55:29,135 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-78351dc3-167f-4f62-be60-6d6dc8a66f97 2018-08-19 08:55:29,136 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'70b431a949904fe78e99b77a433b440b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_40351d12-e180-433a-9b10-f1c6b7da38f2'}) 2018-08-19 08:55:29,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:55:29,143 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 08:55:29,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-782e3ca4-88c1-4dbf-a850-cf6a85f0130c 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:55:29,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-782e3ca4-88c1-4dbf-a850-cf6a85f0130c 2018-08-19 08:55:29,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186715126038s 2018-08-19 08:55:29,327 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-782e3ca4-88c1-4dbf-a850-cf6a85f0130c 2018-08-19 08:55:29,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:55:29,335 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 08:55:29,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e994308-8379-4e44-b150-cd51bcaa723e 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:55:29,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1e994308-8379-4e44-b150-cd51bcaa723e 2018-08-19 08:55:29,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193146944046s 2018-08-19 08:55:29,525 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1e994308-8379-4e44-b150-cd51bcaa723e 2018-08-19 08:55:29,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 08:55:29,533 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 08:55:29,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f004409d-d9ca-43aa-b6f4-b5e32fa16e3c 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 08:55:29,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f004409d-d9ca-43aa-b6f4-b5e32fa16e3c 2018-08-19 08:55:29,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190583944321s 2018-08-19 08:55:29,721 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f004409d-d9ca-43aa-b6f4-b5e32fa16e3c 2018-08-19 08:55:29,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 08:55:29,728 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 08:55:29,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0127fcd7-1d26-4202-a309-c982d8ec60f9 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-19 08:55:29,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-0127fcd7-1d26-4202-a309-c982d8ec60f9 2018-08-19 08:55:29,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185636043549s 2018-08-19 08:55:29,911 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-0127fcd7-1d26-4202-a309-c982d8ec60f9 2018-08-19 08:55:29,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 08:55:29,915 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 08:55:30,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-990034dd-ccd2-43a7-a80c-2469242eec9e Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "shaker-user_40351d12-e180-433a-9b10-f1c6b7da38f2", "links": {"self": "http://172.30.9.27:5000/v3/users/70b431a949904fe78e99b77a433b440b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "70b431a949904fe78e99b77a433b440b", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 08:55:30,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-990034dd-ccd2-43a7-a80c-2469242eec9e 2018-08-19 08:55:30,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.252099990845s 2018-08-19 08:55:30,165 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-990034dd-ccd2-43a7-a80c-2469242eec9e 2018-08-19 08:55:30,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 08:55:30,180 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 08:55:30,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-651d3660-7c3a-47c0-85f4-3b9c6a766934 Content-Encoding: gzip Content-Length: 391 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "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/43d66736a4284ee797b0e21036bdd336"}, "tags": [], "enabled": true, "id": "43d66736a4284ee797b0e21036bdd336", "parent_id": "default", "domain_id": "default", "name": "shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2"}]} 2018-08-19 08:55:30,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-651d3660-7c3a-47c0-85f4-3b9c6a766934 2018-08-19 08:55:30,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.289766073227s 2018-08-19 08:55:30,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-651d3660-7c3a-47c0-85f4-3b9c6a766934 2018-08-19 08:55:30,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 08:55:30,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=70b431a949904fe78e99b77a433b440b&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=43d66736a4284ee797b0e21036bdd336" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 08:55:30,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2aac3a4-077f-4052-96b4-8b0af4b77102 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=70b431a949904fe78e99b77a433b440b&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=43d66736a4284ee797b0e21036bdd336", "previous": null, "next": null}} 2018-08-19 08:55:30,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=70b431a949904fe78e99b77a433b440b&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=43d66736a4284ee797b0e21036bdd336 used request id req-e2aac3a4-077f-4052-96b4-8b0af4b77102 2018-08-19 08:55:30,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.182525157928s 2018-08-19 08:55:30,658 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=70b431a949904fe78e99b77a433b440b&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=43d66736a4284ee797b0e21036bdd336 used request id req-e2aac3a4-077f-4052-96b4-8b0af4b77102 2018-08-19 08:55:30,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 08:55:30,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/43d66736a4284ee797b0e21036bdd336/users/70b431a949904fe78e99b77a433b440b/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 08:55:30,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 08:55:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97593d8c-c2ad-4d6b-8063-57deb134d305 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 08:55:30,992 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/43d66736a4284ee797b0e21036bdd336/users/70b431a949904fe78e99b77a433b440b/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-97593d8c-c2ad-4d6b-8063-57deb134d305 2018-08-19 08:55:30,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.330438137054s 2018-08-19 08:55:30,992 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/43d66736a4284ee797b0e21036bdd336/users/70b431a949904fe78e99b77a433b440b/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-97593d8c-c2ad-4d6b-8063-57deb134d305 2018-08-19 08:55:30,994 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2', 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'43d66736a4284ee797b0e21036bdd336', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '4b1aa0ae-ade9-4047-ab0b-b259805a47a8', 'username': u'shaker-user_40351d12-e180-433a-9b10-f1c6b7da38f2', '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-19 08:55:30,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 08:55:30,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 08:55:30,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 08:55:30,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 08:55:30,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 08:55:30,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 08:55:30,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 08:55:30,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 08:55:30,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 08:55:30,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 08:55:30,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 08:55:30,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 08:55:30,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 08:55:30,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 08:55:30,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 08:55:30,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 08:55:30,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 08:55:30,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 08:55:30,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 08:55:30,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 08:55:30,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 08:55:30,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 08:55:30,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 08:55:30,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 08:55:30,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 08:55:31,000 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_40351d12-e180-433a-9b10-f1c6b7da38f2', 'password': '4b1aa0ae-ade9-4047-ab0b-b259805a47a8', 'project_name': 'shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '43d66736a4284ee797b0e21036bdd336', 'project_domain_name': 'Default'} 2018-08-19 08:55:31,000 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-19 08:55:31,002 - 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-19 08:55:31,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a85957c1-0df0-415f-bfce-067f6f553950 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 08:55:31,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a85957c1-0df0-415f-bfce-067f6f553950 2018-08-19 08:55:31,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 08:55:31,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T09:55:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43d66736a4284ee797b0e21036bdd336", "name": "shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43d66736a4284ee797b0e21036bdd336", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/43d66736a4284ee797b0e21036bdd336", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/43d66736a4284ee797b0e21036bdd336", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/43d66736a4284ee797b0e21036bdd336", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/43d66736a4284ee797b0e21036bdd336", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/43d66736a4284ee797b0e21036bdd336", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/43d66736a4284ee797b0e21036bdd336", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/43d66736a4284ee797b0e21036bdd336", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/43d66736a4284ee797b0e21036bdd336", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/43d66736a4284ee797b0e21036bdd336", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/43d66736a4284ee797b0e21036bdd336", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/43d66736a4284ee797b0e21036bdd336", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_43d66736a4284ee797b0e21036bdd336", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_43d66736a4284ee797b0e21036bdd336", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_40351d12-e180-433a-9b10-f1c6b7da38f2", "id": "70b431a949904fe78e99b77a433b440b"}, "audit_ids": ["0joWKNvtSXy_dncafJx5EA"], "issued_at": "2018-08-19T08:55:31.000000Z"}} 2018-08-19 08:55:31,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 08:55:31,410 - 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}e9698f698b682526afb511c4c19687545e054de8" -d '{"network": {"name": "shaker-net_40351d12-e180-433a-9b10-f1c6b7da38f2", "admin_state_up": true}}' 2018-08-19 08:55:32,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-af9e3629-f933-48d7-b035-b98ddd9964ea Date: Sun, 19 Aug 2018 08:55:32 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"43d66736a4284ee797b0e21036bdd336","created_at":"2018-08-19T08:55:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-19T08:55:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"43d66736a4284ee797b0e21036bdd336","id":"a1cb9611-85a0-47b9-a8ae-974452672d2d","name":"shaker-net_40351d12-e180-433a-9b10-f1c6b7da38f2"}} 2018-08-19 08:55:32,047 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-af9e3629-f933-48d7-b035-b98ddd9964ea 2018-08-19 08:55:32,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.637048006058s 2018-08-19 08:55:32,047 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-af9e3629-f933-48d7-b035-b98ddd9964ea 2018-08-19 08:55:32,048 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T08:55:31Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'a1cb9611-85a0-47b9-a8ae-974452672d2d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_40351d12-e180-433a-9b10-f1c6b7da38f2', u'admin_state_up': True, u'tenant_id': u'43d66736a4284ee797b0e21036bdd336', u'created_at': u'2018-08-19T08:55:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'43d66736a4284ee797b0e21036bdd336'}) 2018-08-19 08:55:32,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:55:32,049 - 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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:55:32,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1144 X-Openstack-Request-Id: req-69a8c5f4-9e80-4a35-a0b0-bb347c50da97 Date: Sun, 19 Aug 2018 08:55:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T08:55:31Z","tenant_id":"43d66736a4284ee797b0e21036bdd336","created_at":"2018-08-19T08:55:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"43d66736a4284ee797b0e21036bdd336","id":"a1cb9611-85a0-47b9-a8ae-974452672d2d","name":"shaker-net_40351d12-e180-433a-9b10-f1c6b7da38f2"}]} 2018-08-19 08:55:32,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-69a8c5f4-9e80-4a35-a0b0-bb347c50da97 2018-08-19 08:55:32,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.425921916962s 2018-08-19 08:55:32,475 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-69a8c5f4-9e80-4a35-a0b0-bb347c50da97 2018-08-19 08:55:32,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 08:55:32,477 - 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}e9698f698b682526afb511c4c19687545e054de8" -d '{"subnet": {"name": "shaker-subnet_40351d12-e180-433a-9b10-f1c6b7da38f2", "enable_dhcp": true, "network_id": "a1cb9611-85a0-47b9-a8ae-974452672d2d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 08:55:33,561 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8e521d0a-54ad-4623-b67d-2b7c7eddd4c7 Date: Sun, 19 Aug 2018 08:55:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1cb9611-85a0-47b9-a8ae-974452672d2d","tenant_id":"43d66736a4284ee797b0e21036bdd336","created_at":"2018-08-19T08:55:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T08:55: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":"43d66736a4284ee797b0e21036bdd336","id":"2717fd39-c59a-495c-91d5-f5d73c6472af","subnetpool_id":null,"name":"shaker-subnet_40351d12-e180-433a-9b10-f1c6b7da38f2"}} 2018-08-19 08:55:33,561 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8e521d0a-54ad-4623-b67d-2b7c7eddd4c7 2018-08-19 08:55:33,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.08474493027s 2018-08-19 08:55:33,562 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-8e521d0a-54ad-4623-b67d-2b7c7eddd4c7 2018-08-19 08:55:33,562 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T08:55: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'2717fd39-c59a-495c-91d5-f5d73c6472af', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_40351d12-e180-433a-9b10-f1c6b7da38f2', u'enable_dhcp': True, u'network_id': u'a1cb9611-85a0-47b9-a8ae-974452672d2d', u'tenant_id': u'43d66736a4284ee797b0e21036bdd336', u'created_at': u'2018-08-19T08:55: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'43d66736a4284ee797b0e21036bdd336'}) 2018-08-19 08:55:33,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 08:55:33,563 - 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}e9698f698b682526afb511c4c19687545e054de8" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "shaker-router_40351d12-e180-433a-9b10-f1c6b7da38f2", "admin_state_up": true}}' 2018-08-19 08:55:35,132 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-2ebe3785-1fc8-4279-abd0-ec3be99a5c76 Date: Sun, 19 Aug 2018 08:55:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:33Z", "admin_state_up": true, "updated_at": "2018-08-19T08:55:35Z", "revision_number": 2, "routes": [], "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "e83e60da-df4e-4fe1-9857-d36a73f3891c", "name": "shaker-router_40351d12-e180-433a-9b10-f1c6b7da38f2"}} 2018-08-19 08:55:35,132 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-2ebe3785-1fc8-4279-abd0-ec3be99a5c76 2018-08-19 08:55:35,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.56909680367s 2018-08-19 08:55:35,132 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-2ebe3785-1fc8-4279-abd0-ec3be99a5c76 2018-08-19 08:55:35,133 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'43d66736a4284ee797b0e21036bdd336', u'created_at': u'2018-08-19T08:55:33Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T08:55:35Z', u'revision_number': 2, u'routes': [], u'project_id': u'43d66736a4284ee797b0e21036bdd336', u'id': u'e83e60da-df4e-4fe1-9857-d36a73f3891c', u'name': u'shaker-router_40351d12-e180-433a-9b10-f1c6b7da38f2'}) 2018-08-19 08:55:35,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 08:55:35,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/e83e60da-df4e-4fe1-9857-d36a73f3891c/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}e9698f698b682526afb511c4c19687545e054de8" -d '{"subnet_id": "2717fd39-c59a-495c-91d5-f5d73c6472af"}' 2018-08-19 08:55:37,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0c382712-ae16-412f-9dba-b2a16842d73b Date: Sun, 19 Aug 2018 08:55:37 GMT RESP BODY: {"network_id": "a1cb9611-85a0-47b9-a8ae-974452672d2d", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "subnet_id": "2717fd39-c59a-495c-91d5-f5d73c6472af", "subnet_ids": ["2717fd39-c59a-495c-91d5-f5d73c6472af"], "port_id": "61fcf48a-fab2-44d8-a179-aa13a616c43a", "id": "e83e60da-df4e-4fe1-9857-d36a73f3891c"} 2018-08-19 08:55:37,455 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e83e60da-df4e-4fe1-9857-d36a73f3891c/add_router_interface.json used request id req-0c382712-ae16-412f-9dba-b2a16842d73b 2018-08-19 08:55:37,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.32148003578s 2018-08-19 08:55:37,455 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e83e60da-df4e-4fe1-9857-d36a73f3891c/add_router_interface.json used request id req-0c382712-ae16-412f-9dba-b2a16842d73b returning object e83e60da-df4e-4fe1-9857-d36a73f3891c 2018-08-19 08:55:37,455 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-19 08:55:40,990 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-19 08:55:40,991 - 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-19 08:55:40,995 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 08:55:40 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-19 08:55:40,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:55:40,998 - 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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:55:41,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4e8f0d93-c128-463b-8dc2-74cd6a005304 Date: Sun, 19 Aug 2018 08:55:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:55:41,314 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4e8f0d93-c128-463b-8dc2-74cd6a005304 2018-08-19 08:55:41,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.317387104034s 2018-08-19 08:55:41,314 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-4e8f0d93-c128-463b-8dc2-74cd6a005304 2018-08-19 08:55:41,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 08:55:41,326 - 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}e9698f698b682526afb511c4c19687545e054de8" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_40351d12-e180-433a-9b10-f1c6b7da38f2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_40351d12-e180-433a-9b10-f1c6b7da38f2"}' 2018-08-19 08:55:41,637 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-fc321c81-0223-463c-b5cc-aa96b1bc6d00 Date: Sun, 19 Aug 2018 08:55:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:55:41Z", "file": "/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/file", "owner": "43d66736a4284ee797b0e21036bdd336", "id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "size": null, "self": "/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "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_40351d12-e180-433a-9b10-f1c6b7da38f2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_40351d12-e180-433a-9b10-f1c6b7da38f2", "checksum": null, "created_at": "2018-08-19T08:55:41Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 08:55:41,637 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-fc321c81-0223-463c-b5cc-aa96b1bc6d00 2018-08-19 08:55:41,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.31538105011s 2018-08-19 08:55:41,638 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-fc321c81-0223-463c-b5cc-aa96b1bc6d00 returning object 685b3b03-5deb-4a44-959d-0e95c99ffc83 2018-08-19 08:55:41,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 08:55:41,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/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}e9698f698b682526afb511c4c19687545e054de8" -d '' 2018-08-19 08:55:51,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ea6d8dcc-ae25-4320-8234-8c1856e95ef8 Date: Sun, 19 Aug 2018 08:55:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 08:55:51,705 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/file used request id req-ea6d8dcc-ae25-4320-8234-8c1856e95ef8 2018-08-19 08:55:51,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 10.0660500526s 2018-08-19 08:55:51,705 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/file used request id req-ea6d8dcc-ae25-4320-8234-8c1856e95ef8 2018-08-19 08:55:51,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:55:51,714 - 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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:55:52,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-a5aaa20e-3ea3-420c-9a82-a455e62ac0e1 Date: Sun, 19 Aug 2018 08:55:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:55:51Z", "file": "/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/file", "owner": "43d66736a4284ee797b0e21036bdd336", "id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "size": 666173440, "self": "/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_40351d12-e180-433a-9b10-f1c6b7da38f2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_40351d12-e180-433a-9b10-f1c6b7da38f2", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-19T08:55:41Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:55:52,018 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a5aaa20e-3ea3-420c-9a82-a455e62ac0e1 2018-08-19 08:55:52,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.307790994644s 2018-08-19 08:55:52,019 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a5aaa20e-3ea3-420c-9a82-a455e62ac0e1 2018-08-19 08:55:52,021 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/snap', u'metadata': Munch({})})], 'file': u'/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/file', 'owner': u'43d66736a4284ee797b0e21036bdd336', 'id': u'685b3b03-5deb-4a44-959d-0e95c99ffc83', 'size': 666173440, u'self': u'/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'43d66736a4284ee797b0e21036bdd336', 'name': 'shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T08:55:51Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T08:55:51Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_40351d12-e180-433a-9b10-f1c6b7da38f2', '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/685b3b03-5deb-4a44-959d-0e95c99ffc83', 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_40351d12-e180-433a-9b10-f1c6b7da38f2', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_40351d12-e180-433a-9b10-f1c6b7da38f2', 'created': u'2018-08-19T08:55:41Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-19T08:55:41Z', 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/685b3b03-5deb-4a44-959d-0e95c99ffc83', 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_40351d12-e180-433a-9b10-f1c6b7da38f2', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-08-19 08:55:52,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 08:55:52,025 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_40351d12-e180-433a-9b10-f1c6b7da38f2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-19 08:55:52,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b8465b4-b823-48e8-8b8c-1a29efe12ea6 x-compute-request-id: req-6b8465b4-b823-48e8-8b8c-1a29efe12ea6 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_40351d12-e180-433a-9b10-f1c6b7da38f2", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "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": "0b61d315-ada9-4549-a839-d38e547f839a"}} 2018-08-19 08:55:52,350 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6b8465b4-b823-48e8-8b8c-1a29efe12ea6 2018-08-19 08:55:52,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.328022003174s 2018-08-19 08:55:52,350 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-6b8465b4-b823-48e8-8b8c-1a29efe12ea6 2018-08-19 08:55:52,351 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_40351d12-e180-433a-9b10-f1c6b7da38f2', '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'7dc2782794df470c83590a2cbd73fefb', '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'0b61d315-ada9-4549-a839-d38e547f839a', 'swap': 0}) 2018-08-19 08:55:52,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 08:55:52,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/0b61d315-ada9-4549-a839-d38e547f839a/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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" -d '{"extra_specs": {}}' 2018-08-19 08:55:52,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-011a009f-81e4-468a-b2c9-cc22fc8b5137 x-compute-request-id: req-011a009f-81e4-468a-b2c9-cc22fc8b5137 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 08:55:52,372 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/0b61d315-ada9-4549-a839-d38e547f839a/os-extra_specs used request id req-011a009f-81e4-468a-b2c9-cc22fc8b5137 2018-08-19 08:55:52,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202450752258s 2018-08-19 08:55:52,372 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/0b61d315-ada9-4549-a839-d38e547f839a/os-extra_specs used request id req-011a009f-81e4-468a-b2c9-cc22fc8b5137 2018-08-19 08:55:52,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-19 08:55:52,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" -d '{"keypair": {"name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2"}}' 2018-08-19 08:55:52,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42824cd6-593a-402f-88b0-7d779666bdc9 x-compute-request-id: req-42824cd6-593a-402f-88b0-7d779666bdc9 Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAB90RcCflgOl28h4Yaz6+t0jEyPq60A8wj/vKI+HHWiTllyLm1pXaE7TEOAx+hnYP6jjaAoqFF0YjZThv59E0cTu57sOA/95MNg64JpNiVILjDOrmss92RpGyPNEvWJZq8RIm/dzhmj35zkReCjfsyXPSdNBYXZrcvNHNzqActw+ezf3P85+fTrOP+JL80AsQIoC0kCKsfPtwEg1psmFwR/QAiAWLLeY8RaeLmyGlSc4BVvvxB/LWk0iOlyMGpqyxlgMbBgr4T7qEKQz2SuriyZXa1djQy6+jtZFvbJJgh0s82/Mf1l/H7RpIAJKWjSvgSjlIMHNFkqLmA+3vdved Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwAfdEXAn5YDpdvIeGGs+vrdIxMj6utAPMI/7yiPhx1ok5Zci\n5taV2hO0xDgMfoZ2D+o42gKKhRdGI2U4b+fRNHE7ue7DgP/eTDYOuCaTYlSC4wzq\n5rLPdkaRsjzRL1iWavESJv3c4Zo9+c5EXgo37Mlz0nTQWF2a3LzRzc6gHLcPns39\nz/Ofn06zj/iS/NALECKAtJAirHz7cBINabJhcEf0AIgFiy3mPEWni5shpUnOAVb7\n8Qfy1pNIjpcjBqassZYDGwYK+E+6hCkM9krq4smV2tXY0Muvo7WRb2ySYIdLPNvz\nH9Zfx+0aSACSlo0r4Eo5SDBzRZKi5gPt73b3nQIDAQABAoIBAGLHqMA/oUY9edrl\n0PVetXgFcDlJ6TAPtsCUUEE7E/koNbKkfB+iYpM7b9E/w62SHUkyguwiQn8T6dBr\nUQy/gq4nUUHjwE2rUP6DEC9KKKZ8Mpf5HRxu/qkow+mbvz9LopSATYYhMG4cmaTW\npfR57SqwthOcY1ARVogV2Ra1I0ehPs4BEK+eQg0T2YLcVMsYN7f5p7DnLYrEskvz\n5edgF96k8gDIX0P6vManZDjknSEHoG+ClTIizb1H+f5GfhPVsIznJwXY/guJ0mIr\nXYNlqZcz6yKFyj00jqQwUjKsmIx4I03A67obl8YsNDiNz6jL972RaYF1gtgwyy6T\nbqr5aUECgYEA6X6OfIvkoIOegKt+lFWzi5cyo+U9D7cQBDaRzohR2i3lPLgc/F6P\nF8noWaLr9a3GEcCa8bfXF1m0WCi73ajZRzGZHZR8+O+SoDapXgjeeZkfZooJAuPR\nnHqZuJid8Dw10LuMaUd6DDHE9TkT5tDss1gyXsZ65TeHRJduMHtx4DMCgYEA0ooy\nZJYzT/DgJCPa5LeJVyIN4CG1vmFM6X1+aLZSE1uuhuHqPuenbVucxCBDmUYWvSux\nMNMR/1ReNy9MqG6KarRq0vV27/rT9eIcLWsHvfpYJ5y6//Ed8uWQEuSq08Q07YVJ\nwYehFMH87vRsD9ZtULqRTLHUoEwaaKOlMQL2uO8CgYEA4VJCmAe7kfZRn6Ne3DAz\nujInKSgPm7mxmA8890xviJcfj0+wkQ2DEpbCRLXG9GdEK19tZnNc+miTczujx0yo\nmF5Rfs0LKIKwQTFekaMHZdqRBbeQ6JwGa/WXoB6O0wSXfh1uay4RpfDlOytgfC4D\nLTKgMPtiHw5N17A2Ik0N4CcCgYBMaCrxpjDpChnOA9UkvBbzsEAo3xL+DIHFGu4N\nQl12+QbVnJdOTPPOFDlIVA00SuNls72SYoddiljG3juLxNIm92LtPHf1j6nsyio/\nsWAV6gykE5Up3W9o/zbSJHp6b/JlYMHrojUrO1t3vOyass7pRUwF8WOg6P2MjBcf\nOlwfsQKBgQCX2FHux1qtWsgiltBJ6Ln+Gbf/RMn9veviRU6/aW3CdBLqC4V4ZIOM\nz/o4qZvF+5fRo2HwogA2r6RvCTmBxQPKChzDt+X4Yk91A38aiRrHrIB4Loy4EDxp\nXOR05PetOxeNhuVF3S6SRp/i7em0ymxSFJ1YIQVaQHK4YPz6vV47Mw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "70b431a949904fe78e99b77a433b440b", "name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "fingerprint": "28:2d:ba:4e:66:66:ff:f8:60:b2:11:8e:b0:a9:52:f8"}} 2018-08-19 08:55:52,787 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-42824cd6-593a-402f-88b0-7d779666bdc9 2018-08-19 08:55:52,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.414363145828s 2018-08-19 08:55:52,788 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-42824cd6-593a-402f-88b0-7d779666bdc9 2018-08-19 08:55:52,789 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAB90RcCflgOl28h4Yaz6+t0jEyPq60A8wj/vKI+HHWiTllyLm1pXaE7TEOAx+hnYP6jjaAoqFF0YjZThv59E0cTu57sOA/95MNg64JpNiVILjDOrmss92RpGyPNEvWJZq8RIm/dzhmj35zkReCjfsyXPSdNBYXZrcvNHNzqActw+ezf3P85+fTrOP+JL80AsQIoC0kCKsfPtwEg1psmFwR/QAiAWLLeY8RaeLmyGlSc4BVvvxB/LWk0iOlyMGpqyxlgMbBgr4T7qEKQz2SuriyZXa1djQy6+jtZFvbJJgh0s82/Mf1l/H7RpIAJKWjSvgSjlIMHNFkqLmA+3vdved Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwAfdEXAn5YDpdvIeGGs+vrdIxMj6utAPMI/7yiPhx1ok5Zci\n5taV2hO0xDgMfoZ2D+o42gKKhRdGI2U4b+fRNHE7ue7DgP/eTDYOuCaTYlSC4wzq\n5rLPdkaRsjzRL1iWavESJv3c4Zo9+c5EXgo37Mlz0nTQWF2a3LzRzc6gHLcPns39\nz/Ofn06zj/iS/NALECKAtJAirHz7cBINabJhcEf0AIgFiy3mPEWni5shpUnOAVb7\n8Qfy1pNIjpcjBqassZYDGwYK+E+6hCkM9krq4smV2tXY0Muvo7WRb2ySYIdLPNvz\nH9Zfx+0aSACSlo0r4Eo5SDBzRZKi5gPt73b3nQIDAQABAoIBAGLHqMA/oUY9edrl\n0PVetXgFcDlJ6TAPtsCUUEE7E/koNbKkfB+iYpM7b9E/w62SHUkyguwiQn8T6dBr\nUQy/gq4nUUHjwE2rUP6DEC9KKKZ8Mpf5HRxu/qkow+mbvz9LopSATYYhMG4cmaTW\npfR57SqwthOcY1ARVogV2Ra1I0ehPs4BEK+eQg0T2YLcVMsYN7f5p7DnLYrEskvz\n5edgF96k8gDIX0P6vManZDjknSEHoG+ClTIizb1H+f5GfhPVsIznJwXY/guJ0mIr\nXYNlqZcz6yKFyj00jqQwUjKsmIx4I03A67obl8YsNDiNz6jL972RaYF1gtgwyy6T\nbqr5aUECgYEA6X6OfIvkoIOegKt+lFWzi5cyo+U9D7cQBDaRzohR2i3lPLgc/F6P\nF8noWaLr9a3GEcCa8bfXF1m0WCi73ajZRzGZHZR8+O+SoDapXgjeeZkfZooJAuPR\nnHqZuJid8Dw10LuMaUd6DDHE9TkT5tDss1gyXsZ65TeHRJduMHtx4DMCgYEA0ooy\nZJYzT/DgJCPa5LeJVyIN4CG1vmFM6X1+aLZSE1uuhuHqPuenbVucxCBDmUYWvSux\nMNMR/1ReNy9MqG6KarRq0vV27/rT9eIcLWsHvfpYJ5y6//Ed8uWQEuSq08Q07YVJ\nwYehFMH87vRsD9ZtULqRTLHUoEwaaKOlMQL2uO8CgYEA4VJCmAe7kfZRn6Ne3DAz\nujInKSgPm7mxmA8890xviJcfj0+wkQ2DEpbCRLXG9GdEK19tZnNc+miTczujx0yo\nmF5Rfs0LKIKwQTFekaMHZdqRBbeQ6JwGa/WXoB6O0wSXfh1uay4RpfDlOytgfC4D\nLTKgMPtiHw5N17A2Ik0N4CcCgYBMaCrxpjDpChnOA9UkvBbzsEAo3xL+DIHFGu4N\nQl12+QbVnJdOTPPOFDlIVA00SuNls72SYoddiljG3juLxNIm92LtPHf1j6nsyio/\nsWAV6gykE5Up3W9o/zbSJHp6b/JlYMHrojUrO1t3vOyass7pRUwF8WOg6P2MjBcf\nOlwfsQKBgQCX2FHux1qtWsgiltBJ6Ln+Gbf/RMn9veviRU6/aW3CdBLqC4V4ZIOM\nz/o4qZvF+5fRo2HwogA2r6RvCTmBxQPKChzDt+X4Yk91A38aiRrHrIB4Loy4EDxp\nXOR05PetOxeNhuVF3S6SRp/i7em0ymxSFJ1YIQVaQHK4YPz6vV47Mw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'70b431a949904fe78e99b77a433b440b', 'name': u'shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2', 'created_at': '2018-08-19T08:55:52.788987', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'43d66736a4284ee797b0e21036bdd336', 'name': 'shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'28:2d:ba:4e:66:66:ff:f8:60:b2:11:8e:b0:a9:52:f8', 'type': 'ssh', 'id': u'shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2'}) 2018-08-19 08:55:52,789 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAwAfdEXAn5YDpdvIeGGs+vrdIxMj6utAPMI/7yiPhx1ok5Zci 5taV2hO0xDgMfoZ2D+o42gKKhRdGI2U4b+fRNHE7ue7DgP/eTDYOuCaTYlSC4wzq 5rLPdkaRsjzRL1iWavESJv3c4Zo9+c5EXgo37Mlz0nTQWF2a3LzRzc6gHLcPns39 z/Ofn06zj/iS/NALECKAtJAirHz7cBINabJhcEf0AIgFiy3mPEWni5shpUnOAVb7 8Qfy1pNIjpcjBqassZYDGwYK+E+6hCkM9krq4smV2tXY0Muvo7WRb2ySYIdLPNvz H9Zfx+0aSACSlo0r4Eo5SDBzRZKi5gPt73b3nQIDAQABAoIBAGLHqMA/oUY9edrl 0PVetXgFcDlJ6TAPtsCUUEE7E/koNbKkfB+iYpM7b9E/w62SHUkyguwiQn8T6dBr UQy/gq4nUUHjwE2rUP6DEC9KKKZ8Mpf5HRxu/qkow+mbvz9LopSATYYhMG4cmaTW pfR57SqwthOcY1ARVogV2Ra1I0ehPs4BEK+eQg0T2YLcVMsYN7f5p7DnLYrEskvz 5edgF96k8gDIX0P6vManZDjknSEHoG+ClTIizb1H+f5GfhPVsIznJwXY/guJ0mIr XYNlqZcz6yKFyj00jqQwUjKsmIx4I03A67obl8YsNDiNz6jL972RaYF1gtgwyy6T bqr5aUECgYEA6X6OfIvkoIOegKt+lFWzi5cyo+U9D7cQBDaRzohR2i3lPLgc/F6P F8noWaLr9a3GEcCa8bfXF1m0WCi73ajZRzGZHZR8+O+SoDapXgjeeZkfZooJAuPR nHqZuJid8Dw10LuMaUd6DDHE9TkT5tDss1gyXsZ65TeHRJduMHtx4DMCgYEA0ooy ZJYzT/DgJCPa5LeJVyIN4CG1vmFM6X1+aLZSE1uuhuHqPuenbVucxCBDmUYWvSux MNMR/1ReNy9MqG6KarRq0vV27/rT9eIcLWsHvfpYJ5y6//Ed8uWQEuSq08Q07YVJ wYehFMH87vRsD9ZtULqRTLHUoEwaaKOlMQL2uO8CgYEA4VJCmAe7kfZRn6Ne3DAz ujInKSgPm7mxmA8890xviJcfj0+wkQ2DEpbCRLXG9GdEK19tZnNc+miTczujx0yo mF5Rfs0LKIKwQTFekaMHZdqRBbeQ6JwGa/WXoB6O0wSXfh1uay4RpfDlOytgfC4D LTKgMPtiHw5N17A2Ik0N4CcCgYBMaCrxpjDpChnOA9UkvBbzsEAo3xL+DIHFGu4N Ql12+QbVnJdOTPPOFDlIVA00SuNls72SYoddiljG3juLxNIm92LtPHf1j6nsyio/ sWAV6gykE5Up3W9o/zbSJHp6b/JlYMHrojUrO1t3vOyass7pRUwF8WOg6P2MjBcf OlwfsQKBgQCX2FHux1qtWsgiltBJ6Ln+Gbf/RMn9veviRU6/aW3CdBLqC4V4ZIOM z/o4qZvF+5fRo2HwogA2r6RvCTmBxQPKChzDt+X4Yk91A38aiRrHrIB4Loy4EDxp XOR05PetOxeNhuVF3S6SRp/i7em0ymxSFJ1YIQVaQHK4YPz6vV47Mw== -----END RSA PRIVATE KEY----- 2018-08-19 08:55:52,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-19 08:55:52,792 - 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}e9698f698b682526afb511c4c19687545e054de8" -d '{"security_group": {"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-19 08:55:52,953 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-0b85e8a3-e5e8-4f34-98fa-4c8568bdd3e0 Date: Sun, 19 Aug 2018 08:55:52 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:52Z", "updated_at": "2018-08-19T08:55:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:52Z", "revision_number": 0, "id": "32a77914-874f-480d-bba8-46961b5df04d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:52Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:52Z", "revision_number": 0, "id": "4bb2edd8-0463-486b-b08d-f02f20fd8ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:52Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv6", "project_id": "43d66736a4284ee797b0e21036bdd336"}], "revision_number": 1, "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}} 2018-08-19 08:55:52,953 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-0b85e8a3-e5e8-4f34-98fa-4c8568bdd3e0 2018-08-19 08:55:52,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.160985946655s 2018-08-19 08:55:52,953 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-0b85e8a3-e5e8-4f34-98fa-4c8568bdd3e0 2018-08-19 08:55:52,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 08:55:52,958 - 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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:55:53,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-c7183fe0-9051-4992-bec0-1aac8815282f Date: Sun, 19 Aug 2018 08:55:53 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:52Z", "updated_at": "2018-08-19T08:55:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:52Z", "revision_number": 0, "id": "32a77914-874f-480d-bba8-46961b5df04d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:52Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:52Z", "revision_number": 0, "id": "4bb2edd8-0463-486b-b08d-f02f20fd8ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:52Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv6", "project_id": "43d66736a4284ee797b0e21036bdd336"}], "revision_number": 1, "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}, {"description": "Default security group", "tags": [], "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:31Z", "updated_at": "2018-08-19T08:55:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "14a0ba40-85f9-42ff-b2fe-64414da3c32f", "remote_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv6", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "9b6617b5-5c9e-4c05-8221-aaaba9ad3597", "remote_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "a4cb4827-e1a3-4fa9-a2f2-4308eef10a69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv6", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "c52be89e-9a93-4e2a-afcb-1e43b460ba05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}], "revision_number": 1, "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "name": "default"}]} 2018-08-19 08:55:53,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-c7183fe0-9051-4992-bec0-1aac8815282f 2018-08-19 08:55:53,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.314709186554s 2018-08-19 08:55:53,273 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-c7183fe0-9051-4992-bec0-1aac8815282f 2018-08-19 08:55:53,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 08:55:53,277 - 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}e9698f698b682526afb511c4c19687545e054de8" -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": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08"}}' 2018-08-19 08:55:53,706 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-24c46693-273f-48c1-b8b1-8c2600cbf3b1 Date: Sun, 19 Aug 2018 08:55:53 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-19T08:55:53Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "port_range_min": 22, "revision_number": 0, "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:53Z", "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "b2f59c77-0762-4981-bcc8-bd62000a741c"}} 2018-08-19 08:55:53,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-24c46693-273f-48c1-b8b1-8c2600cbf3b1 2018-08-19 08:55:53,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.429717063904s 2018-08-19 08:55:53,707 - 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-24c46693-273f-48c1-b8b1-8c2600cbf3b1 2018-08-19 08:55:53,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 08:55:53,710 - 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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:55:54,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-079d50d4-9ba4-4938-9555-6752446f175a Date: Sun, 19 Aug 2018 08:55:54 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:52Z", "updated_at": "2018-08-19T08:55:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:52Z", "revision_number": 0, "id": "32a77914-874f-480d-bba8-46961b5df04d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:52Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:52Z", "revision_number": 0, "id": "4bb2edd8-0463-486b-b08d-f02f20fd8ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:52Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv6", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T08:55:53Z", "revision_number": 0, "id": "b2f59c77-0762-4981-bcc8-bd62000a741c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:53Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": 22, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}], "revision_number": 2, "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}, {"description": "Default security group", "tags": [], "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:31Z", "updated_at": "2018-08-19T08:55:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "14a0ba40-85f9-42ff-b2fe-64414da3c32f", "remote_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv6", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "9b6617b5-5c9e-4c05-8221-aaaba9ad3597", "remote_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "a4cb4827-e1a3-4fa9-a2f2-4308eef10a69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv6", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "c52be89e-9a93-4e2a-afcb-1e43b460ba05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}], "revision_number": 1, "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "name": "default"}]} 2018-08-19 08:55:54,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-079d50d4-9ba4-4938-9555-6752446f175a 2018-08-19 08:55:54,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.322120904922s 2018-08-19 08:55:54,032 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-079d50d4-9ba4-4938-9555-6752446f175a 2018-08-19 08:55:54,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 08:55:54,036 - 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}e9698f698b682526afb511c4c19687545e054de8" -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": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08"}}' 2018-08-19 08:55:54,451 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ea86233d-8a81-49fc-840c-dc85a837fb8e Date: Sun, 19 Aug 2018 08:55:54 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-19T08:55:54Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "port_range_min": null, "revision_number": 0, "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:54Z", "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "35e334c1-d155-4b98-91c6-23ae06b707ce"}} 2018-08-19 08:55:54,451 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ea86233d-8a81-49fc-840c-dc85a837fb8e 2018-08-19 08:55:54,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.415596961975s 2018-08-19 08:55:54,452 - 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-ea86233d-8a81-49fc-840c-dc85a837fb8e 2018-08-19 08:55:54,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 08:55:54,456 - 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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:55:54,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-fe66a855-82ad-46d7-9fc3-7aeee444fb05 Date: Sun, 19 Aug 2018 08:55:54 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:52Z", "updated_at": "2018-08-19T08:55:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:52Z", "revision_number": 0, "id": "32a77914-874f-480d-bba8-46961b5df04d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:52Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:54Z", "revision_number": 0, "id": "35e334c1-d155-4b98-91c6-23ae06b707ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:54Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:52Z", "revision_number": 0, "id": "4bb2edd8-0463-486b-b08d-f02f20fd8ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:52Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv6", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T08:55:53Z", "revision_number": 0, "id": "b2f59c77-0762-4981-bcc8-bd62000a741c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:53Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": 22, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}], "revision_number": 3, "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}, {"description": "Default security group", "tags": [], "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:31Z", "updated_at": "2018-08-19T08:55:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "14a0ba40-85f9-42ff-b2fe-64414da3c32f", "remote_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv6", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "9b6617b5-5c9e-4c05-8221-aaaba9ad3597", "remote_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "a4cb4827-e1a3-4fa9-a2f2-4308eef10a69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv6", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "c52be89e-9a93-4e2a-afcb-1e43b460ba05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}], "revision_number": 1, "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "name": "default"}]} 2018-08-19 08:55:54,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-fe66a855-82ad-46d7-9fc3-7aeee444fb05 2018-08-19 08:55:54,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0511889457703s 2018-08-19 08:55:54,507 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-fe66a855-82ad-46d7-9fc3-7aeee444fb05 2018-08-19 08:55:54,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 08:55:54,511 - 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}e9698f698b682526afb511c4c19687545e054de8" -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": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08"}}' 2018-08-19 08:55:54,659 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-264261ad-bde4-4a76-a623-7571c1bce4ab Date: Sun, 19 Aug 2018 08:55:54 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-19T08:55:54Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "port_range_min": 9000, "revision_number": 0, "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:54Z", "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "be258614-9043-41cf-acdc-7637e2555787"}} 2018-08-19 08:55:54,659 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-264261ad-bde4-4a76-a623-7571c1bce4ab 2018-08-19 08:55:54,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.148964881897s 2018-08-19 08:55:54,659 - 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-264261ad-bde4-4a76-a623-7571c1bce4ab 2018-08-19 08:55:54,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:55:54,661 - 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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:55:55,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-8aa8aabe-c42d-407c-aba4-12304cbcc122 Date: Sun, 19 Aug 2018 08:55:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2717fd39-c59a-495c-91d5-f5d73c6472af"],"updated_at":"2018-08-19T08:55:32Z","tenant_id":"43d66736a4284ee797b0e21036bdd336","created_at":"2018-08-19T08:55:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"43d66736a4284ee797b0e21036bdd336","id":"a1cb9611-85a0-47b9-a8ae-974452672d2d","name":"shaker-net_40351d12-e180-433a-9b10-f1c6b7da38f2"}]} 2018-08-19 08:55:55,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8aa8aabe-c42d-407c-aba4-12304cbcc122 2018-08-19 08:55:55,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375552892685s 2018-08-19 08:55:55,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-8aa8aabe-c42d-407c-aba4-12304cbcc122 2018-08-19 08:55:55,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 08:55:55,045 - 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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:55:55,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-2ec04c8b-3eca-433c-b4a2-9e8c0d263032 Date: Sun, 19 Aug 2018 08:55:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:55:51Z", "file": "/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/file", "owner": "43d66736a4284ee797b0e21036bdd336", "id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "size": 666173440, "self": "/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_40351d12-e180-433a-9b10-f1c6b7da38f2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_40351d12-e180-433a-9b10-f1c6b7da38f2", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-19T08:55:41Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 08:55:55,328 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2ec04c8b-3eca-433c-b4a2-9e8c0d263032 2018-08-19 08:55:55,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.286468029022s 2018-08-19 08:55:55,328 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2ec04c8b-3eca-433c-b4a2-9e8c0d263032 2018-08-19 08:55:55,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 08:55:55,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:55:55,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:55: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-c2c1ae80-b394-4e0f-a950-2af609da16cc x-compute-request-id: req-c2c1ae80-b394-4e0f-a950-2af609da16cc Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_40351d12-e180-433a-9b10-f1c6b7da38f2", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "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": "0b61d315-ada9-4549-a839-d38e547f839a"}]} 2018-08-19 08:55:55,353 - 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-c2c1ae80-b394-4e0f-a950-2af609da16cc 2018-08-19 08:55:55,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0235960483551s 2018-08-19 08:55:55,354 - 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-c2c1ae80-b394-4e0f-a950-2af609da16cc 2018-08-19 08:55:55,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-19 08:55:55,358 - 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}e9698f698b682526afb511c4c19687545e054de8" -d '{"server": {"name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "imageRef": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "flavorRef": "0b61d315-ada9-4549-a839-d38e547f839a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a1cb9611-85a0-47b9-a8ae-974452672d2d"}], "security_groups": [{"name": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08"}]}}' 2018-08-19 08:56:00,429 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 08:55: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-267a29ce-52d5-42be-bcc6-5524155d5b69 x-compute-request-id: req-267a29ce-52d5-42be-bcc6-5524155d5b69 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08"}], "OS-DCF:diskConfig": "MANUAL", "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "adminPass": "gUq2xUP4dEMq"}} 2018-08-19 08:56:00,429 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-267a29ce-52d5-42be-bcc6-5524155d5b69 2018-08-19 08:56:00,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.07336902618s 2018-08-19 08:56:00,429 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-267a29ce-52d5-42be-bcc6-5524155d5b69 2018-08-19 08:56:00,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:00,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:01,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3368f70-b055-4f1a-9bdb-f62b9471b3d3 x-compute-request-id: req-b3368f70-b055-4f1a-9bdb-f62b9471b3d3 Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:01,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3368f70-b055-4f1a-9bdb-f62b9471b3d3 2018-08-19 08:56:01,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.695977926254s 2018-08-19 08:56:01,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b3368f70-b055-4f1a-9bdb-f62b9471b3d3 2018-08-19 08:56:01,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:56:01,133 - 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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:01,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-633b9cd6-c343-4872-8966-91e36d7977e0 Date: Sun, 19 Aug 2018 08:56:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2717fd39-c59a-495c-91d5-f5d73c6472af"],"updated_at":"2018-08-19T08:55:32Z","tenant_id":"43d66736a4284ee797b0e21036bdd336","created_at":"2018-08-19T08:55:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"43d66736a4284ee797b0e21036bdd336","id":"a1cb9611-85a0-47b9-a8ae-974452672d2d","name":"shaker-net_40351d12-e180-433a-9b10-f1c6b7da38f2"}]} 2018-08-19 08:56:01,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-633b9cd6-c343-4872-8966-91e36d7977e0 2018-08-19 08:56:01,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0982780456543s 2018-08-19 08:56:01,232 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-633b9cd6-c343-4872-8966-91e36d7977e0 2018-08-19 08:56:01,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 08:56:01,233 - 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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:01,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-66a1b5ac-4c6d-488b-86ba-970261b4e96e Date: Sun, 19 Aug 2018 08:56:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1cb9611-85a0-47b9-a8ae-974452672d2d","tenant_id":"43d66736a4284ee797b0e21036bdd336","created_at":"2018-08-19T08:55:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T08:55: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":"43d66736a4284ee797b0e21036bdd336","id":"2717fd39-c59a-495c-91d5-f5d73c6472af","subnetpool_id":null,"name":"shaker-subnet_40351d12-e180-433a-9b10-f1c6b7da38f2"}]} 2018-08-19 08:56:01,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-66a1b5ac-4c6d-488b-86ba-970261b4e96e 2018-08-19 08:56:01,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.315551042557s 2018-08-19 08:56:01,549 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-66a1b5ac-4c6d-488b-86ba-970261b4e96e 2018-08-19 08:56:01,549 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:03,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:03,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:04,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e246241-390a-431b-b2da-87eaa92537ed x-compute-request-id: req-2e246241-390a-431b-b2da-87eaa92537ed 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/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:04,310 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2e246241-390a-431b-b2da-87eaa92537ed 2018-08-19 08:56:04,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.757153987885s 2018-08-19 08:56:04,310 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2e246241-390a-431b-b2da-87eaa92537ed 2018-08-19 08:56:04,314 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:06,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:06,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:07,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1568727b-84c6-4470-9133-5489d4ae1bdc x-compute-request-id: req-1568727b-84c6-4470-9133-5489d4ae1bdc Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:07,346 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1568727b-84c6-4470-9133-5489d4ae1bdc 2018-08-19 08:56:07,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02929997444s 2018-08-19 08:56:07,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1568727b-84c6-4470-9133-5489d4ae1bdc 2018-08-19 08:56:07,350 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:09,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:09,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:10,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b7f73fb-3b29-42ed-9c92-5717eb147455 x-compute-request-id: req-3b7f73fb-3b29-42ed-9c92-5717eb147455 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:10,472 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3b7f73fb-3b29-42ed-9c92-5717eb147455 2018-08-19 08:56:10,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11993193626s 2018-08-19 08:56:10,473 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3b7f73fb-3b29-42ed-9c92-5717eb147455 2018-08-19 08:56:10,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:12,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:12,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:13,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84d9bdbc-beda-4193-bd66-e6f87f15ac37 x-compute-request-id: req-84d9bdbc-beda-4193-bd66-e6f87f15ac37 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:13,613 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-84d9bdbc-beda-4193-bd66-e6f87f15ac37 2018-08-19 08:56:13,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13369083405s 2018-08-19 08:56:13,614 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-84d9bdbc-beda-4193-bd66-e6f87f15ac37 2018-08-19 08:56:13,617 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:15,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:15,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:16,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6796dcf-1c15-4f78-8db1-23fc38c49280 x-compute-request-id: req-b6796dcf-1c15-4f78-8db1-23fc38c49280 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:16,708 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b6796dcf-1c15-4f78-8db1-23fc38c49280 2018-08-19 08:56:16,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08816003799s 2018-08-19 08:56:16,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b6796dcf-1c15-4f78-8db1-23fc38c49280 2018-08-19 08:56:16,713 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:18,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:18,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:20,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a117e220-719c-4d34-b78a-790bfa26d09c x-compute-request-id: req-a117e220-719c-4d34-b78a-790bfa26d09c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:20,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a117e220-719c-4d34-b78a-790bfa26d09c 2018-08-19 08:56:20,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32824110985s 2018-08-19 08:56:20,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a117e220-719c-4d34-b78a-790bfa26d09c 2018-08-19 08:56:20,048 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:22,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:22,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:23,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fb72b0c-1e46-498a-9ae4-ab1f3c360e29 x-compute-request-id: req-6fb72b0c-1e46-498a-9ae4-ab1f3c360e29 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:23,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6fb72b0c-1e46-498a-9ae4-ab1f3c360e29 2018-08-19 08:56:23,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13120818138s 2018-08-19 08:56:23,181 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6fb72b0c-1e46-498a-9ae4-ab1f3c360e29 2018-08-19 08:56:23,185 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:25,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:25,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:25,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b43c3c9-3d9f-447d-b626-01c1945add8d x-compute-request-id: req-5b43c3c9-3d9f-447d-b626-01c1945add8d Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:25,902 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5b43c3c9-3d9f-447d-b626-01c1945add8d 2018-08-19 08:56:25,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713802099228s 2018-08-19 08:56:25,902 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5b43c3c9-3d9f-447d-b626-01c1945add8d 2018-08-19 08:56:25,906 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:27,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:27,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:28,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40f03ea8-5b27-45b5-be3f-150a97f3bd38 x-compute-request-id: req-40f03ea8-5b27-45b5-be3f-150a97f3bd38 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:28,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-40f03ea8-5b27-45b5-be3f-150a97f3bd38 2018-08-19 08:56:28,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.937123060226s 2018-08-19 08:56:28,847 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-40f03ea8-5b27-45b5-be3f-150a97f3bd38 2018-08-19 08:56:28,851 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:30,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:30,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:31,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54705a2c-c133-4017-9602-cdc163ef6225 x-compute-request-id: req-54705a2c-c133-4017-9602-cdc163ef6225 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:31,602 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-54705a2c-c133-4017-9602-cdc163ef6225 2018-08-19 08:56:31,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.748693943024s 2018-08-19 08:56:31,603 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-54705a2c-c133-4017-9602-cdc163ef6225 2018-08-19 08:56:31,607 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:33,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:33,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:33,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56: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-869d4e1a-51b2-4bd9-a449-6096d663185d x-compute-request-id: req-869d4e1a-51b2-4bd9-a449-6096d663185d Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:33,970 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-869d4e1a-51b2-4bd9-a449-6096d663185d 2018-08-19 08:56:33,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360948801041s 2018-08-19 08:56:33,971 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-869d4e1a-51b2-4bd9-a449-6096d663185d 2018-08-19 08:56:33,975 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:35,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:35,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:36,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b296898-e522-4fa3-87d4-c24181cb742c x-compute-request-id: req-5b296898-e522-4fa3-87d4-c24181cb742c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:36,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5b296898-e522-4fa3-87d4-c24181cb742c 2018-08-19 08:56:36,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.670751094818s 2018-08-19 08:56:36,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5b296898-e522-4fa3-87d4-c24181cb742c 2018-08-19 08:56:36,652 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:38,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:38,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:39,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e7f69ac-425c-45c7-bbd9-c2199748292f x-compute-request-id: req-6e7f69ac-425c-45c7-bbd9-c2199748292f Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:39,667 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6e7f69ac-425c-45c7-bbd9-c2199748292f 2018-08-19 08:56:39,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01272702217s 2018-08-19 08:56:39,668 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6e7f69ac-425c-45c7-bbd9-c2199748292f 2018-08-19 08:56:39,672 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:41,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:41,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:42,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15bc68a5-ead6-4868-bfa7-e3ef9b593b23 x-compute-request-id: req-15bc68a5-ead6-4868-bfa7-e3ef9b593b23 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:42,553 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-15bc68a5-ead6-4868-bfa7-e3ef9b593b23 2018-08-19 08:56:42,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.878942966461s 2018-08-19 08:56:42,554 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-15bc68a5-ead6-4868-bfa7-e3ef9b593b23 2018-08-19 08:56:42,557 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:44,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:44,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:45,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f585d1e8-3f92-4753-b5c6-c1c5d75b05b1 x-compute-request-id: req-f585d1e8-3f92-4753-b5c6-c1c5d75b05b1 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:45,540 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f585d1e8-3f92-4753-b5c6-c1c5d75b05b1 2018-08-19 08:56:45,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.980345010757s 2018-08-19 08:56:45,541 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f585d1e8-3f92-4753-b5c6-c1c5d75b05b1 2018-08-19 08:56:45,545 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:47,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:47,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:48,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56: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-dfa8f8ca-ed07-43c7-8482-595c26bd204c x-compute-request-id: req-dfa8f8ca-ed07-43c7-8482-595c26bd204c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:48,291 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dfa8f8ca-ed07-43c7-8482-595c26bd204c 2018-08-19 08:56:48,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.743746042252s 2018-08-19 08:56:48,291 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-dfa8f8ca-ed07-43c7-8482-595c26bd204c 2018-08-19 08:56:48,295 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:50,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:50,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:51,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52ee9c35-7713-40c2-acf6-8c6ffdcc0f98 x-compute-request-id: req-52ee9c35-7713-40c2-acf6-8c6ffdcc0f98 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:51,019 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-52ee9c35-7713-40c2-acf6-8c6ffdcc0f98 2018-08-19 08:56:51,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.721539020538s 2018-08-19 08:56: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-52ee9c35-7713-40c2-acf6-8c6ffdcc0f98 2018-08-19 08:56:51,024 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:53,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:53,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:53,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2edb846b-2af9-4d8e-bc22-95842eac6f80 x-compute-request-id: req-2edb846b-2af9-4d8e-bc22-95842eac6f80 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:53,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2edb846b-2af9-4d8e-bc22-95842eac6f80 2018-08-19 08:56:53,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.725867033005s 2018-08-19 08:56:53,753 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2edb846b-2af9-4d8e-bc22-95842eac6f80 2018-08-19 08:56:53,757 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:55,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:55,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:56,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb3f86cc-446b-42ef-a5d3-438c324b8411 x-compute-request-id: req-bb3f86cc-446b-42ef-a5d3-438c324b8411 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:56,385 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bb3f86cc-446b-42ef-a5d3-438c324b8411 2018-08-19 08:56:56,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.625684976578s 2018-08-19 08:56:56,386 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-bb3f86cc-446b-42ef-a5d3-438c324b8411 2018-08-19 08:56:56,390 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:56:58,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:56:58,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:56:59,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:56:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-468a0039-ff8b-4ead-8283-b9eb97ac6e70 x-compute-request-id: req-468a0039-ff8b-4ead-8283-b9eb97ac6e70 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:56:59,086 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-468a0039-ff8b-4ead-8283-b9eb97ac6e70 2018-08-19 08:56:59,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693396091461s 2018-08-19 08:56:59,087 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-468a0039-ff8b-4ead-8283-b9eb97ac6e70 2018-08-19 08:56:59,091 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:01,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:01,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:02,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79db75d0-d23b-431f-aa4a-2ec196f24237 x-compute-request-id: req-79db75d0-d23b-431f-aa4a-2ec196f24237 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:02,091 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-79db75d0-d23b-431f-aa4a-2ec196f24237 2018-08-19 08:57:02,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.997607946396s 2018-08-19 08:57:02,092 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-79db75d0-d23b-431f-aa4a-2ec196f24237 2018-08-19 08:57:02,096 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:04,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:04,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:04,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bc73e82-0222-4b08-b4f2-07d876ce11ba x-compute-request-id: req-6bc73e82-0222-4b08-b4f2-07d876ce11ba Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:04,827 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6bc73e82-0222-4b08-b4f2-07d876ce11ba 2018-08-19 08:57:04,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728584051132s 2018-08-19 08:57:04,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6bc73e82-0222-4b08-b4f2-07d876ce11ba 2018-08-19 08:57:04,832 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:06,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:06,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:07,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3acad32-faab-49ff-a8b1-78ca03ff0c14 x-compute-request-id: req-c3acad32-faab-49ff-a8b1-78ca03ff0c14 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:07,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c3acad32-faab-49ff-a8b1-78ca03ff0c14 2018-08-19 08:57:07,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.699023008347s 2018-08-19 08:57:07,534 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c3acad32-faab-49ff-a8b1-78ca03ff0c14 2018-08-19 08:57:07,538 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:09,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:09,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:10,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a01ced3-12ed-4677-8041-0d246c0c1f7d x-compute-request-id: req-3a01ced3-12ed-4677-8041-0d246c0c1f7d Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:10,180 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3a01ced3-12ed-4677-8041-0d246c0c1f7d 2018-08-19 08:57:10,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.639337062836s 2018-08-19 08:57:10,181 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3a01ced3-12ed-4677-8041-0d246c0c1f7d 2018-08-19 08:57:10,185 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:12,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:12,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:12,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a4c875d-8130-4a3a-8ff6-6f16fd0d9ce0 x-compute-request-id: req-3a4c875d-8130-4a3a-8ff6-6f16fd0d9ce0 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:12,916 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3a4c875d-8130-4a3a-8ff6-6f16fd0d9ce0 2018-08-19 08:57:12,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.727983951569s 2018-08-19 08:57:12,916 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3a4c875d-8130-4a3a-8ff6-6f16fd0d9ce0 2018-08-19 08:57:12,920 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:14,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:14,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:15,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6323e46-c0d2-423b-8b61-2f4da056568e x-compute-request-id: req-f6323e46-c0d2-423b-8b61-2f4da056568e Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:15,825 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f6323e46-c0d2-423b-8b61-2f4da056568e 2018-08-19 08:57:15,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.902186870575s 2018-08-19 08:57:15,826 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f6323e46-c0d2-423b-8b61-2f4da056568e 2018-08-19 08:57:15,830 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:17,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:17,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:18,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edc6d8b2-5c74-401f-b525-bb65e5ef88a1 x-compute-request-id: req-edc6d8b2-5c74-401f-b525-bb65e5ef88a1 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:18,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-edc6d8b2-5c74-401f-b525-bb65e5ef88a1 2018-08-19 08:57:18,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700726032257s 2018-08-19 08:57:18,534 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-edc6d8b2-5c74-401f-b525-bb65e5ef88a1 2018-08-19 08:57:18,538 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:20,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:20,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:21,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f38f0b3-fa8e-48b4-be83-eb56dfad7482 x-compute-request-id: req-4f38f0b3-fa8e-48b4-be83-eb56dfad7482 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:21,279 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4f38f0b3-fa8e-48b4-be83-eb56dfad7482 2018-08-19 08:57:21,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.738921880722s 2018-08-19 08:57:21,280 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4f38f0b3-fa8e-48b4-be83-eb56dfad7482 2018-08-19 08:57:21,283 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:23,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:23,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:24,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b62e83a3-8737-44d7-805b-84514d8409e6 x-compute-request-id: req-b62e83a3-8737-44d7-805b-84514d8409e6 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:24,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b62e83a3-8737-44d7-805b-84514d8409e6 2018-08-19 08:57:24,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.976751089096s 2018-08-19 08:57:24,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b62e83a3-8737-44d7-805b-84514d8409e6 2018-08-19 08:57:24,267 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:26,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:26,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:27,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96d0fac0-4fea-41e8-9f77-4c6b1b396626 x-compute-request-id: req-96d0fac0-4fea-41e8-9f77-4c6b1b396626 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:27,015 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-96d0fac0-4fea-41e8-9f77-4c6b1b396626 2018-08-19 08:57:27,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745859861374s 2018-08-19 08:57:27,016 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-96d0fac0-4fea-41e8-9f77-4c6b1b396626 2018-08-19 08:57:27,019 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:29,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:29,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:29,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea4c3910-2422-4e59-aecc-188a437fce2f x-compute-request-id: req-ea4c3910-2422-4e59-aecc-188a437fce2f Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:29,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ea4c3910-2422-4e59-aecc-188a437fce2f 2018-08-19 08:57:29,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745992183685s 2018-08-19 08:57:29,769 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ea4c3910-2422-4e59-aecc-188a437fce2f 2018-08-19 08:57:29,773 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:31,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:31,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:32,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5972bd4-2947-4f88-bee1-25704151aaf9 x-compute-request-id: req-e5972bd4-2947-4f88-bee1-25704151aaf9 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:32,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e5972bd4-2947-4f88-bee1-25704151aaf9 2018-08-19 08:57:32,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.606850862503s 2018-08-19 08:57:32,383 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e5972bd4-2947-4f88-bee1-25704151aaf9 2018-08-19 08:57:32,387 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:34,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:34,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:35,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be4345e1-303c-4ce0-be5b-61707139c11f x-compute-request-id: req-be4345e1-303c-4ce0-be5b-61707139c11f Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:35,475 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-be4345e1-303c-4ce0-be5b-61707139c11f 2018-08-19 08:57:35,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0844540596s 2018-08-19 08:57:35,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-be4345e1-303c-4ce0-be5b-61707139c11f 2018-08-19 08:57:35,479 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:37,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:37,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:38,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15bbf238-a31b-4f92-b904-f60fbc07d1cd x-compute-request-id: req-15bbf238-a31b-4f92-b904-f60fbc07d1cd Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:38,669 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-15bbf238-a31b-4f92-b904-f60fbc07d1cd 2018-08-19 08:57:38,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18690109253s 2018-08-19 08:57:38,669 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-15bbf238-a31b-4f92-b904-f60fbc07d1cd 2018-08-19 08:57:38,673 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:40,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:40,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:41,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70472a4e-cc67-4689-bf11-b6479b1f0f6e x-compute-request-id: req-70472a4e-cc67-4689-bf11-b6479b1f0f6e Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:41,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-70472a4e-cc67-4689-bf11-b6479b1f0f6e 2018-08-19 08:57:41,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.874193906784s 2018-08-19 08:57:41,551 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-70472a4e-cc67-4689-bf11-b6479b1f0f6e 2018-08-19 08:57:41,555 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:43,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:43,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:44,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79ce2cd0-7858-4916-8043-e197942f37d8 x-compute-request-id: req-79ce2cd0-7858-4916-8043-e197942f37d8 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:44,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-79ce2cd0-7858-4916-8043-e197942f37d8 2018-08-19 08:57:44,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719564914703s 2018-08-19 08:57:44,278 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-79ce2cd0-7858-4916-8043-e197942f37d8 2018-08-19 08:57:44,282 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:46,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:46,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:46,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd2c8852-f48d-4a81-a98b-1554e79cf9e2 x-compute-request-id: req-cd2c8852-f48d-4a81-a98b-1554e79cf9e2 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:46,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cd2c8852-f48d-4a81-a98b-1554e79cf9e2 2018-08-19 08:57:46,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633421182632s 2018-08-19 08:57:46,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-cd2c8852-f48d-4a81-a98b-1554e79cf9e2 2018-08-19 08:57:46,922 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:48,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:48,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:49,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57: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-765713bf-e4ff-4c4e-b1a9-69ec58fd01d2 x-compute-request-id: req-765713bf-e4ff-4c4e-b1a9-69ec58fd01d2 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:49,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-765713bf-e4ff-4c4e-b1a9-69ec58fd01d2 2018-08-19 08:57:49,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712761878967s 2018-08-19 08:57:49,638 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-765713bf-e4ff-4c4e-b1a9-69ec58fd01d2 2018-08-19 08:57:49,642 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:51,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:51,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:52,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a188257f-5f26-429f-aee3-18de8f65c5a5 x-compute-request-id: req-a188257f-5f26-429f-aee3-18de8f65c5a5 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:52,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a188257f-5f26-429f-aee3-18de8f65c5a5 2018-08-19 08:57:52,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.437557935715s 2018-08-19 08:57:52,083 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a188257f-5f26-429f-aee3-18de8f65c5a5 2018-08-19 08:57:52,087 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:54,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:54,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:55,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-540c7ada-ed94-43ce-82e4-2e4b443d78f4 x-compute-request-id: req-540c7ada-ed94-43ce-82e4-2e4b443d78f4 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:55,098 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-540c7ada-ed94-43ce-82e4-2e4b443d78f4 2018-08-19 08:57:55,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00813412666s 2018-08-19 08:57:55,098 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-540c7ada-ed94-43ce-82e4-2e4b443d78f4 2018-08-19 08:57:55,102 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:57,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:57,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:57:57,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42e16b1f-db8b-45b9-99bf-45c76883e620 x-compute-request-id: req-42e16b1f-db8b-45b9-99bf-45c76883e620 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:57:57,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-42e16b1f-db8b-45b9-99bf-45c76883e620 2018-08-19 08:57:57,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.787437915802s 2018-08-19 08:57:57,893 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-42e16b1f-db8b-45b9-99bf-45c76883e620 2018-08-19 08:57:57,897 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:57:59,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:57:59,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:00,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:57: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-b7c2aa7b-0aa1-4521-b708-47f926988817 x-compute-request-id: req-b7c2aa7b-0aa1-4521-b708-47f926988817 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:00,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b7c2aa7b-0aa1-4521-b708-47f926988817 2018-08-19 08:58:00,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.705288171768s 2018-08-19 08:58:00,606 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b7c2aa7b-0aa1-4521-b708-47f926988817 2018-08-19 08:58:00,610 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:02,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:02,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:03,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28b1209a-bab6-442a-9039-d1145e511b45 x-compute-request-id: req-28b1209a-bab6-442a-9039-d1145e511b45 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:03,362 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-28b1209a-bab6-442a-9039-d1145e511b45 2018-08-19 08:58:03,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.749166965485s 2018-08-19 08:58:03,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-28b1209a-bab6-442a-9039-d1145e511b45 2018-08-19 08:58:03,366 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:05,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:05,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:06,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0fa14b6-d1d4-4c53-b718-b7d00ad158fe x-compute-request-id: req-b0fa14b6-d1d4-4c53-b718-b7d00ad158fe Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:06,582 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b0fa14b6-d1d4-4c53-b718-b7d00ad158fe 2018-08-19 08:58:06,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21268296242s 2018-08-19 08:58:06,582 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b0fa14b6-d1d4-4c53-b718-b7d00ad158fe 2018-08-19 08:58:06,586 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:08,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:08,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:09,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6014242c-c8d0-4d35-8cb2-ed1b1acec704 x-compute-request-id: req-6014242c-c8d0-4d35-8cb2-ed1b1acec704 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:09,276 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6014242c-c8d0-4d35-8cb2-ed1b1acec704 2018-08-19 08:58:09,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.688246011734s 2018-08-19 08:58:09,276 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6014242c-c8d0-4d35-8cb2-ed1b1acec704 2018-08-19 08:58:09,280 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:11,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:11,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:11,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a280e646-b5c9-479a-9fc0-e7ca690721ea x-compute-request-id: req-a280e646-b5c9-479a-9fc0-e7ca690721ea Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:11,993 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a280e646-b5c9-479a-9fc0-e7ca690721ea 2018-08-19 08:58:11,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710391998291s 2018-08-19 08:58:11,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a280e646-b5c9-479a-9fc0-e7ca690721ea 2018-08-19 08:58:11,998 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:14,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:14,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:14,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9b8d78e-e841-4c48-bbfc-a6090af979dc x-compute-request-id: req-e9b8d78e-e841-4c48-bbfc-a6090af979dc Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:14,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e9b8d78e-e841-4c48-bbfc-a6090af979dc 2018-08-19 08:58:14,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741704940796s 2018-08-19 08:58:14,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e9b8d78e-e841-4c48-bbfc-a6090af979dc 2018-08-19 08:58:14,746 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:16,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:16,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:17,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e253ffe-28f0-4f76-9986-9b7ce763cf93 x-compute-request-id: req-2e253ffe-28f0-4f76-9986-9b7ce763cf93 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:17,492 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2e253ffe-28f0-4f76-9986-9b7ce763cf93 2018-08-19 08:58:17,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.74510884285s 2018-08-19 08:58:17,493 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2e253ffe-28f0-4f76-9986-9b7ce763cf93 2018-08-19 08:58:17,497 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:19,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:19,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:20,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1bb7981-4245-4a2d-a375-488a42cbc04d x-compute-request-id: req-d1bb7981-4245-4a2d-a375-488a42cbc04d Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:20,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d1bb7981-4245-4a2d-a375-488a42cbc04d 2018-08-19 08:58:20,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.911918878555s 2018-08-19 08:58:20,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d1bb7981-4245-4a2d-a375-488a42cbc04d 2018-08-19 08:58:20,415 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:22,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:22,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:22,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58: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-77b18401-c3e9-4f9f-bbde-e05a7a03c03c x-compute-request-id: req-77b18401-c3e9-4f9f-bbde-e05a7a03c03c Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:22,889 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-77b18401-c3e9-4f9f-bbde-e05a7a03c03c 2018-08-19 08:58:22,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.470777988434s 2018-08-19 08:58:22,890 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-77b18401-c3e9-4f9f-bbde-e05a7a03c03c 2018-08-19 08:58:22,894 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:24,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:24,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:25,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58: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-9db27939-a539-40fa-ae5a-1b0e49ff62e1 x-compute-request-id: req-9db27939-a539-40fa-ae5a-1b0e49ff62e1 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:25,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9db27939-a539-40fa-ae5a-1b0e49ff62e1 2018-08-19 08:58:25,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633119106293s 2018-08-19 08:58:25,530 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9db27939-a539-40fa-ae5a-1b0e49ff62e1 2018-08-19 08:58:25,534 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:27,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:27,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:28,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-575c5a31-b790-4372-8a2b-87ae1d3747ef x-compute-request-id: req-575c5a31-b790-4372-8a2b-87ae1d3747ef Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:28,264 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-575c5a31-b790-4372-8a2b-87ae1d3747ef 2018-08-19 08:58:28,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.726736068726s 2018-08-19 08:58:28,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-575c5a31-b790-4372-8a2b-87ae1d3747ef 2018-08-19 08:58:28,269 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:30,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:30,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:31,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58: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-2149d74a-63b3-4af6-81e5-6302a67771ac x-compute-request-id: req-2149d74a-63b3-4af6-81e5-6302a67771ac Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:31,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2149d74a-63b3-4af6-81e5-6302a67771ac 2018-08-19 08:58:31,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12686610222s 2018-08-19 08:58:31,399 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2149d74a-63b3-4af6-81e5-6302a67771ac 2018-08-19 08:58:31,402 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:33,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:33,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:34,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58: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-c5c8ef47-f873-4053-8760-8a29a374ba34 x-compute-request-id: req-c5c8ef47-f873-4053-8760-8a29a374ba34 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:34,204 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c5c8ef47-f873-4053-8760-8a29a374ba34 2018-08-19 08:58:34,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.798614025116s 2018-08-19 08:58:34,204 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c5c8ef47-f873-4053-8760-8a29a374ba34 2018-08-19 08:58:34,208 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:36,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:36,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:36,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83428f9b-b60e-4419-83d2-5021309aa03b x-compute-request-id: req-83428f9b-b60e-4419-83d2-5021309aa03b Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:36,931 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-83428f9b-b60e-4419-83d2-5021309aa03b 2018-08-19 08:58:36,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720192909241s 2018-08-19 08:58:36,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-83428f9b-b60e-4419-83d2-5021309aa03b 2018-08-19 08:58:36,936 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:38,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:38,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:39,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58: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-5c6e039e-e718-4942-9145-cf2d9a12cfe8 x-compute-request-id: req-5c6e039e-e718-4942-9145-cf2d9a12cfe8 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:39,604 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5c6e039e-e718-4942-9145-cf2d9a12cfe8 2018-08-19 08:58:39,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664935112s 2018-08-19 08:58:39,604 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5c6e039e-e718-4942-9145-cf2d9a12cfe8 2018-08-19 08:58:39,608 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:41,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:41,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:42,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58: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-4b0b0e79-814d-4de0-9176-6ada5b367a8d x-compute-request-id: req-4b0b0e79-814d-4de0-9176-6ada5b367a8d Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:42,421 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4b0b0e79-814d-4de0-9176-6ada5b367a8d 2018-08-19 08:58:42,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.810101032257s 2018-08-19 08:58:42,422 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4b0b0e79-814d-4de0-9176-6ada5b367a8d 2018-08-19 08:58:42,426 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:44,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:44,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:45,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36f26279-e1c1-42bd-b1a0-e10920e3efc8 x-compute-request-id: req-36f26279-e1c1-42bd-b1a0-e10920e3efc8 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:45,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-36f26279-e1c1-42bd-b1a0-e10920e3efc8 2018-08-19 08:58:45,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.755540847778s 2018-08-19 08:58:45,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-36f26279-e1c1-42bd-b1a0-e10920e3efc8 2018-08-19 08:58:45,187 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:47,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:47,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:47,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58: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-f09cdedf-cfa4-4eff-b9e0-7c898b2a61b2 x-compute-request-id: req-f09cdedf-cfa4-4eff-b9e0-7c898b2a61b2 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:47,912 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f09cdedf-cfa4-4eff-b9e0-7c898b2a61b2 2018-08-19 08:58:47,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.721848964691s 2018-08-19 08:58:47,912 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f09cdedf-cfa4-4eff-b9e0-7c898b2a61b2 2018-08-19 08:58:47,916 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:49,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:49,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:50,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25ca1739-2ff0-4c7c-88b7-fb88fd36f357 x-compute-request-id: req-25ca1739-2ff0-4c7c-88b7-fb88fd36f357 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T08:56:03Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:50,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-25ca1739-2ff0-4c7c-88b7-fb88fd36f357 2018-08-19 08:58:50,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439105033875s 2018-08-19 08:58:50,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-25ca1739-2ff0-4c7c-88b7-fb88fd36f357 2018-08-19 08:58:50,362 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 08:58:52,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 08:58:52,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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:53,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58: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-909d083a-ac73-404f-ac6a-a241d491bd8c x-compute-request-id: req-909d083a-ac73-404f-ac6a-a241d491bd8c Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_40351d12-e180-433a-9b10-f1c6b7da38f2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bb:27", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T08:58:50.000000", "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T08:58:50Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 08:58:53,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-909d083a-ac73-404f-ac6a-a241d491bd8c 2018-08-19 08:58:53,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.679651975632s 2018-08-19 08:58:53,045 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-909d083a-ac73-404f-ac6a-a241d491bd8c 2018-08-19 08:58:53,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 08:58:53,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=a825611c-f28b-4866-b3fe-29e9f41e06e6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:53,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-095f19cc-758a-436a-a07e-e7cdafee869d Date: Sun, 19 Aug 2018 08:58:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a1cb9611-85a0-47b9-a8ae-974452672d2d","tenant_id":"43d66736a4284ee797b0e21036bdd336","created_at":"2018-08-19T08:56:04Z","admin_state_up":true,"updated_at":"2018-08-19T08:58:49Z","binding:vnic_type":"normal","device_id":"a825611c-f28b-4866-b3fe-29e9f41e06e6","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:99:bb:27","id":"37d4313b-554a-4a94-93ae-212aefa26aa6","port_security_enabled":true,"project_id":"43d66736a4284ee797b0e21036bdd336","fixed_ips":[{"subnet_id":"2717fd39-c59a-495c-91d5-f5d73c6472af","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["0de09d6a-3001-4ecb-9a7f-5af0da6f6e08"],"name":""}]} 2018-08-19 08:58:53,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a825611c-f28b-4866-b3fe-29e9f41e06e6 used request id req-095f19cc-758a-436a-a07e-e7cdafee869d 2018-08-19 08:58:53,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0520710945129s 2018-08-19 08:58:53,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a825611c-f28b-4866-b3fe-29e9f41e06e6 used request id req-095f19cc-758a-436a-a07e-e7cdafee869d 2018-08-19 08:58:53,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 08:58:53,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=37d4313b-554a-4a94-93ae-212aefa26aa6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:53,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f7099f81-88cc-4202-b3f9-8a253f25c661 Date: Sun, 19 Aug 2018 08:58:53 GMT RESP BODY: {"floatingips": []} 2018-08-19 08:58:53,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=37d4313b-554a-4a94-93ae-212aefa26aa6 used request id req-f7099f81-88cc-4202-b3f9-8a253f25c661 2018-08-19 08:58:53,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0450389385223s 2018-08-19 08:58:53,152 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=37d4313b-554a-4a94-93ae-212aefa26aa6 used request id req-f7099f81-88cc-4202-b3f9-8a253f25c661 2018-08-19 08:58:53,153 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_40351d12-e180-433a-9b10-f1c6b7da38f2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:99:bb:27', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'685b3b03-5deb-4a44-959d-0e95c99ffc83'}), 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-19T08:58:50.000000', 'flavor': Munch({u'id': u'0b61d315-ada9-4549-a839-d38e547f839a'}), 'az': u'nova', 'id': u'a825611c-f28b-4866-b3fe-29e9f41e06e6', 'security_groups': [Munch({u'name': u'shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'70b431a949904fe78e99b77a433b440b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'43d66736a4284ee797b0e21036bdd336', 'name': 'shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2', '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-19T08:58:50.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T08:58:50Z', 'hostId': u'1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae', '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-19T08:58:50.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'43d66736a4284ee797b0e21036bdd336', 'name': u'shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2', 'adminPass': u'gUq2xUP4dEMq', 'tenant_id': u'43d66736a4284ee797b0e21036bdd336', 'created_at': u'2018-08-19T08:56:00Z', 'created': u'2018-08-19T08:56:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-19 08:58:53,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 08:58:53,157 - 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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:53,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-33fb9f10-8b66-4cd7-830e-715068cfd37b Date: Sun, 19 Aug 2018 08:58:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2717fd39-c59a-495c-91d5-f5d73c6472af"],"updated_at":"2018-08-19T08:55:32Z","tenant_id":"43d66736a4284ee797b0e21036bdd336","created_at":"2018-08-19T08:55:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"43d66736a4284ee797b0e21036bdd336","id":"a1cb9611-85a0-47b9-a8ae-974452672d2d","name":"shaker-net_40351d12-e180-433a-9b10-f1c6b7da38f2"}]} 2018-08-19 08:58:53,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-33fb9f10-8b66-4cd7-830e-715068cfd37b 2018-08-19 08:58:53,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0944809913635s 2018-08-19 08:58:53,251 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-33fb9f10-8b66-4cd7-830e-715068cfd37b 2018-08-19 08:58:53,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 08:58:53,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=a825611c-f28b-4866-b3fe-29e9f41e06e6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:53,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5b697a97-61e4-485a-a80e-742d91523300 Date: Sun, 19 Aug 2018 08:58:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a1cb9611-85a0-47b9-a8ae-974452672d2d","tenant_id":"43d66736a4284ee797b0e21036bdd336","created_at":"2018-08-19T08:56:04Z","admin_state_up":true,"updated_at":"2018-08-19T08:58:49Z","binding:vnic_type":"normal","device_id":"a825611c-f28b-4866-b3fe-29e9f41e06e6","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:99:bb:27","id":"37d4313b-554a-4a94-93ae-212aefa26aa6","port_security_enabled":true,"project_id":"43d66736a4284ee797b0e21036bdd336","fixed_ips":[{"subnet_id":"2717fd39-c59a-495c-91d5-f5d73c6472af","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["0de09d6a-3001-4ecb-9a7f-5af0da6f6e08"],"name":""}]} 2018-08-19 08:58:53,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a825611c-f28b-4866-b3fe-29e9f41e06e6 used request id req-5b697a97-61e4-485a-a80e-742d91523300 2018-08-19 08:58:53,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0541770458221s 2018-08-19 08:58:53,307 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a825611c-f28b-4866-b3fe-29e9f41e06e6 used request id req-5b697a97-61e4-485a-a80e-742d91523300 2018-08-19 08:58:53,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-19 08:58:53,308 - 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}e9698f698b682526afb511c4c19687545e054de8" -d '{"floatingip": {"floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.5", "port_id": "37d4313b-554a-4a94-93ae-212aefa26aa6"}}' 2018-08-19 08:58:55,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-ea72c073-0f8e-4c06-8396-321fc4a0239d Date: Sun, 19 Aug 2018 08:58:55 GMT RESP BODY: {"floatingip": {"router_id": "e83e60da-df4e-4fe1-9857-d36a73f3891c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T08:58:54Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "37d4313b-554a-4a94-93ae-212aefa26aa6", "id": "f21845d1-bc4a-42da-b0b7-61ef3eec7d8c", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:58:54Z", "project_id": "43d66736a4284ee797b0e21036bdd336"}} 2018-08-19 08:58:55,228 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-ea72c073-0f8e-4c06-8396-321fc4a0239d 2018-08-19 08:58:55,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.92026996613s 2018-08-19 08:58:55,229 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-ea72c073-0f8e-4c06-8396-321fc4a0239d 2018-08-19 08:58:55,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 08:58:55,237 - 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}e9698f698b682526afb511c4c19687545e054de8" 2018-08-19 08:58:55,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-2660d707-67e5-47d1-b21a-11cc9f3ae725 Date: Sun, 19 Aug 2018 08:58:55 GMT RESP BODY: {"floatingips": [{"router_id": "e83e60da-df4e-4fe1-9857-d36a73f3891c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T08:58:54Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "37d4313b-554a-4a94-93ae-212aefa26aa6", "id": "f21845d1-bc4a-42da-b0b7-61ef3eec7d8c", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:58:54Z", "project_id": "43d66736a4284ee797b0e21036bdd336"}]} 2018-08-19 08:58:55,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-2660d707-67e5-47d1-b21a-11cc9f3ae725 2018-08-19 08:58:55,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0616571903229s 2018-08-19 08:58:55,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-2660d707-67e5-47d1-b21a-11cc9f3ae725 2018-08-19 08:58:55,305 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'e83e60da-df4e-4fe1-9857-d36a73f3891c', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'43d66736a4284ee797b0e21036bdd336', 'created_at': u'2018-08-19T08:58:54Z', 'attached': True, 'updated_at': u'2018-08-19T08:58:54Z', 'id': u'f21845d1-bc4a-42da-b0b7-61ef3eec7d8c', 'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'43d66736a4284ee797b0e21036bdd336', 'name': 'shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'e83e60da-df4e-4fe1-9857-d36a73f3891c', 'project_id': u'43d66736a4284ee797b0e21036bdd336', 'port_id': u'37d4313b-554a-4a94-93ae-212aefa26aa6', 'port': u'37d4313b-554a-4a94-93ae-212aefa26aa6', 'network': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54'}) 2018-08-19 08:58:55,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 08:58:55,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/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}e9698f698b682526afb511c4c19687545e054de8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 08:58:55,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:58: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-39d0df44-c870-4120-982b-622754908883 x-compute-request-id: req-39d0df44-c870-4120-982b-622754908883 Content-Encoding: gzip Content-Length: 10381 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 742869957 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191823] pid_max: default: 32768 minimum: 301\n[ 0.193062] ACPI: Core revision 20150930\n[ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196871] Security Framework initialized\n[ 0.198734] Yama: becoming mindful.\n[ 0.200403] AppArmor: AppArmor initialized\n[ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208661] Initializing cgroup subsys io\n[ 0.209791] Initializing cgroup subsys memory\n[ 0.211345] Initializing cgroup subsys devices\n[ 0.213311] Initializing cgroup subsys freezer\n[ 0.215033] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217497] Initializing cgroup subsys net_prio\n[ 0.218708] Initializing cgroup subsys hugetlb\n[ 0.219900] Initializing cgroup subsys pids\n[ 0.221080] CPU: Physical Processor ID: 0\n[ 0.222893] mce: CPU supports 10 MCE banks\n[ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227229] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.231777] Speculative Store Bypass: Vulnerable\n[ 0.251070] Freeing SMP alternatives memory: 32K\n[ 0.259403] ftrace: allocating 32237 entries in 126 pages\n[ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.300008] smpboot: Max logical packages: 1\n[ 0.301422] x2apic enabled\n[ 0.302784] Switched APIC routing to physical x2apic.\n[ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.315204] KVM setup paravirtual spinlock\n[ 0.316929] x86: Booted up 1 node, 1 CPUs\n[ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.319961] devtmpfs: initialized\n[ 0.322345] evm: security.selinux\n[ 0.323305] evm: security.SMACK64\n[ 0.324261] evm: security.SMACK64EXEC\n[ 0.325337] evm: security.SMACK64TRANSMUTE\n[ 0.326455] evm: security.SMACK64MMAP\n[ 0.327487] evm: security.ima\n[ 0.328408] evm: security.capability\n[ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.337919] pinctrl core: initialized pinctrl subsystem\n[ 0.340525] RTC time: 8:58:50, date: 08/19/18\n[ 0.342495] NET: Registered protocol family 16\n[ 0.344514] cpuidle: using governor ladder\n[ 0.345633] cpuidle: using governor menu\n[ 0.346735] PCCT header not found.\n[ 0.347991] ACPI: bus type PCI registered\n[ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.351012] PCI: Using configuration type 1 for base access\n[ 0.354090] ACPI: Added _OSI(Module Device)\n[ 0.355256] ACPI: Added _OSI(Processor Device)\n[ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.357674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.360552] ACPI: Interpreter enabled\n[ 0.361638] ACPI: (supports S0 S5)\n[ 0.362642] ACPI: Using IOAPIC for interrupt routing\n[ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.376203] acpiphp: Slot [3] registered\n[ 0.377308] acpiphp: Slot [4] registered\n[ 0.378414] acpiphp: Slot [5] registered\n[ 0.379521] acpiphp: Slot [6] registered\n[ 0.394437] acpiphp: Slot [7] registered\n[ 0.395559] acpiphp: Slot [8] registered\n[ 0.396659] acpiphp: Slot [9] registered\n[ 0.397752] acpiphp: Slot [10] registered\n[ 0.398867] acpiphp: Slot [11] registered\n[ 0.399987] acpiphp: Slot [12] registered\n[ 0.401104] acpiphp: Slot [13] registered\n[ 0.402211] acpiphp: Slot [14] registered\n[ 0.403331] acpiphp: Slot [15] registered\n[ 0.404445] acpiphp: Slot [16] registered\n[ 0.405561] acpiphp: Slot [17] registered\n[ 0.406674] acpiphp: Slot [18] registered\n[ 0.407787] acpiphp: Slot [19] registered\n[ 0.408902] acpiphp: Slot [20] registered\n[ 0.410012] acpiphp: Slot [21] registered\n[ 0.411189] acpiphp: Slot [22] registered\n[ 0.412315] acpiphp: Slot [23] registered\n[ 0.413446] acpiphp: Slot [24] registered\n[ 0.414566] acpiphp: Slot [25] registered\n[ 0.415685] acpiphp: Slot [26] registered\n[ 0.416806] acpiphp: Slot [27] registered\n[ 0.417923] acpiphp: Slot [28] registered\n[ 0.419034] acpiphp: Slot [29] registered\n[ 0.420147] acpiphp: Slot [30] registered\n[ 0.421245] acpiphp: Slot [31] registered\n[ 0.422349] PCI host bridge to bus 0000:00\n[ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.484983] vgaarb: loaded\n[ 0.485832] vgaarb: bridge control possible 0000:00:02.0\n[ 0.487763] SCSI subsystem initialized\n[ 0.489115] ACPI: bus type USB registered\n[ 0.490300] usbcore: registered new interface driver usbfs\n[ 0.491738] usbcore: registered new interface driver hub\n[ 0.493138] usbcore: registered new device driver usb\n[ 0.494707] PCI: Using ACPI for IRQ routing\n[ 0.496493] NetLabel: Initializing\n[ 0.497499] NetLabel: domain hash size = 128\n[ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.500017] NetLabel: unlabeled traffic allowed by default\n[ 0.501636] amd_nb: Cannot enumerate AMD northbridges\n[ 0.503024] clocksource: Switched to clocksource kvm-clock\n[ 0.513487] AppArmor: AppArmor Filesystem Enabled\n[ 0.514842] pnp: PnP ACPI init\n[ 0.516143] pnp: PnP ACPI: found 5 devices\n[ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.525591] NET: Registered protocol family 2\n[ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.530679] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.535488] NET: Registered protocol family 1\n[ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.572142] Unpacking initramfs...\n[ 1.057960] Freeing initrd memory: 37084K\n[ 1.059641] Scanning for low memory corruption every 60 seconds\n[ 1.061632] audit: initializing netlink subsys (disabled)\n[ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized\n[ 1.065014] Initialise system trusted keyring\n[ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.070948] zbud: loaded\n[ 1.072071] VFS: Disk quotas dquot_6.6.0\n[ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.076971] fuse init (API version 7.23)\n[ 1.078225] Key type big_key registered\n[ 1.079365] Allocating IMA MOK and blacklist keyrings.\n[ 1.081088] Key type asymmetric registered\n[ 1.082216] Asymmetric key parser 'x509' registered\n[ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.085645] io scheduler noop registered\n[ 1.086735] io scheduler deadline registered (default)\n[ 1.088108] io scheduler cfq registered\n[ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.094520] ACPI: Power Button [PWRF]\n[ 1.095726] GHES: HEST is not enabled!\n[ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.173777] Linux agpgart interface v0.103\n[ 1.176776] loop: module loaded\n[ 1.180387] vda: vda1\n[ 1.182079] scsi host0: ata_piix\n[ 1.183145] scsi host1: ata_piix\n[ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.187909] libphy: Fixed MDIO Bus: probed\n[ 1.189058] tun: Universal TUN/TAP device driver, 1.6\n[ 1.190375] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.193497] PPP generic driver version 2.4.2\n[ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.196347] ehci-pci: EHCI PCI platform driver\n[ 1.197571] ehci-platform: EHCI generic platform driver\n[ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.201123] ohci-pci: OHCI PCI platform driver\n[ 1.202572] ohci-platform: OHCI generic platform driver\n[ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.232853] usb usb1: Product: UHCI Host Controller\n[ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.236280] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.237887] hub 1-0:1.0: USB hub found\n[ 1.239143] hub 1-0:1.0: 2 ports detected\n[ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.246473] mousedev: PS/2 mouse device common for all mice\n[ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.250898] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.255837] i2c /dev entries driver\n[ 1.256941] device-mapper: uevent: version 1.0.3\n[ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.262576] NET: Registered protocol family 10\n[ 1.264331] NET: Registered protocol family 17\n[ 1.265603] Key type dns_resolver registered\n[ 1.267176] registered taskstats version 1\n[ 1.268403] Loading compiled-in X.509 certificates\n[ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.272984] zswap: loaded using pool lzo/zbud\n[ 1.275925] Key type trusted registered\n[ 1.279070] Key type encrypted registered\n[ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.281685] ima: No TPM chip found, activating TPM-bypass!\n[ 1.283170] evm: HMAC attrs: 0x1\n[ 1.284478] Magic number: 14:728:978\n[ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131)\n[ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.289611] EDD information not available.\n[ 1.349823] Freeing unused kernel memory: 1512K\n[ 1.351127] Write protecting the kernel read-only data: 14336k\n[ 1.370270] Freeing unused kernel memory: 1692K\n[ 1.371867] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.473997] [drm] Initialized drm 1.1.0 20060810\n[ 1.476475] virtio_net virtio0 ens3: renamed from eth0\n[ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.507433] FDC 0 is a S82078B\n[ 1.524676] AVX2 version of gcm_enc/dec engaged.\n[ 1.525932] AES CTR mode by8 optimization enabled\n[ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.719323] usb 1-1: Product: QEMU USB Tablet\n[ 1.720496] usb 1-1: Manufacturer: QEMU\n[ 1.721560] usb 1-1: SerialNumber: 42\n[ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.736270] usbcore: registered new interface driver usbhid\n[ 1.737726] usbhid: USB HID core driver\n[ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns\nBegin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1\n[ 2.107754] md: multipath personality registered for level -4\n[ 2.111285] md: raid0 personality registered for level 0\n[ 2.115203] md: raid1 personality registered for level 1\n[ 2.187009] raid6: sse2x1 gen() 11585 MB/s\n[ 2.255007] raid6: sse2x1 xor() 8890 MB/s\n[ 2.323020] raid6: sse2x2 gen() 14576 MB/s\n[ 2.391008] raid6: sse2x2 xor() 9868 MB/s\n[ 2.459007] raid6: sse2x4 gen() 16946 MB/s\n[ 2.527025] raid6: sse2x4 xor() 11483 MB/s\n[ 2.595005] raid6: avx2x1 gen() 22385 MB/s\n[ 2.663005] raid6: avx2x2 gen() 25916 MB/s\n[ 2.735006] raid6: avx2x4 gen() 29926 MB/s\n[ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s\n[ 2.737566] raid6: using avx2x2 recovery algorithm\n[ 2.744898] xor: automatically using best checksumming function:\n[ 2.783004] avx : 31830.000 MB/sec\n[ 2.785726] async_tx: api initialized (async)\n[ 2.798346] md: raid6 personality registered for level 6\n[ 2.799716] md: raid5 personality registered for level 5\n[ 2.801075] md: raid4 personality registered for level 4\n[ 2.808358] 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.846342] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm.\n[ 2.996206] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.000237] systemd[1]: Set hostname to .\n[ 3.003217] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.004800] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.153333] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.164925] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.168269] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.171305] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.174718] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.180531] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System...\n[ 3.197535] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.203040] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.206509] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.213436] iscsi: registered transport (tcp)\n[ 3.215439] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.224138] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.232890] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.238798] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.249268] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser)\n\n[ 3.255316] 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.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.263626] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.268192] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.281835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.288611] 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.293899] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.301784] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.306683] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.316447] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.322352] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.329374] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.335836] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.352810] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.361254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.714336] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n"} 2018-08-19 08:58:55,410 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-39d0df44-c870-4120-982b-622754908883 2018-08-19 08:58:55,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.103219032288s 2018-08-19 08:58:55,411 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-39d0df44-c870-4120-982b-622754908883 2018-08-19 08:58:55,411 - 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 742869957 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191823] pid_max: default: 32768 minimum: 301 [ 0.193062] ACPI: Core revision 20150930 [ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196871] Security Framework initialized [ 0.198734] Yama: becoming mindful. [ 0.200403] AppArmor: AppArmor initialized [ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208661] Initializing cgroup subsys io [ 0.209791] Initializing cgroup subsys memory [ 0.211345] Initializing cgroup subsys devices [ 0.213311] Initializing cgroup subsys freezer [ 0.215033] Initializing cgroup subsys net_cls [ 0.216256] Initializing cgroup subsys perf_event [ 0.217497] Initializing cgroup subsys net_prio [ 0.218708] Initializing cgroup subsys hugetlb [ 0.219900] Initializing cgroup subsys pids [ 0.221080] CPU: Physical Processor ID: 0 [ 0.222893] mce: CPU supports 10 MCE banks [ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227229] Spectre V2 : Mitigation: Full generic retpoline [ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.231777] Speculative Store Bypass: Vulnerable [ 0.251070] Freeing SMP alternatives memory: 32K [ 0.259403] ftrace: allocating 32237 entries in 126 pages [ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.300008] smpboot: Max logical packages: 1 [ 0.301422] x2apic enabled [ 0.302784] Switched APIC routing to physical x2apic. [ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.315204] KVM setup paravirtual spinlock [ 0.316929] x86: Booted up 1 node, 1 CPUs [ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.319961] devtmpfs: initialized [ 0.322345] evm: security.selinux [ 0.323305] evm: security.SMACK64 [ 0.324261] evm: security.SMACK64EXEC [ 0.325337] evm: security.SMACK64TRANSMUTE [ 0.326455] evm: security.SMACK64MMAP [ 0.327487] evm: security.ima [ 0.328408] evm: security.capability [ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.337919] pinctrl core: initialized pinctrl subsystem [ 0.340525] RTC time: 8:58:50, date: 08/19/18 [ 0.342495] NET: Registered protocol family 16 [ 0.344514] cpuidle: using governor ladder [ 0.345633] cpuidle: using governor menu [ 0.346735] PCCT header not found. [ 0.347991] ACPI: bus type PCI registered [ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.351012] PCI: Using configuration type 1 for base access [ 0.354090] ACPI: Added _OSI(Module Device) [ 0.355256] ACPI: Added _OSI(Processor Device) [ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.357674] ACPI: Added _OSI(Processor Aggregator Device) [ 0.360552] ACPI: Interpreter enabled [ 0.361638] ACPI: (supports S0 S5) [ 0.362642] ACPI: Using IOAPIC for interrupt routing [ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.376203] acpiphp: Slot [3] registered [ 0.377308] acpiphp: Slot [4] registered [ 0.378414] acpiphp: Slot [5] registered [ 0.379521] acpiphp: Slot [6] registered [ 0.394437] acpiphp: Slot [7] registered [ 0.395559] acpiphp: Slot [8] registered [ 0.396659] acpiphp: Slot [9] registered [ 0.397752] acpiphp: Slot [10] registered [ 0.398867] acpiphp: Slot [11] registered [ 0.399987] acpiphp: Slot [12] registered [ 0.401104] acpiphp: Slot [13] registered [ 0.402211] acpiphp: Slot [14] registered [ 0.403331] acpiphp: Slot [15] registered [ 0.404445] acpiphp: Slot [16] registered [ 0.405561] acpiphp: Slot [17] registered [ 0.406674] acpiphp: Slot [18] registered [ 0.407787] acpiphp: Slot [19] registered [ 0.408902] acpiphp: Slot [20] registered [ 0.410012] acpiphp: Slot [21] registered [ 0.411189] acpiphp: Slot [22] registered [ 0.412315] acpiphp: Slot [23] registered [ 0.413446] acpiphp: Slot [24] registered [ 0.414566] acpiphp: Slot [25] registered [ 0.415685] acpiphp: Slot [26] registered [ 0.416806] acpiphp: Slot [27] registered [ 0.417923] acpiphp: Slot [28] registered [ 0.419034] acpiphp: Slot [29] registered [ 0.420147] acpiphp: Slot [30] registered [ 0.421245] acpiphp: Slot [31] registered [ 0.422349] PCI host bridge to bus 0000:00 [ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.484983] vgaarb: loaded [ 0.485832] vgaarb: bridge control possible 0000:00:02.0 [ 0.487763] SCSI subsystem initialized [ 0.489115] ACPI: bus type USB registered [ 0.490300] usbcore: registered new interface driver usbfs [ 0.491738] usbcore: registered new interface driver hub [ 0.493138] usbcore: registered new device driver usb [ 0.494707] PCI: Using ACPI for IRQ routing [ 0.496493] NetLabel: Initializing [ 0.497499] NetLabel: domain hash size = 128 [ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.500017] NetLabel: unlabeled traffic allowed by default [ 0.501636] amd_nb: Cannot enumerate AMD northbridges [ 0.503024] clocksource: Switched to clocksource kvm-clock [ 0.513487] AppArmor: AppArmor Filesystem Enabled [ 0.514842] pnp: PnP ACPI init [ 0.516143] pnp: PnP ACPI: found 5 devices [ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.525591] NET: Registered protocol family 2 [ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.530679] TCP: Hash tables configured (established 4096 bind 4096) [ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.535488] NET: Registered protocol family 1 [ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.572142] Unpacking initramfs... [ 1.057960] Freeing initrd memory: 37084K [ 1.059641] Scanning for low memory corruption every 60 seconds [ 1.061632] audit: initializing netlink subsys (disabled) [ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized [ 1.065014] Initialise system trusted keyring [ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.070948] zbud: loaded [ 1.072071] VFS: Disk quotas dquot_6.6.0 [ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.076971] fuse init (API version 7.23) [ 1.078225] Key type big_key registered [ 1.079365] Allocating IMA MOK and blacklist keyrings. [ 1.081088] Key type asymmetric registered [ 1.082216] Asymmetric key parser 'x509' registered [ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.085645] io scheduler noop registered [ 1.086735] io scheduler deadline registered (default) [ 1.088108] io scheduler cfq registered [ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.094520] ACPI: Power Button [PWRF] [ 1.095726] GHES: HEST is not enabled! [ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.173777] Linux agpgart interface v0.103 [ 1.176776] loop: module loaded [ 1.180387] vda: vda1 [ 1.182079] scsi host0: ata_piix [ 1.183145] scsi host1: ata_piix [ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.187909] libphy: Fixed MDIO Bus: probed [ 1.189058] tun: Universal TUN/TAP device driver, 1.6 [ 1.190375] tun: (C) 1999-2004 Max Krasnyansky [ 1.193497] PPP generic driver version 2.4.2 [ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.196347] ehci-pci: EHCI PCI platform driver [ 1.197571] ehci-platform: EHCI generic platform driver [ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.201123] ohci-pci: OHCI PCI platform driver [ 1.202572] ohci-platform: OHCI generic platform driver [ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.232853] usb usb1: Product: UHCI Host Controller [ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.236280] usb usb1: SerialNumber: 0000:00:01.2 [ 1.237887] hub 1-0:1.0: USB hub found [ 1.239143] hub 1-0:1.0: 2 ports detected [ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.246473] mousedev: PS/2 mouse device common for all mice [ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.250898] rtc_cmos 00:00: RTC can wake from S4 [ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.255837] i2c /dev entries driver [ 1.256941] device-mapper: uevent: version 1.0.3 [ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs [ 1.262576] NET: Registered protocol family 10 [ 1.264331] NET: Registered protocol family 17 [ 1.265603] Key type dns_resolver registered [ 1.267176] registered taskstats version 1 [ 1.268403] Loading compiled-in X.509 certificates [ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.272984] zswap: loaded using pool lzo/zbud [ 1.275925] Key type trusted registered [ 1.279070] Key type encrypted registered [ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled [ 1.281685] ima: No TPM chip found, activating TPM-bypass! [ 1.283170] evm: HMAC attrs: 0x1 [ 1.284478] Magic number: 14:728:978 [ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131) [ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.289611] EDD information not available. [ 1.349823] Freeing unused kernel memory: 1512K [ 1.351127] Write protecting the kernel read-only data: 14336k [ 1.370270] Freeing unused kernel memory: 1692K [ 1.371867] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.473997] [drm] Initialized drm 1.1.0 20060810 [ 1.476475] virtio_net virtio0 ens3: renamed from eth0 [ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.507433] FDC 0 is a S82078B [ 1.524676] AVX2 version of gcm_enc/dec engaged. [ 1.525932] AES CTR mode by8 optimization enabled [ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.719323] usb 1-1: Product: QEMU USB Tablet [ 1.720496] usb 1-1: Manufacturer: QEMU [ 1.721560] usb 1-1: SerialNumber: 42 [ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina [ 1.736270] usbcore: registered new interface driver usbhid [ 1.737726] usbhid: USB HID core driver [ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns Begin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1 [ 2.107754] md: multipath personality registered for level -4 [ 2.111285] md: raid0 personality registered for level 0 [ 2.115203] md: raid1 personality registered for level 1 [ 2.187009] raid6: sse2x1 gen() 11585 MB/s [ 2.255007] raid6: sse2x1 xor() 8890 MB/s [ 2.323020] raid6: sse2x2 gen() 14576 MB/s [ 2.391008] raid6: sse2x2 xor() 9868 MB/s [ 2.459007] raid6: sse2x4 gen() 16946 MB/s [ 2.527025] raid6: sse2x4 xor() 11483 MB/s [ 2.595005] raid6: avx2x1 gen() 22385 MB/s [ 2.663005] raid6: avx2x2 gen() 25916 MB/s [ 2.735006] raid6: avx2x4 gen() 29926 MB/s [ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s [ 2.737566] raid6: using avx2x2 recovery algorithm [ 2.744898] xor: automatically using best checksumming function: [ 2.783004] avx : 31830.000 MB/sec [ 2.785726] async_tx: api initialized (async) [ 2.798346] md: raid6 personality registered for level 6 [ 2.799716] md: raid5 personality registered for level 5 [ 2.801075] md: raid4 personality registered for level 4 [ 2.808358] 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.846342] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm. [ 2.996206] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.000237] systemd[1]: Set hostname to . [ 3.003217] systemd[1]: Initializing machine ID from KVM UUID. [ 3.004800] systemd[1]: Installed transient /etc/machine-id file. [ 3.153333] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.164925] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.168269] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.171305] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.174718] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.180531] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System... [ 3.197535] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.203040] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.206509] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.213436] iscsi: registered transport (tcp) [ 3.215439] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.224138] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.232890] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.238798] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.249268] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser) [ 3.255316] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.263626] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.268192] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.281835] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.288611] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.293899] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.301784] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.306683] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.316447] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.322352] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.329374] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.335836] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.352810] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.361254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.714336] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. 2018-08-19 08:58:56,414 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-08-19 08:59:05,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 08:59:05,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/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}e9698f698b682526afb511c4c19687545e054de8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 08:59:05,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:59:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efe61c98-181a-4dec-902f-3907da63fe14 x-compute-request-id: req-efe61c98-181a-4dec-902f-3907da63fe14 Content-Encoding: gzip Content-Length: 10543 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 742869957 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191823] pid_max: default: 32768 minimum: 301\n[ 0.193062] ACPI: Core revision 20150930\n[ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196871] Security Framework initialized\n[ 0.198734] Yama: becoming mindful.\n[ 0.200403] AppArmor: AppArmor initialized\n[ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208661] Initializing cgroup subsys io\n[ 0.209791] Initializing cgroup subsys memory\n[ 0.211345] Initializing cgroup subsys devices\n[ 0.213311] Initializing cgroup subsys freezer\n[ 0.215033] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217497] Initializing cgroup subsys net_prio\n[ 0.218708] Initializing cgroup subsys hugetlb\n[ 0.219900] Initializing cgroup subsys pids\n[ 0.221080] CPU: Physical Processor ID: 0\n[ 0.222893] mce: CPU supports 10 MCE banks\n[ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227229] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.231777] Speculative Store Bypass: Vulnerable\n[ 0.251070] Freeing SMP alternatives memory: 32K\n[ 0.259403] ftrace: allocating 32237 entries in 126 pages\n[ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.300008] smpboot: Max logical packages: 1\n[ 0.301422] x2apic enabled\n[ 0.302784] Switched APIC routing to physical x2apic.\n[ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.315204] KVM setup paravirtual spinlock\n[ 0.316929] x86: Booted up 1 node, 1 CPUs\n[ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.319961] devtmpfs: initialized\n[ 0.322345] evm: security.selinux\n[ 0.323305] evm: security.SMACK64\n[ 0.324261] evm: security.SMACK64EXEC\n[ 0.325337] evm: security.SMACK64TRANSMUTE\n[ 0.326455] evm: security.SMACK64MMAP\n[ 0.327487] evm: security.ima\n[ 0.328408] evm: security.capability\n[ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.337919] pinctrl core: initialized pinctrl subsystem\n[ 0.340525] RTC time: 8:58:50, date: 08/19/18\n[ 0.342495] NET: Registered protocol family 16\n[ 0.344514] cpuidle: using governor ladder\n[ 0.345633] cpuidle: using governor menu\n[ 0.346735] PCCT header not found.\n[ 0.347991] ACPI: bus type PCI registered\n[ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.351012] PCI: Using configuration type 1 for base access\n[ 0.354090] ACPI: Added _OSI(Module Device)\n[ 0.355256] ACPI: Added _OSI(Processor Device)\n[ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.357674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.360552] ACPI: Interpreter enabled\n[ 0.361638] ACPI: (supports S0 S5)\n[ 0.362642] ACPI: Using IOAPIC for interrupt routing\n[ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.376203] acpiphp: Slot [3] registered\n[ 0.377308] acpiphp: Slot [4] registered\n[ 0.378414] acpiphp: Slot [5] registered\n[ 0.379521] acpiphp: Slot [6] registered\n[ 0.394437] acpiphp: Slot [7] registered\n[ 0.395559] acpiphp: Slot [8] registered\n[ 0.396659] acpiphp: Slot [9] registered\n[ 0.397752] acpiphp: Slot [10] registered\n[ 0.398867] acpiphp: Slot [11] registered\n[ 0.399987] acpiphp: Slot [12] registered\n[ 0.401104] acpiphp: Slot [13] registered\n[ 0.402211] acpiphp: Slot [14] registered\n[ 0.403331] acpiphp: Slot [15] registered\n[ 0.404445] acpiphp: Slot [16] registered\n[ 0.405561] acpiphp: Slot [17] registered\n[ 0.406674] acpiphp: Slot [18] registered\n[ 0.407787] acpiphp: Slot [19] registered\n[ 0.408902] acpiphp: Slot [20] registered\n[ 0.410012] acpiphp: Slot [21] registered\n[ 0.411189] acpiphp: Slot [22] registered\n[ 0.412315] acpiphp: Slot [23] registered\n[ 0.413446] acpiphp: Slot [24] registered\n[ 0.414566] acpiphp: Slot [25] registered\n[ 0.415685] acpiphp: Slot [26] registered\n[ 0.416806] acpiphp: Slot [27] registered\n[ 0.417923] acpiphp: Slot [28] registered\n[ 0.419034] acpiphp: Slot [29] registered\n[ 0.420147] acpiphp: Slot [30] registered\n[ 0.421245] acpiphp: Slot [31] registered\n[ 0.422349] PCI host bridge to bus 0000:00\n[ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.484983] vgaarb: loaded\n[ 0.485832] vgaarb: bridge control possible 0000:00:02.0\n[ 0.487763] SCSI subsystem initialized\n[ 0.489115] ACPI: bus type USB registered\n[ 0.490300] usbcore: registered new interface driver usbfs\n[ 0.491738] usbcore: registered new interface driver hub\n[ 0.493138] usbcore: registered new device driver usb\n[ 0.494707] PCI: Using ACPI for IRQ routing\n[ 0.496493] NetLabel: Initializing\n[ 0.497499] NetLabel: domain hash size = 128\n[ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.500017] NetLabel: unlabeled traffic allowed by default\n[ 0.501636] amd_nb: Cannot enumerate AMD northbridges\n[ 0.503024] clocksource: Switched to clocksource kvm-clock\n[ 0.513487] AppArmor: AppArmor Filesystem Enabled\n[ 0.514842] pnp: PnP ACPI init\n[ 0.516143] pnp: PnP ACPI: found 5 devices\n[ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.525591] NET: Registered protocol family 2\n[ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.530679] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.535488] NET: Registered protocol family 1\n[ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.572142] Unpacking initramfs...\n[ 1.057960] Freeing initrd memory: 37084K\n[ 1.059641] Scanning for low memory corruption every 60 seconds\n[ 1.061632] audit: initializing netlink subsys (disabled)\n[ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized\n[ 1.065014] Initialise system trusted keyring\n[ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.070948] zbud: loaded\n[ 1.072071] VFS: Disk quotas dquot_6.6.0\n[ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.076971] fuse init (API version 7.23)\n[ 1.078225] Key type big_key registered\n[ 1.079365] Allocating IMA MOK and blacklist keyrings.\n[ 1.081088] Key type asymmetric registered\n[ 1.082216] Asymmetric key parser 'x509' registered\n[ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.085645] io scheduler noop registered\n[ 1.086735] io scheduler deadline registered (default)\n[ 1.088108] io scheduler cfq registered\n[ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.094520] ACPI: Power Button [PWRF]\n[ 1.095726] GHES: HEST is not enabled!\n[ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.173777] Linux agpgart interface v0.103\n[ 1.176776] loop: module loaded\n[ 1.180387] vda: vda1\n[ 1.182079] scsi host0: ata_piix\n[ 1.183145] scsi host1: ata_piix\n[ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.187909] libphy: Fixed MDIO Bus: probed\n[ 1.189058] tun: Universal TUN/TAP device driver, 1.6\n[ 1.190375] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.193497] PPP generic driver version 2.4.2\n[ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.196347] ehci-pci: EHCI PCI platform driver\n[ 1.197571] ehci-platform: EHCI generic platform driver\n[ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.201123] ohci-pci: OHCI PCI platform driver\n[ 1.202572] ohci-platform: OHCI generic platform driver\n[ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.232853] usb usb1: Product: UHCI Host Controller\n[ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.236280] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.237887] hub 1-0:1.0: USB hub found\n[ 1.239143] hub 1-0:1.0: 2 ports detected\n[ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.246473] mousedev: PS/2 mouse device common for all mice\n[ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.250898] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.255837] i2c /dev entries driver\n[ 1.256941] device-mapper: uevent: version 1.0.3\n[ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.262576] NET: Registered protocol family 10\n[ 1.264331] NET: Registered protocol family 17\n[ 1.265603] Key type dns_resolver registered\n[ 1.267176] registered taskstats version 1\n[ 1.268403] Loading compiled-in X.509 certificates\n[ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.272984] zswap: loaded using pool lzo/zbud\n[ 1.275925] Key type trusted registered\n[ 1.279070] Key type encrypted registered\n[ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.281685] ima: No TPM chip found, activating TPM-bypass!\n[ 1.283170] evm: HMAC attrs: 0x1\n[ 1.284478] Magic number: 14:728:978\n[ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131)\n[ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.289611] EDD information not available.\n[ 1.349823] Freeing unused kernel memory: 1512K\n[ 1.351127] Write protecting the kernel read-only data: 14336k\n[ 1.370270] Freeing unused kernel memory: 1692K\n[ 1.371867] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.473997] [drm] Initialized drm 1.1.0 20060810\n[ 1.476475] virtio_net virtio0 ens3: renamed from eth0\n[ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.507433] FDC 0 is a S82078B\n[ 1.524676] AVX2 version of gcm_enc/dec engaged.\n[ 1.525932] AES CTR mode by8 optimization enabled\n[ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.719323] usb 1-1: Product: QEMU USB Tablet\n[ 1.720496] usb 1-1: Manufacturer: QEMU\n[ 1.721560] usb 1-1: SerialNumber: 42\n[ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.736270] usbcore: registered new interface driver usbhid\n[ 1.737726] usbhid: USB HID core driver\n[ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns\nBegin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1\n[ 2.107754] md: multipath personality registered for level -4\n[ 2.111285] md: raid0 personality registered for level 0\n[ 2.115203] md: raid1 personality registered for level 1\n[ 2.187009] raid6: sse2x1 gen() 11585 MB/s\n[ 2.255007] raid6: sse2x1 xor() 8890 MB/s\n[ 2.323020] raid6: sse2x2 gen() 14576 MB/s\n[ 2.391008] raid6: sse2x2 xor() 9868 MB/s\n[ 2.459007] raid6: sse2x4 gen() 16946 MB/s\n[ 2.527025] raid6: sse2x4 xor() 11483 MB/s\n[ 2.595005] raid6: avx2x1 gen() 22385 MB/s\n[ 2.663005] raid6: avx2x2 gen() 25916 MB/s\n[ 2.735006] raid6: avx2x4 gen() 29926 MB/s\n[ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s\n[ 2.737566] raid6: using avx2x2 recovery algorithm\n[ 2.744898] xor: automatically using best checksumming function:\n[ 2.783004] avx : 31830.000 MB/sec\n[ 2.785726] async_tx: api initialized (async)\n[ 2.798346] md: raid6 personality registered for level 6\n[ 2.799716] md: raid5 personality registered for level 5\n[ 2.801075] md: raid4 personality registered for level 4\n[ 2.808358] 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.846342] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm.\n[ 2.996206] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.000237] systemd[1]: Set hostname to .\n[ 3.003217] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.004800] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.153333] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.164925] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.168269] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.171305] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.174718] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.180531] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System...\n[ 3.197535] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.203040] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.206509] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.213436] iscsi: registered transport (tcp)\n[ 3.215439] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.224138] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.232890] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.238798] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.249268] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser)\n\n[ 3.255316] 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.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.263626] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.268192] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.281835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.288611] 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.293899] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.301784] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.306683] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.316447] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.322352] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.329374] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.335836] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.352810] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.361254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.714336] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-19 08:59:05,541 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-efe61c98-181a-4dec-902f-3907da63fe14 2018-08-19 08:59:05,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.116827964783s 2018-08-19 08:59:05,542 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-efe61c98-181a-4dec-902f-3907da63fe14 2018-08-19 08:59:05,543 - 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 742869957 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191823] pid_max: default: 32768 minimum: 301 [ 0.193062] ACPI: Core revision 20150930 [ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196871] Security Framework initialized [ 0.198734] Yama: becoming mindful. [ 0.200403] AppArmor: AppArmor initialized [ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208661] Initializing cgroup subsys io [ 0.209791] Initializing cgroup subsys memory [ 0.211345] Initializing cgroup subsys devices [ 0.213311] Initializing cgroup subsys freezer [ 0.215033] Initializing cgroup subsys net_cls [ 0.216256] Initializing cgroup subsys perf_event [ 0.217497] Initializing cgroup subsys net_prio [ 0.218708] Initializing cgroup subsys hugetlb [ 0.219900] Initializing cgroup subsys pids [ 0.221080] CPU: Physical Processor ID: 0 [ 0.222893] mce: CPU supports 10 MCE banks [ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227229] Spectre V2 : Mitigation: Full generic retpoline [ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.231777] Speculative Store Bypass: Vulnerable [ 0.251070] Freeing SMP alternatives memory: 32K [ 0.259403] ftrace: allocating 32237 entries in 126 pages [ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.300008] smpboot: Max logical packages: 1 [ 0.301422] x2apic enabled [ 0.302784] Switched APIC routing to physical x2apic. [ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.315204] KVM setup paravirtual spinlock [ 0.316929] x86: Booted up 1 node, 1 CPUs [ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.319961] devtmpfs: initialized [ 0.322345] evm: security.selinux [ 0.323305] evm: security.SMACK64 [ 0.324261] evm: security.SMACK64EXEC [ 0.325337] evm: security.SMACK64TRANSMUTE [ 0.326455] evm: security.SMACK64MMAP [ 0.327487] evm: security.ima [ 0.328408] evm: security.capability [ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.337919] pinctrl core: initialized pinctrl subsystem [ 0.340525] RTC time: 8:58:50, date: 08/19/18 [ 0.342495] NET: Registered protocol family 16 [ 0.344514] cpuidle: using governor ladder [ 0.345633] cpuidle: using governor menu [ 0.346735] PCCT header not found. [ 0.347991] ACPI: bus type PCI registered [ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.351012] PCI: Using configuration type 1 for base access [ 0.354090] ACPI: Added _OSI(Module Device) [ 0.355256] ACPI: Added _OSI(Processor Device) [ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.357674] ACPI: Added _OSI(Processor Aggregator Device) [ 0.360552] ACPI: Interpreter enabled [ 0.361638] ACPI: (supports S0 S5) [ 0.362642] ACPI: Using IOAPIC for interrupt routing [ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.376203] acpiphp: Slot [3] registered [ 0.377308] acpiphp: Slot [4] registered [ 0.378414] acpiphp: Slot [5] registered [ 0.379521] acpiphp: Slot [6] registered [ 0.394437] acpiphp: Slot [7] registered [ 0.395559] acpiphp: Slot [8] registered [ 0.396659] acpiphp: Slot [9] registered [ 0.397752] acpiphp: Slot [10] registered [ 0.398867] acpiphp: Slot [11] registered [ 0.399987] acpiphp: Slot [12] registered [ 0.401104] acpiphp: Slot [13] registered [ 0.402211] acpiphp: Slot [14] registered [ 0.403331] acpiphp: Slot [15] registered [ 0.404445] acpiphp: Slot [16] registered [ 0.405561] acpiphp: Slot [17] registered [ 0.406674] acpiphp: Slot [18] registered [ 0.407787] acpiphp: Slot [19] registered [ 0.408902] acpiphp: Slot [20] registered [ 0.410012] acpiphp: Slot [21] registered [ 0.411189] acpiphp: Slot [22] registered [ 0.412315] acpiphp: Slot [23] registered [ 0.413446] acpiphp: Slot [24] registered [ 0.414566] acpiphp: Slot [25] registered [ 0.415685] acpiphp: Slot [26] registered [ 0.416806] acpiphp: Slot [27] registered [ 0.417923] acpiphp: Slot [28] registered [ 0.419034] acpiphp: Slot [29] registered [ 0.420147] acpiphp: Slot [30] registered [ 0.421245] acpiphp: Slot [31] registered [ 0.422349] PCI host bridge to bus 0000:00 [ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.484983] vgaarb: loaded [ 0.485832] vgaarb: bridge control possible 0000:00:02.0 [ 0.487763] SCSI subsystem initialized [ 0.489115] ACPI: bus type USB registered [ 0.490300] usbcore: registered new interface driver usbfs [ 0.491738] usbcore: registered new interface driver hub [ 0.493138] usbcore: registered new device driver usb [ 0.494707] PCI: Using ACPI for IRQ routing [ 0.496493] NetLabel: Initializing [ 0.497499] NetLabel: domain hash size = 128 [ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.500017] NetLabel: unlabeled traffic allowed by default [ 0.501636] amd_nb: Cannot enumerate AMD northbridges [ 0.503024] clocksource: Switched to clocksource kvm-clock [ 0.513487] AppArmor: AppArmor Filesystem Enabled [ 0.514842] pnp: PnP ACPI init [ 0.516143] pnp: PnP ACPI: found 5 devices [ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.525591] NET: Registered protocol family 2 [ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.530679] TCP: Hash tables configured (established 4096 bind 4096) [ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.535488] NET: Registered protocol family 1 [ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.572142] Unpacking initramfs... [ 1.057960] Freeing initrd memory: 37084K [ 1.059641] Scanning for low memory corruption every 60 seconds [ 1.061632] audit: initializing netlink subsys (disabled) [ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized [ 1.065014] Initialise system trusted keyring [ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.070948] zbud: loaded [ 1.072071] VFS: Disk quotas dquot_6.6.0 [ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.076971] fuse init (API version 7.23) [ 1.078225] Key type big_key registered [ 1.079365] Allocating IMA MOK and blacklist keyrings. [ 1.081088] Key type asymmetric registered [ 1.082216] Asymmetric key parser 'x509' registered [ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.085645] io scheduler noop registered [ 1.086735] io scheduler deadline registered (default) [ 1.088108] io scheduler cfq registered [ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.094520] ACPI: Power Button [PWRF] [ 1.095726] GHES: HEST is not enabled! [ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.173777] Linux agpgart interface v0.103 [ 1.176776] loop: module loaded [ 1.180387] vda: vda1 [ 1.182079] scsi host0: ata_piix [ 1.183145] scsi host1: ata_piix [ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.187909] libphy: Fixed MDIO Bus: probed [ 1.189058] tun: Universal TUN/TAP device driver, 1.6 [ 1.190375] tun: (C) 1999-2004 Max Krasnyansky [ 1.193497] PPP generic driver version 2.4.2 [ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.196347] ehci-pci: EHCI PCI platform driver [ 1.197571] ehci-platform: EHCI generic platform driver [ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.201123] ohci-pci: OHCI PCI platform driver [ 1.202572] ohci-platform: OHCI generic platform driver [ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.232853] usb usb1: Product: UHCI Host Controller [ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.236280] usb usb1: SerialNumber: 0000:00:01.2 [ 1.237887] hub 1-0:1.0: USB hub found [ 1.239143] hub 1-0:1.0: 2 ports detected [ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.246473] mousedev: PS/2 mouse device common for all mice [ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.250898] rtc_cmos 00:00: RTC can wake from S4 [ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.255837] i2c /dev entries driver [ 1.256941] device-mapper: uevent: version 1.0.3 [ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs [ 1.262576] NET: Registered protocol family 10 [ 1.264331] NET: Registered protocol family 17 [ 1.265603] Key type dns_resolver registered [ 1.267176] registered taskstats version 1 [ 1.268403] Loading compiled-in X.509 certificates [ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.272984] zswap: loaded using pool lzo/zbud [ 1.275925] Key type trusted registered [ 1.279070] Key type encrypted registered [ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled [ 1.281685] ima: No TPM chip found, activating TPM-bypass! [ 1.283170] evm: HMAC attrs: 0x1 [ 1.284478] Magic number: 14:728:978 [ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131) [ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.289611] EDD information not available. [ 1.349823] Freeing unused kernel memory: 1512K [ 1.351127] Write protecting the kernel read-only data: 14336k [ 1.370270] Freeing unused kernel memory: 1692K [ 1.371867] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.473997] [drm] Initialized drm 1.1.0 20060810 [ 1.476475] virtio_net virtio0 ens3: renamed from eth0 [ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.507433] FDC 0 is a S82078B [ 1.524676] AVX2 version of gcm_enc/dec engaged. [ 1.525932] AES CTR mode by8 optimization enabled [ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.719323] usb 1-1: Product: QEMU USB Tablet [ 1.720496] usb 1-1: Manufacturer: QEMU [ 1.721560] usb 1-1: SerialNumber: 42 [ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina [ 1.736270] usbcore: registered new interface driver usbhid [ 1.737726] usbhid: USB HID core driver [ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns Begin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1 [ 2.107754] md: multipath personality registered for level -4 [ 2.111285] md: raid0 personality registered for level 0 [ 2.115203] md: raid1 personality registered for level 1 [ 2.187009] raid6: sse2x1 gen() 11585 MB/s [ 2.255007] raid6: sse2x1 xor() 8890 MB/s [ 2.323020] raid6: sse2x2 gen() 14576 MB/s [ 2.391008] raid6: sse2x2 xor() 9868 MB/s [ 2.459007] raid6: sse2x4 gen() 16946 MB/s [ 2.527025] raid6: sse2x4 xor() 11483 MB/s [ 2.595005] raid6: avx2x1 gen() 22385 MB/s [ 2.663005] raid6: avx2x2 gen() 25916 MB/s [ 2.735006] raid6: avx2x4 gen() 29926 MB/s [ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s [ 2.737566] raid6: using avx2x2 recovery algorithm [ 2.744898] xor: automatically using best checksumming function: [ 2.783004] avx : 31830.000 MB/sec [ 2.785726] async_tx: api initialized (async) [ 2.798346] md: raid6 personality registered for level 6 [ 2.799716] md: raid5 personality registered for level 5 [ 2.801075] md: raid4 personality registered for level 4 [ 2.808358] 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.846342] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm. [ 2.996206] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.000237] systemd[1]: Set hostname to . [ 3.003217] systemd[1]: Initializing machine ID from KVM UUID. [ 3.004800] systemd[1]: Installed transient /etc/machine-id file. [ 3.153333] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.164925] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.168269] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.171305] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.174718] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.180531] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System... [ 3.197535] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.203040] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.206509] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.213436] iscsi: registered transport (tcp) [ 3.215439] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.224138] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.232890] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.238798] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.249268] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser) [ 3.255316] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.263626] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.268192] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.281835] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.288611] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.293899] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.301784] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.306683] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.316447] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.322352] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.329374] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.335836] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.352810] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.361254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.714336] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). 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-19 08:59:05,545 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-19 08:59:14,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 08:59:14,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/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}e9698f698b682526afb511c4c19687545e054de8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 08:59:14,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:59: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-4045cbb9-605f-448c-b45f-3fb88a063434 x-compute-request-id: req-4045cbb9-605f-448c-b45f-3fb88a063434 Content-Encoding: gzip Content-Length: 10543 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 742869957 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191823] pid_max: default: 32768 minimum: 301\n[ 0.193062] ACPI: Core revision 20150930\n[ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196871] Security Framework initialized\n[ 0.198734] Yama: becoming mindful.\n[ 0.200403] AppArmor: AppArmor initialized\n[ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208661] Initializing cgroup subsys io\n[ 0.209791] Initializing cgroup subsys memory\n[ 0.211345] Initializing cgroup subsys devices\n[ 0.213311] Initializing cgroup subsys freezer\n[ 0.215033] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217497] Initializing cgroup subsys net_prio\n[ 0.218708] Initializing cgroup subsys hugetlb\n[ 0.219900] Initializing cgroup subsys pids\n[ 0.221080] CPU: Physical Processor ID: 0\n[ 0.222893] mce: CPU supports 10 MCE banks\n[ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227229] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.231777] Speculative Store Bypass: Vulnerable\n[ 0.251070] Freeing SMP alternatives memory: 32K\n[ 0.259403] ftrace: allocating 32237 entries in 126 pages\n[ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.300008] smpboot: Max logical packages: 1\n[ 0.301422] x2apic enabled\n[ 0.302784] Switched APIC routing to physical x2apic.\n[ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.315204] KVM setup paravirtual spinlock\n[ 0.316929] x86: Booted up 1 node, 1 CPUs\n[ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.319961] devtmpfs: initialized\n[ 0.322345] evm: security.selinux\n[ 0.323305] evm: security.SMACK64\n[ 0.324261] evm: security.SMACK64EXEC\n[ 0.325337] evm: security.SMACK64TRANSMUTE\n[ 0.326455] evm: security.SMACK64MMAP\n[ 0.327487] evm: security.ima\n[ 0.328408] evm: security.capability\n[ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.337919] pinctrl core: initialized pinctrl subsystem\n[ 0.340525] RTC time: 8:58:50, date: 08/19/18\n[ 0.342495] NET: Registered protocol family 16\n[ 0.344514] cpuidle: using governor ladder\n[ 0.345633] cpuidle: using governor menu\n[ 0.346735] PCCT header not found.\n[ 0.347991] ACPI: bus type PCI registered\n[ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.351012] PCI: Using configuration type 1 for base access\n[ 0.354090] ACPI: Added _OSI(Module Device)\n[ 0.355256] ACPI: Added _OSI(Processor Device)\n[ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.357674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.360552] ACPI: Interpreter enabled\n[ 0.361638] ACPI: (supports S0 S5)\n[ 0.362642] ACPI: Using IOAPIC for interrupt routing\n[ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.376203] acpiphp: Slot [3] registered\n[ 0.377308] acpiphp: Slot [4] registered\n[ 0.378414] acpiphp: Slot [5] registered\n[ 0.379521] acpiphp: Slot [6] registered\n[ 0.394437] acpiphp: Slot [7] registered\n[ 0.395559] acpiphp: Slot [8] registered\n[ 0.396659] acpiphp: Slot [9] registered\n[ 0.397752] acpiphp: Slot [10] registered\n[ 0.398867] acpiphp: Slot [11] registered\n[ 0.399987] acpiphp: Slot [12] registered\n[ 0.401104] acpiphp: Slot [13] registered\n[ 0.402211] acpiphp: Slot [14] registered\n[ 0.403331] acpiphp: Slot [15] registered\n[ 0.404445] acpiphp: Slot [16] registered\n[ 0.405561] acpiphp: Slot [17] registered\n[ 0.406674] acpiphp: Slot [18] registered\n[ 0.407787] acpiphp: Slot [19] registered\n[ 0.408902] acpiphp: Slot [20] registered\n[ 0.410012] acpiphp: Slot [21] registered\n[ 0.411189] acpiphp: Slot [22] registered\n[ 0.412315] acpiphp: Slot [23] registered\n[ 0.413446] acpiphp: Slot [24] registered\n[ 0.414566] acpiphp: Slot [25] registered\n[ 0.415685] acpiphp: Slot [26] registered\n[ 0.416806] acpiphp: Slot [27] registered\n[ 0.417923] acpiphp: Slot [28] registered\n[ 0.419034] acpiphp: Slot [29] registered\n[ 0.420147] acpiphp: Slot [30] registered\n[ 0.421245] acpiphp: Slot [31] registered\n[ 0.422349] PCI host bridge to bus 0000:00\n[ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.484983] vgaarb: loaded\n[ 0.485832] vgaarb: bridge control possible 0000:00:02.0\n[ 0.487763] SCSI subsystem initialized\n[ 0.489115] ACPI: bus type USB registered\n[ 0.490300] usbcore: registered new interface driver usbfs\n[ 0.491738] usbcore: registered new interface driver hub\n[ 0.493138] usbcore: registered new device driver usb\n[ 0.494707] PCI: Using ACPI for IRQ routing\n[ 0.496493] NetLabel: Initializing\n[ 0.497499] NetLabel: domain hash size = 128\n[ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.500017] NetLabel: unlabeled traffic allowed by default\n[ 0.501636] amd_nb: Cannot enumerate AMD northbridges\n[ 0.503024] clocksource: Switched to clocksource kvm-clock\n[ 0.513487] AppArmor: AppArmor Filesystem Enabled\n[ 0.514842] pnp: PnP ACPI init\n[ 0.516143] pnp: PnP ACPI: found 5 devices\n[ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.525591] NET: Registered protocol family 2\n[ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.530679] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.535488] NET: Registered protocol family 1\n[ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.572142] Unpacking initramfs...\n[ 1.057960] Freeing initrd memory: 37084K\n[ 1.059641] Scanning for low memory corruption every 60 seconds\n[ 1.061632] audit: initializing netlink subsys (disabled)\n[ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized\n[ 1.065014] Initialise system trusted keyring\n[ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.070948] zbud: loaded\n[ 1.072071] VFS: Disk quotas dquot_6.6.0\n[ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.076971] fuse init (API version 7.23)\n[ 1.078225] Key type big_key registered\n[ 1.079365] Allocating IMA MOK and blacklist keyrings.\n[ 1.081088] Key type asymmetric registered\n[ 1.082216] Asymmetric key parser 'x509' registered\n[ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.085645] io scheduler noop registered\n[ 1.086735] io scheduler deadline registered (default)\n[ 1.088108] io scheduler cfq registered\n[ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.094520] ACPI: Power Button [PWRF]\n[ 1.095726] GHES: HEST is not enabled!\n[ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.173777] Linux agpgart interface v0.103\n[ 1.176776] loop: module loaded\n[ 1.180387] vda: vda1\n[ 1.182079] scsi host0: ata_piix\n[ 1.183145] scsi host1: ata_piix\n[ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.187909] libphy: Fixed MDIO Bus: probed\n[ 1.189058] tun: Universal TUN/TAP device driver, 1.6\n[ 1.190375] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.193497] PPP generic driver version 2.4.2\n[ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.196347] ehci-pci: EHCI PCI platform driver\n[ 1.197571] ehci-platform: EHCI generic platform driver\n[ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.201123] ohci-pci: OHCI PCI platform driver\n[ 1.202572] ohci-platform: OHCI generic platform driver\n[ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.232853] usb usb1: Product: UHCI Host Controller\n[ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.236280] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.237887] hub 1-0:1.0: USB hub found\n[ 1.239143] hub 1-0:1.0: 2 ports detected\n[ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.246473] mousedev: PS/2 mouse device common for all mice\n[ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.250898] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.255837] i2c /dev entries driver\n[ 1.256941] device-mapper: uevent: version 1.0.3\n[ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.262576] NET: Registered protocol family 10\n[ 1.264331] NET: Registered protocol family 17\n[ 1.265603] Key type dns_resolver registered\n[ 1.267176] registered taskstats version 1\n[ 1.268403] Loading compiled-in X.509 certificates\n[ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.272984] zswap: loaded using pool lzo/zbud\n[ 1.275925] Key type trusted registered\n[ 1.279070] Key type encrypted registered\n[ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.281685] ima: No TPM chip found, activating TPM-bypass!\n[ 1.283170] evm: HMAC attrs: 0x1\n[ 1.284478] Magic number: 14:728:978\n[ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131)\n[ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.289611] EDD information not available.\n[ 1.349823] Freeing unused kernel memory: 1512K\n[ 1.351127] Write protecting the kernel read-only data: 14336k\n[ 1.370270] Freeing unused kernel memory: 1692K\n[ 1.371867] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.473997] [drm] Initialized drm 1.1.0 20060810\n[ 1.476475] virtio_net virtio0 ens3: renamed from eth0\n[ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.507433] FDC 0 is a S82078B\n[ 1.524676] AVX2 version of gcm_enc/dec engaged.\n[ 1.525932] AES CTR mode by8 optimization enabled\n[ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.719323] usb 1-1: Product: QEMU USB Tablet\n[ 1.720496] usb 1-1: Manufacturer: QEMU\n[ 1.721560] usb 1-1: SerialNumber: 42\n[ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.736270] usbcore: registered new interface driver usbhid\n[ 1.737726] usbhid: USB HID core driver\n[ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns\nBegin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1\n[ 2.107754] md: multipath personality registered for level -4\n[ 2.111285] md: raid0 personality registered for level 0\n[ 2.115203] md: raid1 personality registered for level 1\n[ 2.187009] raid6: sse2x1 gen() 11585 MB/s\n[ 2.255007] raid6: sse2x1 xor() 8890 MB/s\n[ 2.323020] raid6: sse2x2 gen() 14576 MB/s\n[ 2.391008] raid6: sse2x2 xor() 9868 MB/s\n[ 2.459007] raid6: sse2x4 gen() 16946 MB/s\n[ 2.527025] raid6: sse2x4 xor() 11483 MB/s\n[ 2.595005] raid6: avx2x1 gen() 22385 MB/s\n[ 2.663005] raid6: avx2x2 gen() 25916 MB/s\n[ 2.735006] raid6: avx2x4 gen() 29926 MB/s\n[ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s\n[ 2.737566] raid6: using avx2x2 recovery algorithm\n[ 2.744898] xor: automatically using best checksumming function:\n[ 2.783004] avx : 31830.000 MB/sec\n[ 2.785726] async_tx: api initialized (async)\n[ 2.798346] md: raid6 personality registered for level 6\n[ 2.799716] md: raid5 personality registered for level 5\n[ 2.801075] md: raid4 personality registered for level 4\n[ 2.808358] 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.846342] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm.\n[ 2.996206] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.000237] systemd[1]: Set hostname to .\n[ 3.003217] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.004800] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.153333] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.164925] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.168269] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.171305] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.174718] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.180531] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System...\n[ 3.197535] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.203040] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.206509] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.213436] iscsi: registered transport (tcp)\n[ 3.215439] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.224138] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.232890] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.238798] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.249268] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser)\n\n[ 3.255316] 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.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.263626] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.268192] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.281835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.288611] 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.293899] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.301784] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.306683] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.316447] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.322352] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.329374] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.335836] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.352810] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.361254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.714336] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-19 08:59:14,673 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-4045cbb9-605f-448c-b45f-3fb88a063434 2018-08-19 08:59:14,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.118494987488s 2018-08-19 08:59:14,675 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-4045cbb9-605f-448c-b45f-3fb88a063434 2018-08-19 08:59:14,675 - 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 742869957 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191823] pid_max: default: 32768 minimum: 301 [ 0.193062] ACPI: Core revision 20150930 [ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196871] Security Framework initialized [ 0.198734] Yama: becoming mindful. [ 0.200403] AppArmor: AppArmor initialized [ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208661] Initializing cgroup subsys io [ 0.209791] Initializing cgroup subsys memory [ 0.211345] Initializing cgroup subsys devices [ 0.213311] Initializing cgroup subsys freezer [ 0.215033] Initializing cgroup subsys net_cls [ 0.216256] Initializing cgroup subsys perf_event [ 0.217497] Initializing cgroup subsys net_prio [ 0.218708] Initializing cgroup subsys hugetlb [ 0.219900] Initializing cgroup subsys pids [ 0.221080] CPU: Physical Processor ID: 0 [ 0.222893] mce: CPU supports 10 MCE banks [ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227229] Spectre V2 : Mitigation: Full generic retpoline [ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.231777] Speculative Store Bypass: Vulnerable [ 0.251070] Freeing SMP alternatives memory: 32K [ 0.259403] ftrace: allocating 32237 entries in 126 pages [ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.300008] smpboot: Max logical packages: 1 [ 0.301422] x2apic enabled [ 0.302784] Switched APIC routing to physical x2apic. [ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.315204] KVM setup paravirtual spinlock [ 0.316929] x86: Booted up 1 node, 1 CPUs [ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.319961] devtmpfs: initialized [ 0.322345] evm: security.selinux [ 0.323305] evm: security.SMACK64 [ 0.324261] evm: security.SMACK64EXEC [ 0.325337] evm: security.SMACK64TRANSMUTE [ 0.326455] evm: security.SMACK64MMAP [ 0.327487] evm: security.ima [ 0.328408] evm: security.capability [ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.337919] pinctrl core: initialized pinctrl subsystem [ 0.340525] RTC time: 8:58:50, date: 08/19/18 [ 0.342495] NET: Registered protocol family 16 [ 0.344514] cpuidle: using governor ladder [ 0.345633] cpuidle: using governor menu [ 0.346735] PCCT header not found. [ 0.347991] ACPI: bus type PCI registered [ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.351012] PCI: Using configuration type 1 for base access [ 0.354090] ACPI: Added _OSI(Module Device) [ 0.355256] ACPI: Added _OSI(Processor Device) [ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.357674] ACPI: Added _OSI(Processor Aggregator Device) [ 0.360552] ACPI: Interpreter enabled [ 0.361638] ACPI: (supports S0 S5) [ 0.362642] ACPI: Using IOAPIC for interrupt routing [ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.376203] acpiphp: Slot [3] registered [ 0.377308] acpiphp: Slot [4] registered [ 0.378414] acpiphp: Slot [5] registered [ 0.379521] acpiphp: Slot [6] registered [ 0.394437] acpiphp: Slot [7] registered [ 0.395559] acpiphp: Slot [8] registered [ 0.396659] acpiphp: Slot [9] registered [ 0.397752] acpiphp: Slot [10] registered [ 0.398867] acpiphp: Slot [11] registered [ 0.399987] acpiphp: Slot [12] registered [ 0.401104] acpiphp: Slot [13] registered [ 0.402211] acpiphp: Slot [14] registered [ 0.403331] acpiphp: Slot [15] registered [ 0.404445] acpiphp: Slot [16] registered [ 0.405561] acpiphp: Slot [17] registered [ 0.406674] acpiphp: Slot [18] registered [ 0.407787] acpiphp: Slot [19] registered [ 0.408902] acpiphp: Slot [20] registered [ 0.410012] acpiphp: Slot [21] registered [ 0.411189] acpiphp: Slot [22] registered [ 0.412315] acpiphp: Slot [23] registered [ 0.413446] acpiphp: Slot [24] registered [ 0.414566] acpiphp: Slot [25] registered [ 0.415685] acpiphp: Slot [26] registered [ 0.416806] acpiphp: Slot [27] registered [ 0.417923] acpiphp: Slot [28] registered [ 0.419034] acpiphp: Slot [29] registered [ 0.420147] acpiphp: Slot [30] registered [ 0.421245] acpiphp: Slot [31] registered [ 0.422349] PCI host bridge to bus 0000:00 [ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.484983] vgaarb: loaded [ 0.485832] vgaarb: bridge control possible 0000:00:02.0 [ 0.487763] SCSI subsystem initialized [ 0.489115] ACPI: bus type USB registered [ 0.490300] usbcore: registered new interface driver usbfs [ 0.491738] usbcore: registered new interface driver hub [ 0.493138] usbcore: registered new device driver usb [ 0.494707] PCI: Using ACPI for IRQ routing [ 0.496493] NetLabel: Initializing [ 0.497499] NetLabel: domain hash size = 128 [ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.500017] NetLabel: unlabeled traffic allowed by default [ 0.501636] amd_nb: Cannot enumerate AMD northbridges [ 0.503024] clocksource: Switched to clocksource kvm-clock [ 0.513487] AppArmor: AppArmor Filesystem Enabled [ 0.514842] pnp: PnP ACPI init [ 0.516143] pnp: PnP ACPI: found 5 devices [ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.525591] NET: Registered protocol family 2 [ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.530679] TCP: Hash tables configured (established 4096 bind 4096) [ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.535488] NET: Registered protocol family 1 [ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.572142] Unpacking initramfs... [ 1.057960] Freeing initrd memory: 37084K [ 1.059641] Scanning for low memory corruption every 60 seconds [ 1.061632] audit: initializing netlink subsys (disabled) [ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized [ 1.065014] Initialise system trusted keyring [ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.070948] zbud: loaded [ 1.072071] VFS: Disk quotas dquot_6.6.0 [ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.076971] fuse init (API version 7.23) [ 1.078225] Key type big_key registered [ 1.079365] Allocating IMA MOK and blacklist keyrings. [ 1.081088] Key type asymmetric registered [ 1.082216] Asymmetric key parser 'x509' registered [ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.085645] io scheduler noop registered [ 1.086735] io scheduler deadline registered (default) [ 1.088108] io scheduler cfq registered [ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.094520] ACPI: Power Button [PWRF] [ 1.095726] GHES: HEST is not enabled! [ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.173777] Linux agpgart interface v0.103 [ 1.176776] loop: module loaded [ 1.180387] vda: vda1 [ 1.182079] scsi host0: ata_piix [ 1.183145] scsi host1: ata_piix [ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.187909] libphy: Fixed MDIO Bus: probed [ 1.189058] tun: Universal TUN/TAP device driver, 1.6 [ 1.190375] tun: (C) 1999-2004 Max Krasnyansky [ 1.193497] PPP generic driver version 2.4.2 [ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.196347] ehci-pci: EHCI PCI platform driver [ 1.197571] ehci-platform: EHCI generic platform driver [ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.201123] ohci-pci: OHCI PCI platform driver [ 1.202572] ohci-platform: OHCI generic platform driver [ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.232853] usb usb1: Product: UHCI Host Controller [ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.236280] usb usb1: SerialNumber: 0000:00:01.2 [ 1.237887] hub 1-0:1.0: USB hub found [ 1.239143] hub 1-0:1.0: 2 ports detected [ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.246473] mousedev: PS/2 mouse device common for all mice [ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.250898] rtc_cmos 00:00: RTC can wake from S4 [ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.255837] i2c /dev entries driver [ 1.256941] device-mapper: uevent: version 1.0.3 [ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs [ 1.262576] NET: Registered protocol family 10 [ 1.264331] NET: Registered protocol family 17 [ 1.265603] Key type dns_resolver registered [ 1.267176] registered taskstats version 1 [ 1.268403] Loading compiled-in X.509 certificates [ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.272984] zswap: loaded using pool lzo/zbud [ 1.275925] Key type trusted registered [ 1.279070] Key type encrypted registered [ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled [ 1.281685] ima: No TPM chip found, activating TPM-bypass! [ 1.283170] evm: HMAC attrs: 0x1 [ 1.284478] Magic number: 14:728:978 [ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131) [ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.289611] EDD information not available. [ 1.349823] Freeing unused kernel memory: 1512K [ 1.351127] Write protecting the kernel read-only data: 14336k [ 1.370270] Freeing unused kernel memory: 1692K [ 1.371867] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.473997] [drm] Initialized drm 1.1.0 20060810 [ 1.476475] virtio_net virtio0 ens3: renamed from eth0 [ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.507433] FDC 0 is a S82078B [ 1.524676] AVX2 version of gcm_enc/dec engaged. [ 1.525932] AES CTR mode by8 optimization enabled [ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.719323] usb 1-1: Product: QEMU USB Tablet [ 1.720496] usb 1-1: Manufacturer: QEMU [ 1.721560] usb 1-1: SerialNumber: 42 [ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina [ 1.736270] usbcore: registered new interface driver usbhid [ 1.737726] usbhid: USB HID core driver [ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns Begin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1 [ 2.107754] md: multipath personality registered for level -4 [ 2.111285] md: raid0 personality registered for level 0 [ 2.115203] md: raid1 personality registered for level 1 [ 2.187009] raid6: sse2x1 gen() 11585 MB/s [ 2.255007] raid6: sse2x1 xor() 8890 MB/s [ 2.323020] raid6: sse2x2 gen() 14576 MB/s [ 2.391008] raid6: sse2x2 xor() 9868 MB/s [ 2.459007] raid6: sse2x4 gen() 16946 MB/s [ 2.527025] raid6: sse2x4 xor() 11483 MB/s [ 2.595005] raid6: avx2x1 gen() 22385 MB/s [ 2.663005] raid6: avx2x2 gen() 25916 MB/s [ 2.735006] raid6: avx2x4 gen() 29926 MB/s [ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s [ 2.737566] raid6: using avx2x2 recovery algorithm [ 2.744898] xor: automatically using best checksumming function: [ 2.783004] avx : 31830.000 MB/sec [ 2.785726] async_tx: api initialized (async) [ 2.798346] md: raid6 personality registered for level 6 [ 2.799716] md: raid5 personality registered for level 5 [ 2.801075] md: raid4 personality registered for level 4 [ 2.808358] 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.846342] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm. [ 2.996206] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.000237] systemd[1]: Set hostname to . [ 3.003217] systemd[1]: Initializing machine ID from KVM UUID. [ 3.004800] systemd[1]: Installed transient /etc/machine-id file. [ 3.153333] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.164925] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.168269] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.171305] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.174718] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.180531] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System... [ 3.197535] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.203040] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.206509] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.213436] iscsi: registered transport (tcp) [ 3.215439] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.224138] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.232890] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.238798] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.249268] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser) [ 3.255316] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.263626] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.268192] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.281835] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.288611] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.293899] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.301784] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.306683] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.316447] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.322352] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.329374] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.335836] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.352810] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.361254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.714336] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). 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-19 08:59:14,677 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-19 08:59:23,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 08:59:23,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/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}e9698f698b682526afb511c4c19687545e054de8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 08:59:23,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:59:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7dcf4901-d3cc-443b-8de5-cd144b4caa86 x-compute-request-id: req-7dcf4901-d3cc-443b-8de5-cd144b4caa86 Content-Encoding: gzip Content-Length: 10543 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 742869957 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191823] pid_max: default: 32768 minimum: 301\n[ 0.193062] ACPI: Core revision 20150930\n[ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196871] Security Framework initialized\n[ 0.198734] Yama: becoming mindful.\n[ 0.200403] AppArmor: AppArmor initialized\n[ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208661] Initializing cgroup subsys io\n[ 0.209791] Initializing cgroup subsys memory\n[ 0.211345] Initializing cgroup subsys devices\n[ 0.213311] Initializing cgroup subsys freezer\n[ 0.215033] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217497] Initializing cgroup subsys net_prio\n[ 0.218708] Initializing cgroup subsys hugetlb\n[ 0.219900] Initializing cgroup subsys pids\n[ 0.221080] CPU: Physical Processor ID: 0\n[ 0.222893] mce: CPU supports 10 MCE banks\n[ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227229] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.231777] Speculative Store Bypass: Vulnerable\n[ 0.251070] Freeing SMP alternatives memory: 32K\n[ 0.259403] ftrace: allocating 32237 entries in 126 pages\n[ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.300008] smpboot: Max logical packages: 1\n[ 0.301422] x2apic enabled\n[ 0.302784] Switched APIC routing to physical x2apic.\n[ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.315204] KVM setup paravirtual spinlock\n[ 0.316929] x86: Booted up 1 node, 1 CPUs\n[ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.319961] devtmpfs: initialized\n[ 0.322345] evm: security.selinux\n[ 0.323305] evm: security.SMACK64\n[ 0.324261] evm: security.SMACK64EXEC\n[ 0.325337] evm: security.SMACK64TRANSMUTE\n[ 0.326455] evm: security.SMACK64MMAP\n[ 0.327487] evm: security.ima\n[ 0.328408] evm: security.capability\n[ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.337919] pinctrl core: initialized pinctrl subsystem\n[ 0.340525] RTC time: 8:58:50, date: 08/19/18\n[ 0.342495] NET: Registered protocol family 16\n[ 0.344514] cpuidle: using governor ladder\n[ 0.345633] cpuidle: using governor menu\n[ 0.346735] PCCT header not found.\n[ 0.347991] ACPI: bus type PCI registered\n[ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.351012] PCI: Using configuration type 1 for base access\n[ 0.354090] ACPI: Added _OSI(Module Device)\n[ 0.355256] ACPI: Added _OSI(Processor Device)\n[ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.357674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.360552] ACPI: Interpreter enabled\n[ 0.361638] ACPI: (supports S0 S5)\n[ 0.362642] ACPI: Using IOAPIC for interrupt routing\n[ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.376203] acpiphp: Slot [3] registered\n[ 0.377308] acpiphp: Slot [4] registered\n[ 0.378414] acpiphp: Slot [5] registered\n[ 0.379521] acpiphp: Slot [6] registered\n[ 0.394437] acpiphp: Slot [7] registered\n[ 0.395559] acpiphp: Slot [8] registered\n[ 0.396659] acpiphp: Slot [9] registered\n[ 0.397752] acpiphp: Slot [10] registered\n[ 0.398867] acpiphp: Slot [11] registered\n[ 0.399987] acpiphp: Slot [12] registered\n[ 0.401104] acpiphp: Slot [13] registered\n[ 0.402211] acpiphp: Slot [14] registered\n[ 0.403331] acpiphp: Slot [15] registered\n[ 0.404445] acpiphp: Slot [16] registered\n[ 0.405561] acpiphp: Slot [17] registered\n[ 0.406674] acpiphp: Slot [18] registered\n[ 0.407787] acpiphp: Slot [19] registered\n[ 0.408902] acpiphp: Slot [20] registered\n[ 0.410012] acpiphp: Slot [21] registered\n[ 0.411189] acpiphp: Slot [22] registered\n[ 0.412315] acpiphp: Slot [23] registered\n[ 0.413446] acpiphp: Slot [24] registered\n[ 0.414566] acpiphp: Slot [25] registered\n[ 0.415685] acpiphp: Slot [26] registered\n[ 0.416806] acpiphp: Slot [27] registered\n[ 0.417923] acpiphp: Slot [28] registered\n[ 0.419034] acpiphp: Slot [29] registered\n[ 0.420147] acpiphp: Slot [30] registered\n[ 0.421245] acpiphp: Slot [31] registered\n[ 0.422349] PCI host bridge to bus 0000:00\n[ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.484983] vgaarb: loaded\n[ 0.485832] vgaarb: bridge control possible 0000:00:02.0\n[ 0.487763] SCSI subsystem initialized\n[ 0.489115] ACPI: bus type USB registered\n[ 0.490300] usbcore: registered new interface driver usbfs\n[ 0.491738] usbcore: registered new interface driver hub\n[ 0.493138] usbcore: registered new device driver usb\n[ 0.494707] PCI: Using ACPI for IRQ routing\n[ 0.496493] NetLabel: Initializing\n[ 0.497499] NetLabel: domain hash size = 128\n[ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.500017] NetLabel: unlabeled traffic allowed by default\n[ 0.501636] amd_nb: Cannot enumerate AMD northbridges\n[ 0.503024] clocksource: Switched to clocksource kvm-clock\n[ 0.513487] AppArmor: AppArmor Filesystem Enabled\n[ 0.514842] pnp: PnP ACPI init\n[ 0.516143] pnp: PnP ACPI: found 5 devices\n[ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.525591] NET: Registered protocol family 2\n[ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.530679] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.535488] NET: Registered protocol family 1\n[ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.572142] Unpacking initramfs...\n[ 1.057960] Freeing initrd memory: 37084K\n[ 1.059641] Scanning for low memory corruption every 60 seconds\n[ 1.061632] audit: initializing netlink subsys (disabled)\n[ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized\n[ 1.065014] Initialise system trusted keyring\n[ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.070948] zbud: loaded\n[ 1.072071] VFS: Disk quotas dquot_6.6.0\n[ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.076971] fuse init (API version 7.23)\n[ 1.078225] Key type big_key registered\n[ 1.079365] Allocating IMA MOK and blacklist keyrings.\n[ 1.081088] Key type asymmetric registered\n[ 1.082216] Asymmetric key parser 'x509' registered\n[ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.085645] io scheduler noop registered\n[ 1.086735] io scheduler deadline registered (default)\n[ 1.088108] io scheduler cfq registered\n[ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.094520] ACPI: Power Button [PWRF]\n[ 1.095726] GHES: HEST is not enabled!\n[ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.173777] Linux agpgart interface v0.103\n[ 1.176776] loop: module loaded\n[ 1.180387] vda: vda1\n[ 1.182079] scsi host0: ata_piix\n[ 1.183145] scsi host1: ata_piix\n[ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.187909] libphy: Fixed MDIO Bus: probed\n[ 1.189058] tun: Universal TUN/TAP device driver, 1.6\n[ 1.190375] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.193497] PPP generic driver version 2.4.2\n[ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.196347] ehci-pci: EHCI PCI platform driver\n[ 1.197571] ehci-platform: EHCI generic platform driver\n[ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.201123] ohci-pci: OHCI PCI platform driver\n[ 1.202572] ohci-platform: OHCI generic platform driver\n[ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.232853] usb usb1: Product: UHCI Host Controller\n[ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.236280] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.237887] hub 1-0:1.0: USB hub found\n[ 1.239143] hub 1-0:1.0: 2 ports detected\n[ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.246473] mousedev: PS/2 mouse device common for all mice\n[ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.250898] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.255837] i2c /dev entries driver\n[ 1.256941] device-mapper: uevent: version 1.0.3\n[ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.262576] NET: Registered protocol family 10\n[ 1.264331] NET: Registered protocol family 17\n[ 1.265603] Key type dns_resolver registered\n[ 1.267176] registered taskstats version 1\n[ 1.268403] Loading compiled-in X.509 certificates\n[ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.272984] zswap: loaded using pool lzo/zbud\n[ 1.275925] Key type trusted registered\n[ 1.279070] Key type encrypted registered\n[ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.281685] ima: No TPM chip found, activating TPM-bypass!\n[ 1.283170] evm: HMAC attrs: 0x1\n[ 1.284478] Magic number: 14:728:978\n[ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131)\n[ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.289611] EDD information not available.\n[ 1.349823] Freeing unused kernel memory: 1512K\n[ 1.351127] Write protecting the kernel read-only data: 14336k\n[ 1.370270] Freeing unused kernel memory: 1692K\n[ 1.371867] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.473997] [drm] Initialized drm 1.1.0 20060810\n[ 1.476475] virtio_net virtio0 ens3: renamed from eth0\n[ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.507433] FDC 0 is a S82078B\n[ 1.524676] AVX2 version of gcm_enc/dec engaged.\n[ 1.525932] AES CTR mode by8 optimization enabled\n[ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.719323] usb 1-1: Product: QEMU USB Tablet\n[ 1.720496] usb 1-1: Manufacturer: QEMU\n[ 1.721560] usb 1-1: SerialNumber: 42\n[ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.736270] usbcore: registered new interface driver usbhid\n[ 1.737726] usbhid: USB HID core driver\n[ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns\nBegin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1\n[ 2.107754] md: multipath personality registered for level -4\n[ 2.111285] md: raid0 personality registered for level 0\n[ 2.115203] md: raid1 personality registered for level 1\n[ 2.187009] raid6: sse2x1 gen() 11585 MB/s\n[ 2.255007] raid6: sse2x1 xor() 8890 MB/s\n[ 2.323020] raid6: sse2x2 gen() 14576 MB/s\n[ 2.391008] raid6: sse2x2 xor() 9868 MB/s\n[ 2.459007] raid6: sse2x4 gen() 16946 MB/s\n[ 2.527025] raid6: sse2x4 xor() 11483 MB/s\n[ 2.595005] raid6: avx2x1 gen() 22385 MB/s\n[ 2.663005] raid6: avx2x2 gen() 25916 MB/s\n[ 2.735006] raid6: avx2x4 gen() 29926 MB/s\n[ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s\n[ 2.737566] raid6: using avx2x2 recovery algorithm\n[ 2.744898] xor: automatically using best checksumming function:\n[ 2.783004] avx : 31830.000 MB/sec\n[ 2.785726] async_tx: api initialized (async)\n[ 2.798346] md: raid6 personality registered for level 6\n[ 2.799716] md: raid5 personality registered for level 5\n[ 2.801075] md: raid4 personality registered for level 4\n[ 2.808358] 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.846342] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm.\n[ 2.996206] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.000237] systemd[1]: Set hostname to .\n[ 3.003217] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.004800] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.153333] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.164925] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.168269] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.171305] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.174718] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.180531] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System...\n[ 3.197535] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.203040] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.206509] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.213436] iscsi: registered transport (tcp)\n[ 3.215439] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.224138] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.232890] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.238798] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.249268] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser)\n\n[ 3.255316] 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.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.263626] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.268192] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.281835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.288611] 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.293899] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.301784] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.306683] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.316447] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.322352] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.329374] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.335836] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.352810] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.361254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.714336] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-19 08:59:23,787 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-7dcf4901-d3cc-443b-8de5-cd144b4caa86 2018-08-19 08:59:23,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0997929573059s 2018-08-19 08:59:23,788 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-7dcf4901-d3cc-443b-8de5-cd144b4caa86 2018-08-19 08:59:23,788 - 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 742869957 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191823] pid_max: default: 32768 minimum: 301 [ 0.193062] ACPI: Core revision 20150930 [ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196871] Security Framework initialized [ 0.198734] Yama: becoming mindful. [ 0.200403] AppArmor: AppArmor initialized [ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208661] Initializing cgroup subsys io [ 0.209791] Initializing cgroup subsys memory [ 0.211345] Initializing cgroup subsys devices [ 0.213311] Initializing cgroup subsys freezer [ 0.215033] Initializing cgroup subsys net_cls [ 0.216256] Initializing cgroup subsys perf_event [ 0.217497] Initializing cgroup subsys net_prio [ 0.218708] Initializing cgroup subsys hugetlb [ 0.219900] Initializing cgroup subsys pids [ 0.221080] CPU: Physical Processor ID: 0 [ 0.222893] mce: CPU supports 10 MCE banks [ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227229] Spectre V2 : Mitigation: Full generic retpoline [ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.231777] Speculative Store Bypass: Vulnerable [ 0.251070] Freeing SMP alternatives memory: 32K [ 0.259403] ftrace: allocating 32237 entries in 126 pages [ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.300008] smpboot: Max logical packages: 1 [ 0.301422] x2apic enabled [ 0.302784] Switched APIC routing to physical x2apic. [ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.315204] KVM setup paravirtual spinlock [ 0.316929] x86: Booted up 1 node, 1 CPUs [ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.319961] devtmpfs: initialized [ 0.322345] evm: security.selinux [ 0.323305] evm: security.SMACK64 [ 0.324261] evm: security.SMACK64EXEC [ 0.325337] evm: security.SMACK64TRANSMUTE [ 0.326455] evm: security.SMACK64MMAP [ 0.327487] evm: security.ima [ 0.328408] evm: security.capability [ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.337919] pinctrl core: initialized pinctrl subsystem [ 0.340525] RTC time: 8:58:50, date: 08/19/18 [ 0.342495] NET: Registered protocol family 16 [ 0.344514] cpuidle: using governor ladder [ 0.345633] cpuidle: using governor menu [ 0.346735] PCCT header not found. [ 0.347991] ACPI: bus type PCI registered [ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.351012] PCI: Using configuration type 1 for base access [ 0.354090] ACPI: Added _OSI(Module Device) [ 0.355256] ACPI: Added _OSI(Processor Device) [ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.357674] ACPI: Added _OSI(Processor Aggregator Device) [ 0.360552] ACPI: Interpreter enabled [ 0.361638] ACPI: (supports S0 S5) [ 0.362642] ACPI: Using IOAPIC for interrupt routing [ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.376203] acpiphp: Slot [3] registered [ 0.377308] acpiphp: Slot [4] registered [ 0.378414] acpiphp: Slot [5] registered [ 0.379521] acpiphp: Slot [6] registered [ 0.394437] acpiphp: Slot [7] registered [ 0.395559] acpiphp: Slot [8] registered [ 0.396659] acpiphp: Slot [9] registered [ 0.397752] acpiphp: Slot [10] registered [ 0.398867] acpiphp: Slot [11] registered [ 0.399987] acpiphp: Slot [12] registered [ 0.401104] acpiphp: Slot [13] registered [ 0.402211] acpiphp: Slot [14] registered [ 0.403331] acpiphp: Slot [15] registered [ 0.404445] acpiphp: Slot [16] registered [ 0.405561] acpiphp: Slot [17] registered [ 0.406674] acpiphp: Slot [18] registered [ 0.407787] acpiphp: Slot [19] registered [ 0.408902] acpiphp: Slot [20] registered [ 0.410012] acpiphp: Slot [21] registered [ 0.411189] acpiphp: Slot [22] registered [ 0.412315] acpiphp: Slot [23] registered [ 0.413446] acpiphp: Slot [24] registered [ 0.414566] acpiphp: Slot [25] registered [ 0.415685] acpiphp: Slot [26] registered [ 0.416806] acpiphp: Slot [27] registered [ 0.417923] acpiphp: Slot [28] registered [ 0.419034] acpiphp: Slot [29] registered [ 0.420147] acpiphp: Slot [30] registered [ 0.421245] acpiphp: Slot [31] registered [ 0.422349] PCI host bridge to bus 0000:00 [ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.484983] vgaarb: loaded [ 0.485832] vgaarb: bridge control possible 0000:00:02.0 [ 0.487763] SCSI subsystem initialized [ 0.489115] ACPI: bus type USB registered [ 0.490300] usbcore: registered new interface driver usbfs [ 0.491738] usbcore: registered new interface driver hub [ 0.493138] usbcore: registered new device driver usb [ 0.494707] PCI: Using ACPI for IRQ routing [ 0.496493] NetLabel: Initializing [ 0.497499] NetLabel: domain hash size = 128 [ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.500017] NetLabel: unlabeled traffic allowed by default [ 0.501636] amd_nb: Cannot enumerate AMD northbridges [ 0.503024] clocksource: Switched to clocksource kvm-clock [ 0.513487] AppArmor: AppArmor Filesystem Enabled [ 0.514842] pnp: PnP ACPI init [ 0.516143] pnp: PnP ACPI: found 5 devices [ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.525591] NET: Registered protocol family 2 [ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.530679] TCP: Hash tables configured (established 4096 bind 4096) [ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.535488] NET: Registered protocol family 1 [ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.572142] Unpacking initramfs... [ 1.057960] Freeing initrd memory: 37084K [ 1.059641] Scanning for low memory corruption every 60 seconds [ 1.061632] audit: initializing netlink subsys (disabled) [ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized [ 1.065014] Initialise system trusted keyring [ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.070948] zbud: loaded [ 1.072071] VFS: Disk quotas dquot_6.6.0 [ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.076971] fuse init (API version 7.23) [ 1.078225] Key type big_key registered [ 1.079365] Allocating IMA MOK and blacklist keyrings. [ 1.081088] Key type asymmetric registered [ 1.082216] Asymmetric key parser 'x509' registered [ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.085645] io scheduler noop registered [ 1.086735] io scheduler deadline registered (default) [ 1.088108] io scheduler cfq registered [ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.094520] ACPI: Power Button [PWRF] [ 1.095726] GHES: HEST is not enabled! [ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.173777] Linux agpgart interface v0.103 [ 1.176776] loop: module loaded [ 1.180387] vda: vda1 [ 1.182079] scsi host0: ata_piix [ 1.183145] scsi host1: ata_piix [ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.187909] libphy: Fixed MDIO Bus: probed [ 1.189058] tun: Universal TUN/TAP device driver, 1.6 [ 1.190375] tun: (C) 1999-2004 Max Krasnyansky [ 1.193497] PPP generic driver version 2.4.2 [ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.196347] ehci-pci: EHCI PCI platform driver [ 1.197571] ehci-platform: EHCI generic platform driver [ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.201123] ohci-pci: OHCI PCI platform driver [ 1.202572] ohci-platform: OHCI generic platform driver [ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.232853] usb usb1: Product: UHCI Host Controller [ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.236280] usb usb1: SerialNumber: 0000:00:01.2 [ 1.237887] hub 1-0:1.0: USB hub found [ 1.239143] hub 1-0:1.0: 2 ports detected [ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.246473] mousedev: PS/2 mouse device common for all mice [ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.250898] rtc_cmos 00:00: RTC can wake from S4 [ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.255837] i2c /dev entries driver [ 1.256941] device-mapper: uevent: version 1.0.3 [ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs [ 1.262576] NET: Registered protocol family 10 [ 1.264331] NET: Registered protocol family 17 [ 1.265603] Key type dns_resolver registered [ 1.267176] registered taskstats version 1 [ 1.268403] Loading compiled-in X.509 certificates [ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.272984] zswap: loaded using pool lzo/zbud [ 1.275925] Key type trusted registered [ 1.279070] Key type encrypted registered [ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled [ 1.281685] ima: No TPM chip found, activating TPM-bypass! [ 1.283170] evm: HMAC attrs: 0x1 [ 1.284478] Magic number: 14:728:978 [ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131) [ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.289611] EDD information not available. [ 1.349823] Freeing unused kernel memory: 1512K [ 1.351127] Write protecting the kernel read-only data: 14336k [ 1.370270] Freeing unused kernel memory: 1692K [ 1.371867] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.473997] [drm] Initialized drm 1.1.0 20060810 [ 1.476475] virtio_net virtio0 ens3: renamed from eth0 [ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.507433] FDC 0 is a S82078B [ 1.524676] AVX2 version of gcm_enc/dec engaged. [ 1.525932] AES CTR mode by8 optimization enabled [ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.719323] usb 1-1: Product: QEMU USB Tablet [ 1.720496] usb 1-1: Manufacturer: QEMU [ 1.721560] usb 1-1: SerialNumber: 42 [ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina [ 1.736270] usbcore: registered new interface driver usbhid [ 1.737726] usbhid: USB HID core driver [ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns Begin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1 [ 2.107754] md: multipath personality registered for level -4 [ 2.111285] md: raid0 personality registered for level 0 [ 2.115203] md: raid1 personality registered for level 1 [ 2.187009] raid6: sse2x1 gen() 11585 MB/s [ 2.255007] raid6: sse2x1 xor() 8890 MB/s [ 2.323020] raid6: sse2x2 gen() 14576 MB/s [ 2.391008] raid6: sse2x2 xor() 9868 MB/s [ 2.459007] raid6: sse2x4 gen() 16946 MB/s [ 2.527025] raid6: sse2x4 xor() 11483 MB/s [ 2.595005] raid6: avx2x1 gen() 22385 MB/s [ 2.663005] raid6: avx2x2 gen() 25916 MB/s [ 2.735006] raid6: avx2x4 gen() 29926 MB/s [ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s [ 2.737566] raid6: using avx2x2 recovery algorithm [ 2.744898] xor: automatically using best checksumming function: [ 2.783004] avx : 31830.000 MB/sec [ 2.785726] async_tx: api initialized (async) [ 2.798346] md: raid6 personality registered for level 6 [ 2.799716] md: raid5 personality registered for level 5 [ 2.801075] md: raid4 personality registered for level 4 [ 2.808358] 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.846342] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm. [ 2.996206] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.000237] systemd[1]: Set hostname to . [ 3.003217] systemd[1]: Initializing machine ID from KVM UUID. [ 3.004800] systemd[1]: Installed transient /etc/machine-id file. [ 3.153333] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.164925] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.168269] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.171305] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.174718] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.180531] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System... [ 3.197535] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.203040] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.206509] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.213436] iscsi: registered transport (tcp) [ 3.215439] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.224138] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.232890] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.238798] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.249268] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser) [ 3.255316] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.263626] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.268192] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.281835] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.288611] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.293899] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.301784] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.306683] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.316447] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.322352] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.329374] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.335836] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.352810] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.361254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.714336] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). 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-19 08:59:23,791 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-19 08:59:32,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 08:59:32,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/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}e9698f698b682526afb511c4c19687545e054de8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 08:59:32,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:59:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1045cea-b7b7-4387-968a-dcddd7946468 x-compute-request-id: req-d1045cea-b7b7-4387-968a-dcddd7946468 Content-Encoding: gzip Content-Length: 10543 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 742869957 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191823] pid_max: default: 32768 minimum: 301\n[ 0.193062] ACPI: Core revision 20150930\n[ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196871] Security Framework initialized\n[ 0.198734] Yama: becoming mindful.\n[ 0.200403] AppArmor: AppArmor initialized\n[ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208661] Initializing cgroup subsys io\n[ 0.209791] Initializing cgroup subsys memory\n[ 0.211345] Initializing cgroup subsys devices\n[ 0.213311] Initializing cgroup subsys freezer\n[ 0.215033] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217497] Initializing cgroup subsys net_prio\n[ 0.218708] Initializing cgroup subsys hugetlb\n[ 0.219900] Initializing cgroup subsys pids\n[ 0.221080] CPU: Physical Processor ID: 0\n[ 0.222893] mce: CPU supports 10 MCE banks\n[ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227229] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.231777] Speculative Store Bypass: Vulnerable\n[ 0.251070] Freeing SMP alternatives memory: 32K\n[ 0.259403] ftrace: allocating 32237 entries in 126 pages\n[ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.300008] smpboot: Max logical packages: 1\n[ 0.301422] x2apic enabled\n[ 0.302784] Switched APIC routing to physical x2apic.\n[ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.315204] KVM setup paravirtual spinlock\n[ 0.316929] x86: Booted up 1 node, 1 CPUs\n[ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.319961] devtmpfs: initialized\n[ 0.322345] evm: security.selinux\n[ 0.323305] evm: security.SMACK64\n[ 0.324261] evm: security.SMACK64EXEC\n[ 0.325337] evm: security.SMACK64TRANSMUTE\n[ 0.326455] evm: security.SMACK64MMAP\n[ 0.327487] evm: security.ima\n[ 0.328408] evm: security.capability\n[ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.337919] pinctrl core: initialized pinctrl subsystem\n[ 0.340525] RTC time: 8:58:50, date: 08/19/18\n[ 0.342495] NET: Registered protocol family 16\n[ 0.344514] cpuidle: using governor ladder\n[ 0.345633] cpuidle: using governor menu\n[ 0.346735] PCCT header not found.\n[ 0.347991] ACPI: bus type PCI registered\n[ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.351012] PCI: Using configuration type 1 for base access\n[ 0.354090] ACPI: Added _OSI(Module Device)\n[ 0.355256] ACPI: Added _OSI(Processor Device)\n[ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.357674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.360552] ACPI: Interpreter enabled\n[ 0.361638] ACPI: (supports S0 S5)\n[ 0.362642] ACPI: Using IOAPIC for interrupt routing\n[ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.376203] acpiphp: Slot [3] registered\n[ 0.377308] acpiphp: Slot [4] registered\n[ 0.378414] acpiphp: Slot [5] registered\n[ 0.379521] acpiphp: Slot [6] registered\n[ 0.394437] acpiphp: Slot [7] registered\n[ 0.395559] acpiphp: Slot [8] registered\n[ 0.396659] acpiphp: Slot [9] registered\n[ 0.397752] acpiphp: Slot [10] registered\n[ 0.398867] acpiphp: Slot [11] registered\n[ 0.399987] acpiphp: Slot [12] registered\n[ 0.401104] acpiphp: Slot [13] registered\n[ 0.402211] acpiphp: Slot [14] registered\n[ 0.403331] acpiphp: Slot [15] registered\n[ 0.404445] acpiphp: Slot [16] registered\n[ 0.405561] acpiphp: Slot [17] registered\n[ 0.406674] acpiphp: Slot [18] registered\n[ 0.407787] acpiphp: Slot [19] registered\n[ 0.408902] acpiphp: Slot [20] registered\n[ 0.410012] acpiphp: Slot [21] registered\n[ 0.411189] acpiphp: Slot [22] registered\n[ 0.412315] acpiphp: Slot [23] registered\n[ 0.413446] acpiphp: Slot [24] registered\n[ 0.414566] acpiphp: Slot [25] registered\n[ 0.415685] acpiphp: Slot [26] registered\n[ 0.416806] acpiphp: Slot [27] registered\n[ 0.417923] acpiphp: Slot [28] registered\n[ 0.419034] acpiphp: Slot [29] registered\n[ 0.420147] acpiphp: Slot [30] registered\n[ 0.421245] acpiphp: Slot [31] registered\n[ 0.422349] PCI host bridge to bus 0000:00\n[ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.484983] vgaarb: loaded\n[ 0.485832] vgaarb: bridge control possible 0000:00:02.0\n[ 0.487763] SCSI subsystem initialized\n[ 0.489115] ACPI: bus type USB registered\n[ 0.490300] usbcore: registered new interface driver usbfs\n[ 0.491738] usbcore: registered new interface driver hub\n[ 0.493138] usbcore: registered new device driver usb\n[ 0.494707] PCI: Using ACPI for IRQ routing\n[ 0.496493] NetLabel: Initializing\n[ 0.497499] NetLabel: domain hash size = 128\n[ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.500017] NetLabel: unlabeled traffic allowed by default\n[ 0.501636] amd_nb: Cannot enumerate AMD northbridges\n[ 0.503024] clocksource: Switched to clocksource kvm-clock\n[ 0.513487] AppArmor: AppArmor Filesystem Enabled\n[ 0.514842] pnp: PnP ACPI init\n[ 0.516143] pnp: PnP ACPI: found 5 devices\n[ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.525591] NET: Registered protocol family 2\n[ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.530679] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.535488] NET: Registered protocol family 1\n[ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.572142] Unpacking initramfs...\n[ 1.057960] Freeing initrd memory: 37084K\n[ 1.059641] Scanning for low memory corruption every 60 seconds\n[ 1.061632] audit: initializing netlink subsys (disabled)\n[ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized\n[ 1.065014] Initialise system trusted keyring\n[ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.070948] zbud: loaded\n[ 1.072071] VFS: Disk quotas dquot_6.6.0\n[ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.076971] fuse init (API version 7.23)\n[ 1.078225] Key type big_key registered\n[ 1.079365] Allocating IMA MOK and blacklist keyrings.\n[ 1.081088] Key type asymmetric registered\n[ 1.082216] Asymmetric key parser 'x509' registered\n[ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.085645] io scheduler noop registered\n[ 1.086735] io scheduler deadline registered (default)\n[ 1.088108] io scheduler cfq registered\n[ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.094520] ACPI: Power Button [PWRF]\n[ 1.095726] GHES: HEST is not enabled!\n[ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.173777] Linux agpgart interface v0.103\n[ 1.176776] loop: module loaded\n[ 1.180387] vda: vda1\n[ 1.182079] scsi host0: ata_piix\n[ 1.183145] scsi host1: ata_piix\n[ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.187909] libphy: Fixed MDIO Bus: probed\n[ 1.189058] tun: Universal TUN/TAP device driver, 1.6\n[ 1.190375] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.193497] PPP generic driver version 2.4.2\n[ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.196347] ehci-pci: EHCI PCI platform driver\n[ 1.197571] ehci-platform: EHCI generic platform driver\n[ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.201123] ohci-pci: OHCI PCI platform driver\n[ 1.202572] ohci-platform: OHCI generic platform driver\n[ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.232853] usb usb1: Product: UHCI Host Controller\n[ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.236280] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.237887] hub 1-0:1.0: USB hub found\n[ 1.239143] hub 1-0:1.0: 2 ports detected\n[ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.246473] mousedev: PS/2 mouse device common for all mice\n[ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.250898] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.255837] i2c /dev entries driver\n[ 1.256941] device-mapper: uevent: version 1.0.3\n[ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.262576] NET: Registered protocol family 10\n[ 1.264331] NET: Registered protocol family 17\n[ 1.265603] Key type dns_resolver registered\n[ 1.267176] registered taskstats version 1\n[ 1.268403] Loading compiled-in X.509 certificates\n[ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.272984] zswap: loaded using pool lzo/zbud\n[ 1.275925] Key type trusted registered\n[ 1.279070] Key type encrypted registered\n[ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.281685] ima: No TPM chip found, activating TPM-bypass!\n[ 1.283170] evm: HMAC attrs: 0x1\n[ 1.284478] Magic number: 14:728:978\n[ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131)\n[ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.289611] EDD information not available.\n[ 1.349823] Freeing unused kernel memory: 1512K\n[ 1.351127] Write protecting the kernel read-only data: 14336k\n[ 1.370270] Freeing unused kernel memory: 1692K\n[ 1.371867] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.473997] [drm] Initialized drm 1.1.0 20060810\n[ 1.476475] virtio_net virtio0 ens3: renamed from eth0\n[ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.507433] FDC 0 is a S82078B\n[ 1.524676] AVX2 version of gcm_enc/dec engaged.\n[ 1.525932] AES CTR mode by8 optimization enabled\n[ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.719323] usb 1-1: Product: QEMU USB Tablet\n[ 1.720496] usb 1-1: Manufacturer: QEMU\n[ 1.721560] usb 1-1: SerialNumber: 42\n[ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.736270] usbcore: registered new interface driver usbhid\n[ 1.737726] usbhid: USB HID core driver\n[ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns\nBegin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1\n[ 2.107754] md: multipath personality registered for level -4\n[ 2.111285] md: raid0 personality registered for level 0\n[ 2.115203] md: raid1 personality registered for level 1\n[ 2.187009] raid6: sse2x1 gen() 11585 MB/s\n[ 2.255007] raid6: sse2x1 xor() 8890 MB/s\n[ 2.323020] raid6: sse2x2 gen() 14576 MB/s\n[ 2.391008] raid6: sse2x2 xor() 9868 MB/s\n[ 2.459007] raid6: sse2x4 gen() 16946 MB/s\n[ 2.527025] raid6: sse2x4 xor() 11483 MB/s\n[ 2.595005] raid6: avx2x1 gen() 22385 MB/s\n[ 2.663005] raid6: avx2x2 gen() 25916 MB/s\n[ 2.735006] raid6: avx2x4 gen() 29926 MB/s\n[ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s\n[ 2.737566] raid6: using avx2x2 recovery algorithm\n[ 2.744898] xor: automatically using best checksumming function:\n[ 2.783004] avx : 31830.000 MB/sec\n[ 2.785726] async_tx: api initialized (async)\n[ 2.798346] md: raid6 personality registered for level 6\n[ 2.799716] md: raid5 personality registered for level 5\n[ 2.801075] md: raid4 personality registered for level 4\n[ 2.808358] 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.846342] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm.\n[ 2.996206] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.000237] systemd[1]: Set hostname to .\n[ 3.003217] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.004800] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.153333] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.164925] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.168269] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.171305] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.174718] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.180531] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System...\n[ 3.197535] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.203040] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.206509] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.213436] iscsi: registered transport (tcp)\n[ 3.215439] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.224138] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.232890] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.238798] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.249268] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser)\n\n[ 3.255316] 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.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.263626] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.268192] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.281835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.288611] 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.293899] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.301784] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.306683] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.316447] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.322352] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.329374] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.335836] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.352810] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.361254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.714336] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-19 08:59:32,910 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-d1045cea-b7b7-4387-968a-dcddd7946468 2018-08-19 08:59:32,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.109110116959s 2018-08-19 08:59:32,911 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-d1045cea-b7b7-4387-968a-dcddd7946468 2018-08-19 08:59:32,912 - 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 742869957 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191823] pid_max: default: 32768 minimum: 301 [ 0.193062] ACPI: Core revision 20150930 [ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196871] Security Framework initialized [ 0.198734] Yama: becoming mindful. [ 0.200403] AppArmor: AppArmor initialized [ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208661] Initializing cgroup subsys io [ 0.209791] Initializing cgroup subsys memory [ 0.211345] Initializing cgroup subsys devices [ 0.213311] Initializing cgroup subsys freezer [ 0.215033] Initializing cgroup subsys net_cls [ 0.216256] Initializing cgroup subsys perf_event [ 0.217497] Initializing cgroup subsys net_prio [ 0.218708] Initializing cgroup subsys hugetlb [ 0.219900] Initializing cgroup subsys pids [ 0.221080] CPU: Physical Processor ID: 0 [ 0.222893] mce: CPU supports 10 MCE banks [ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227229] Spectre V2 : Mitigation: Full generic retpoline [ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.231777] Speculative Store Bypass: Vulnerable [ 0.251070] Freeing SMP alternatives memory: 32K [ 0.259403] ftrace: allocating 32237 entries in 126 pages [ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.300008] smpboot: Max logical packages: 1 [ 0.301422] x2apic enabled [ 0.302784] Switched APIC routing to physical x2apic. [ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.315204] KVM setup paravirtual spinlock [ 0.316929] x86: Booted up 1 node, 1 CPUs [ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.319961] devtmpfs: initialized [ 0.322345] evm: security.selinux [ 0.323305] evm: security.SMACK64 [ 0.324261] evm: security.SMACK64EXEC [ 0.325337] evm: security.SMACK64TRANSMUTE [ 0.326455] evm: security.SMACK64MMAP [ 0.327487] evm: security.ima [ 0.328408] evm: security.capability [ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.337919] pinctrl core: initialized pinctrl subsystem [ 0.340525] RTC time: 8:58:50, date: 08/19/18 [ 0.342495] NET: Registered protocol family 16 [ 0.344514] cpuidle: using governor ladder [ 0.345633] cpuidle: using governor menu [ 0.346735] PCCT header not found. [ 0.347991] ACPI: bus type PCI registered [ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.351012] PCI: Using configuration type 1 for base access [ 0.354090] ACPI: Added _OSI(Module Device) [ 0.355256] ACPI: Added _OSI(Processor Device) [ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.357674] ACPI: Added _OSI(Processor Aggregator Device) [ 0.360552] ACPI: Interpreter enabled [ 0.361638] ACPI: (supports S0 S5) [ 0.362642] ACPI: Using IOAPIC for interrupt routing [ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.376203] acpiphp: Slot [3] registered [ 0.377308] acpiphp: Slot [4] registered [ 0.378414] acpiphp: Slot [5] registered [ 0.379521] acpiphp: Slot [6] registered [ 0.394437] acpiphp: Slot [7] registered [ 0.395559] acpiphp: Slot [8] registered [ 0.396659] acpiphp: Slot [9] registered [ 0.397752] acpiphp: Slot [10] registered [ 0.398867] acpiphp: Slot [11] registered [ 0.399987] acpiphp: Slot [12] registered [ 0.401104] acpiphp: Slot [13] registered [ 0.402211] acpiphp: Slot [14] registered [ 0.403331] acpiphp: Slot [15] registered [ 0.404445] acpiphp: Slot [16] registered [ 0.405561] acpiphp: Slot [17] registered [ 0.406674] acpiphp: Slot [18] registered [ 0.407787] acpiphp: Slot [19] registered [ 0.408902] acpiphp: Slot [20] registered [ 0.410012] acpiphp: Slot [21] registered [ 0.411189] acpiphp: Slot [22] registered [ 0.412315] acpiphp: Slot [23] registered [ 0.413446] acpiphp: Slot [24] registered [ 0.414566] acpiphp: Slot [25] registered [ 0.415685] acpiphp: Slot [26] registered [ 0.416806] acpiphp: Slot [27] registered [ 0.417923] acpiphp: Slot [28] registered [ 0.419034] acpiphp: Slot [29] registered [ 0.420147] acpiphp: Slot [30] registered [ 0.421245] acpiphp: Slot [31] registered [ 0.422349] PCI host bridge to bus 0000:00 [ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.484983] vgaarb: loaded [ 0.485832] vgaarb: bridge control possible 0000:00:02.0 [ 0.487763] SCSI subsystem initialized [ 0.489115] ACPI: bus type USB registered [ 0.490300] usbcore: registered new interface driver usbfs [ 0.491738] usbcore: registered new interface driver hub [ 0.493138] usbcore: registered new device driver usb [ 0.494707] PCI: Using ACPI for IRQ routing [ 0.496493] NetLabel: Initializing [ 0.497499] NetLabel: domain hash size = 128 [ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.500017] NetLabel: unlabeled traffic allowed by default [ 0.501636] amd_nb: Cannot enumerate AMD northbridges [ 0.503024] clocksource: Switched to clocksource kvm-clock [ 0.513487] AppArmor: AppArmor Filesystem Enabled [ 0.514842] pnp: PnP ACPI init [ 0.516143] pnp: PnP ACPI: found 5 devices [ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.525591] NET: Registered protocol family 2 [ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.530679] TCP: Hash tables configured (established 4096 bind 4096) [ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.535488] NET: Registered protocol family 1 [ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.572142] Unpacking initramfs... [ 1.057960] Freeing initrd memory: 37084K [ 1.059641] Scanning for low memory corruption every 60 seconds [ 1.061632] audit: initializing netlink subsys (disabled) [ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized [ 1.065014] Initialise system trusted keyring [ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.070948] zbud: loaded [ 1.072071] VFS: Disk quotas dquot_6.6.0 [ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.076971] fuse init (API version 7.23) [ 1.078225] Key type big_key registered [ 1.079365] Allocating IMA MOK and blacklist keyrings. [ 1.081088] Key type asymmetric registered [ 1.082216] Asymmetric key parser 'x509' registered [ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.085645] io scheduler noop registered [ 1.086735] io scheduler deadline registered (default) [ 1.088108] io scheduler cfq registered [ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.094520] ACPI: Power Button [PWRF] [ 1.095726] GHES: HEST is not enabled! [ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.173777] Linux agpgart interface v0.103 [ 1.176776] loop: module loaded [ 1.180387] vda: vda1 [ 1.182079] scsi host0: ata_piix [ 1.183145] scsi host1: ata_piix [ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.187909] libphy: Fixed MDIO Bus: probed [ 1.189058] tun: Universal TUN/TAP device driver, 1.6 [ 1.190375] tun: (C) 1999-2004 Max Krasnyansky [ 1.193497] PPP generic driver version 2.4.2 [ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.196347] ehci-pci: EHCI PCI platform driver [ 1.197571] ehci-platform: EHCI generic platform driver [ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.201123] ohci-pci: OHCI PCI platform driver [ 1.202572] ohci-platform: OHCI generic platform driver [ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.232853] usb usb1: Product: UHCI Host Controller [ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.236280] usb usb1: SerialNumber: 0000:00:01.2 [ 1.237887] hub 1-0:1.0: USB hub found [ 1.239143] hub 1-0:1.0: 2 ports detected [ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.246473] mousedev: PS/2 mouse device common for all mice [ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.250898] rtc_cmos 00:00: RTC can wake from S4 [ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.255837] i2c /dev entries driver [ 1.256941] device-mapper: uevent: version 1.0.3 [ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs [ 1.262576] NET: Registered protocol family 10 [ 1.264331] NET: Registered protocol family 17 [ 1.265603] Key type dns_resolver registered [ 1.267176] registered taskstats version 1 [ 1.268403] Loading compiled-in X.509 certificates [ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.272984] zswap: loaded using pool lzo/zbud [ 1.275925] Key type trusted registered [ 1.279070] Key type encrypted registered [ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled [ 1.281685] ima: No TPM chip found, activating TPM-bypass! [ 1.283170] evm: HMAC attrs: 0x1 [ 1.284478] Magic number: 14:728:978 [ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131) [ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.289611] EDD information not available. [ 1.349823] Freeing unused kernel memory: 1512K [ 1.351127] Write protecting the kernel read-only data: 14336k [ 1.370270] Freeing unused kernel memory: 1692K [ 1.371867] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.473997] [drm] Initialized drm 1.1.0 20060810 [ 1.476475] virtio_net virtio0 ens3: renamed from eth0 [ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.507433] FDC 0 is a S82078B [ 1.524676] AVX2 version of gcm_enc/dec engaged. [ 1.525932] AES CTR mode by8 optimization enabled [ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.719323] usb 1-1: Product: QEMU USB Tablet [ 1.720496] usb 1-1: Manufacturer: QEMU [ 1.721560] usb 1-1: SerialNumber: 42 [ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina [ 1.736270] usbcore: registered new interface driver usbhid [ 1.737726] usbhid: USB HID core driver [ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns Begin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1 [ 2.107754] md: multipath personality registered for level -4 [ 2.111285] md: raid0 personality registered for level 0 [ 2.115203] md: raid1 personality registered for level 1 [ 2.187009] raid6: sse2x1 gen() 11585 MB/s [ 2.255007] raid6: sse2x1 xor() 8890 MB/s [ 2.323020] raid6: sse2x2 gen() 14576 MB/s [ 2.391008] raid6: sse2x2 xor() 9868 MB/s [ 2.459007] raid6: sse2x4 gen() 16946 MB/s [ 2.527025] raid6: sse2x4 xor() 11483 MB/s [ 2.595005] raid6: avx2x1 gen() 22385 MB/s [ 2.663005] raid6: avx2x2 gen() 25916 MB/s [ 2.735006] raid6: avx2x4 gen() 29926 MB/s [ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s [ 2.737566] raid6: using avx2x2 recovery algorithm [ 2.744898] xor: automatically using best checksumming function: [ 2.783004] avx : 31830.000 MB/sec [ 2.785726] async_tx: api initialized (async) [ 2.798346] md: raid6 personality registered for level 6 [ 2.799716] md: raid5 personality registered for level 5 [ 2.801075] md: raid4 personality registered for level 4 [ 2.808358] 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.846342] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm. [ 2.996206] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.000237] systemd[1]: Set hostname to . [ 3.003217] systemd[1]: Initializing machine ID from KVM UUID. [ 3.004800] systemd[1]: Installed transient /etc/machine-id file. [ 3.153333] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.164925] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.168269] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.171305] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.174718] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.180531] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System... [ 3.197535] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.203040] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.206509] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.213436] iscsi: registered transport (tcp) [ 3.215439] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.224138] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.232890] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.238798] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.249268] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser) [ 3.255316] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.263626] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.268192] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.281835] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.288611] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.293899] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.301784] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.306683] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.316447] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.322352] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.329374] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.335836] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.352810] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.361254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.714336] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). 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-19 08:59:32,914 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-19 08:59:41,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 08:59:41,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/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}e9698f698b682526afb511c4c19687545e054de8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 08:59:42,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:59: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-de63f535-57d9-4bcb-8123-e28c662c6f02 x-compute-request-id: req-de63f535-57d9-4bcb-8123-e28c662c6f02 Content-Encoding: gzip Content-Length: 10543 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 742869957 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191823] pid_max: default: 32768 minimum: 301\n[ 0.193062] ACPI: Core revision 20150930\n[ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196871] Security Framework initialized\n[ 0.198734] Yama: becoming mindful.\n[ 0.200403] AppArmor: AppArmor initialized\n[ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208661] Initializing cgroup subsys io\n[ 0.209791] Initializing cgroup subsys memory\n[ 0.211345] Initializing cgroup subsys devices\n[ 0.213311] Initializing cgroup subsys freezer\n[ 0.215033] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217497] Initializing cgroup subsys net_prio\n[ 0.218708] Initializing cgroup subsys hugetlb\n[ 0.219900] Initializing cgroup subsys pids\n[ 0.221080] CPU: Physical Processor ID: 0\n[ 0.222893] mce: CPU supports 10 MCE banks\n[ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227229] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.231777] Speculative Store Bypass: Vulnerable\n[ 0.251070] Freeing SMP alternatives memory: 32K\n[ 0.259403] ftrace: allocating 32237 entries in 126 pages\n[ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.300008] smpboot: Max logical packages: 1\n[ 0.301422] x2apic enabled\n[ 0.302784] Switched APIC routing to physical x2apic.\n[ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.315204] KVM setup paravirtual spinlock\n[ 0.316929] x86: Booted up 1 node, 1 CPUs\n[ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.319961] devtmpfs: initialized\n[ 0.322345] evm: security.selinux\n[ 0.323305] evm: security.SMACK64\n[ 0.324261] evm: security.SMACK64EXEC\n[ 0.325337] evm: security.SMACK64TRANSMUTE\n[ 0.326455] evm: security.SMACK64MMAP\n[ 0.327487] evm: security.ima\n[ 0.328408] evm: security.capability\n[ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.337919] pinctrl core: initialized pinctrl subsystem\n[ 0.340525] RTC time: 8:58:50, date: 08/19/18\n[ 0.342495] NET: Registered protocol family 16\n[ 0.344514] cpuidle: using governor ladder\n[ 0.345633] cpuidle: using governor menu\n[ 0.346735] PCCT header not found.\n[ 0.347991] ACPI: bus type PCI registered\n[ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.351012] PCI: Using configuration type 1 for base access\n[ 0.354090] ACPI: Added _OSI(Module Device)\n[ 0.355256] ACPI: Added _OSI(Processor Device)\n[ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.357674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.360552] ACPI: Interpreter enabled\n[ 0.361638] ACPI: (supports S0 S5)\n[ 0.362642] ACPI: Using IOAPIC for interrupt routing\n[ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.376203] acpiphp: Slot [3] registered\n[ 0.377308] acpiphp: Slot [4] registered\n[ 0.378414] acpiphp: Slot [5] registered\n[ 0.379521] acpiphp: Slot [6] registered\n[ 0.394437] acpiphp: Slot [7] registered\n[ 0.395559] acpiphp: Slot [8] registered\n[ 0.396659] acpiphp: Slot [9] registered\n[ 0.397752] acpiphp: Slot [10] registered\n[ 0.398867] acpiphp: Slot [11] registered\n[ 0.399987] acpiphp: Slot [12] registered\n[ 0.401104] acpiphp: Slot [13] registered\n[ 0.402211] acpiphp: Slot [14] registered\n[ 0.403331] acpiphp: Slot [15] registered\n[ 0.404445] acpiphp: Slot [16] registered\n[ 0.405561] acpiphp: Slot [17] registered\n[ 0.406674] acpiphp: Slot [18] registered\n[ 0.407787] acpiphp: Slot [19] registered\n[ 0.408902] acpiphp: Slot [20] registered\n[ 0.410012] acpiphp: Slot [21] registered\n[ 0.411189] acpiphp: Slot [22] registered\n[ 0.412315] acpiphp: Slot [23] registered\n[ 0.413446] acpiphp: Slot [24] registered\n[ 0.414566] acpiphp: Slot [25] registered\n[ 0.415685] acpiphp: Slot [26] registered\n[ 0.416806] acpiphp: Slot [27] registered\n[ 0.417923] acpiphp: Slot [28] registered\n[ 0.419034] acpiphp: Slot [29] registered\n[ 0.420147] acpiphp: Slot [30] registered\n[ 0.421245] acpiphp: Slot [31] registered\n[ 0.422349] PCI host bridge to bus 0000:00\n[ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.484983] vgaarb: loaded\n[ 0.485832] vgaarb: bridge control possible 0000:00:02.0\n[ 0.487763] SCSI subsystem initialized\n[ 0.489115] ACPI: bus type USB registered\n[ 0.490300] usbcore: registered new interface driver usbfs\n[ 0.491738] usbcore: registered new interface driver hub\n[ 0.493138] usbcore: registered new device driver usb\n[ 0.494707] PCI: Using ACPI for IRQ routing\n[ 0.496493] NetLabel: Initializing\n[ 0.497499] NetLabel: domain hash size = 128\n[ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.500017] NetLabel: unlabeled traffic allowed by default\n[ 0.501636] amd_nb: Cannot enumerate AMD northbridges\n[ 0.503024] clocksource: Switched to clocksource kvm-clock\n[ 0.513487] AppArmor: AppArmor Filesystem Enabled\n[ 0.514842] pnp: PnP ACPI init\n[ 0.516143] pnp: PnP ACPI: found 5 devices\n[ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.525591] NET: Registered protocol family 2\n[ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.530679] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.535488] NET: Registered protocol family 1\n[ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.572142] Unpacking initramfs...\n[ 1.057960] Freeing initrd memory: 37084K\n[ 1.059641] Scanning for low memory corruption every 60 seconds\n[ 1.061632] audit: initializing netlink subsys (disabled)\n[ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized\n[ 1.065014] Initialise system trusted keyring\n[ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.070948] zbud: loaded\n[ 1.072071] VFS: Disk quotas dquot_6.6.0\n[ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.076971] fuse init (API version 7.23)\n[ 1.078225] Key type big_key registered\n[ 1.079365] Allocating IMA MOK and blacklist keyrings.\n[ 1.081088] Key type asymmetric registered\n[ 1.082216] Asymmetric key parser 'x509' registered\n[ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.085645] io scheduler noop registered\n[ 1.086735] io scheduler deadline registered (default)\n[ 1.088108] io scheduler cfq registered\n[ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.094520] ACPI: Power Button [PWRF]\n[ 1.095726] GHES: HEST is not enabled!\n[ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.173777] Linux agpgart interface v0.103\n[ 1.176776] loop: module loaded\n[ 1.180387] vda: vda1\n[ 1.182079] scsi host0: ata_piix\n[ 1.183145] scsi host1: ata_piix\n[ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.187909] libphy: Fixed MDIO Bus: probed\n[ 1.189058] tun: Universal TUN/TAP device driver, 1.6\n[ 1.190375] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.193497] PPP generic driver version 2.4.2\n[ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.196347] ehci-pci: EHCI PCI platform driver\n[ 1.197571] ehci-platform: EHCI generic platform driver\n[ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.201123] ohci-pci: OHCI PCI platform driver\n[ 1.202572] ohci-platform: OHCI generic platform driver\n[ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.232853] usb usb1: Product: UHCI Host Controller\n[ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.236280] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.237887] hub 1-0:1.0: USB hub found\n[ 1.239143] hub 1-0:1.0: 2 ports detected\n[ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.246473] mousedev: PS/2 mouse device common for all mice\n[ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.250898] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.255837] i2c /dev entries driver\n[ 1.256941] device-mapper: uevent: version 1.0.3\n[ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.262576] NET: Registered protocol family 10\n[ 1.264331] NET: Registered protocol family 17\n[ 1.265603] Key type dns_resolver registered\n[ 1.267176] registered taskstats version 1\n[ 1.268403] Loading compiled-in X.509 certificates\n[ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.272984] zswap: loaded using pool lzo/zbud\n[ 1.275925] Key type trusted registered\n[ 1.279070] Key type encrypted registered\n[ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.281685] ima: No TPM chip found, activating TPM-bypass!\n[ 1.283170] evm: HMAC attrs: 0x1\n[ 1.284478] Magic number: 14:728:978\n[ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131)\n[ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.289611] EDD information not available.\n[ 1.349823] Freeing unused kernel memory: 1512K\n[ 1.351127] Write protecting the kernel read-only data: 14336k\n[ 1.370270] Freeing unused kernel memory: 1692K\n[ 1.371867] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.473997] [drm] Initialized drm 1.1.0 20060810\n[ 1.476475] virtio_net virtio0 ens3: renamed from eth0\n[ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.507433] FDC 0 is a S82078B\n[ 1.524676] AVX2 version of gcm_enc/dec engaged.\n[ 1.525932] AES CTR mode by8 optimization enabled\n[ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.719323] usb 1-1: Product: QEMU USB Tablet\n[ 1.720496] usb 1-1: Manufacturer: QEMU\n[ 1.721560] usb 1-1: SerialNumber: 42\n[ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.736270] usbcore: registered new interface driver usbhid\n[ 1.737726] usbhid: USB HID core driver\n[ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns\nBegin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1\n[ 2.107754] md: multipath personality registered for level -4\n[ 2.111285] md: raid0 personality registered for level 0\n[ 2.115203] md: raid1 personality registered for level 1\n[ 2.187009] raid6: sse2x1 gen() 11585 MB/s\n[ 2.255007] raid6: sse2x1 xor() 8890 MB/s\n[ 2.323020] raid6: sse2x2 gen() 14576 MB/s\n[ 2.391008] raid6: sse2x2 xor() 9868 MB/s\n[ 2.459007] raid6: sse2x4 gen() 16946 MB/s\n[ 2.527025] raid6: sse2x4 xor() 11483 MB/s\n[ 2.595005] raid6: avx2x1 gen() 22385 MB/s\n[ 2.663005] raid6: avx2x2 gen() 25916 MB/s\n[ 2.735006] raid6: avx2x4 gen() 29926 MB/s\n[ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s\n[ 2.737566] raid6: using avx2x2 recovery algorithm\n[ 2.744898] xor: automatically using best checksumming function:\n[ 2.783004] avx : 31830.000 MB/sec\n[ 2.785726] async_tx: api initialized (async)\n[ 2.798346] md: raid6 personality registered for level 6\n[ 2.799716] md: raid5 personality registered for level 5\n[ 2.801075] md: raid4 personality registered for level 4\n[ 2.808358] 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.846342] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm.\n[ 2.996206] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.000237] systemd[1]: Set hostname to .\n[ 3.003217] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.004800] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.153333] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.164925] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.168269] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.171305] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.174718] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.180531] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System...\n[ 3.197535] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.203040] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.206509] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.213436] iscsi: registered transport (tcp)\n[ 3.215439] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.224138] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.232890] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.238798] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.249268] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser)\n\n[ 3.255316] 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.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.263626] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.268192] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.281835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.288611] 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.293899] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.301784] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.306683] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.316447] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.322352] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.329374] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.335836] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.352810] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.361254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.714336] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-08-19 08:59:42,045 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-de63f535-57d9-4bcb-8123-e28c662c6f02 2018-08-19 08:59:42,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.120897054672s 2018-08-19 08:59:42,046 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-de63f535-57d9-4bcb-8123-e28c662c6f02 2018-08-19 08:59:42,046 - 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 742869957 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191823] pid_max: default: 32768 minimum: 301 [ 0.193062] ACPI: Core revision 20150930 [ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196871] Security Framework initialized [ 0.198734] Yama: becoming mindful. [ 0.200403] AppArmor: AppArmor initialized [ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208661] Initializing cgroup subsys io [ 0.209791] Initializing cgroup subsys memory [ 0.211345] Initializing cgroup subsys devices [ 0.213311] Initializing cgroup subsys freezer [ 0.215033] Initializing cgroup subsys net_cls [ 0.216256] Initializing cgroup subsys perf_event [ 0.217497] Initializing cgroup subsys net_prio [ 0.218708] Initializing cgroup subsys hugetlb [ 0.219900] Initializing cgroup subsys pids [ 0.221080] CPU: Physical Processor ID: 0 [ 0.222893] mce: CPU supports 10 MCE banks [ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227229] Spectre V2 : Mitigation: Full generic retpoline [ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.231777] Speculative Store Bypass: Vulnerable [ 0.251070] Freeing SMP alternatives memory: 32K [ 0.259403] ftrace: allocating 32237 entries in 126 pages [ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.300008] smpboot: Max logical packages: 1 [ 0.301422] x2apic enabled [ 0.302784] Switched APIC routing to physical x2apic. [ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.315204] KVM setup paravirtual spinlock [ 0.316929] x86: Booted up 1 node, 1 CPUs [ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.319961] devtmpfs: initialized [ 0.322345] evm: security.selinux [ 0.323305] evm: security.SMACK64 [ 0.324261] evm: security.SMACK64EXEC [ 0.325337] evm: security.SMACK64TRANSMUTE [ 0.326455] evm: security.SMACK64MMAP [ 0.327487] evm: security.ima [ 0.328408] evm: security.capability [ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.337919] pinctrl core: initialized pinctrl subsystem [ 0.340525] RTC time: 8:58:50, date: 08/19/18 [ 0.342495] NET: Registered protocol family 16 [ 0.344514] cpuidle: using governor ladder [ 0.345633] cpuidle: using governor menu [ 0.346735] PCCT header not found. [ 0.347991] ACPI: bus type PCI registered [ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.351012] PCI: Using configuration type 1 for base access [ 0.354090] ACPI: Added _OSI(Module Device) [ 0.355256] ACPI: Added _OSI(Processor Device) [ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.357674] ACPI: Added _OSI(Processor Aggregator Device) [ 0.360552] ACPI: Interpreter enabled [ 0.361638] ACPI: (supports S0 S5) [ 0.362642] ACPI: Using IOAPIC for interrupt routing [ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.376203] acpiphp: Slot [3] registered [ 0.377308] acpiphp: Slot [4] registered [ 0.378414] acpiphp: Slot [5] registered [ 0.379521] acpiphp: Slot [6] registered [ 0.394437] acpiphp: Slot [7] registered [ 0.395559] acpiphp: Slot [8] registered [ 0.396659] acpiphp: Slot [9] registered [ 0.397752] acpiphp: Slot [10] registered [ 0.398867] acpiphp: Slot [11] registered [ 0.399987] acpiphp: Slot [12] registered [ 0.401104] acpiphp: Slot [13] registered [ 0.402211] acpiphp: Slot [14] registered [ 0.403331] acpiphp: Slot [15] registered [ 0.404445] acpiphp: Slot [16] registered [ 0.405561] acpiphp: Slot [17] registered [ 0.406674] acpiphp: Slot [18] registered [ 0.407787] acpiphp: Slot [19] registered [ 0.408902] acpiphp: Slot [20] registered [ 0.410012] acpiphp: Slot [21] registered [ 0.411189] acpiphp: Slot [22] registered [ 0.412315] acpiphp: Slot [23] registered [ 0.413446] acpiphp: Slot [24] registered [ 0.414566] acpiphp: Slot [25] registered [ 0.415685] acpiphp: Slot [26] registered [ 0.416806] acpiphp: Slot [27] registered [ 0.417923] acpiphp: Slot [28] registered [ 0.419034] acpiphp: Slot [29] registered [ 0.420147] acpiphp: Slot [30] registered [ 0.421245] acpiphp: Slot [31] registered [ 0.422349] PCI host bridge to bus 0000:00 [ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.484983] vgaarb: loaded [ 0.485832] vgaarb: bridge control possible 0000:00:02.0 [ 0.487763] SCSI subsystem initialized [ 0.489115] ACPI: bus type USB registered [ 0.490300] usbcore: registered new interface driver usbfs [ 0.491738] usbcore: registered new interface driver hub [ 0.493138] usbcore: registered new device driver usb [ 0.494707] PCI: Using ACPI for IRQ routing [ 0.496493] NetLabel: Initializing [ 0.497499] NetLabel: domain hash size = 128 [ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.500017] NetLabel: unlabeled traffic allowed by default [ 0.501636] amd_nb: Cannot enumerate AMD northbridges [ 0.503024] clocksource: Switched to clocksource kvm-clock [ 0.513487] AppArmor: AppArmor Filesystem Enabled [ 0.514842] pnp: PnP ACPI init [ 0.516143] pnp: PnP ACPI: found 5 devices [ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.525591] NET: Registered protocol family 2 [ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.530679] TCP: Hash tables configured (established 4096 bind 4096) [ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.535488] NET: Registered protocol family 1 [ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.572142] Unpacking initramfs... [ 1.057960] Freeing initrd memory: 37084K [ 1.059641] Scanning for low memory corruption every 60 seconds [ 1.061632] audit: initializing netlink subsys (disabled) [ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized [ 1.065014] Initialise system trusted keyring [ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.070948] zbud: loaded [ 1.072071] VFS: Disk quotas dquot_6.6.0 [ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.076971] fuse init (API version 7.23) [ 1.078225] Key type big_key registered [ 1.079365] Allocating IMA MOK and blacklist keyrings. [ 1.081088] Key type asymmetric registered [ 1.082216] Asymmetric key parser 'x509' registered [ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.085645] io scheduler noop registered [ 1.086735] io scheduler deadline registered (default) [ 1.088108] io scheduler cfq registered [ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.094520] ACPI: Power Button [PWRF] [ 1.095726] GHES: HEST is not enabled! [ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.173777] Linux agpgart interface v0.103 [ 1.176776] loop: module loaded [ 1.180387] vda: vda1 [ 1.182079] scsi host0: ata_piix [ 1.183145] scsi host1: ata_piix [ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.187909] libphy: Fixed MDIO Bus: probed [ 1.189058] tun: Universal TUN/TAP device driver, 1.6 [ 1.190375] tun: (C) 1999-2004 Max Krasnyansky [ 1.193497] PPP generic driver version 2.4.2 [ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.196347] ehci-pci: EHCI PCI platform driver [ 1.197571] ehci-platform: EHCI generic platform driver [ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.201123] ohci-pci: OHCI PCI platform driver [ 1.202572] ohci-platform: OHCI generic platform driver [ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.232853] usb usb1: Product: UHCI Host Controller [ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.236280] usb usb1: SerialNumber: 0000:00:01.2 [ 1.237887] hub 1-0:1.0: USB hub found [ 1.239143] hub 1-0:1.0: 2 ports detected [ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.246473] mousedev: PS/2 mouse device common for all mice [ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.250898] rtc_cmos 00:00: RTC can wake from S4 [ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.255837] i2c /dev entries driver [ 1.256941] device-mapper: uevent: version 1.0.3 [ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs [ 1.262576] NET: Registered protocol family 10 [ 1.264331] NET: Registered protocol family 17 [ 1.265603] Key type dns_resolver registered [ 1.267176] registered taskstats version 1 [ 1.268403] Loading compiled-in X.509 certificates [ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.272984] zswap: loaded using pool lzo/zbud [ 1.275925] Key type trusted registered [ 1.279070] Key type encrypted registered [ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled [ 1.281685] ima: No TPM chip found, activating TPM-bypass! [ 1.283170] evm: HMAC attrs: 0x1 [ 1.284478] Magic number: 14:728:978 [ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131) [ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.289611] EDD information not available. [ 1.349823] Freeing unused kernel memory: 1512K [ 1.351127] Write protecting the kernel read-only data: 14336k [ 1.370270] Freeing unused kernel memory: 1692K [ 1.371867] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.473997] [drm] Initialized drm 1.1.0 20060810 [ 1.476475] virtio_net virtio0 ens3: renamed from eth0 [ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.507433] FDC 0 is a S82078B [ 1.524676] AVX2 version of gcm_enc/dec engaged. [ 1.525932] AES CTR mode by8 optimization enabled [ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.719323] usb 1-1: Product: QEMU USB Tablet [ 1.720496] usb 1-1: Manufacturer: QEMU [ 1.721560] usb 1-1: SerialNumber: 42 [ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina [ 1.736270] usbcore: registered new interface driver usbhid [ 1.737726] usbhid: USB HID core driver [ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns Begin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1 [ 2.107754] md: multipath personality registered for level -4 [ 2.111285] md: raid0 personality registered for level 0 [ 2.115203] md: raid1 personality registered for level 1 [ 2.187009] raid6: sse2x1 gen() 11585 MB/s [ 2.255007] raid6: sse2x1 xor() 8890 MB/s [ 2.323020] raid6: sse2x2 gen() 14576 MB/s [ 2.391008] raid6: sse2x2 xor() 9868 MB/s [ 2.459007] raid6: sse2x4 gen() 16946 MB/s [ 2.527025] raid6: sse2x4 xor() 11483 MB/s [ 2.595005] raid6: avx2x1 gen() 22385 MB/s [ 2.663005] raid6: avx2x2 gen() 25916 MB/s [ 2.735006] raid6: avx2x4 gen() 29926 MB/s [ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s [ 2.737566] raid6: using avx2x2 recovery algorithm [ 2.744898] xor: automatically using best checksumming function: [ 2.783004] avx : 31830.000 MB/sec [ 2.785726] async_tx: api initialized (async) [ 2.798346] md: raid6 personality registered for level 6 [ 2.799716] md: raid5 personality registered for level 5 [ 2.801075] md: raid4 personality registered for level 4 [ 2.808358] 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.846342] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm. [ 2.996206] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.000237] systemd[1]: Set hostname to . [ 3.003217] systemd[1]: Initializing machine ID from KVM UUID. [ 3.004800] systemd[1]: Installed transient /etc/machine-id file. [ 3.153333] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.164925] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.168269] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.171305] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.174718] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.180531] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System... [ 3.197535] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.203040] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.206509] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.213436] iscsi: registered transport (tcp) [ 3.215439] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.224138] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.232890] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.238798] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.249268] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser) [ 3.255316] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.263626] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.268192] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.281835] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.288611] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.293899] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.301784] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.306683] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.316447] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.322352] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.329374] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.335836] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.352810] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.361254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.714336] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). 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-19 08:59:42,049 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-19 08:59:51,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 08:59:51,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/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}e9698f698b682526afb511c4c19687545e054de8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 08:59:51,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 08:59:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5788a92-78c4-401b-b366-986da0347850 x-compute-request-id: req-d5788a92-78c4-401b-b366-986da0347850 Content-Encoding: gzip Content-Length: 12833 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 742869957 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191823] pid_max: default: 32768 minimum: 301\n[ 0.193062] ACPI: Core revision 20150930\n[ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196871] Security Framework initialized\n[ 0.198734] Yama: becoming mindful.\n[ 0.200403] AppArmor: AppArmor initialized\n[ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208661] Initializing cgroup subsys io\n[ 0.209791] Initializing cgroup subsys memory\n[ 0.211345] Initializing cgroup subsys devices\n[ 0.213311] Initializing cgroup subsys freezer\n[ 0.215033] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217497] Initializing cgroup subsys net_prio\n[ 0.218708] Initializing cgroup subsys hugetlb\n[ 0.219900] Initializing cgroup subsys pids\n[ 0.221080] CPU: Physical Processor ID: 0\n[ 0.222893] mce: CPU supports 10 MCE banks\n[ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227229] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.231777] Speculative Store Bypass: Vulnerable\n[ 0.251070] Freeing SMP alternatives memory: 32K\n[ 0.259403] ftrace: allocating 32237 entries in 126 pages\n[ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.300008] smpboot: Max logical packages: 1\n[ 0.301422] x2apic enabled\n[ 0.302784] Switched APIC routing to physical x2apic.\n[ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.315204] KVM setup paravirtual spinlock\n[ 0.316929] x86: Booted up 1 node, 1 CPUs\n[ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.319961] devtmpfs: initialized\n[ 0.322345] evm: security.selinux\n[ 0.323305] evm: security.SMACK64\n[ 0.324261] evm: security.SMACK64EXEC\n[ 0.325337] evm: security.SMACK64TRANSMUTE\n[ 0.326455] evm: security.SMACK64MMAP\n[ 0.327487] evm: security.ima\n[ 0.328408] evm: security.capability\n[ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.337919] pinctrl core: initialized pinctrl subsystem\n[ 0.340525] RTC time: 8:58:50, date: 08/19/18\n[ 0.342495] NET: Registered protocol family 16\n[ 0.344514] cpuidle: using governor ladder\n[ 0.345633] cpuidle: using governor menu\n[ 0.346735] PCCT header not found.\n[ 0.347991] ACPI: bus type PCI registered\n[ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.351012] PCI: Using configuration type 1 for base access\n[ 0.354090] ACPI: Added _OSI(Module Device)\n[ 0.355256] ACPI: Added _OSI(Processor Device)\n[ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.357674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.360552] ACPI: Interpreter enabled\n[ 0.361638] ACPI: (supports S0 S5)\n[ 0.362642] ACPI: Using IOAPIC for interrupt routing\n[ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.376203] acpiphp: Slot [3] registered\n[ 0.377308] acpiphp: Slot [4] registered\n[ 0.378414] acpiphp: Slot [5] registered\n[ 0.379521] acpiphp: Slot [6] registered\n[ 0.394437] acpiphp: Slot [7] registered\n[ 0.395559] acpiphp: Slot [8] registered\n[ 0.396659] acpiphp: Slot [9] registered\n[ 0.397752] acpiphp: Slot [10] registered\n[ 0.398867] acpiphp: Slot [11] registered\n[ 0.399987] acpiphp: Slot [12] registered\n[ 0.401104] acpiphp: Slot [13] registered\n[ 0.402211] acpiphp: Slot [14] registered\n[ 0.403331] acpiphp: Slot [15] registered\n[ 0.404445] acpiphp: Slot [16] registered\n[ 0.405561] acpiphp: Slot [17] registered\n[ 0.406674] acpiphp: Slot [18] registered\n[ 0.407787] acpiphp: Slot [19] registered\n[ 0.408902] acpiphp: Slot [20] registered\n[ 0.410012] acpiphp: Slot [21] registered\n[ 0.411189] acpiphp: Slot [22] registered\n[ 0.412315] acpiphp: Slot [23] registered\n[ 0.413446] acpiphp: Slot [24] registered\n[ 0.414566] acpiphp: Slot [25] registered\n[ 0.415685] acpiphp: Slot [26] registered\n[ 0.416806] acpiphp: Slot [27] registered\n[ 0.417923] acpiphp: Slot [28] registered\n[ 0.419034] acpiphp: Slot [29] registered\n[ 0.420147] acpiphp: Slot [30] registered\n[ 0.421245] acpiphp: Slot [31] registered\n[ 0.422349] PCI host bridge to bus 0000:00\n[ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.484983] vgaarb: loaded\n[ 0.485832] vgaarb: bridge control possible 0000:00:02.0\n[ 0.487763] SCSI subsystem initialized\n[ 0.489115] ACPI: bus type USB registered\n[ 0.490300] usbcore: registered new interface driver usbfs\n[ 0.491738] usbcore: registered new interface driver hub\n[ 0.493138] usbcore: registered new device driver usb\n[ 0.494707] PCI: Using ACPI for IRQ routing\n[ 0.496493] NetLabel: Initializing\n[ 0.497499] NetLabel: domain hash size = 128\n[ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.500017] NetLabel: unlabeled traffic allowed by default\n[ 0.501636] amd_nb: Cannot enumerate AMD northbridges\n[ 0.503024] clocksource: Switched to clocksource kvm-clock\n[ 0.513487] AppArmor: AppArmor Filesystem Enabled\n[ 0.514842] pnp: PnP ACPI init\n[ 0.516143] pnp: PnP ACPI: found 5 devices\n[ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.525591] NET: Registered protocol family 2\n[ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.530679] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.535488] NET: Registered protocol family 1\n[ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.572142] Unpacking initramfs...\n[ 1.057960] Freeing initrd memory: 37084K\n[ 1.059641] Scanning for low memory corruption every 60 seconds\n[ 1.061632] audit: initializing netlink subsys (disabled)\n[ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized\n[ 1.065014] Initialise system trusted keyring\n[ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.070948] zbud: loaded\n[ 1.072071] VFS: Disk quotas dquot_6.6.0\n[ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.076971] fuse init (API version 7.23)\n[ 1.078225] Key type big_key registered\n[ 1.079365] Allocating IMA MOK and blacklist keyrings.\n[ 1.081088] Key type asymmetric registered\n[ 1.082216] Asymmetric key parser 'x509' registered\n[ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.085645] io scheduler noop registered\n[ 1.086735] io scheduler deadline registered (default)\n[ 1.088108] io scheduler cfq registered\n[ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.094520] ACPI: Power Button [PWRF]\n[ 1.095726] GHES: HEST is not enabled!\n[ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.173777] Linux agpgart interface v0.103\n[ 1.176776] loop: module loaded\n[ 1.180387] vda: vda1\n[ 1.182079] scsi host0: ata_piix\n[ 1.183145] scsi host1: ata_piix\n[ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.187909] libphy: Fixed MDIO Bus: probed\n[ 1.189058] tun: Universal TUN/TAP device driver, 1.6\n[ 1.190375] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.193497] PPP generic driver version 2.4.2\n[ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.196347] ehci-pci: EHCI PCI platform driver\n[ 1.197571] ehci-platform: EHCI generic platform driver\n[ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.201123] ohci-pci: OHCI PCI platform driver\n[ 1.202572] ohci-platform: OHCI generic platform driver\n[ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.232853] usb usb1: Product: UHCI Host Controller\n[ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.236280] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.237887] hub 1-0:1.0: USB hub found\n[ 1.239143] hub 1-0:1.0: 2 ports detected\n[ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.246473] mousedev: PS/2 mouse device common for all mice\n[ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.250898] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.255837] i2c /dev entries driver\n[ 1.256941] device-mapper: uevent: version 1.0.3\n[ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.262576] NET: Registered protocol family 10\n[ 1.264331] NET: Registered protocol family 17\n[ 1.265603] Key type dns_resolver registered\n[ 1.267176] registered taskstats version 1\n[ 1.268403] Loading compiled-in X.509 certificates\n[ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.272984] zswap: loaded using pool lzo/zbud\n[ 1.275925] Key type trusted registered\n[ 1.279070] Key type encrypted registered\n[ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.281685] ima: No TPM chip found, activating TPM-bypass!\n[ 1.283170] evm: HMAC attrs: 0x1\n[ 1.284478] Magic number: 14:728:978\n[ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131)\n[ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.289611] EDD information not available.\n[ 1.349823] Freeing unused kernel memory: 1512K\n[ 1.351127] Write protecting the kernel read-only data: 14336k\n[ 1.370270] Freeing unused kernel memory: 1692K\n[ 1.371867] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.473997] [drm] Initialized drm 1.1.0 20060810\n[ 1.476475] virtio_net virtio0 ens3: renamed from eth0\n[ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.507433] FDC 0 is a S82078B\n[ 1.524676] AVX2 version of gcm_enc/dec engaged.\n[ 1.525932] AES CTR mode by8 optimization enabled\n[ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.719323] usb 1-1: Product: QEMU USB Tablet\n[ 1.720496] usb 1-1: Manufacturer: QEMU\n[ 1.721560] usb 1-1: SerialNumber: 42\n[ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.736270] usbcore: registered new interface driver usbhid\n[ 1.737726] usbhid: USB HID core driver\n[ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns\nBegin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1\n[ 2.107754] md: multipath personality registered for level -4\n[ 2.111285] md: raid0 personality registered for level 0\n[ 2.115203] md: raid1 personality registered for level 1\n[ 2.187009] raid6: sse2x1 gen() 11585 MB/s\n[ 2.255007] raid6: sse2x1 xor() 8890 MB/s\n[ 2.323020] raid6: sse2x2 gen() 14576 MB/s\n[ 2.391008] raid6: sse2x2 xor() 9868 MB/s\n[ 2.459007] raid6: sse2x4 gen() 16946 MB/s\n[ 2.527025] raid6: sse2x4 xor() 11483 MB/s\n[ 2.595005] raid6: avx2x1 gen() 22385 MB/s\n[ 2.663005] raid6: avx2x2 gen() 25916 MB/s\n[ 2.735006] raid6: avx2x4 gen() 29926 MB/s\n[ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s\n[ 2.737566] raid6: using avx2x2 recovery algorithm\n[ 2.744898] xor: automatically using best checksumming function:\n[ 2.783004] avx : 31830.000 MB/sec\n[ 2.785726] async_tx: api initialized (async)\n[ 2.798346] md: raid6 personality registered for level 6\n[ 2.799716] md: raid5 personality registered for level 5\n[ 2.801075] md: raid4 personality registered for level 4\n[ 2.808358] 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.846342] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm.\n[ 2.996206] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.000237] systemd[1]: Set hostname to .\n[ 3.003217] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.004800] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.153333] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.164925] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.168269] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.171305] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.174718] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.180531] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System...\n[ 3.197535] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.203040] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.206509] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.213436] iscsi: registered transport (tcp)\n[ 3.215439] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.224138] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.232890] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.238798] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.249268] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser)\n\n[ 3.255316] 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.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.263626] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.268192] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.281835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.288611] 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.293899] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.301784] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.306683] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.316447] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.322352] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.329374] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.335836] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.352810] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.361254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.714336] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 58.423358] cloud-init[926]: Cloud-init v. 18.2 running 'init' at Sun, 19 Aug 2018 08:58:56 +0000. Up 6.16 seconds.\n[ 58.428365] cloud-init[926]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.435479] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.440156] cloud-init[926]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.448180] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.452157] cloud-init[926]: ci-info: | ens3 | True | 192.168.120.5 | 255.255.255.0 | . | fa:16:3e:99:bb:27 |\n[ 58.457240] cloud-init[926]: ci-info: | ens3 | True | fe80::f816:3eff:fe99:bb27/64 | . | link | fa:16:3e:99:bb:27 |\n[ 58.464148] cloud-init[926]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.469422] cloud-init[926]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.476140] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.480165] cloud-init[926]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.488154] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.490844] cloud-init[926]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.496401] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.504148] cloud-init[926]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.506739] cloud-init[926]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | ens3 | UGH |\n[ 58.512425] cloud-init[926]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.516146] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.522423] cloud-init[926]: 2018-08-19 08:59:48,872 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 59.084208] cloud-init[926]: Generating public/private rsa key pair.\n[ 59.086017] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 59.092129] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 59.094154] cloud-init[926]: The key fingerprint is:\n[ 59.096143] cloud-init[926]: SHA256:kb5nTOqCKVljpNJKej+cUVeFil7YA2+e/hb5nmlWKuw root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.104146] cloud-init[926]: The key's randomart image is:\n[ 59.105744] cloud-init[926]: +---[RSA 2048]----+\n[ 59.107180] cloud-init[926]: | o. |\n[ 59.112363] cloud-init[926]: | . .o |\n[ 59.113789] cloud-init[926]: | *oo |\n[ 59.116131] cloud-init[926]: | . +.O. |\n[ 59.120162] cloud-init[926]: | . o o =So.. |\n[ 59.124147] cloud-init[926]: |..o = . o=o . |\n[ 59.125499] cloud-init[926]: |oo = * .o.+o o |\n[ 59.128123] cloud-init[926]: |o + * ...o+ =o |\n[ 59.132128] cloud-init[926]: | . o.. ..+E=+ |\n[ 59.133481] cloud-init[926]: +----[SHA256]-----+\n[ 59.136126] cloud-init[926]: Generating public/private dsa key pair.\n[ 59.140129] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 59.144153] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 59.145981] cloud-init[926]: The key fingerprint is:\n[ 59.152160] cloud-init[926]: SHA256:H7in7XlX7EOKoSa9CP+9+SLWTZOi2JIOfscBzlrxHtc root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.154473] cloud-init[926]: The key's randomart image is:\n[ 59.158881] cloud-init[926]: +---[DSA 1024]----+\n[ 59.160237] cloud-init[926]: | |\n[ 59.161842] cloud-init[926]: | |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 59.166876] cloud-init[926]: | |\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[[ 59.172203] cloud-init[926]: | o . |\n[ 59.173203] cloud-init[926]: | o S . . .. |\n[ 59.174178] cloud-init[926]: | + * = E .o|\n[ 59.175155] cloud-init[926]: | oo O X * +o |\n[ 59.177507] cloud-init[926]: [0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.| ..+*./.=oo...|\n[ 59.181022] cloud-init[926]: | .o+O+*=+o .|\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m\n[ 59.185111] cloud-init] Started Daily apt upgrade and clean activities.\n[926]: +----[SHA256]-----+\n[ 59.188125] cloud-init[926]: Generating public/private ecdsa key pair.\n Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.\n[ 59.192090] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 59.193592] [[0;32m OK [0m] Listening on ACPID Listen Socket.\ncloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 59.205607] cloud-init[926]: The key fingerprint is:\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.[ 59.208244] cloud-init[926]: SHA256:+jXBv59VzHsX7Nu4bHqWUegMjAzRiBN+m0PfiuJt8EU root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.210189] cloud-init[926]: The key's randomart image is:\n[ 59.211264] cloud-init[926]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 59.216324] cloud-init[926]: | .o.+ |\n[ 59.217321] cloud-init[926]: | .o o . |\n[ 59.218317] cloud-init[926]: | ..oo o . |\n[ 59.219291] cloud-init[926]: | o =E.o oo.|\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 59.228288] cloud-init[926]: | S.+ .+ ++|\n[ 59.229540] cloud-init[926]: | .. o.+ = +|\n[ 59.230804] cloud-init[926]: | oo..+ . =+|\n[ 59.233186] cloud-init[926]: | . +o. . o=+=|[[0;32m OK [0m] Started Deferred execution scheduler.\n\n[ 59.237207] cloud-init[926]: | ..o o**o.|\n[ 59.240481] cloud-init Starting System Logging Service...\n Starting LSB: Record successful boot for GRUB...\n[926]: +----[SHA256]-----+[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[ 59.253927] cloud-init[926]: \n[[0;32m OK [0m] Started D-Bus System Message Bus.\nGenerating public/private ed25519 key pair.\n[ 59.271526] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 59.275033] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.277602] cloud-init[926]: The key fingerprint is:\n[ 59.279253] cloud-init[926]: SHA256:Jac1foehSUMP/FAaxfNghe+wNCPL7uATQNVNcu7gEgg root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.281906] cloud-init[926]: The key's randomart image is:\n[ 59.283740] cloud-init[926]: +--[ED25519 256]--+\n[ 59.285379] cloud-init[926]: | E ..o=*=o. |\n[ 59.286903] cloud-init[926]: | ... .+OB |\n[ 59.288819] cloud-init[926]: | .. o X++= |\n[ 59.290371] cloud-init[926]: | . @.B*oo |\n[ 59.291911] cloud-init[926]: | .S.=++*. |[[0;32m OK [0m] Started iperf Service.\n Starting Login Service...\n\n[ 59.298127] cloud-init[926]: | ..o.... | Starting Pollinate to seed the pseudo random number generator...\n\n[ 59.303327] cloud-init[926]: | .o |\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...[ 59.334816] cloud-init[926]: \n Starting LSB: MD monitoring daemon...\n Starting Snappy daemon...\n Starting LXD - container startup/shutdown...\n| .... |\n[ 59.358689] [[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[926]: | .o. |\n[ 59.380353] cloud-init[926]: +----[SHA256]-----+[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n"} 2018-08-19 08:59:51,159 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-d5788a92-78c4-401b-b366-986da0347850 2018-08-19 08:59:51,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0993947982788s 2018-08-19 08:59:51,160 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-d5788a92-78c4-401b-b366-986da0347850 2018-08-19 08:59:51,160 - 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 742869957 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191823] pid_max: default: 32768 minimum: 301 [ 0.193062] ACPI: Core revision 20150930 [ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196871] Security Framework initialized [ 0.198734] Yama: becoming mindful. [ 0.200403] AppArmor: AppArmor initialized [ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208661] Initializing cgroup subsys io [ 0.209791] Initializing cgroup subsys memory [ 0.211345] Initializing cgroup subsys devices [ 0.213311] Initializing cgroup subsys freezer [ 0.215033] Initializing cgroup subsys net_cls [ 0.216256] Initializing cgroup subsys perf_event [ 0.217497] Initializing cgroup subsys net_prio [ 0.218708] Initializing cgroup subsys hugetlb [ 0.219900] Initializing cgroup subsys pids [ 0.221080] CPU: Physical Processor ID: 0 [ 0.222893] mce: CPU supports 10 MCE banks [ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227229] Spectre V2 : Mitigation: Full generic retpoline [ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.231777] Speculative Store Bypass: Vulnerable [ 0.251070] Freeing SMP alternatives memory: 32K [ 0.259403] ftrace: allocating 32237 entries in 126 pages [ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.300008] smpboot: Max logical packages: 1 [ 0.301422] x2apic enabled [ 0.302784] Switched APIC routing to physical x2apic. [ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.315204] KVM setup paravirtual spinlock [ 0.316929] x86: Booted up 1 node, 1 CPUs [ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.319961] devtmpfs: initialized [ 0.322345] evm: security.selinux [ 0.323305] evm: security.SMACK64 [ 0.324261] evm: security.SMACK64EXEC [ 0.325337] evm: security.SMACK64TRANSMUTE [ 0.326455] evm: security.SMACK64MMAP [ 0.327487] evm: security.ima [ 0.328408] evm: security.capability [ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.337919] pinctrl core: initialized pinctrl subsystem [ 0.340525] RTC time: 8:58:50, date: 08/19/18 [ 0.342495] NET: Registered protocol family 16 [ 0.344514] cpuidle: using governor ladder [ 0.345633] cpuidle: using governor menu [ 0.346735] PCCT header not found. [ 0.347991] ACPI: bus type PCI registered [ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.351012] PCI: Using configuration type 1 for base access [ 0.354090] ACPI: Added _OSI(Module Device) [ 0.355256] ACPI: Added _OSI(Processor Device) [ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.357674] ACPI: Added _OSI(Processor Aggregator Device) [ 0.360552] ACPI: Interpreter enabled [ 0.361638] ACPI: (supports S0 S5) [ 0.362642] ACPI: Using IOAPIC for interrupt routing [ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.376203] acpiphp: Slot [3] registered [ 0.377308] acpiphp: Slot [4] registered [ 0.378414] acpiphp: Slot [5] registered [ 0.379521] acpiphp: Slot [6] registered [ 0.394437] acpiphp: Slot [7] registered [ 0.395559] acpiphp: Slot [8] registered [ 0.396659] acpiphp: Slot [9] registered [ 0.397752] acpiphp: Slot [10] registered [ 0.398867] acpiphp: Slot [11] registered [ 0.399987] acpiphp: Slot [12] registered [ 0.401104] acpiphp: Slot [13] registered [ 0.402211] acpiphp: Slot [14] registered [ 0.403331] acpiphp: Slot [15] registered [ 0.404445] acpiphp: Slot [16] registered [ 0.405561] acpiphp: Slot [17] registered [ 0.406674] acpiphp: Slot [18] registered [ 0.407787] acpiphp: Slot [19] registered [ 0.408902] acpiphp: Slot [20] registered [ 0.410012] acpiphp: Slot [21] registered [ 0.411189] acpiphp: Slot [22] registered [ 0.412315] acpiphp: Slot [23] registered [ 0.413446] acpiphp: Slot [24] registered [ 0.414566] acpiphp: Slot [25] registered [ 0.415685] acpiphp: Slot [26] registered [ 0.416806] acpiphp: Slot [27] registered [ 0.417923] acpiphp: Slot [28] registered [ 0.419034] acpiphp: Slot [29] registered [ 0.420147] acpiphp: Slot [30] registered [ 0.421245] acpiphp: Slot [31] registered [ 0.422349] PCI host bridge to bus 0000:00 [ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.484983] vgaarb: loaded [ 0.485832] vgaarb: bridge control possible 0000:00:02.0 [ 0.487763] SCSI subsystem initialized [ 0.489115] ACPI: bus type USB registered [ 0.490300] usbcore: registered new interface driver usbfs [ 0.491738] usbcore: registered new interface driver hub [ 0.493138] usbcore: registered new device driver usb [ 0.494707] PCI: Using ACPI for IRQ routing [ 0.496493] NetLabel: Initializing [ 0.497499] NetLabel: domain hash size = 128 [ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.500017] NetLabel: unlabeled traffic allowed by default [ 0.501636] amd_nb: Cannot enumerate AMD northbridges [ 0.503024] clocksource: Switched to clocksource kvm-clock [ 0.513487] AppArmor: AppArmor Filesystem Enabled [ 0.514842] pnp: PnP ACPI init [ 0.516143] pnp: PnP ACPI: found 5 devices [ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.525591] NET: Registered protocol family 2 [ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.530679] TCP: Hash tables configured (established 4096 bind 4096) [ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.535488] NET: Registered protocol family 1 [ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.572142] Unpacking initramfs... [ 1.057960] Freeing initrd memory: 37084K [ 1.059641] Scanning for low memory corruption every 60 seconds [ 1.061632] audit: initializing netlink subsys (disabled) [ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized [ 1.065014] Initialise system trusted keyring [ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.070948] zbud: loaded [ 1.072071] VFS: Disk quotas dquot_6.6.0 [ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.076971] fuse init (API version 7.23) [ 1.078225] Key type big_key registered [ 1.079365] Allocating IMA MOK and blacklist keyrings. [ 1.081088] Key type asymmetric registered [ 1.082216] Asymmetric key parser 'x509' registered [ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.085645] io scheduler noop registered [ 1.086735] io scheduler deadline registered (default) [ 1.088108] io scheduler cfq registered [ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.094520] ACPI: Power Button [PWRF] [ 1.095726] GHES: HEST is not enabled! [ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.173777] Linux agpgart interface v0.103 [ 1.176776] loop: module loaded [ 1.180387] vda: vda1 [ 1.182079] scsi host0: ata_piix [ 1.183145] scsi host1: ata_piix [ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.187909] libphy: Fixed MDIO Bus: probed [ 1.189058] tun: Universal TUN/TAP device driver, 1.6 [ 1.190375] tun: (C) 1999-2004 Max Krasnyansky [ 1.193497] PPP generic driver version 2.4.2 [ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.196347] ehci-pci: EHCI PCI platform driver [ 1.197571] ehci-platform: EHCI generic platform driver [ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.201123] ohci-pci: OHCI PCI platform driver [ 1.202572] ohci-platform: OHCI generic platform driver [ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.232853] usb usb1: Product: UHCI Host Controller [ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.236280] usb usb1: SerialNumber: 0000:00:01.2 [ 1.237887] hub 1-0:1.0: USB hub found [ 1.239143] hub 1-0:1.0: 2 ports detected [ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.246473] mousedev: PS/2 mouse device common for all mice [ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.250898] rtc_cmos 00:00: RTC can wake from S4 [ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.255837] i2c /dev entries driver [ 1.256941] device-mapper: uevent: version 1.0.3 [ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs [ 1.262576] NET: Registered protocol family 10 [ 1.264331] NET: Registered protocol family 17 [ 1.265603] Key type dns_resolver registered [ 1.267176] registered taskstats version 1 [ 1.268403] Loading compiled-in X.509 certificates [ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.272984] zswap: loaded using pool lzo/zbud [ 1.275925] Key type trusted registered [ 1.279070] Key type encrypted registered [ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled [ 1.281685] ima: No TPM chip found, activating TPM-bypass! [ 1.283170] evm: HMAC attrs: 0x1 [ 1.284478] Magic number: 14:728:978 [ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131) [ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.289611] EDD information not available. [ 1.349823] Freeing unused kernel memory: 1512K [ 1.351127] Write protecting the kernel read-only data: 14336k [ 1.370270] Freeing unused kernel memory: 1692K [ 1.371867] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.473997] [drm] Initialized drm 1.1.0 20060810 [ 1.476475] virtio_net virtio0 ens3: renamed from eth0 [ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.507433] FDC 0 is a S82078B [ 1.524676] AVX2 version of gcm_enc/dec engaged. [ 1.525932] AES CTR mode by8 optimization enabled [ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.719323] usb 1-1: Product: QEMU USB Tablet [ 1.720496] usb 1-1: Manufacturer: QEMU [ 1.721560] usb 1-1: SerialNumber: 42 [ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina [ 1.736270] usbcore: registered new interface driver usbhid [ 1.737726] usbhid: USB HID core driver [ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns Begin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1 [ 2.107754] md: multipath personality registered for level -4 [ 2.111285] md: raid0 personality registered for level 0 [ 2.115203] md: raid1 personality registered for level 1 [ 2.187009] raid6: sse2x1 gen() 11585 MB/s [ 2.255007] raid6: sse2x1 xor() 8890 MB/s [ 2.323020] raid6: sse2x2 gen() 14576 MB/s [ 2.391008] raid6: sse2x2 xor() 9868 MB/s [ 2.459007] raid6: sse2x4 gen() 16946 MB/s [ 2.527025] raid6: sse2x4 xor() 11483 MB/s [ 2.595005] raid6: avx2x1 gen() 22385 MB/s [ 2.663005] raid6: avx2x2 gen() 25916 MB/s [ 2.735006] raid6: avx2x4 gen() 29926 MB/s [ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s [ 2.737566] raid6: using avx2x2 recovery algorithm [ 2.744898] xor: automatically using best checksumming function: [ 2.783004] avx : 31830.000 MB/sec [ 2.785726] async_tx: api initialized (async) [ 2.798346] md: raid6 personality registered for level 6 [ 2.799716] md: raid5 personality registered for level 5 [ 2.801075] md: raid4 personality registered for level 4 [ 2.808358] 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.846342] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm. [ 2.996206] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.000237] systemd[1]: Set hostname to . [ 3.003217] systemd[1]: Initializing machine ID from KVM UUID. [ 3.004800] systemd[1]: Installed transient /etc/machine-id file. [ 3.153333] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.164925] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.168269] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.171305] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.174718] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.180531] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System... [ 3.197535] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.203040] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.206509] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.213436] iscsi: registered transport (tcp) [ 3.215439] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.224138] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.232890] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.238798] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.249268] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser) [ 3.255316] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.263626] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.268192] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.281835] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.288611] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.293899] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.301784] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.306683] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.316447] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.322352] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.329374] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.335836] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.352810] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.361254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.714336] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.423358] cloud-init[926]: Cloud-init v. 18.2 running 'init' at Sun, 19 Aug 2018 08:58:56 +0000. Up 6.16 seconds. [ 58.428365] cloud-init[926]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.435479] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.440156] cloud-init[926]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.448180] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.452157] cloud-init[926]: ci-info: | ens3 | True | 192.168.120.5 | 255.255.255.0 | . | fa:16:3e:99:bb:27 | [ 58.457240] cloud-init[926]: ci-info: | ens3 | True | fe80::f816:3eff:fe99:bb27/64 | . | link | fa:16:3e:99:bb:27 | [ 58.464148] cloud-init[926]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.469422] cloud-init[926]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.476140] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.480165] cloud-init[926]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.488154] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.490844] cloud-init[926]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.496401] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.504148] cloud-init[926]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.506739] cloud-init[926]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | ens3 | UGH | [ 58.512425] cloud-init[926]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.516146] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.522423] cloud-init[926]: 2018-08-19 08:59:48,872 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 59.084208] cloud-init[926]: Generating public/private rsa key pair. [ 59.086017] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 59.092129] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 59.094154] cloud-init[926]: The key fingerprint is: [ 59.096143] cloud-init[926]: SHA256:kb5nTOqCKVljpNJKej+cUVeFil7YA2+e/hb5nmlWKuw root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.104146] cloud-init[926]: The key's randomart image is: [ 59.105744] cloud-init[926]: +---[RSA 2048]----+ [ 59.107180] cloud-init[926]: | o. | [ 59.112363] cloud-init[926]: | . .o | [ 59.113789] cloud-init[926]: | *oo | [ 59.116131] cloud-init[926]: | . +.O. | [ 59.120162] cloud-init[926]: | . o o =So.. | [ 59.124147] cloud-init[926]: |..o = . o=o . | [ 59.125499] cloud-init[926]: |oo = * .o.+o o | [ 59.128123] cloud-init[926]: |o + * ...o+ =o | [ 59.132128] cloud-init[926]: | . o.. ..+E=+ | [ 59.133481] cloud-init[926]: +----[SHA256]-----+ [ 59.136126] cloud-init[926]: Generating public/private dsa key pair. [ 59.140129] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 59.144153] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 59.145981] cloud-init[926]: The key fingerprint is: [ 59.152160] cloud-init[926]: SHA256:H7in7XlX7EOKoSa9CP+9+SLWTZOi2JIOfscBzlrxHtc root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.154473] cloud-init[926]: The key's randomart image is: [ 59.158881] cloud-init[926]: +---[DSA 1024]----+ [ 59.160237] cloud-init[926]: | | [ 59.161842] cloud-init[926]: | | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 59.166876] cloud-init[926]: | | Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target System Initialization. [[ 59.172203] cloud-init[926]: | o . | [ 59.173203] cloud-init[926]: | o S . . .. | [ 59.174178] cloud-init[926]: | + * = E .o| [ 59.175155] cloud-init[926]: | oo O X * +o | [ 59.177507] cloud-init[926]: [0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on UUID daemon activation socket.| ..+*./.=oo...| [ 59.181022] cloud-init[926]: | .o+O+*=+o .| [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m [ 59.185111] cloud-init] Started Daily apt upgrade and clean activities. [926]: +----[SHA256]-----+ [ 59.188125] cloud-init[926]: Generating public/private ecdsa key pair. Starting LXD - unix socket. Starting Socket activation for snappy daemon. [ 59.192090] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 59.193592] [[0;32m OK [0m] Listening on ACPID Listen Socket. cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [ 59.205607] cloud-init[926]: The key fingerprint is: [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.[ 59.208244] cloud-init[926]: SHA256:+jXBv59VzHsX7Nu4bHqWUegMjAzRiBN+m0PfiuJt8EU root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.210189] cloud-init[926]: The key's randomart image is: [ 59.211264] cloud-init[926]: +---[ECDSA 256]---+ [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 59.216324] cloud-init[926]: | .o.+ | [ 59.217321] cloud-init[926]: | .o o . | [ 59.218317] cloud-init[926]: | ..oo o . | [ 59.219291] cloud-init[926]: | o =E.o oo.| [[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m] Started FUSE filesystem for LXC. [ 59.228288] cloud-init[926]: | S.+ .+ ++| [ 59.229540] cloud-init[926]: | .. o.+ = +| [ 59.230804] cloud-init[926]: | oo..+ . =+| [ 59.233186] cloud-init[926]: | . +o. . o=+=|[[0;32m OK [0m] Started Deferred execution scheduler. [ 59.237207] cloud-init[926]: | ..o o**o.| [ 59.240481] cloud-init Starting System Logging Service... Starting LSB: Record successful boot for GRUB... [926]: +----[SHA256]-----+[[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [ 59.253927] cloud-init[926]: [[0;32m OK [0m] Started D-Bus System Message Bus. Generating public/private ed25519 key pair. [ 59.271526] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 59.275033] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.277602] cloud-init[926]: The key fingerprint is: [ 59.279253] cloud-init[926]: SHA256:Jac1foehSUMP/FAaxfNghe+wNCPL7uATQNVNcu7gEgg root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.281906] cloud-init[926]: The key's randomart image is: [ 59.283740] cloud-init[926]: +--[ED25519 256]--+ [ 59.285379] cloud-init[926]: | E ..o=*=o. | [ 59.286903] cloud-init[926]: | ... .+OB | [ 59.288819] cloud-init[926]: | .. o X++= | [ 59.290371] cloud-init[926]: | . @.B*oo | [ 59.291911] cloud-init[926]: | .S.=++*. |[[0;32m OK [0m] Started iperf Service. Starting Login Service... [ 59.298127] cloud-init[926]: | ..o.... | Starting Pollinate to seed the pseudo random number generator... [ 59.303327] cloud-init[926]: | .o | [[0;32m OK [0m] Started Regular background program processing daemon. Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started ACPI event daemon. Starting Accounts Service... Starting Apply the settings specified in cloud-config...[ 59.334816] cloud-init[926]: Starting LSB: MD monitoring daemon... Starting Snappy daemon... Starting LXD - container startup/shutdown... | .... | [ 59.358689] [[0;32m OK [0m] Started /etc/rc.local Compatibility. cloud-init[926]: | .o. | [ 59.380353] cloud-init[926]: +----[SHA256]-----+[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... 2018-08-19 08:59:51,163 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-19 09:00:00,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 09:00:00,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/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}e9698f698b682526afb511c4c19687545e054de8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 09:00:00,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-decd9a87-9cfe-4c45-a2e7-6cd7a4baf1d0 x-compute-request-id: req-decd9a87-9cfe-4c45-a2e7-6cd7a4baf1d0 Content-Encoding: gzip Content-Length: 12914 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 742869957 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191823] pid_max: default: 32768 minimum: 301\n[ 0.193062] ACPI: Core revision 20150930\n[ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196871] Security Framework initialized\n[ 0.198734] Yama: becoming mindful.\n[ 0.200403] AppArmor: AppArmor initialized\n[ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208661] Initializing cgroup subsys io\n[ 0.209791] Initializing cgroup subsys memory\n[ 0.211345] Initializing cgroup subsys devices\n[ 0.213311] Initializing cgroup subsys freezer\n[ 0.215033] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217497] Initializing cgroup subsys net_prio\n[ 0.218708] Initializing cgroup subsys hugetlb\n[ 0.219900] Initializing cgroup subsys pids\n[ 0.221080] CPU: Physical Processor ID: 0\n[ 0.222893] mce: CPU supports 10 MCE banks\n[ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227229] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.231777] Speculative Store Bypass: Vulnerable\n[ 0.251070] Freeing SMP alternatives memory: 32K\n[ 0.259403] ftrace: allocating 32237 entries in 126 pages\n[ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.300008] smpboot: Max logical packages: 1\n[ 0.301422] x2apic enabled\n[ 0.302784] Switched APIC routing to physical x2apic.\n[ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.315204] KVM setup paravirtual spinlock\n[ 0.316929] x86: Booted up 1 node, 1 CPUs\n[ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.319961] devtmpfs: initialized\n[ 0.322345] evm: security.selinux\n[ 0.323305] evm: security.SMACK64\n[ 0.324261] evm: security.SMACK64EXEC\n[ 0.325337] evm: security.SMACK64TRANSMUTE\n[ 0.326455] evm: security.SMACK64MMAP\n[ 0.327487] evm: security.ima\n[ 0.328408] evm: security.capability\n[ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.337919] pinctrl core: initialized pinctrl subsystem\n[ 0.340525] RTC time: 8:58:50, date: 08/19/18\n[ 0.342495] NET: Registered protocol family 16\n[ 0.344514] cpuidle: using governor ladder\n[ 0.345633] cpuidle: using governor menu\n[ 0.346735] PCCT header not found.\n[ 0.347991] ACPI: bus type PCI registered\n[ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.351012] PCI: Using configuration type 1 for base access\n[ 0.354090] ACPI: Added _OSI(Module Device)\n[ 0.355256] ACPI: Added _OSI(Processor Device)\n[ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.357674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.360552] ACPI: Interpreter enabled\n[ 0.361638] ACPI: (supports S0 S5)\n[ 0.362642] ACPI: Using IOAPIC for interrupt routing\n[ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.376203] acpiphp: Slot [3] registered\n[ 0.377308] acpiphp: Slot [4] registered\n[ 0.378414] acpiphp: Slot [5] registered\n[ 0.379521] acpiphp: Slot [6] registered\n[ 0.394437] acpiphp: Slot [7] registered\n[ 0.395559] acpiphp: Slot [8] registered\n[ 0.396659] acpiphp: Slot [9] registered\n[ 0.397752] acpiphp: Slot [10] registered\n[ 0.398867] acpiphp: Slot [11] registered\n[ 0.399987] acpiphp: Slot [12] registered\n[ 0.401104] acpiphp: Slot [13] registered\n[ 0.402211] acpiphp: Slot [14] registered\n[ 0.403331] acpiphp: Slot [15] registered\n[ 0.404445] acpiphp: Slot [16] registered\n[ 0.405561] acpiphp: Slot [17] registered\n[ 0.406674] acpiphp: Slot [18] registered\n[ 0.407787] acpiphp: Slot [19] registered\n[ 0.408902] acpiphp: Slot [20] registered\n[ 0.410012] acpiphp: Slot [21] registered\n[ 0.411189] acpiphp: Slot [22] registered\n[ 0.412315] acpiphp: Slot [23] registered\n[ 0.413446] acpiphp: Slot [24] registered\n[ 0.414566] acpiphp: Slot [25] registered\n[ 0.415685] acpiphp: Slot [26] registered\n[ 0.416806] acpiphp: Slot [27] registered\n[ 0.417923] acpiphp: Slot [28] registered\n[ 0.419034] acpiphp: Slot [29] registered\n[ 0.420147] acpiphp: Slot [30] registered\n[ 0.421245] acpiphp: Slot [31] registered\n[ 0.422349] PCI host bridge to bus 0000:00\n[ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.484983] vgaarb: loaded\n[ 0.485832] vgaarb: bridge control possible 0000:00:02.0\n[ 0.487763] SCSI subsystem initialized\n[ 0.489115] ACPI: bus type USB registered\n[ 0.490300] usbcore: registered new interface driver usbfs\n[ 0.491738] usbcore: registered new interface driver hub\n[ 0.493138] usbcore: registered new device driver usb\n[ 0.494707] PCI: Using ACPI for IRQ routing\n[ 0.496493] NetLabel: Initializing\n[ 0.497499] NetLabel: domain hash size = 128\n[ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.500017] NetLabel: unlabeled traffic allowed by default\n[ 0.501636] amd_nb: Cannot enumerate AMD northbridges\n[ 0.503024] clocksource: Switched to clocksource kvm-clock\n[ 0.513487] AppArmor: AppArmor Filesystem Enabled\n[ 0.514842] pnp: PnP ACPI init\n[ 0.516143] pnp: PnP ACPI: found 5 devices\n[ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.525591] NET: Registered protocol family 2\n[ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.530679] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.535488] NET: Registered protocol family 1\n[ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.572142] Unpacking initramfs...\n[ 1.057960] Freeing initrd memory: 37084K\n[ 1.059641] Scanning for low memory corruption every 60 seconds\n[ 1.061632] audit: initializing netlink subsys (disabled)\n[ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized\n[ 1.065014] Initialise system trusted keyring\n[ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.070948] zbud: loaded\n[ 1.072071] VFS: Disk quotas dquot_6.6.0\n[ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.076971] fuse init (API version 7.23)\n[ 1.078225] Key type big_key registered\n[ 1.079365] Allocating IMA MOK and blacklist keyrings.\n[ 1.081088] Key type asymmetric registered\n[ 1.082216] Asymmetric key parser 'x509' registered\n[ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.085645] io scheduler noop registered\n[ 1.086735] io scheduler deadline registered (default)\n[ 1.088108] io scheduler cfq registered\n[ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.094520] ACPI: Power Button [PWRF]\n[ 1.095726] GHES: HEST is not enabled!\n[ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.173777] Linux agpgart interface v0.103\n[ 1.176776] loop: module loaded\n[ 1.180387] vda: vda1\n[ 1.182079] scsi host0: ata_piix\n[ 1.183145] scsi host1: ata_piix\n[ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.187909] libphy: Fixed MDIO Bus: probed\n[ 1.189058] tun: Universal TUN/TAP device driver, 1.6\n[ 1.190375] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.193497] PPP generic driver version 2.4.2\n[ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.196347] ehci-pci: EHCI PCI platform driver\n[ 1.197571] ehci-platform: EHCI generic platform driver\n[ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.201123] ohci-pci: OHCI PCI platform driver\n[ 1.202572] ohci-platform: OHCI generic platform driver\n[ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.232853] usb usb1: Product: UHCI Host Controller\n[ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.236280] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.237887] hub 1-0:1.0: USB hub found\n[ 1.239143] hub 1-0:1.0: 2 ports detected\n[ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.246473] mousedev: PS/2 mouse device common for all mice\n[ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.250898] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.255837] i2c /dev entries driver\n[ 1.256941] device-mapper: uevent: version 1.0.3\n[ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.262576] NET: Registered protocol family 10\n[ 1.264331] NET: Registered protocol family 17\n[ 1.265603] Key type dns_resolver registered\n[ 1.267176] registered taskstats version 1\n[ 1.268403] Loading compiled-in X.509 certificates\n[ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.272984] zswap: loaded using pool lzo/zbud\n[ 1.275925] Key type trusted registered\n[ 1.279070] Key type encrypted registered\n[ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.281685] ima: No TPM chip found, activating TPM-bypass!\n[ 1.283170] evm: HMAC attrs: 0x1\n[ 1.284478] Magic number: 14:728:978\n[ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131)\n[ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.289611] EDD information not available.\n[ 1.349823] Freeing unused kernel memory: 1512K\n[ 1.351127] Write protecting the kernel read-only data: 14336k\n[ 1.370270] Freeing unused kernel memory: 1692K\n[ 1.371867] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.473997] [drm] Initialized drm 1.1.0 20060810\n[ 1.476475] virtio_net virtio0 ens3: renamed from eth0\n[ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.507433] FDC 0 is a S82078B\n[ 1.524676] AVX2 version of gcm_enc/dec engaged.\n[ 1.525932] AES CTR mode by8 optimization enabled\n[ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.719323] usb 1-1: Product: QEMU USB Tablet\n[ 1.720496] usb 1-1: Manufacturer: QEMU\n[ 1.721560] usb 1-1: SerialNumber: 42\n[ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.736270] usbcore: registered new interface driver usbhid\n[ 1.737726] usbhid: USB HID core driver\n[ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns\nBegin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1\n[ 2.107754] md: multipath personality registered for level -4\n[ 2.111285] md: raid0 personality registered for level 0\n[ 2.115203] md: raid1 personality registered for level 1\n[ 2.187009] raid6: sse2x1 gen() 11585 MB/s\n[ 2.255007] raid6: sse2x1 xor() 8890 MB/s\n[ 2.323020] raid6: sse2x2 gen() 14576 MB/s\n[ 2.391008] raid6: sse2x2 xor() 9868 MB/s\n[ 2.459007] raid6: sse2x4 gen() 16946 MB/s\n[ 2.527025] raid6: sse2x4 xor() 11483 MB/s\n[ 2.595005] raid6: avx2x1 gen() 22385 MB/s\n[ 2.663005] raid6: avx2x2 gen() 25916 MB/s\n[ 2.735006] raid6: avx2x4 gen() 29926 MB/s\n[ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s\n[ 2.737566] raid6: using avx2x2 recovery algorithm\n[ 2.744898] xor: automatically using best checksumming function:\n[ 2.783004] avx : 31830.000 MB/sec\n[ 2.785726] async_tx: api initialized (async)\n[ 2.798346] md: raid6 personality registered for level 6\n[ 2.799716] md: raid5 personality registered for level 5\n[ 2.801075] md: raid4 personality registered for level 4\n[ 2.808358] 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.846342] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm.\n[ 2.996206] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.000237] systemd[1]: Set hostname to .\n[ 3.003217] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.004800] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.153333] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.164925] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.168269] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.171305] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.174718] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.180531] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System...\n[ 3.197535] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.203040] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.206509] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.213436] iscsi: registered transport (tcp)\n[ 3.215439] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.224138] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.232890] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.238798] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.249268] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser)\n\n[ 3.255316] 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.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.263626] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.268192] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.281835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.288611] 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.293899] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.301784] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.306683] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.316447] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.322352] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.329374] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.335836] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.352810] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.361254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.714336] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 58.423358] cloud-init[926]: Cloud-init v. 18.2 running 'init' at Sun, 19 Aug 2018 08:58:56 +0000. Up 6.16 seconds.\n[ 58.428365] cloud-init[926]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.435479] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.440156] cloud-init[926]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.448180] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.452157] cloud-init[926]: ci-info: | ens3 | True | 192.168.120.5 | 255.255.255.0 | . | fa:16:3e:99:bb:27 |\n[ 58.457240] cloud-init[926]: ci-info: | ens3 | True | fe80::f816:3eff:fe99:bb27/64 | . | link | fa:16:3e:99:bb:27 |\n[ 58.464148] cloud-init[926]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.469422] cloud-init[926]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.476140] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.480165] cloud-init[926]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.488154] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.490844] cloud-init[926]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.496401] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.504148] cloud-init[926]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.506739] cloud-init[926]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | ens3 | UGH |\n[ 58.512425] cloud-init[926]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.516146] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.522423] cloud-init[926]: 2018-08-19 08:59:48,872 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 59.084208] cloud-init[926]: Generating public/private rsa key pair.\n[ 59.086017] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 59.092129] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 59.094154] cloud-init[926]: The key fingerprint is:\n[ 59.096143] cloud-init[926]: SHA256:kb5nTOqCKVljpNJKej+cUVeFil7YA2+e/hb5nmlWKuw root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.104146] cloud-init[926]: The key's randomart image is:\n[ 59.105744] cloud-init[926]: +---[RSA 2048]----+\n[ 59.107180] cloud-init[926]: | o. |\n[ 59.112363] cloud-init[926]: | . .o |\n[ 59.113789] cloud-init[926]: | *oo |\n[ 59.116131] cloud-init[926]: | . +.O. |\n[ 59.120162] cloud-init[926]: | . o o =So.. |\n[ 59.124147] cloud-init[926]: |..o = . o=o . |\n[ 59.125499] cloud-init[926]: |oo = * .o.+o o |\n[ 59.128123] cloud-init[926]: |o + * ...o+ =o |\n[ 59.132128] cloud-init[926]: | . o.. ..+E=+ |\n[ 59.133481] cloud-init[926]: +----[SHA256]-----+\n[ 59.136126] cloud-init[926]: Generating public/private dsa key pair.\n[ 59.140129] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 59.144153] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 59.145981] cloud-init[926]: The key fingerprint is:\n[ 59.152160] cloud-init[926]: SHA256:H7in7XlX7EOKoSa9CP+9+SLWTZOi2JIOfscBzlrxHtc root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.154473] cloud-init[926]: The key's randomart image is:\n[ 59.158881] cloud-init[926]: +---[DSA 1024]----+\n[ 59.160237] cloud-init[926]: | |\n[ 59.161842] cloud-init[926]: | |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 59.166876] cloud-init[926]: | |\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[[ 59.172203] cloud-init[926]: | o . |\n[ 59.173203] cloud-init[926]: | o S . . .. |\n[ 59.174178] cloud-init[926]: | + * = E .o|\n[ 59.175155] cloud-init[926]: | oo O X * +o |\n[ 59.177507] cloud-init[926]: [0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.| ..+*./.=oo...|\n[ 59.181022] cloud-init[926]: | .o+O+*=+o .|\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m\n[ 59.185111] cloud-init] Started Daily apt upgrade and clean activities.\n[926]: +----[SHA256]-----+\n[ 59.188125] cloud-init[926]: Generating public/private ecdsa key pair.\n Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.\n[ 59.192090] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 59.193592] [[0;32m OK [0m] Listening on ACPID Listen Socket.\ncloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 59.205607] cloud-init[926]: The key fingerprint is:\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.[ 59.208244] cloud-init[926]: SHA256:+jXBv59VzHsX7Nu4bHqWUegMjAzRiBN+m0PfiuJt8EU root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.210189] cloud-init[926]: The key's randomart image is:\n[ 59.211264] cloud-init[926]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 59.216324] cloud-init[926]: | .o.+ |\n[ 59.217321] cloud-init[926]: | .o o . |\n[ 59.218317] cloud-init[926]: | ..oo o . |\n[ 59.219291] cloud-init[926]: | o =E.o oo.|\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 59.228288] cloud-init[926]: | S.+ .+ ++|\n[ 59.229540] cloud-init[926]: | .. o.+ = +|\n[ 59.230804] cloud-init[926]: | oo..+ . =+|\n[ 59.233186] cloud-init[926]: | . +o. . o=+=|[[0;32m OK [0m] Started Deferred execution scheduler.\n\n[ 59.237207] cloud-init[926]: | ..o o**o.|\n[ 59.240481] cloud-init Starting System Logging Service...\n Starting LSB: Record successful boot for GRUB...\n[926]: +----[SHA256]-----+[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[ 59.253927] cloud-init[926]: \n[[0;32m OK [0m] Started D-Bus System Message Bus.\nGenerating public/private ed25519 key pair.\n[ 59.271526] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 59.275033] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.277602] cloud-init[926]: The key fingerprint is:\n[ 59.279253] cloud-init[926]: SHA256:Jac1foehSUMP/FAaxfNghe+wNCPL7uATQNVNcu7gEgg root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.281906] cloud-init[926]: The key's randomart image is:\n[ 59.283740] cloud-init[926]: +--[ED25519 256]--+\n[ 59.285379] cloud-init[926]: | E ..o=*=o. |\n[ 59.286903] cloud-init[926]: | ... .+OB |\n[ 59.288819] cloud-init[926]: | .. o X++= |\n[ 59.290371] cloud-init[926]: | . @.B*oo |\n[ 59.291911] cloud-init[926]: | .S.=++*. |[[0;32m OK [0m] Started iperf Service.\n Starting Login Service...\n\n[ 59.298127] cloud-init[926]: | ..o.... | Starting Pollinate to seed the pseudo random number generator...\n\n[ 59.303327] cloud-init[926]: | .o |\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...[ 59.334816] cloud-init[926]: \n Starting LSB: MD monitoring daemon...\n Starting Snappy daemon...\n Starting LXD - container startup/shutdown...\n| .... |\n[ 59.358689] [[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[926]: | .o. |\n[ 59.380353] cloud-init[926]: +----[SHA256]-----+[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.996118] cloud-init[1077]: Generating locales (this might take a while)...\n[ 60.667899] cloud-init[1077]: en_US.UTF-8... done\n[ 60.670155] cloud-init[1077]: Generation complete.\n"} 2018-08-19 09:00:00,273 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-decd9a87-9cfe-4c45-a2e7-6cd7a4baf1d0 2018-08-19 09:00:00,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.100436925888s 2018-08-19 09:00:00,274 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-decd9a87-9cfe-4c45-a2e7-6cd7a4baf1d0 2018-08-19 09:00:00,275 - 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 742869957 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191823] pid_max: default: 32768 minimum: 301 [ 0.193062] ACPI: Core revision 20150930 [ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196871] Security Framework initialized [ 0.198734] Yama: becoming mindful. [ 0.200403] AppArmor: AppArmor initialized [ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208661] Initializing cgroup subsys io [ 0.209791] Initializing cgroup subsys memory [ 0.211345] Initializing cgroup subsys devices [ 0.213311] Initializing cgroup subsys freezer [ 0.215033] Initializing cgroup subsys net_cls [ 0.216256] Initializing cgroup subsys perf_event [ 0.217497] Initializing cgroup subsys net_prio [ 0.218708] Initializing cgroup subsys hugetlb [ 0.219900] Initializing cgroup subsys pids [ 0.221080] CPU: Physical Processor ID: 0 [ 0.222893] mce: CPU supports 10 MCE banks [ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227229] Spectre V2 : Mitigation: Full generic retpoline [ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.231777] Speculative Store Bypass: Vulnerable [ 0.251070] Freeing SMP alternatives memory: 32K [ 0.259403] ftrace: allocating 32237 entries in 126 pages [ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.300008] smpboot: Max logical packages: 1 [ 0.301422] x2apic enabled [ 0.302784] Switched APIC routing to physical x2apic. [ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.315204] KVM setup paravirtual spinlock [ 0.316929] x86: Booted up 1 node, 1 CPUs [ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.319961] devtmpfs: initialized [ 0.322345] evm: security.selinux [ 0.323305] evm: security.SMACK64 [ 0.324261] evm: security.SMACK64EXEC [ 0.325337] evm: security.SMACK64TRANSMUTE [ 0.326455] evm: security.SMACK64MMAP [ 0.327487] evm: security.ima [ 0.328408] evm: security.capability [ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.337919] pinctrl core: initialized pinctrl subsystem [ 0.340525] RTC time: 8:58:50, date: 08/19/18 [ 0.342495] NET: Registered protocol family 16 [ 0.344514] cpuidle: using governor ladder [ 0.345633] cpuidle: using governor menu [ 0.346735] PCCT header not found. [ 0.347991] ACPI: bus type PCI registered [ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.351012] PCI: Using configuration type 1 for base access [ 0.354090] ACPI: Added _OSI(Module Device) [ 0.355256] ACPI: Added _OSI(Processor Device) [ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.357674] ACPI: Added _OSI(Processor Aggregator Device) [ 0.360552] ACPI: Interpreter enabled [ 0.361638] ACPI: (supports S0 S5) [ 0.362642] ACPI: Using IOAPIC for interrupt routing [ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.376203] acpiphp: Slot [3] registered [ 0.377308] acpiphp: Slot [4] registered [ 0.378414] acpiphp: Slot [5] registered [ 0.379521] acpiphp: Slot [6] registered [ 0.394437] acpiphp: Slot [7] registered [ 0.395559] acpiphp: Slot [8] registered [ 0.396659] acpiphp: Slot [9] registered [ 0.397752] acpiphp: Slot [10] registered [ 0.398867] acpiphp: Slot [11] registered [ 0.399987] acpiphp: Slot [12] registered [ 0.401104] acpiphp: Slot [13] registered [ 0.402211] acpiphp: Slot [14] registered [ 0.403331] acpiphp: Slot [15] registered [ 0.404445] acpiphp: Slot [16] registered [ 0.405561] acpiphp: Slot [17] registered [ 0.406674] acpiphp: Slot [18] registered [ 0.407787] acpiphp: Slot [19] registered [ 0.408902] acpiphp: Slot [20] registered [ 0.410012] acpiphp: Slot [21] registered [ 0.411189] acpiphp: Slot [22] registered [ 0.412315] acpiphp: Slot [23] registered [ 0.413446] acpiphp: Slot [24] registered [ 0.414566] acpiphp: Slot [25] registered [ 0.415685] acpiphp: Slot [26] registered [ 0.416806] acpiphp: Slot [27] registered [ 0.417923] acpiphp: Slot [28] registered [ 0.419034] acpiphp: Slot [29] registered [ 0.420147] acpiphp: Slot [30] registered [ 0.421245] acpiphp: Slot [31] registered [ 0.422349] PCI host bridge to bus 0000:00 [ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.484983] vgaarb: loaded [ 0.485832] vgaarb: bridge control possible 0000:00:02.0 [ 0.487763] SCSI subsystem initialized [ 0.489115] ACPI: bus type USB registered [ 0.490300] usbcore: registered new interface driver usbfs [ 0.491738] usbcore: registered new interface driver hub [ 0.493138] usbcore: registered new device driver usb [ 0.494707] PCI: Using ACPI for IRQ routing [ 0.496493] NetLabel: Initializing [ 0.497499] NetLabel: domain hash size = 128 [ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.500017] NetLabel: unlabeled traffic allowed by default [ 0.501636] amd_nb: Cannot enumerate AMD northbridges [ 0.503024] clocksource: Switched to clocksource kvm-clock [ 0.513487] AppArmor: AppArmor Filesystem Enabled [ 0.514842] pnp: PnP ACPI init [ 0.516143] pnp: PnP ACPI: found 5 devices [ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.525591] NET: Registered protocol family 2 [ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.530679] TCP: Hash tables configured (established 4096 bind 4096) [ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.535488] NET: Registered protocol family 1 [ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.572142] Unpacking initramfs... [ 1.057960] Freeing initrd memory: 37084K [ 1.059641] Scanning for low memory corruption every 60 seconds [ 1.061632] audit: initializing netlink subsys (disabled) [ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized [ 1.065014] Initialise system trusted keyring [ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.070948] zbud: loaded [ 1.072071] VFS: Disk quotas dquot_6.6.0 [ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.076971] fuse init (API version 7.23) [ 1.078225] Key type big_key registered [ 1.079365] Allocating IMA MOK and blacklist keyrings. [ 1.081088] Key type asymmetric registered [ 1.082216] Asymmetric key parser 'x509' registered [ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.085645] io scheduler noop registered [ 1.086735] io scheduler deadline registered (default) [ 1.088108] io scheduler cfq registered [ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.094520] ACPI: Power Button [PWRF] [ 1.095726] GHES: HEST is not enabled! [ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.173777] Linux agpgart interface v0.103 [ 1.176776] loop: module loaded [ 1.180387] vda: vda1 [ 1.182079] scsi host0: ata_piix [ 1.183145] scsi host1: ata_piix [ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.187909] libphy: Fixed MDIO Bus: probed [ 1.189058] tun: Universal TUN/TAP device driver, 1.6 [ 1.190375] tun: (C) 1999-2004 Max Krasnyansky [ 1.193497] PPP generic driver version 2.4.2 [ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.196347] ehci-pci: EHCI PCI platform driver [ 1.197571] ehci-platform: EHCI generic platform driver [ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.201123] ohci-pci: OHCI PCI platform driver [ 1.202572] ohci-platform: OHCI generic platform driver [ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.232853] usb usb1: Product: UHCI Host Controller [ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.236280] usb usb1: SerialNumber: 0000:00:01.2 [ 1.237887] hub 1-0:1.0: USB hub found [ 1.239143] hub 1-0:1.0: 2 ports detected [ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.246473] mousedev: PS/2 mouse device common for all mice [ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.250898] rtc_cmos 00:00: RTC can wake from S4 [ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.255837] i2c /dev entries driver [ 1.256941] device-mapper: uevent: version 1.0.3 [ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs [ 1.262576] NET: Registered protocol family 10 [ 1.264331] NET: Registered protocol family 17 [ 1.265603] Key type dns_resolver registered [ 1.267176] registered taskstats version 1 [ 1.268403] Loading compiled-in X.509 certificates [ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.272984] zswap: loaded using pool lzo/zbud [ 1.275925] Key type trusted registered [ 1.279070] Key type encrypted registered [ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled [ 1.281685] ima: No TPM chip found, activating TPM-bypass! [ 1.283170] evm: HMAC attrs: 0x1 [ 1.284478] Magic number: 14:728:978 [ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131) [ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.289611] EDD information not available. [ 1.349823] Freeing unused kernel memory: 1512K [ 1.351127] Write protecting the kernel read-only data: 14336k [ 1.370270] Freeing unused kernel memory: 1692K [ 1.371867] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.473997] [drm] Initialized drm 1.1.0 20060810 [ 1.476475] virtio_net virtio0 ens3: renamed from eth0 [ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.507433] FDC 0 is a S82078B [ 1.524676] AVX2 version of gcm_enc/dec engaged. [ 1.525932] AES CTR mode by8 optimization enabled [ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.719323] usb 1-1: Product: QEMU USB Tablet [ 1.720496] usb 1-1: Manufacturer: QEMU [ 1.721560] usb 1-1: SerialNumber: 42 [ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina [ 1.736270] usbcore: registered new interface driver usbhid [ 1.737726] usbhid: USB HID core driver [ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns Begin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1 [ 2.107754] md: multipath personality registered for level -4 [ 2.111285] md: raid0 personality registered for level 0 [ 2.115203] md: raid1 personality registered for level 1 [ 2.187009] raid6: sse2x1 gen() 11585 MB/s [ 2.255007] raid6: sse2x1 xor() 8890 MB/s [ 2.323020] raid6: sse2x2 gen() 14576 MB/s [ 2.391008] raid6: sse2x2 xor() 9868 MB/s [ 2.459007] raid6: sse2x4 gen() 16946 MB/s [ 2.527025] raid6: sse2x4 xor() 11483 MB/s [ 2.595005] raid6: avx2x1 gen() 22385 MB/s [ 2.663005] raid6: avx2x2 gen() 25916 MB/s [ 2.735006] raid6: avx2x4 gen() 29926 MB/s [ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s [ 2.737566] raid6: using avx2x2 recovery algorithm [ 2.744898] xor: automatically using best checksumming function: [ 2.783004] avx : 31830.000 MB/sec [ 2.785726] async_tx: api initialized (async) [ 2.798346] md: raid6 personality registered for level 6 [ 2.799716] md: raid5 personality registered for level 5 [ 2.801075] md: raid4 personality registered for level 4 [ 2.808358] 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.846342] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm. [ 2.996206] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.000237] systemd[1]: Set hostname to . [ 3.003217] systemd[1]: Initializing machine ID from KVM UUID. [ 3.004800] systemd[1]: Installed transient /etc/machine-id file. [ 3.153333] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.164925] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.168269] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.171305] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.174718] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.180531] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System... [ 3.197535] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.203040] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.206509] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.213436] iscsi: registered transport (tcp) [ 3.215439] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.224138] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.232890] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.238798] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.249268] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser) [ 3.255316] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.263626] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.268192] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.281835] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.288611] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.293899] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.301784] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.306683] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.316447] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.322352] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.329374] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.335836] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.352810] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.361254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.714336] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.423358] cloud-init[926]: Cloud-init v. 18.2 running 'init' at Sun, 19 Aug 2018 08:58:56 +0000. Up 6.16 seconds. [ 58.428365] cloud-init[926]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.435479] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.440156] cloud-init[926]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.448180] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.452157] cloud-init[926]: ci-info: | ens3 | True | 192.168.120.5 | 255.255.255.0 | . | fa:16:3e:99:bb:27 | [ 58.457240] cloud-init[926]: ci-info: | ens3 | True | fe80::f816:3eff:fe99:bb27/64 | . | link | fa:16:3e:99:bb:27 | [ 58.464148] cloud-init[926]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.469422] cloud-init[926]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.476140] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.480165] cloud-init[926]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.488154] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.490844] cloud-init[926]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.496401] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.504148] cloud-init[926]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.506739] cloud-init[926]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | ens3 | UGH | [ 58.512425] cloud-init[926]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.516146] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.522423] cloud-init[926]: 2018-08-19 08:59:48,872 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 59.084208] cloud-init[926]: Generating public/private rsa key pair. [ 59.086017] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 59.092129] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 59.094154] cloud-init[926]: The key fingerprint is: [ 59.096143] cloud-init[926]: SHA256:kb5nTOqCKVljpNJKej+cUVeFil7YA2+e/hb5nmlWKuw root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.104146] cloud-init[926]: The key's randomart image is: [ 59.105744] cloud-init[926]: +---[RSA 2048]----+ [ 59.107180] cloud-init[926]: | o. | [ 59.112363] cloud-init[926]: | . .o | [ 59.113789] cloud-init[926]: | *oo | [ 59.116131] cloud-init[926]: | . +.O. | [ 59.120162] cloud-init[926]: | . o o =So.. | [ 59.124147] cloud-init[926]: |..o = . o=o . | [ 59.125499] cloud-init[926]: |oo = * .o.+o o | [ 59.128123] cloud-init[926]: |o + * ...o+ =o | [ 59.132128] cloud-init[926]: | . o.. ..+E=+ | [ 59.133481] cloud-init[926]: +----[SHA256]-----+ [ 59.136126] cloud-init[926]: Generating public/private dsa key pair. [ 59.140129] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 59.144153] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 59.145981] cloud-init[926]: The key fingerprint is: [ 59.152160] cloud-init[926]: SHA256:H7in7XlX7EOKoSa9CP+9+SLWTZOi2JIOfscBzlrxHtc root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.154473] cloud-init[926]: The key's randomart image is: [ 59.158881] cloud-init[926]: +---[DSA 1024]----+ [ 59.160237] cloud-init[926]: | | [ 59.161842] cloud-init[926]: | | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 59.166876] cloud-init[926]: | | Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target System Initialization. [[ 59.172203] cloud-init[926]: | o . | [ 59.173203] cloud-init[926]: | o S . . .. | [ 59.174178] cloud-init[926]: | + * = E .o| [ 59.175155] cloud-init[926]: | oo O X * +o | [ 59.177507] cloud-init[926]: [0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on UUID daemon activation socket.| ..+*./.=oo...| [ 59.181022] cloud-init[926]: | .o+O+*=+o .| [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m [ 59.185111] cloud-init] Started Daily apt upgrade and clean activities. [926]: +----[SHA256]-----+ [ 59.188125] cloud-init[926]: Generating public/private ecdsa key pair. Starting LXD - unix socket. Starting Socket activation for snappy daemon. [ 59.192090] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 59.193592] [[0;32m OK [0m] Listening on ACPID Listen Socket. cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [ 59.205607] cloud-init[926]: The key fingerprint is: [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.[ 59.208244] cloud-init[926]: SHA256:+jXBv59VzHsX7Nu4bHqWUegMjAzRiBN+m0PfiuJt8EU root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.210189] cloud-init[926]: The key's randomart image is: [ 59.211264] cloud-init[926]: +---[ECDSA 256]---+ [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 59.216324] cloud-init[926]: | .o.+ | [ 59.217321] cloud-init[926]: | .o o . | [ 59.218317] cloud-init[926]: | ..oo o . | [ 59.219291] cloud-init[926]: | o =E.o oo.| [[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m] Started FUSE filesystem for LXC. [ 59.228288] cloud-init[926]: | S.+ .+ ++| [ 59.229540] cloud-init[926]: | .. o.+ = +| [ 59.230804] cloud-init[926]: | oo..+ . =+| [ 59.233186] cloud-init[926]: | . +o. . o=+=|[[0;32m OK [0m] Started Deferred execution scheduler. [ 59.237207] cloud-init[926]: | ..o o**o.| [ 59.240481] cloud-init Starting System Logging Service... Starting LSB: Record successful boot for GRUB... [926]: +----[SHA256]-----+[[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [ 59.253927] cloud-init[926]: [[0;32m OK [0m] Started D-Bus System Message Bus. Generating public/private ed25519 key pair. [ 59.271526] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 59.275033] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.277602] cloud-init[926]: The key fingerprint is: [ 59.279253] cloud-init[926]: SHA256:Jac1foehSUMP/FAaxfNghe+wNCPL7uATQNVNcu7gEgg root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.281906] cloud-init[926]: The key's randomart image is: [ 59.283740] cloud-init[926]: +--[ED25519 256]--+ [ 59.285379] cloud-init[926]: | E ..o=*=o. | [ 59.286903] cloud-init[926]: | ... .+OB | [ 59.288819] cloud-init[926]: | .. o X++= | [ 59.290371] cloud-init[926]: | . @.B*oo | [ 59.291911] cloud-init[926]: | .S.=++*. |[[0;32m OK [0m] Started iperf Service. Starting Login Service... [ 59.298127] cloud-init[926]: | ..o.... | Starting Pollinate to seed the pseudo random number generator... [ 59.303327] cloud-init[926]: | .o | [[0;32m OK [0m] Started Regular background program processing daemon. Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started ACPI event daemon. Starting Accounts Service... Starting Apply the settings specified in cloud-config...[ 59.334816] cloud-init[926]: Starting LSB: MD monitoring daemon... Starting Snappy daemon... Starting LXD - container startup/shutdown... | .... | [ 59.358689] [[0;32m OK [0m] Started /etc/rc.local Compatibility. cloud-init[926]: | .o. | [ 59.380353] cloud-init[926]: +----[SHA256]-----+[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.996118] cloud-init[1077]: Generating locales (this might take a while)... [ 60.667899] cloud-init[1077]: en_US.UTF-8... done [ 60.670155] cloud-init[1077]: Generation complete. 2018-08-19 09:00:00,277 - functest.core.singlevm - DEBUG - try 8: cannot connect to 172.30.9.204: [Errno None] Unable to connect to port 22 on 172.30.9.204 2018-08-19 09:00:09,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 09:00:09,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/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}e9698f698b682526afb511c4c19687545e054de8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 09:00:09,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-629321dd-7792-44ed-b550-99436f2d9cd9 x-compute-request-id: req-629321dd-7792-44ed-b550-99436f2d9cd9 Content-Encoding: gzip Content-Length: 12945 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 742869957 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191823] pid_max: default: 32768 minimum: 301\n[ 0.193062] ACPI: Core revision 20150930\n[ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196871] Security Framework initialized\n[ 0.198734] Yama: becoming mindful.\n[ 0.200403] AppArmor: AppArmor initialized\n[ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208661] Initializing cgroup subsys io\n[ 0.209791] Initializing cgroup subsys memory\n[ 0.211345] Initializing cgroup subsys devices\n[ 0.213311] Initializing cgroup subsys freezer\n[ 0.215033] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217497] Initializing cgroup subsys net_prio\n[ 0.218708] Initializing cgroup subsys hugetlb\n[ 0.219900] Initializing cgroup subsys pids\n[ 0.221080] CPU: Physical Processor ID: 0\n[ 0.222893] mce: CPU supports 10 MCE banks\n[ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227229] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.231777] Speculative Store Bypass: Vulnerable\n[ 0.251070] Freeing SMP alternatives memory: 32K\n[ 0.259403] ftrace: allocating 32237 entries in 126 pages\n[ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.300008] smpboot: Max logical packages: 1\n[ 0.301422] x2apic enabled\n[ 0.302784] Switched APIC routing to physical x2apic.\n[ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.315204] KVM setup paravirtual spinlock\n[ 0.316929] x86: Booted up 1 node, 1 CPUs\n[ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.319961] devtmpfs: initialized\n[ 0.322345] evm: security.selinux\n[ 0.323305] evm: security.SMACK64\n[ 0.324261] evm: security.SMACK64EXEC\n[ 0.325337] evm: security.SMACK64TRANSMUTE\n[ 0.326455] evm: security.SMACK64MMAP\n[ 0.327487] evm: security.ima\n[ 0.328408] evm: security.capability\n[ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.337919] pinctrl core: initialized pinctrl subsystem\n[ 0.340525] RTC time: 8:58:50, date: 08/19/18\n[ 0.342495] NET: Registered protocol family 16\n[ 0.344514] cpuidle: using governor ladder\n[ 0.345633] cpuidle: using governor menu\n[ 0.346735] PCCT header not found.\n[ 0.347991] ACPI: bus type PCI registered\n[ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.351012] PCI: Using configuration type 1 for base access\n[ 0.354090] ACPI: Added _OSI(Module Device)\n[ 0.355256] ACPI: Added _OSI(Processor Device)\n[ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.357674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.360552] ACPI: Interpreter enabled\n[ 0.361638] ACPI: (supports S0 S5)\n[ 0.362642] ACPI: Using IOAPIC for interrupt routing\n[ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.376203] acpiphp: Slot [3] registered\n[ 0.377308] acpiphp: Slot [4] registered\n[ 0.378414] acpiphp: Slot [5] registered\n[ 0.379521] acpiphp: Slot [6] registered\n[ 0.394437] acpiphp: Slot [7] registered\n[ 0.395559] acpiphp: Slot [8] registered\n[ 0.396659] acpiphp: Slot [9] registered\n[ 0.397752] acpiphp: Slot [10] registered\n[ 0.398867] acpiphp: Slot [11] registered\n[ 0.399987] acpiphp: Slot [12] registered\n[ 0.401104] acpiphp: Slot [13] registered\n[ 0.402211] acpiphp: Slot [14] registered\n[ 0.403331] acpiphp: Slot [15] registered\n[ 0.404445] acpiphp: Slot [16] registered\n[ 0.405561] acpiphp: Slot [17] registered\n[ 0.406674] acpiphp: Slot [18] registered\n[ 0.407787] acpiphp: Slot [19] registered\n[ 0.408902] acpiphp: Slot [20] registered\n[ 0.410012] acpiphp: Slot [21] registered\n[ 0.411189] acpiphp: Slot [22] registered\n[ 0.412315] acpiphp: Slot [23] registered\n[ 0.413446] acpiphp: Slot [24] registered\n[ 0.414566] acpiphp: Slot [25] registered\n[ 0.415685] acpiphp: Slot [26] registered\n[ 0.416806] acpiphp: Slot [27] registered\n[ 0.417923] acpiphp: Slot [28] registered\n[ 0.419034] acpiphp: Slot [29] registered\n[ 0.420147] acpiphp: Slot [30] registered\n[ 0.421245] acpiphp: Slot [31] registered\n[ 0.422349] PCI host bridge to bus 0000:00\n[ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.484983] vgaarb: loaded\n[ 0.485832] vgaarb: bridge control possible 0000:00:02.0\n[ 0.487763] SCSI subsystem initialized\n[ 0.489115] ACPI: bus type USB registered\n[ 0.490300] usbcore: registered new interface driver usbfs\n[ 0.491738] usbcore: registered new interface driver hub\n[ 0.493138] usbcore: registered new device driver usb\n[ 0.494707] PCI: Using ACPI for IRQ routing\n[ 0.496493] NetLabel: Initializing\n[ 0.497499] NetLabel: domain hash size = 128\n[ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.500017] NetLabel: unlabeled traffic allowed by default\n[ 0.501636] amd_nb: Cannot enumerate AMD northbridges\n[ 0.503024] clocksource: Switched to clocksource kvm-clock\n[ 0.513487] AppArmor: AppArmor Filesystem Enabled\n[ 0.514842] pnp: PnP ACPI init\n[ 0.516143] pnp: PnP ACPI: found 5 devices\n[ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.525591] NET: Registered protocol family 2\n[ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.530679] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.535488] NET: Registered protocol family 1\n[ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.572142] Unpacking initramfs...\n[ 1.057960] Freeing initrd memory: 37084K\n[ 1.059641] Scanning for low memory corruption every 60 seconds\n[ 1.061632] audit: initializing netlink subsys (disabled)\n[ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized\n[ 1.065014] Initialise system trusted keyring\n[ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.070948] zbud: loaded\n[ 1.072071] VFS: Disk quotas dquot_6.6.0\n[ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.076971] fuse init (API version 7.23)\n[ 1.078225] Key type big_key registered\n[ 1.079365] Allocating IMA MOK and blacklist keyrings.\n[ 1.081088] Key type asymmetric registered\n[ 1.082216] Asymmetric key parser 'x509' registered\n[ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.085645] io scheduler noop registered\n[ 1.086735] io scheduler deadline registered (default)\n[ 1.088108] io scheduler cfq registered\n[ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.094520] ACPI: Power Button [PWRF]\n[ 1.095726] GHES: HEST is not enabled!\n[ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.173777] Linux agpgart interface v0.103\n[ 1.176776] loop: module loaded\n[ 1.180387] vda: vda1\n[ 1.182079] scsi host0: ata_piix\n[ 1.183145] scsi host1: ata_piix\n[ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.187909] libphy: Fixed MDIO Bus: probed\n[ 1.189058] tun: Universal TUN/TAP device driver, 1.6\n[ 1.190375] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.193497] PPP generic driver version 2.4.2\n[ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.196347] ehci-pci: EHCI PCI platform driver\n[ 1.197571] ehci-platform: EHCI generic platform driver\n[ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.201123] ohci-pci: OHCI PCI platform driver\n[ 1.202572] ohci-platform: OHCI generic platform driver\n[ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.232853] usb usb1: Product: UHCI Host Controller\n[ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.236280] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.237887] hub 1-0:1.0: USB hub found\n[ 1.239143] hub 1-0:1.0: 2 ports detected\n[ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.246473] mousedev: PS/2 mouse device common for all mice\n[ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.250898] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.255837] i2c /dev entries driver\n[ 1.256941] device-mapper: uevent: version 1.0.3\n[ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.262576] NET: Registered protocol family 10\n[ 1.264331] NET: Registered protocol family 17\n[ 1.265603] Key type dns_resolver registered\n[ 1.267176] registered taskstats version 1\n[ 1.268403] Loading compiled-in X.509 certificates\n[ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.272984] zswap: loaded using pool lzo/zbud\n[ 1.275925] Key type trusted registered\n[ 1.279070] Key type encrypted registered\n[ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.281685] ima: No TPM chip found, activating TPM-bypass!\n[ 1.283170] evm: HMAC attrs: 0x1\n[ 1.284478] Magic number: 14:728:978\n[ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131)\n[ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.289611] EDD information not available.\n[ 1.349823] Freeing unused kernel memory: 1512K\n[ 1.351127] Write protecting the kernel read-only data: 14336k\n[ 1.370270] Freeing unused kernel memory: 1692K\n[ 1.371867] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.473997] [drm] Initialized drm 1.1.0 20060810\n[ 1.476475] virtio_net virtio0 ens3: renamed from eth0\n[ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.507433] FDC 0 is a S82078B\n[ 1.524676] AVX2 version of gcm_enc/dec engaged.\n[ 1.525932] AES CTR mode by8 optimization enabled\n[ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.719323] usb 1-1: Product: QEMU USB Tablet\n[ 1.720496] usb 1-1: Manufacturer: QEMU\n[ 1.721560] usb 1-1: SerialNumber: 42\n[ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.736270] usbcore: registered new interface driver usbhid\n[ 1.737726] usbhid: USB HID core driver\n[ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns\nBegin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1\n[ 2.107754] md: multipath personality registered for level -4\n[ 2.111285] md: raid0 personality registered for level 0\n[ 2.115203] md: raid1 personality registered for level 1\n[ 2.187009] raid6: sse2x1 gen() 11585 MB/s\n[ 2.255007] raid6: sse2x1 xor() 8890 MB/s\n[ 2.323020] raid6: sse2x2 gen() 14576 MB/s\n[ 2.391008] raid6: sse2x2 xor() 9868 MB/s\n[ 2.459007] raid6: sse2x4 gen() 16946 MB/s\n[ 2.527025] raid6: sse2x4 xor() 11483 MB/s\n[ 2.595005] raid6: avx2x1 gen() 22385 MB/s\n[ 2.663005] raid6: avx2x2 gen() 25916 MB/s\n[ 2.735006] raid6: avx2x4 gen() 29926 MB/s\n[ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s\n[ 2.737566] raid6: using avx2x2 recovery algorithm\n[ 2.744898] xor: automatically using best checksumming function:\n[ 2.783004] avx : 31830.000 MB/sec\n[ 2.785726] async_tx: api initialized (async)\n[ 2.798346] md: raid6 personality registered for level 6\n[ 2.799716] md: raid5 personality registered for level 5\n[ 2.801075] md: raid4 personality registered for level 4\n[ 2.808358] 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.846342] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm.\n[ 2.996206] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.000237] systemd[1]: Set hostname to .\n[ 3.003217] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.004800] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.153333] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.164925] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.168269] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.171305] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.174718] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.180531] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System...\n[ 3.197535] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.203040] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.206509] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.213436] iscsi: registered transport (tcp)\n[ 3.215439] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.224138] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.232890] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.238798] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.249268] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser)\n\n[ 3.255316] 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.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.263626] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.268192] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.281835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.288611] 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.293899] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.301784] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.306683] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.316447] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.322352] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.329374] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.335836] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.352810] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.361254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.714336] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 58.423358] cloud-init[926]: Cloud-init v. 18.2 running 'init' at Sun, 19 Aug 2018 08:58:56 +0000. Up 6.16 seconds.\n[ 58.428365] cloud-init[926]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.435479] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.440156] cloud-init[926]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.448180] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.452157] cloud-init[926]: ci-info: | ens3 | True | 192.168.120.5 | 255.255.255.0 | . | fa:16:3e:99:bb:27 |\n[ 58.457240] cloud-init[926]: ci-info: | ens3 | True | fe80::f816:3eff:fe99:bb27/64 | . | link | fa:16:3e:99:bb:27 |\n[ 58.464148] cloud-init[926]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.469422] cloud-init[926]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.476140] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.480165] cloud-init[926]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.488154] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.490844] cloud-init[926]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.496401] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.504148] cloud-init[926]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.506739] cloud-init[926]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | ens3 | UGH |\n[ 58.512425] cloud-init[926]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.516146] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.522423] cloud-init[926]: 2018-08-19 08:59:48,872 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 59.084208] cloud-init[926]: Generating public/private rsa key pair.\n[ 59.086017] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 59.092129] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 59.094154] cloud-init[926]: The key fingerprint is:\n[ 59.096143] cloud-init[926]: SHA256:kb5nTOqCKVljpNJKej+cUVeFil7YA2+e/hb5nmlWKuw root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.104146] cloud-init[926]: The key's randomart image is:\n[ 59.105744] cloud-init[926]: +---[RSA 2048]----+\n[ 59.107180] cloud-init[926]: | o. |\n[ 59.112363] cloud-init[926]: | . .o |\n[ 59.113789] cloud-init[926]: | *oo |\n[ 59.116131] cloud-init[926]: | . +.O. |\n[ 59.120162] cloud-init[926]: | . o o =So.. |\n[ 59.124147] cloud-init[926]: |..o = . o=o . |\n[ 59.125499] cloud-init[926]: |oo = * .o.+o o |\n[ 59.128123] cloud-init[926]: |o + * ...o+ =o |\n[ 59.132128] cloud-init[926]: | . o.. ..+E=+ |\n[ 59.133481] cloud-init[926]: +----[SHA256]-----+\n[ 59.136126] cloud-init[926]: Generating public/private dsa key pair.\n[ 59.140129] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 59.144153] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 59.145981] cloud-init[926]: The key fingerprint is:\n[ 59.152160] cloud-init[926]: SHA256:H7in7XlX7EOKoSa9CP+9+SLWTZOi2JIOfscBzlrxHtc root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.154473] cloud-init[926]: The key's randomart image is:\n[ 59.158881] cloud-init[926]: +---[DSA 1024]----+\n[ 59.160237] cloud-init[926]: | |\n[ 59.161842] cloud-init[926]: | |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 59.166876] cloud-init[926]: | |\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[[ 59.172203] cloud-init[926]: | o . |\n[ 59.173203] cloud-init[926]: | o S . . .. |\n[ 59.174178] cloud-init[926]: | + * = E .o|\n[ 59.175155] cloud-init[926]: | oo O X * +o |\n[ 59.177507] cloud-init[926]: [0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.| ..+*./.=oo...|\n[ 59.181022] cloud-init[926]: | .o+O+*=+o .|\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m\n[ 59.185111] cloud-init] Started Daily apt upgrade and clean activities.\n[926]: +----[SHA256]-----+\n[ 59.188125] cloud-init[926]: Generating public/private ecdsa key pair.\n Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.\n[ 59.192090] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 59.193592] [[0;32m OK [0m] Listening on ACPID Listen Socket.\ncloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 59.205607] cloud-init[926]: The key fingerprint is:\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.[ 59.208244] cloud-init[926]: SHA256:+jXBv59VzHsX7Nu4bHqWUegMjAzRiBN+m0PfiuJt8EU root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.210189] cloud-init[926]: The key's randomart image is:\n[ 59.211264] cloud-init[926]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 59.216324] cloud-init[926]: | .o.+ |\n[ 59.217321] cloud-init[926]: | .o o . |\n[ 59.218317] cloud-init[926]: | ..oo o . |\n[ 59.219291] cloud-init[926]: | o =E.o oo.|\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 59.228288] cloud-init[926]: | S.+ .+ ++|\n[ 59.229540] cloud-init[926]: | .. o.+ = +|\n[ 59.230804] cloud-init[926]: | oo..+ . =+|\n[ 59.233186] cloud-init[926]: | . +o. . o=+=|[[0;32m OK [0m] Started Deferred execution scheduler.\n\n[ 59.237207] cloud-init[926]: | ..o o**o.|\n[ 59.240481] cloud-init Starting System Logging Service...\n Starting LSB: Record successful boot for GRUB...\n[926]: +----[SHA256]-----+[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[ 59.253927] cloud-init[926]: \n[[0;32m OK [0m] Started D-Bus System Message Bus.\nGenerating public/private ed25519 key pair.\n[ 59.271526] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 59.275033] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.277602] cloud-init[926]: The key fingerprint is:\n[ 59.279253] cloud-init[926]: SHA256:Jac1foehSUMP/FAaxfNghe+wNCPL7uATQNVNcu7gEgg root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.281906] cloud-init[926]: The key's randomart image is:\n[ 59.283740] cloud-init[926]: +--[ED25519 256]--+\n[ 59.285379] cloud-init[926]: | E ..o=*=o. |\n[ 59.286903] cloud-init[926]: | ... .+OB |\n[ 59.288819] cloud-init[926]: | .. o X++= |\n[ 59.290371] cloud-init[926]: | . @.B*oo |\n[ 59.291911] cloud-init[926]: | .S.=++*. |[[0;32m OK [0m] Started iperf Service.\n Starting Login Service...\n\n[ 59.298127] cloud-init[926]: | ..o.... | Starting Pollinate to seed the pseudo random number generator...\n\n[ 59.303327] cloud-init[926]: | .o |\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...[ 59.334816] cloud-init[926]: \n Starting LSB: MD monitoring daemon...\n Starting Snappy daemon...\n Starting LXD - container startup/shutdown...\n| .... |\n[ 59.358689] [[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[926]: | .o. |\n[ 59.380353] cloud-init[926]: +----[SHA256]-----+[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.996118] cloud-init[1077]: Generating locales (this might take a while)...\n[ 60.667899] cloud-init[1077]: en_US.UTF-8... done\n[ 60.670155] cloud-init[1077]: 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-19 09:00:09,399 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-629321dd-7792-44ed-b550-99436f2d9cd9 2018-08-19 09:00:09,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.111837148666s 2018-08-19 09:00:09,401 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-629321dd-7792-44ed-b550-99436f2d9cd9 2018-08-19 09:00:09,401 - 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 742869957 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191823] pid_max: default: 32768 minimum: 301 [ 0.193062] ACPI: Core revision 20150930 [ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196871] Security Framework initialized [ 0.198734] Yama: becoming mindful. [ 0.200403] AppArmor: AppArmor initialized [ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208661] Initializing cgroup subsys io [ 0.209791] Initializing cgroup subsys memory [ 0.211345] Initializing cgroup subsys devices [ 0.213311] Initializing cgroup subsys freezer [ 0.215033] Initializing cgroup subsys net_cls [ 0.216256] Initializing cgroup subsys perf_event [ 0.217497] Initializing cgroup subsys net_prio [ 0.218708] Initializing cgroup subsys hugetlb [ 0.219900] Initializing cgroup subsys pids [ 0.221080] CPU: Physical Processor ID: 0 [ 0.222893] mce: CPU supports 10 MCE banks [ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227229] Spectre V2 : Mitigation: Full generic retpoline [ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.231777] Speculative Store Bypass: Vulnerable [ 0.251070] Freeing SMP alternatives memory: 32K [ 0.259403] ftrace: allocating 32237 entries in 126 pages [ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.300008] smpboot: Max logical packages: 1 [ 0.301422] x2apic enabled [ 0.302784] Switched APIC routing to physical x2apic. [ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.315204] KVM setup paravirtual spinlock [ 0.316929] x86: Booted up 1 node, 1 CPUs [ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.319961] devtmpfs: initialized [ 0.322345] evm: security.selinux [ 0.323305] evm: security.SMACK64 [ 0.324261] evm: security.SMACK64EXEC [ 0.325337] evm: security.SMACK64TRANSMUTE [ 0.326455] evm: security.SMACK64MMAP [ 0.327487] evm: security.ima [ 0.328408] evm: security.capability [ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.337919] pinctrl core: initialized pinctrl subsystem [ 0.340525] RTC time: 8:58:50, date: 08/19/18 [ 0.342495] NET: Registered protocol family 16 [ 0.344514] cpuidle: using governor ladder [ 0.345633] cpuidle: using governor menu [ 0.346735] PCCT header not found. [ 0.347991] ACPI: bus type PCI registered [ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.351012] PCI: Using configuration type 1 for base access [ 0.354090] ACPI: Added _OSI(Module Device) [ 0.355256] ACPI: Added _OSI(Processor Device) [ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.357674] ACPI: Added _OSI(Processor Aggregator Device) [ 0.360552] ACPI: Interpreter enabled [ 0.361638] ACPI: (supports S0 S5) [ 0.362642] ACPI: Using IOAPIC for interrupt routing [ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.376203] acpiphp: Slot [3] registered [ 0.377308] acpiphp: Slot [4] registered [ 0.378414] acpiphp: Slot [5] registered [ 0.379521] acpiphp: Slot [6] registered [ 0.394437] acpiphp: Slot [7] registered [ 0.395559] acpiphp: Slot [8] registered [ 0.396659] acpiphp: Slot [9] registered [ 0.397752] acpiphp: Slot [10] registered [ 0.398867] acpiphp: Slot [11] registered [ 0.399987] acpiphp: Slot [12] registered [ 0.401104] acpiphp: Slot [13] registered [ 0.402211] acpiphp: Slot [14] registered [ 0.403331] acpiphp: Slot [15] registered [ 0.404445] acpiphp: Slot [16] registered [ 0.405561] acpiphp: Slot [17] registered [ 0.406674] acpiphp: Slot [18] registered [ 0.407787] acpiphp: Slot [19] registered [ 0.408902] acpiphp: Slot [20] registered [ 0.410012] acpiphp: Slot [21] registered [ 0.411189] acpiphp: Slot [22] registered [ 0.412315] acpiphp: Slot [23] registered [ 0.413446] acpiphp: Slot [24] registered [ 0.414566] acpiphp: Slot [25] registered [ 0.415685] acpiphp: Slot [26] registered [ 0.416806] acpiphp: Slot [27] registered [ 0.417923] acpiphp: Slot [28] registered [ 0.419034] acpiphp: Slot [29] registered [ 0.420147] acpiphp: Slot [30] registered [ 0.421245] acpiphp: Slot [31] registered [ 0.422349] PCI host bridge to bus 0000:00 [ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.484983] vgaarb: loaded [ 0.485832] vgaarb: bridge control possible 0000:00:02.0 [ 0.487763] SCSI subsystem initialized [ 0.489115] ACPI: bus type USB registered [ 0.490300] usbcore: registered new interface driver usbfs [ 0.491738] usbcore: registered new interface driver hub [ 0.493138] usbcore: registered new device driver usb [ 0.494707] PCI: Using ACPI for IRQ routing [ 0.496493] NetLabel: Initializing [ 0.497499] NetLabel: domain hash size = 128 [ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.500017] NetLabel: unlabeled traffic allowed by default [ 0.501636] amd_nb: Cannot enumerate AMD northbridges [ 0.503024] clocksource: Switched to clocksource kvm-clock [ 0.513487] AppArmor: AppArmor Filesystem Enabled [ 0.514842] pnp: PnP ACPI init [ 0.516143] pnp: PnP ACPI: found 5 devices [ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.525591] NET: Registered protocol family 2 [ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.530679] TCP: Hash tables configured (established 4096 bind 4096) [ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.535488] NET: Registered protocol family 1 [ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.572142] Unpacking initramfs... [ 1.057960] Freeing initrd memory: 37084K [ 1.059641] Scanning for low memory corruption every 60 seconds [ 1.061632] audit: initializing netlink subsys (disabled) [ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized [ 1.065014] Initialise system trusted keyring [ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.070948] zbud: loaded [ 1.072071] VFS: Disk quotas dquot_6.6.0 [ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.076971] fuse init (API version 7.23) [ 1.078225] Key type big_key registered [ 1.079365] Allocating IMA MOK and blacklist keyrings. [ 1.081088] Key type asymmetric registered [ 1.082216] Asymmetric key parser 'x509' registered [ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.085645] io scheduler noop registered [ 1.086735] io scheduler deadline registered (default) [ 1.088108] io scheduler cfq registered [ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.094520] ACPI: Power Button [PWRF] [ 1.095726] GHES: HEST is not enabled! [ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.173777] Linux agpgart interface v0.103 [ 1.176776] loop: module loaded [ 1.180387] vda: vda1 [ 1.182079] scsi host0: ata_piix [ 1.183145] scsi host1: ata_piix [ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.187909] libphy: Fixed MDIO Bus: probed [ 1.189058] tun: Universal TUN/TAP device driver, 1.6 [ 1.190375] tun: (C) 1999-2004 Max Krasnyansky [ 1.193497] PPP generic driver version 2.4.2 [ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.196347] ehci-pci: EHCI PCI platform driver [ 1.197571] ehci-platform: EHCI generic platform driver [ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.201123] ohci-pci: OHCI PCI platform driver [ 1.202572] ohci-platform: OHCI generic platform driver [ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.232853] usb usb1: Product: UHCI Host Controller [ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.236280] usb usb1: SerialNumber: 0000:00:01.2 [ 1.237887] hub 1-0:1.0: USB hub found [ 1.239143] hub 1-0:1.0: 2 ports detected [ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.246473] mousedev: PS/2 mouse device common for all mice [ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.250898] rtc_cmos 00:00: RTC can wake from S4 [ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.255837] i2c /dev entries driver [ 1.256941] device-mapper: uevent: version 1.0.3 [ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs [ 1.262576] NET: Registered protocol family 10 [ 1.264331] NET: Registered protocol family 17 [ 1.265603] Key type dns_resolver registered [ 1.267176] registered taskstats version 1 [ 1.268403] Loading compiled-in X.509 certificates [ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.272984] zswap: loaded using pool lzo/zbud [ 1.275925] Key type trusted registered [ 1.279070] Key type encrypted registered [ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled [ 1.281685] ima: No TPM chip found, activating TPM-bypass! [ 1.283170] evm: HMAC attrs: 0x1 [ 1.284478] Magic number: 14:728:978 [ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131) [ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.289611] EDD information not available. [ 1.349823] Freeing unused kernel memory: 1512K [ 1.351127] Write protecting the kernel read-only data: 14336k [ 1.370270] Freeing unused kernel memory: 1692K [ 1.371867] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.473997] [drm] Initialized drm 1.1.0 20060810 [ 1.476475] virtio_net virtio0 ens3: renamed from eth0 [ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.507433] FDC 0 is a S82078B [ 1.524676] AVX2 version of gcm_enc/dec engaged. [ 1.525932] AES CTR mode by8 optimization enabled [ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.719323] usb 1-1: Product: QEMU USB Tablet [ 1.720496] usb 1-1: Manufacturer: QEMU [ 1.721560] usb 1-1: SerialNumber: 42 [ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina [ 1.736270] usbcore: registered new interface driver usbhid [ 1.737726] usbhid: USB HID core driver [ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns Begin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1 [ 2.107754] md: multipath personality registered for level -4 [ 2.111285] md: raid0 personality registered for level 0 [ 2.115203] md: raid1 personality registered for level 1 [ 2.187009] raid6: sse2x1 gen() 11585 MB/s [ 2.255007] raid6: sse2x1 xor() 8890 MB/s [ 2.323020] raid6: sse2x2 gen() 14576 MB/s [ 2.391008] raid6: sse2x2 xor() 9868 MB/s [ 2.459007] raid6: sse2x4 gen() 16946 MB/s [ 2.527025] raid6: sse2x4 xor() 11483 MB/s [ 2.595005] raid6: avx2x1 gen() 22385 MB/s [ 2.663005] raid6: avx2x2 gen() 25916 MB/s [ 2.735006] raid6: avx2x4 gen() 29926 MB/s [ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s [ 2.737566] raid6: using avx2x2 recovery algorithm [ 2.744898] xor: automatically using best checksumming function: [ 2.783004] avx : 31830.000 MB/sec [ 2.785726] async_tx: api initialized (async) [ 2.798346] md: raid6 personality registered for level 6 [ 2.799716] md: raid5 personality registered for level 5 [ 2.801075] md: raid4 personality registered for level 4 [ 2.808358] 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.846342] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm. [ 2.996206] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.000237] systemd[1]: Set hostname to . [ 3.003217] systemd[1]: Initializing machine ID from KVM UUID. [ 3.004800] systemd[1]: Installed transient /etc/machine-id file. [ 3.153333] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.164925] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.168269] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.171305] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.174718] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.180531] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System... [ 3.197535] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.203040] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.206509] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.213436] iscsi: registered transport (tcp) [ 3.215439] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.224138] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.232890] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.238798] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.249268] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser) [ 3.255316] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.263626] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.268192] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.281835] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.288611] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.293899] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.301784] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.306683] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.316447] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.322352] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.329374] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.335836] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.352810] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.361254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.714336] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.423358] cloud-init[926]: Cloud-init v. 18.2 running 'init' at Sun, 19 Aug 2018 08:58:56 +0000. Up 6.16 seconds. [ 58.428365] cloud-init[926]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.435479] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.440156] cloud-init[926]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.448180] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.452157] cloud-init[926]: ci-info: | ens3 | True | 192.168.120.5 | 255.255.255.0 | . | fa:16:3e:99:bb:27 | [ 58.457240] cloud-init[926]: ci-info: | ens3 | True | fe80::f816:3eff:fe99:bb27/64 | . | link | fa:16:3e:99:bb:27 | [ 58.464148] cloud-init[926]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.469422] cloud-init[926]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.476140] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.480165] cloud-init[926]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.488154] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.490844] cloud-init[926]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.496401] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.504148] cloud-init[926]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.506739] cloud-init[926]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | ens3 | UGH | [ 58.512425] cloud-init[926]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.516146] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.522423] cloud-init[926]: 2018-08-19 08:59:48,872 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 59.084208] cloud-init[926]: Generating public/private rsa key pair. [ 59.086017] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 59.092129] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 59.094154] cloud-init[926]: The key fingerprint is: [ 59.096143] cloud-init[926]: SHA256:kb5nTOqCKVljpNJKej+cUVeFil7YA2+e/hb5nmlWKuw root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.104146] cloud-init[926]: The key's randomart image is: [ 59.105744] cloud-init[926]: +---[RSA 2048]----+ [ 59.107180] cloud-init[926]: | o. | [ 59.112363] cloud-init[926]: | . .o | [ 59.113789] cloud-init[926]: | *oo | [ 59.116131] cloud-init[926]: | . +.O. | [ 59.120162] cloud-init[926]: | . o o =So.. | [ 59.124147] cloud-init[926]: |..o = . o=o . | [ 59.125499] cloud-init[926]: |oo = * .o.+o o | [ 59.128123] cloud-init[926]: |o + * ...o+ =o | [ 59.132128] cloud-init[926]: | . o.. ..+E=+ | [ 59.133481] cloud-init[926]: +----[SHA256]-----+ [ 59.136126] cloud-init[926]: Generating public/private dsa key pair. [ 59.140129] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 59.144153] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 59.145981] cloud-init[926]: The key fingerprint is: [ 59.152160] cloud-init[926]: SHA256:H7in7XlX7EOKoSa9CP+9+SLWTZOi2JIOfscBzlrxHtc root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.154473] cloud-init[926]: The key's randomart image is: [ 59.158881] cloud-init[926]: +---[DSA 1024]----+ [ 59.160237] cloud-init[926]: | | [ 59.161842] cloud-init[926]: | | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 59.166876] cloud-init[926]: | | Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target System Initialization. [[ 59.172203] cloud-init[926]: | o . | [ 59.173203] cloud-init[926]: | o S . . .. | [ 59.174178] cloud-init[926]: | + * = E .o| [ 59.175155] cloud-init[926]: | oo O X * +o | [ 59.177507] cloud-init[926]: [0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on UUID daemon activation socket.| ..+*./.=oo...| [ 59.181022] cloud-init[926]: | .o+O+*=+o .| [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m [ 59.185111] cloud-init] Started Daily apt upgrade and clean activities. [926]: +----[SHA256]-----+ [ 59.188125] cloud-init[926]: Generating public/private ecdsa key pair. Starting LXD - unix socket. Starting Socket activation for snappy daemon. [ 59.192090] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 59.193592] [[0;32m OK [0m] Listening on ACPID Listen Socket. cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [ 59.205607] cloud-init[926]: The key fingerprint is: [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.[ 59.208244] cloud-init[926]: SHA256:+jXBv59VzHsX7Nu4bHqWUegMjAzRiBN+m0PfiuJt8EU root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.210189] cloud-init[926]: The key's randomart image is: [ 59.211264] cloud-init[926]: +---[ECDSA 256]---+ [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 59.216324] cloud-init[926]: | .o.+ | [ 59.217321] cloud-init[926]: | .o o . | [ 59.218317] cloud-init[926]: | ..oo o . | [ 59.219291] cloud-init[926]: | o =E.o oo.| [[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m] Started FUSE filesystem for LXC. [ 59.228288] cloud-init[926]: | S.+ .+ ++| [ 59.229540] cloud-init[926]: | .. o.+ = +| [ 59.230804] cloud-init[926]: | oo..+ . =+| [ 59.233186] cloud-init[926]: | . +o. . o=+=|[[0;32m OK [0m] Started Deferred execution scheduler. [ 59.237207] cloud-init[926]: | ..o o**o.| [ 59.240481] cloud-init Starting System Logging Service... Starting LSB: Record successful boot for GRUB... [926]: +----[SHA256]-----+[[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [ 59.253927] cloud-init[926]: [[0;32m OK [0m] Started D-Bus System Message Bus. Generating public/private ed25519 key pair. [ 59.271526] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 59.275033] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.277602] cloud-init[926]: The key fingerprint is: [ 59.279253] cloud-init[926]: SHA256:Jac1foehSUMP/FAaxfNghe+wNCPL7uATQNVNcu7gEgg root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.281906] cloud-init[926]: The key's randomart image is: [ 59.283740] cloud-init[926]: +--[ED25519 256]--+ [ 59.285379] cloud-init[926]: | E ..o=*=o. | [ 59.286903] cloud-init[926]: | ... .+OB | [ 59.288819] cloud-init[926]: | .. o X++= | [ 59.290371] cloud-init[926]: | . @.B*oo | [ 59.291911] cloud-init[926]: | .S.=++*. |[[0;32m OK [0m] Started iperf Service. Starting Login Service... [ 59.298127] cloud-init[926]: | ..o.... | Starting Pollinate to seed the pseudo random number generator... [ 59.303327] cloud-init[926]: | .o | [[0;32m OK [0m] Started Regular background program processing daemon. Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started ACPI event daemon. Starting Accounts Service... Starting Apply the settings specified in cloud-config...[ 59.334816] cloud-init[926]: Starting LSB: MD monitoring daemon... Starting Snappy daemon... Starting LXD - container startup/shutdown... | .... | [ 59.358689] [[0;32m OK [0m] Started /etc/rc.local Compatibility. cloud-init[926]: | .o. | [ 59.380353] cloud-init[926]: +----[SHA256]-----+[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.996118] cloud-init[1077]: Generating locales (this might take a while)... [ 60.667899] cloud-init[1077]: en_US.UTF-8... done [ 60.670155] cloud-init[1077]: 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-19 09:00:09,405 - paramiko.transport - DEBUG - starting thread (client mode): 0x6cd7ba90L 2018-08-19 09:00:09,405 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 09:00:09,411 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-19 09:00:09,411 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-19 09:00:09,412 - 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-19 09:00:09,412 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 09:00:09,412 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-19 09:00:09,413 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 09:00:09,413 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 09:00:09,413 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 09:00:09,455 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 09:00:09,456 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 09:00:09,469 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.204: 210d2d731e05ddb98cd5d182c6929b4a 2018-08-19 09:00:09,470 - paramiko.transport - DEBUG - Trying discovered key 282dba4e6666fff860b2118eb0a952f8 in /tmp/tmp8bKnUn 2018-08-19 09:00:09,495 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 09:00:09,521 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-08-19 09:00:09,521 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-19 09:00:09,536 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-19 09:00:09,537 - functest.core.singlevm - DEBUG - try 9: cannot connect to 172.30.9.204: No existing session 2018-08-19 09:00:18,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 09:00:18,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/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}e9698f698b682526afb511c4c19687545e054de8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 09:00:18,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2a41cdf-3a64-4e42-b089-d07fb9be4763 x-compute-request-id: req-d2a41cdf-3a64-4e42-b089-d07fb9be4763 Content-Encoding: gzip Content-Length: 13231 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 742869957 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191823] pid_max: default: 32768 minimum: 301\n[ 0.193062] ACPI: Core revision 20150930\n[ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196871] Security Framework initialized\n[ 0.198734] Yama: becoming mindful.\n[ 0.200403] AppArmor: AppArmor initialized\n[ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208661] Initializing cgroup subsys io\n[ 0.209791] Initializing cgroup subsys memory\n[ 0.211345] Initializing cgroup subsys devices\n[ 0.213311] Initializing cgroup subsys freezer\n[ 0.215033] Initializing cgroup subsys net_cls\n[ 0.216256] Initializing cgroup subsys perf_event\n[ 0.217497] Initializing cgroup subsys net_prio\n[ 0.218708] Initializing cgroup subsys hugetlb\n[ 0.219900] Initializing cgroup subsys pids\n[ 0.221080] CPU: Physical Processor ID: 0\n[ 0.222893] mce: CPU supports 10 MCE banks\n[ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.227229] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.231777] Speculative Store Bypass: Vulnerable\n[ 0.251070] Freeing SMP alternatives memory: 32K\n[ 0.259403] ftrace: allocating 32237 entries in 126 pages\n[ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.300008] smpboot: Max logical packages: 1\n[ 0.301422] x2apic enabled\n[ 0.302784] Switched APIC routing to physical x2apic.\n[ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.315204] KVM setup paravirtual spinlock\n[ 0.316929] x86: Booted up 1 node, 1 CPUs\n[ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.319961] devtmpfs: initialized\n[ 0.322345] evm: security.selinux\n[ 0.323305] evm: security.SMACK64\n[ 0.324261] evm: security.SMACK64EXEC\n[ 0.325337] evm: security.SMACK64TRANSMUTE\n[ 0.326455] evm: security.SMACK64MMAP\n[ 0.327487] evm: security.ima\n[ 0.328408] evm: security.capability\n[ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.337919] pinctrl core: initialized pinctrl subsystem\n[ 0.340525] RTC time: 8:58:50, date: 08/19/18\n[ 0.342495] NET: Registered protocol family 16\n[ 0.344514] cpuidle: using governor ladder\n[ 0.345633] cpuidle: using governor menu\n[ 0.346735] PCCT header not found.\n[ 0.347991] ACPI: bus type PCI registered\n[ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.351012] PCI: Using configuration type 1 for base access\n[ 0.354090] ACPI: Added _OSI(Module Device)\n[ 0.355256] ACPI: Added _OSI(Processor Device)\n[ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.357674] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.360552] ACPI: Interpreter enabled\n[ 0.361638] ACPI: (supports S0 S5)\n[ 0.362642] ACPI: Using IOAPIC for interrupt routing\n[ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.376203] acpiphp: Slot [3] registered\n[ 0.377308] acpiphp: Slot [4] registered\n[ 0.378414] acpiphp: Slot [5] registered\n[ 0.379521] acpiphp: Slot [6] registered\n[ 0.394437] acpiphp: Slot [7] registered\n[ 0.395559] acpiphp: Slot [8] registered\n[ 0.396659] acpiphp: Slot [9] registered\n[ 0.397752] acpiphp: Slot [10] registered\n[ 0.398867] acpiphp: Slot [11] registered\n[ 0.399987] acpiphp: Slot [12] registered\n[ 0.401104] acpiphp: Slot [13] registered\n[ 0.402211] acpiphp: Slot [14] registered\n[ 0.403331] acpiphp: Slot [15] registered\n[ 0.404445] acpiphp: Slot [16] registered\n[ 0.405561] acpiphp: Slot [17] registered\n[ 0.406674] acpiphp: Slot [18] registered\n[ 0.407787] acpiphp: Slot [19] registered\n[ 0.408902] acpiphp: Slot [20] registered\n[ 0.410012] acpiphp: Slot [21] registered\n[ 0.411189] acpiphp: Slot [22] registered\n[ 0.412315] acpiphp: Slot [23] registered\n[ 0.413446] acpiphp: Slot [24] registered\n[ 0.414566] acpiphp: Slot [25] registered\n[ 0.415685] acpiphp: Slot [26] registered\n[ 0.416806] acpiphp: Slot [27] registered\n[ 0.417923] acpiphp: Slot [28] registered\n[ 0.419034] acpiphp: Slot [29] registered\n[ 0.420147] acpiphp: Slot [30] registered\n[ 0.421245] acpiphp: Slot [31] registered\n[ 0.422349] PCI host bridge to bus 0000:00\n[ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.484983] vgaarb: loaded\n[ 0.485832] vgaarb: bridge control possible 0000:00:02.0\n[ 0.487763] SCSI subsystem initialized\n[ 0.489115] ACPI: bus type USB registered\n[ 0.490300] usbcore: registered new interface driver usbfs\n[ 0.491738] usbcore: registered new interface driver hub\n[ 0.493138] usbcore: registered new device driver usb\n[ 0.494707] PCI: Using ACPI for IRQ routing\n[ 0.496493] NetLabel: Initializing\n[ 0.497499] NetLabel: domain hash size = 128\n[ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.500017] NetLabel: unlabeled traffic allowed by default\n[ 0.501636] amd_nb: Cannot enumerate AMD northbridges\n[ 0.503024] clocksource: Switched to clocksource kvm-clock\n[ 0.513487] AppArmor: AppArmor Filesystem Enabled\n[ 0.514842] pnp: PnP ACPI init\n[ 0.516143] pnp: PnP ACPI: found 5 devices\n[ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.525591] NET: Registered protocol family 2\n[ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.530679] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.535488] NET: Registered protocol family 1\n[ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.572142] Unpacking initramfs...\n[ 1.057960] Freeing initrd memory: 37084K\n[ 1.059641] Scanning for low memory corruption every 60 seconds\n[ 1.061632] audit: initializing netlink subsys (disabled)\n[ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized\n[ 1.065014] Initialise system trusted keyring\n[ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.070948] zbud: loaded\n[ 1.072071] VFS: Disk quotas dquot_6.6.0\n[ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.076971] fuse init (API version 7.23)\n[ 1.078225] Key type big_key registered\n[ 1.079365] Allocating IMA MOK and blacklist keyrings.\n[ 1.081088] Key type asymmetric registered\n[ 1.082216] Asymmetric key parser 'x509' registered\n[ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.085645] io scheduler noop registered\n[ 1.086735] io scheduler deadline registered (default)\n[ 1.088108] io scheduler cfq registered\n[ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.094520] ACPI: Power Button [PWRF]\n[ 1.095726] GHES: HEST is not enabled!\n[ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.173777] Linux agpgart interface v0.103\n[ 1.176776] loop: module loaded\n[ 1.180387] vda: vda1\n[ 1.182079] scsi host0: ata_piix\n[ 1.183145] scsi host1: ata_piix\n[ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.187909] libphy: Fixed MDIO Bus: probed\n[ 1.189058] tun: Universal TUN/TAP device driver, 1.6\n[ 1.190375] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.193497] PPP generic driver version 2.4.2\n[ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.196347] ehci-pci: EHCI PCI platform driver\n[ 1.197571] ehci-platform: EHCI generic platform driver\n[ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.201123] ohci-pci: OHCI PCI platform driver\n[ 1.202572] ohci-platform: OHCI generic platform driver\n[ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.232853] usb usb1: Product: UHCI Host Controller\n[ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.236280] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.237887] hub 1-0:1.0: USB hub found\n[ 1.239143] hub 1-0:1.0: 2 ports detected\n[ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.246473] mousedev: PS/2 mouse device common for all mice\n[ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.250898] rtc_cmos 00:00: RTC can wake from S4\n[ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.255837] i2c /dev entries driver\n[ 1.256941] device-mapper: uevent: version 1.0.3\n[ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.262576] NET: Registered protocol family 10\n[ 1.264331] NET: Registered protocol family 17\n[ 1.265603] Key type dns_resolver registered\n[ 1.267176] registered taskstats version 1\n[ 1.268403] Loading compiled-in X.509 certificates\n[ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.272984] zswap: loaded using pool lzo/zbud\n[ 1.275925] Key type trusted registered\n[ 1.279070] Key type encrypted registered\n[ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.281685] ima: No TPM chip found, activating TPM-bypass!\n[ 1.283170] evm: HMAC attrs: 0x1\n[ 1.284478] Magic number: 14:728:978\n[ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131)\n[ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.289611] EDD information not available.\n[ 1.349823] Freeing unused kernel memory: 1512K\n[ 1.351127] Write protecting the kernel read-only data: 14336k\n[ 1.370270] Freeing unused kernel memory: 1692K\n[ 1.371867] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.473997] [drm] Initialized drm 1.1.0 20060810\n[ 1.476475] virtio_net virtio0 ens3: renamed from eth0\n[ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.507433] FDC 0 is a S82078B\n[ 1.524676] AVX2 version of gcm_enc/dec engaged.\n[ 1.525932] AES CTR mode by8 optimization enabled\n[ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.719323] usb 1-1: Product: QEMU USB Tablet\n[ 1.720496] usb 1-1: Manufacturer: QEMU\n[ 1.721560] usb 1-1: SerialNumber: 42\n[ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.736270] usbcore: registered new interface driver usbhid\n[ 1.737726] usbhid: USB HID core driver\n[ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns\nBegin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1\n[ 2.107754] md: multipath personality registered for level -4\n[ 2.111285] md: raid0 personality registered for level 0\n[ 2.115203] md: raid1 personality registered for level 1\n[ 2.187009] raid6: sse2x1 gen() 11585 MB/s\n[ 2.255007] raid6: sse2x1 xor() 8890 MB/s\n[ 2.323020] raid6: sse2x2 gen() 14576 MB/s\n[ 2.391008] raid6: sse2x2 xor() 9868 MB/s\n[ 2.459007] raid6: sse2x4 gen() 16946 MB/s\n[ 2.527025] raid6: sse2x4 xor() 11483 MB/s\n[ 2.595005] raid6: avx2x1 gen() 22385 MB/s\n[ 2.663005] raid6: avx2x2 gen() 25916 MB/s\n[ 2.735006] raid6: avx2x4 gen() 29926 MB/s\n[ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s\n[ 2.737566] raid6: using avx2x2 recovery algorithm\n[ 2.744898] xor: automatically using best checksumming function:\n[ 2.783004] avx : 31830.000 MB/sec\n[ 2.785726] async_tx: api initialized (async)\n[ 2.798346] md: raid6 personality registered for level 6\n[ 2.799716] md: raid5 personality registered for level 5\n[ 2.801075] md: raid4 personality registered for level 4\n[ 2.808358] 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.846342] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm.\n[ 2.996206] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 3.000237] systemd[1]: Set hostname to .\n[ 3.003217] systemd[1]: Initializing machine ID from KVM UUID.\n[ 3.004800] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.153333] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.164925] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.168269] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.171305] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.174718] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.180531] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System...\n[ 3.197535] Loading iSCSI transport class v2.0-870.\n Mounting Huge Pages File System...\n[ 3.203040] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.206509] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.213436] iscsi: registered transport (tcp)\n[ 3.215439] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.224138] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.232890] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.238798] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.249268] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser)\n\n[ 3.255316] 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.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.263626] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.268192] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.281835] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.288611] 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.293899] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.301784] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.306683] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.316447] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.322352] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.329374] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.335836] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.352810] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.361254] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.714336] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Initial cloud-init job (pre-networking)...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 58.423358] cloud-init[926]: Cloud-init v. 18.2 running 'init' at Sun, 19 Aug 2018 08:58:56 +0000. Up 6.16 seconds.\n[ 58.428365] cloud-init[926]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 58.435479] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.440156] cloud-init[926]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 58.448180] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.452157] cloud-init[926]: ci-info: | ens3 | True | 192.168.120.5 | 255.255.255.0 | . | fa:16:3e:99:bb:27 |\n[ 58.457240] cloud-init[926]: ci-info: | ens3 | True | fe80::f816:3eff:fe99:bb27/64 | . | link | fa:16:3e:99:bb:27 |\n[ 58.464148] cloud-init[926]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 58.469422] cloud-init[926]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 58.476140] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 58.480165] cloud-init[926]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 58.488154] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.490844] cloud-init[926]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 58.496401] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.504148] cloud-init[926]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 58.506739] cloud-init[926]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | ens3 | UGH |\n[ 58.512425] cloud-init[926]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 58.516146] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 58.522423] cloud-init[926]: 2018-08-19 08:59:48,872 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 59.084208] cloud-init[926]: Generating public/private rsa key pair.\n[ 59.086017] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 59.092129] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 59.094154] cloud-init[926]: The key fingerprint is:\n[ 59.096143] cloud-init[926]: SHA256:kb5nTOqCKVljpNJKej+cUVeFil7YA2+e/hb5nmlWKuw root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.104146] cloud-init[926]: The key's randomart image is:\n[ 59.105744] cloud-init[926]: +---[RSA 2048]----+\n[ 59.107180] cloud-init[926]: | o. |\n[ 59.112363] cloud-init[926]: | . .o |\n[ 59.113789] cloud-init[926]: | *oo |\n[ 59.116131] cloud-init[926]: | . +.O. |\n[ 59.120162] cloud-init[926]: | . o o =So.. |\n[ 59.124147] cloud-init[926]: |..o = . o=o . |\n[ 59.125499] cloud-init[926]: |oo = * .o.+o o |\n[ 59.128123] cloud-init[926]: |o + * ...o+ =o |\n[ 59.132128] cloud-init[926]: | . o.. ..+E=+ |\n[ 59.133481] cloud-init[926]: +----[SHA256]-----+\n[ 59.136126] cloud-init[926]: Generating public/private dsa key pair.\n[ 59.140129] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 59.144153] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 59.145981] cloud-init[926]: The key fingerprint is:\n[ 59.152160] cloud-init[926]: SHA256:H7in7XlX7EOKoSa9CP+9+SLWTZOi2JIOfscBzlrxHtc root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.154473] cloud-init[926]: The key's randomart image is:\n[ 59.158881] cloud-init[926]: +---[DSA 1024]----+\n[ 59.160237] cloud-init[926]: | |\n[ 59.161842] cloud-init[926]: | |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 59.166876] cloud-init[926]: | |\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[[ 59.172203] cloud-init[926]: | o . |\n[ 59.173203] cloud-init[926]: | o S . . .. |\n[ 59.174178] cloud-init[926]: | + * = E .o|\n[ 59.175155] cloud-init[926]: | oo O X * +o |\n[ 59.177507] cloud-init[926]: [0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.| ..+*./.=oo...|\n[ 59.181022] cloud-init[926]: | .o+O+*=+o .|\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m\n[ 59.185111] cloud-init] Started Daily apt upgrade and clean activities.\n[926]: +----[SHA256]-----+\n[ 59.188125] cloud-init[926]: Generating public/private ecdsa key pair.\n Starting LXD - unix socket.\n Starting Socket activation for snappy daemon.\n[ 59.192090] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 59.193592] [[0;32m OK [0m] Listening on ACPID Listen Socket.\ncloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 59.205607] cloud-init[926]: The key fingerprint is:\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.[ 59.208244] cloud-init[926]: SHA256:+jXBv59VzHsX7Nu4bHqWUegMjAzRiBN+m0PfiuJt8EU root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.210189] cloud-init[926]: The key's randomart image is:\n[ 59.211264] cloud-init[926]: +---[ECDSA 256]---+\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 59.216324] cloud-init[926]: | .o.+ |\n[ 59.217321] cloud-init[926]: | .o o . |\n[ 59.218317] cloud-init[926]: | ..oo o . |\n[ 59.219291] cloud-init[926]: | o =E.o oo.|\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 59.228288] cloud-init[926]: | S.+ .+ ++|\n[ 59.229540] cloud-init[926]: | .. o.+ = +|\n[ 59.230804] cloud-init[926]: | oo..+ . =+|\n[ 59.233186] cloud-init[926]: | . +o. . o=+=|[[0;32m OK [0m] Started Deferred execution scheduler.\n\n[ 59.237207] cloud-init[926]: | ..o o**o.|\n[ 59.240481] cloud-init Starting System Logging Service...\n Starting LSB: Record successful boot for GRUB...\n[926]: +----[SHA256]-----+[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[ 59.253927] cloud-init[926]: \n[[0;32m OK [0m] Started D-Bus System Message Bus.\nGenerating public/private ed25519 key pair.\n[ 59.271526] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 59.275033] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 59.277602] cloud-init[926]: The key fingerprint is:\n[ 59.279253] cloud-init[926]: SHA256:Jac1foehSUMP/FAaxfNghe+wNCPL7uATQNVNcu7gEgg root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2\n[ 59.281906] cloud-init[926]: The key's randomart image is:\n[ 59.283740] cloud-init[926]: +--[ED25519 256]--+\n[ 59.285379] cloud-init[926]: | E ..o=*=o. |\n[ 59.286903] cloud-init[926]: | ... .+OB |\n[ 59.288819] cloud-init[926]: | .. o X++= |\n[ 59.290371] cloud-init[926]: | . @.B*oo |\n[ 59.291911] cloud-init[926]: | .S.=++*. |[[0;32m OK [0m] Started iperf Service.\n Starting Login Service...\n\n[ 59.298127] cloud-init[926]: | ..o.... | Starting Pollinate to seed the pseudo random number generator...\n\n[ 59.303327] cloud-init[926]: | .o |\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...[ 59.334816] cloud-init[926]: \n Starting LSB: MD monitoring daemon...\n Starting Snappy daemon...\n Starting LXD - container startup/shutdown...\n| .... |\n[ 59.358689] [[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[926]: | .o. |\n[ 59.380353] cloud-init[926]: +----[SHA256]-----+[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 59.996118] cloud-init[1077]: Generating locales (this might take a while)...\n[ 60.667899] cloud-init[1077]: en_US.UTF-8... done\n[ 60.670155] cloud-init[1077]: Generation complete.\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: network benchmark...\n Starting Permit User Sessions...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: network benchmark.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Set console scheme.\n\nUbuntu 16.04.4 LTS shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 ttyS0\n\nshaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 login: "} 2018-08-19 09:00:18,624 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-d2a41cdf-3a64-4e42-b089-d07fb9be4763 2018-08-19 09:00:18,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0770668983459s 2018-08-19 09:00:18,625 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6/action used request id req-d2a41cdf-3a64-4e42-b089-d07fb9be4763 2018-08-19 09:00:18,625 - 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 742869957 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.189535] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191823] pid_max: default: 32768 minimum: 301 [ 0.193062] ACPI: Core revision 20150930 [ 0.194768] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196871] Security Framework initialized [ 0.198734] Yama: becoming mindful. [ 0.200403] AppArmor: AppArmor initialized [ 0.201587] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.203387] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.205129] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206772] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208661] Initializing cgroup subsys io [ 0.209791] Initializing cgroup subsys memory [ 0.211345] Initializing cgroup subsys devices [ 0.213311] Initializing cgroup subsys freezer [ 0.215033] Initializing cgroup subsys net_cls [ 0.216256] Initializing cgroup subsys perf_event [ 0.217497] Initializing cgroup subsys net_prio [ 0.218708] Initializing cgroup subsys hugetlb [ 0.219900] Initializing cgroup subsys pids [ 0.221080] CPU: Physical Processor ID: 0 [ 0.222893] mce: CPU supports 10 MCE banks [ 0.224051] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.225419] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.227229] Spectre V2 : Mitigation: Full generic retpoline [ 0.229612] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.231777] Speculative Store Bypass: Vulnerable [ 0.251070] Freeing SMP alternatives memory: 32K [ 0.259403] ftrace: allocating 32237 entries in 126 pages [ 0.298310] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.300008] smpboot: Max logical packages: 1 [ 0.301422] x2apic enabled [ 0.302784] Switched APIC routing to physical x2apic. [ 0.306677] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.309289] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.312734] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.315204] KVM setup paravirtual spinlock [ 0.316929] x86: Booted up 1 node, 1 CPUs [ 0.318044] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.319961] devtmpfs: initialized [ 0.322345] evm: security.selinux [ 0.323305] evm: security.SMACK64 [ 0.324261] evm: security.SMACK64EXEC [ 0.325337] evm: security.SMACK64TRANSMUTE [ 0.326455] evm: security.SMACK64MMAP [ 0.327487] evm: security.ima [ 0.328408] evm: security.capability [ 0.329527] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.332004] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.337919] pinctrl core: initialized pinctrl subsystem [ 0.340525] RTC time: 8:58:50, date: 08/19/18 [ 0.342495] NET: Registered protocol family 16 [ 0.344514] cpuidle: using governor ladder [ 0.345633] cpuidle: using governor menu [ 0.346735] PCCT header not found. [ 0.347991] ACPI: bus type PCI registered [ 0.349152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.351012] PCI: Using configuration type 1 for base access [ 0.354090] ACPI: Added _OSI(Module Device) [ 0.355256] ACPI: Added _OSI(Processor Device) [ 0.356426] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.357674] ACPI: Added _OSI(Processor Aggregator Device) [ 0.360552] ACPI: Interpreter enabled [ 0.361638] ACPI: (supports S0 S5) [ 0.362642] ACPI: Using IOAPIC for interrupt routing [ 0.364011] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.368287] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.369874] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.371518] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.373147] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.376203] acpiphp: Slot [3] registered [ 0.377308] acpiphp: Slot [4] registered [ 0.378414] acpiphp: Slot [5] registered [ 0.379521] acpiphp: Slot [6] registered [ 0.394437] acpiphp: Slot [7] registered [ 0.395559] acpiphp: Slot [8] registered [ 0.396659] acpiphp: Slot [9] registered [ 0.397752] acpiphp: Slot [10] registered [ 0.398867] acpiphp: Slot [11] registered [ 0.399987] acpiphp: Slot [12] registered [ 0.401104] acpiphp: Slot [13] registered [ 0.402211] acpiphp: Slot [14] registered [ 0.403331] acpiphp: Slot [15] registered [ 0.404445] acpiphp: Slot [16] registered [ 0.405561] acpiphp: Slot [17] registered [ 0.406674] acpiphp: Slot [18] registered [ 0.407787] acpiphp: Slot [19] registered [ 0.408902] acpiphp: Slot [20] registered [ 0.410012] acpiphp: Slot [21] registered [ 0.411189] acpiphp: Slot [22] registered [ 0.412315] acpiphp: Slot [23] registered [ 0.413446] acpiphp: Slot [24] registered [ 0.414566] acpiphp: Slot [25] registered [ 0.415685] acpiphp: Slot [26] registered [ 0.416806] acpiphp: Slot [27] registered [ 0.417923] acpiphp: Slot [28] registered [ 0.419034] acpiphp: Slot [29] registered [ 0.420147] acpiphp: Slot [30] registered [ 0.421245] acpiphp: Slot [31] registered [ 0.422349] PCI host bridge to bus 0000:00 [ 0.423449] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.425122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.426776] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.428775] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.430764] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.432788] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.437241] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.438962] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.440541] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.442229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.446572] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.448519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.469541] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.471608] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.473571] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.475545] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.477599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.479343] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.481404] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.482846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.484983] vgaarb: loaded [ 0.485832] vgaarb: bridge control possible 0000:00:02.0 [ 0.487763] SCSI subsystem initialized [ 0.489115] ACPI: bus type USB registered [ 0.490300] usbcore: registered new interface driver usbfs [ 0.491738] usbcore: registered new interface driver hub [ 0.493138] usbcore: registered new device driver usb [ 0.494707] PCI: Using ACPI for IRQ routing [ 0.496493] NetLabel: Initializing [ 0.497499] NetLabel: domain hash size = 128 [ 0.498670] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.500017] NetLabel: unlabeled traffic allowed by default [ 0.501636] amd_nb: Cannot enumerate AMD northbridges [ 0.503024] clocksource: Switched to clocksource kvm-clock [ 0.513487] AppArmor: AppArmor Filesystem Enabled [ 0.514842] pnp: PnP ACPI init [ 0.516143] pnp: PnP ACPI: found 5 devices [ 0.523174] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.525591] NET: Registered protocol family 2 [ 0.527286] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.529044] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.530679] TCP: Hash tables configured (established 4096 bind 4096) [ 0.532345] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.533819] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.535488] NET: Registered protocol family 1 [ 0.536720] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.538237] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.539699] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.555972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.572142] Unpacking initramfs... [ 1.057960] Freeing initrd memory: 37084K [ 1.059641] Scanning for low memory corruption every 60 seconds [ 1.061632] audit: initializing netlink subsys (disabled) [ 1.063096] audit: type=2000 audit(1534669131.892:1): initialized [ 1.065014] Initialise system trusted keyring [ 1.066561] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.068184] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.070948] zbud: loaded [ 1.072071] VFS: Disk quotas dquot_6.6.0 [ 1.073245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.075225] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.076971] fuse init (API version 7.23) [ 1.078225] Key type big_key registered [ 1.079365] Allocating IMA MOK and blacklist keyrings. [ 1.081088] Key type asymmetric registered [ 1.082216] Asymmetric key parser 'x509' registered [ 1.083561] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.085645] io scheduler noop registered [ 1.086735] io scheduler deadline registered (default) [ 1.088108] io scheduler cfq registered [ 1.089300] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.090736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.092515] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.094520] ACPI: Power Button [PWRF] [ 1.095726] GHES: HEST is not enabled! [ 1.111565] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.143940] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.146855] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.170620] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.173777] Linux agpgart interface v0.103 [ 1.176776] loop: module loaded [ 1.180387] vda: vda1 [ 1.182079] scsi host0: ata_piix [ 1.183145] scsi host1: ata_piix [ 1.184146] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.185816] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.187909] libphy: Fixed MDIO Bus: probed [ 1.189058] tun: Universal TUN/TAP device driver, 1.6 [ 1.190375] tun: (C) 1999-2004 Max Krasnyansky [ 1.193497] PPP generic driver version 2.4.2 [ 1.194741] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.196347] ehci-pci: EHCI PCI platform driver [ 1.197571] ehci-platform: EHCI generic platform driver [ 1.199240] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.201123] ohci-pci: OHCI PCI platform driver [ 1.202572] ohci-platform: OHCI generic platform driver [ 1.204199] uhci_hcd: USB Universal Host Controller Interface driver [ 1.220848] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.222507] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.224924] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.226552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.228477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.230500] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.232853] usb usb1: Product: UHCI Host Controller [ 1.234387] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.236280] usb usb1: SerialNumber: 0000:00:01.2 [ 1.237887] hub 1-0:1.0: USB hub found [ 1.239143] hub 1-0:1.0: 2 ports detected [ 1.240609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.243672] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.245007] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.246473] mousedev: PS/2 mouse device common for all mice [ 1.248277] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.250898] rtc_cmos 00:00: RTC can wake from S4 [ 1.252501] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.254143] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.255837] i2c /dev entries driver [ 1.256941] device-mapper: uevent: version 1.0.3 [ 1.258271] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.260608] ledtrig-cpu: registered to indicate activity on CPUs [ 1.262576] NET: Registered protocol family 10 [ 1.264331] NET: Registered protocol family 17 [ 1.265603] Key type dns_resolver registered [ 1.267176] registered taskstats version 1 [ 1.268403] Loading compiled-in X.509 certificates [ 1.270348] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.272984] zswap: loaded using pool lzo/zbud [ 1.275925] Key type trusted registered [ 1.279070] Key type encrypted registered [ 1.280233] AppArmor: AppArmor sha1 policy hashing enabled [ 1.281685] ima: No TPM chip found, activating TPM-bypass! [ 1.283170] evm: HMAC attrs: 0x1 [ 1.284478] Magic number: 14:728:978 [ 1.285694] rtc_cmos 00:00: setting system clock to 2018-08-19 08:58:51 UTC (1534669131) [ 1.288055] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.289611] EDD information not available. [ 1.349823] Freeing unused kernel memory: 1512K [ 1.351127] Write protecting the kernel read-only data: 14336k [ 1.370270] Freeing unused kernel memory: 1692K [ 1.371867] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.383254] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.385668] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.388469] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.391053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.393559] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.399031] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.405027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.408751] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.412027] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.414514] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.473997] [drm] Initialized drm 1.1.0 20060810 [ 1.476475] virtio_net virtio0 ens3: renamed from eth0 [ 1.485547] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.488091] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.507433] FDC 0 is a S82078B [ 1.524676] AVX2 version of gcm_enc/dec engaged. [ 1.525932] AES CTR mode by8 optimization enabled [ 1.551017] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.715906] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.717592] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.719323] usb 1-1: Product: QEMU USB Tablet [ 1.720496] usb 1-1: Manufacturer: QEMU [ 1.721560] usb 1-1: SerialNumber: 42 [ 1.729327] hidraw: raw HID events driver (C) Jiri Kosina [ 1.736270] usbcore: registered new interface driver usbhid [ 1.737726] usbhid: USB HID core driver [ 1.740164] 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.743184] 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.059073] tsc: Refined TSC clocksource calibration: 3491.869 MHz [ 2.059075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255503bd08, max_idle_ns: 440795335855 ns Begin: Loading essential drivers ... [ 2.104282] md: linear personality registered for level -1 [ 2.107754] md: multipath personality registered for level -4 [ 2.111285] md: raid0 personality registered for level 0 [ 2.115203] md: raid1 personality registered for level 1 [ 2.187009] raid6: sse2x1 gen() 11585 MB/s [ 2.255007] raid6: sse2x1 xor() 8890 MB/s [ 2.323020] raid6: sse2x2 gen() 14576 MB/s [ 2.391008] raid6: sse2x2 xor() 9868 MB/s [ 2.459007] raid6: sse2x4 gen() 16946 MB/s [ 2.527025] raid6: sse2x4 xor() 11483 MB/s [ 2.595005] raid6: avx2x1 gen() 22385 MB/s [ 2.663005] raid6: avx2x2 gen() 25916 MB/s [ 2.735006] raid6: avx2x4 gen() 29926 MB/s [ 2.736155] raid6: using algorithm avx2x4 gen() 29926 MB/s [ 2.737566] raid6: using avx2x2 recovery algorithm [ 2.744898] xor: automatically using best checksumming function: [ 2.783004] avx : 31830.000 MB/sec [ 2.785726] async_tx: api initialized (async) [ 2.798346] md: raid6 personality registered for level 6 [ 2.799716] md: raid5 personality registered for level 5 [ 2.801075] md: raid4 personality registered for level 4 [ 2.808358] 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.846342] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.868517] 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.990315] 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.994872] systemd[1]: Detected virtualization kvm. [ 2.996206] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 3.000237] systemd[1]: Set hostname to . [ 3.003217] systemd[1]: Initializing machine ID from KVM UUID. [ 3.004800] systemd[1]: Installed transient /etc/machine-id file. [ 3.153333] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.156518] 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.161227] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.164925] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.168269] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.171305] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.174718] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.180531] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.183650] 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.190934] systemd[1]: Mounting Huge Pages File System... [ 3.197535] Loading iSCSI transport class v2.0-870. Mounting Huge Pages File System... [ 3.203040] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.206509] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.213436] iscsi: registered transport (tcp) [ 3.215439] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.219377] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.224138] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.232890] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.238798] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.244575] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.249268] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket.[ 3.253566] iscsi: registered transport (iser) [ 3.255316] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.259710] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.263626] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.268192] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.271829] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.278190] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.281835] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.284742] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.288611] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.293899] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.301784] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.306683] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.316447] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.322352] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.329374] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.335836] systemd[1]: Started Load Kernel Modules. [[0;32m OK [0m] Started Load Kernel Modules. [ 3.347510] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.352810] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.361254] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.714336] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Tell Plymouth To Write Out Runtime Data... Starting Initial cloud-init job (pre-networking)... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.822257] cloud-init[482]: Cloud-init v. 18.2 running 'init-local' at Sun, 19 Aug 2018 08:58:55 +0000. Up 4.63 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 58.423358] cloud-init[926]: Cloud-init v. 18.2 running 'init' at Sun, 19 Aug 2018 08:58:56 +0000. Up 6.16 seconds. [ 58.428365] cloud-init[926]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 58.435479] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.440156] cloud-init[926]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 58.448180] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.452157] cloud-init[926]: ci-info: | ens3 | True | 192.168.120.5 | 255.255.255.0 | . | fa:16:3e:99:bb:27 | [ 58.457240] cloud-init[926]: ci-info: | ens3 | True | fe80::f816:3eff:fe99:bb27/64 | . | link | fa:16:3e:99:bb:27 | [ 58.464148] cloud-init[926]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 58.469422] cloud-init[926]: ci-info: | lo | True | ::1/128 | . | host | . | [ 58.476140] cloud-init[926]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 58.480165] cloud-init[926]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 58.488154] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.490844] cloud-init[926]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 58.496401] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.504148] cloud-init[926]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 58.506739] cloud-init[926]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | ens3 | UGH | [ 58.512425] cloud-init[926]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 58.516146] cloud-init[926]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 58.522423] cloud-init[926]: 2018-08-19 08:59:48,872 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 59.084208] cloud-init[926]: Generating public/private rsa key pair. [ 59.086017] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 59.092129] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 59.094154] cloud-init[926]: The key fingerprint is: [ 59.096143] cloud-init[926]: SHA256:kb5nTOqCKVljpNJKej+cUVeFil7YA2+e/hb5nmlWKuw root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.104146] cloud-init[926]: The key's randomart image is: [ 59.105744] cloud-init[926]: +---[RSA 2048]----+ [ 59.107180] cloud-init[926]: | o. | [ 59.112363] cloud-init[926]: | . .o | [ 59.113789] cloud-init[926]: | *oo | [ 59.116131] cloud-init[926]: | . +.O. | [ 59.120162] cloud-init[926]: | . o o =So.. | [ 59.124147] cloud-init[926]: |..o = . o=o . | [ 59.125499] cloud-init[926]: |oo = * .o.+o o | [ 59.128123] cloud-init[926]: |o + * ...o+ =o | [ 59.132128] cloud-init[926]: | . o.. ..+E=+ | [ 59.133481] cloud-init[926]: +----[SHA256]-----+ [ 59.136126] cloud-init[926]: Generating public/private dsa key pair. [ 59.140129] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 59.144153] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 59.145981] cloud-init[926]: The key fingerprint is: [ 59.152160] cloud-init[926]: SHA256:H7in7XlX7EOKoSa9CP+9+SLWTZOi2JIOfscBzlrxHtc root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.154473] cloud-init[926]: The key's randomart image is: [ 59.158881] cloud-init[926]: +---[DSA 1024]----+ [ 59.160237] cloud-init[926]: | | [ 59.161842] cloud-init[926]: | | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 59.166876] cloud-init[926]: | | Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target System Initialization. [[ 59.172203] cloud-init[926]: | o . | [ 59.173203] cloud-init[926]: | o S . . .. | [ 59.174178] cloud-init[926]: | + * = E .o| [ 59.175155] cloud-init[926]: | oo O X * +o | [ 59.177507] cloud-init[926]: [0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [[0;32m OK [0m] Listening on UUID daemon activation socket.| ..+*./.=oo...| [ 59.181022] cloud-init[926]: | .o+O+*=+o .| [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m [ 59.185111] cloud-init] Started Daily apt upgrade and clean activities. [926]: +----[SHA256]-----+ [ 59.188125] cloud-init[926]: Generating public/private ecdsa key pair. Starting LXD - unix socket. Starting Socket activation for snappy daemon. [ 59.192090] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 59.193592] [[0;32m OK [0m] Listening on ACPID Listen Socket. cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [ 59.205607] cloud-init[926]: The key fingerprint is: [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.[ 59.208244] cloud-init[926]: SHA256:+jXBv59VzHsX7Nu4bHqWUegMjAzRiBN+m0PfiuJt8EU root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.210189] cloud-init[926]: The key's randomart image is: [ 59.211264] cloud-init[926]: +---[ECDSA 256]---+ [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on LXD - unix socket. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [ 59.216324] cloud-init[926]: | .o.+ | [ 59.217321] cloud-init[926]: | .o o . | [ 59.218317] cloud-init[926]: | ..oo o . | [ 59.219291] cloud-init[926]: | o =E.o oo.| [[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m] Started FUSE filesystem for LXC. [ 59.228288] cloud-init[926]: | S.+ .+ ++| [ 59.229540] cloud-init[926]: | .. o.+ = +| [ 59.230804] cloud-init[926]: | oo..+ . =+| [ 59.233186] cloud-init[926]: | . +o. . o=+=|[[0;32m OK [0m] Started Deferred execution scheduler. [ 59.237207] cloud-init[926]: | ..o o**o.| [ 59.240481] cloud-init Starting System Logging Service... Starting LSB: Record successful boot for GRUB... [926]: +----[SHA256]-----+[[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [ 59.253927] cloud-init[926]: [[0;32m OK [0m] Started D-Bus System Message Bus. Generating public/private ed25519 key pair. [ 59.271526] cloud-init[926]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 59.275033] cloud-init[926]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 59.277602] cloud-init[926]: The key fingerprint is: [ 59.279253] cloud-init[926]: SHA256:Jac1foehSUMP/FAaxfNghe+wNCPL7uATQNVNcu7gEgg root@shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 [ 59.281906] cloud-init[926]: The key's randomart image is: [ 59.283740] cloud-init[926]: +--[ED25519 256]--+ [ 59.285379] cloud-init[926]: | E ..o=*=o. | [ 59.286903] cloud-init[926]: | ... .+OB | [ 59.288819] cloud-init[926]: | .. o X++= | [ 59.290371] cloud-init[926]: | . @.B*oo | [ 59.291911] cloud-init[926]: | .S.=++*. |[[0;32m OK [0m] Started iperf Service. Starting Login Service... [ 59.298127] cloud-init[926]: | ..o.... | Starting Pollinate to seed the pseudo random number generator... [ 59.303327] cloud-init[926]: | .o | [[0;32m OK [0m] Started Regular background program processing daemon. Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Started ACPI event daemon. Starting Accounts Service... Starting Apply the settings specified in cloud-config...[ 59.334816] cloud-init[926]: Starting LSB: MD monitoring daemon... Starting Snappy daemon... Starting LXD - container startup/shutdown... | .... | [ 59.358689] [[0;32m OK [0m] Started /etc/rc.local Compatibility. cloud-init[926]: | .o. | [ 59.380353] cloud-init[926]: +----[SHA256]-----+[[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 59.996118] cloud-init[1077]: Generating locales (this might take a while)... [ 60.667899] cloud-init[1077]: en_US.UTF-8... done [ 60.670155] cloud-init[1077]: Generation complete. [[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting LSB: daemon to balance interrupts for SMP systems... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: network benchmark... Starting Permit User Sessions... Starting LSB: automatic crash report generation... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started System Logging Service. [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [[0;32m OK [0m] Started LSB: network benchmark. [[0;32m OK [0m] Started LSB: automatic crash report generation. Starting Terminate Plymouth Boot Screen... Starting Hold until boot process finishes up... [[0;32m OK [0m] Started Hold until boot process finishes up. [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Reached target Login Prompts. Starting Set console scheme... [[0;32m OK [0m] Started Set console scheme. Ubuntu 16.04.4 LTS shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 ttyS0 shaker-vm-40351d12-e180-433a-9b10-f1c6b7da38f2 login: 2018-08-19 09:00:18,629 - paramiko.transport - DEBUG - starting thread (client mode): 0x6d375750L 2018-08-19 09:00:18,630 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 09:00:18,634 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-19 09:00:18,634 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-19 09:00:18,635 - 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-19 09:00:18,636 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 09:00:18,636 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-19 09:00:18,636 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 09:00:18,636 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 09:00:18,636 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 09:00:18,678 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 09:00:18,679 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 09:00:18,694 - paramiko.transport - DEBUG - Trying discovered key 282dba4e6666fff860b2118eb0a952f8 in /tmp/tmp8bKnUn 2018-08-19 09:00:18,715 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 09:00:18,723 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-19 09:00:18,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-19 09:00:18,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-19 09:00:18,739 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 09:00:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c01b4cf5-a9dd-47fd-ab54-347d7e789ad5 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-19 09:00:18,739 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-c01b4cf5-a9dd-47fd-ab54-347d7e789ad5 2018-08-19 09:00:18,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:18,865 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-19 09:00:18,865 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-19 09:00:18,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-707adbaa-14ba-4cd4-bdb3-443aa19c1d5f Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/012668ad07c34510a76ee2503281f9cb"}, "enabled": true, "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1de0e64add6448e0a8b5752f402eb2fd"}, "enabled": true, "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/3f83350c4e9a43ae87a2600bb2a1a314"}, "enabled": true, "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/477b85685b75469db08c6a659067bd48"}, "enabled": true, "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/59aad9c36a7d42b6a271bc3a35c5a39f"}, "enabled": true, "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5b8d604f1d03452fab77ec4833ca15de"}, "enabled": true, "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/655735565e5c422bb657fbd66e4a8d4c"}, "enabled": true, "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/6a0af4ff3dc94408a5132917d313f0b5"}, "enabled": true, "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/717c88ec1f2e4106b987eeb75e3320fd"}, "enabled": true, "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f0631a82bbb4970853fdd9ee97203c2"}, "enabled": true, "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f5947702d824fb594b3afca5197709d"}, "enabled": true, "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a3e41d5d1c274d21adbcc5ffec0cfb0e"}, "enabled": true, "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a582ffbdb6f14018b1b71fc2bfb32f01"}, "enabled": true, "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c10f1a74d52045b1acb2ffa2d597c1c1"}, "enabled": true, "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e68e98acf2224a65b39a77ee316d0668"}, "enabled": true, "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-19 09:00:18,995 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-707adbaa-14ba-4cd4-bdb3-443aa19c1d5f 2018-08-19 09:00:18,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.265202999115s 2018-08-19 09:00:18,996 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-707adbaa-14ba-4cd4-bdb3-443aa19c1d5f 2018-08-19 09:00:19,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-19 09:00:19,007 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:19,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16bbe12e-a147-45da-8977-00d12ad34153 Content-Encoding: gzip Content-Length: 1959 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/000d36f5849349d589492c752470ef01"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "000d36f5849349d589492c752470ef01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/023e749465084fd8837d77fe049ff7da"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "023e749465084fd8837d77fe049ff7da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/05df4d1b217e4cb5811aff9847795222"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "05df4d1b217e4cb5811aff9847795222"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0ca31e0820d04cbfb8f405b624d5f476"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/147898b374c0437fa0a5d3f5544dac0a"}, "url": "http://12.0.0.31:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/15f913eba29e4350bcb09450178040e4"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "15f913eba29e4350bcb09450178040e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1903a55ffaf64ebeb7ddb4c82b49e3b5"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1edf9165dc4d489a8f9be1436b1e49ce"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/26866cb9d6284ee0bed387808668c56a"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "26866cb9d6284ee0bed387808668c56a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2bff29cb6afb495da552771628664193"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "2bff29cb6afb495da552771628664193"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2f3a4bc2a17247e1934945f3408eb18d"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2f97188c8dd0428bb488e248c2b50f8d"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/378a295aa46441c6aac8a5f406fe15df"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3cdda7aa3c964219b59617e52421463f"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "3cdda7aa3c964219b59617e52421463f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3e32451c8d674060aa767e7efea717d9"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "3e32451c8d674060aa767e7efea717d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/521227585c1c4b11aede77ac9209eebd"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "521227585c1c4b11aede77ac9209eebd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/53681316446f42598cc4bd0c9b1ba910"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/577af91c7ddd47dd911c20b1606314d4"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "577af91c7ddd47dd911c20b1606314d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5c96820741a14a5996761aca8a14df61"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "5c96820741a14a5996761aca8a14df61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/79bd10179dfc45be9086100469760d1b"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "79bd10179dfc45be9086100469760d1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/964eb6f380394750bd835d9bf2512ce0"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "964eb6f380394750bd835d9bf2512ce0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/970a5a7ddd80462d99b9d1f16c9ffa96"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/97da7dcde1314b918dc5ea38ef3323e9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "97da7dcde1314b918dc5ea38ef3323e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a01826edc042480c85a8004f3230dd2e"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "a01826edc042480c85a8004f3230dd2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a791c3f5d0e34d7cbd4502f4ca20b793"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "477b85685b75469db08c6a659067bd48", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ae5814841328432ba11457e529b40e1d"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "ae5814841328432ba11457e529b40e1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/af6cd6dada8b4d12bcdee933d5a1980e"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b0f0168d819740b5a163104b00226469"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "b0f0168d819740b5a163104b00226469"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b73382a4ac9c403a91e856d6d7b0f52a"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c237ccead0f94d1087417f5cf752ba19"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "c237ccead0f94d1087417f5cf752ba19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c7fe8f758c7243f991850e5d6f2321c6"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ca19facebc164d2aa15092c193f3924d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "477b85685b75469db08c6a659067bd48", "id": "ca19facebc164d2aa15092c193f3924d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cbc27fe231b343238bf1778c08c24be0"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d14997ae63154446a547fe8d7c104ef9"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "d14997ae63154446a547fe8d7c104ef9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d219b39bbe8940989d679d86dd975353"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "d219b39bbe8940989d679d86dd975353"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d4b73d29406943dd92c91a676ef06172"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "d4b73d29406943dd92c91a676ef06172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d90d538f96ac443cb5c6ae4320a35a3d"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d989ecadde654e0c87206dc1372512c8"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "477b85685b75469db08c6a659067bd48", "id": "d989ecadde654e0c87206dc1372512c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e23e8d2adb6844a6ae6dbffd339daf39"}, "url": "http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e465444dabcc437fabbc372f94764ada"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "e465444dabcc437fabbc372f94764ada"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e5cbee4dc48d4e5a844f26beb1fa4e85"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e7de94af2fed4d0c8cd508f34a33f024"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-19 09:00:19,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-16bbe12e-a147-45da-8977-00d12ad34153 2018-08-19 09:00:19,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.258973121643s 2018-08-19 09:00:19,264 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-16bbe12e-a147-45da-8977-00d12ad34153 2018-08-19 09:00:19,272 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.27:5000 2018-08-19 09:00:19,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 09:00:19,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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:19,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b033b8e-9f4e-4e35-8d94-5b36adb37b11 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 09:00:19,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9b033b8e-9f4e-4e35-8d94-5b36adb37b11 2018-08-19 09:00:19,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198446035385s 2018-08-19 09:00:19,474 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-9b033b8e-9f4e-4e35-8d94-5b36adb37b11 2018-08-19 09:00:19,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 09:00:19,483 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:19,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db285461-8d85-401f-b911-574f5f41af1d 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 09:00:19,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-db285461-8d85-401f-b911-574f5f41af1d 2018-08-19 09:00:19,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18581199646s 2018-08-19 09:00:19,665 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-db285461-8d85-401f-b911-574f5f41af1d 2018-08-19 09:00:19,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 09:00:19,673 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:19,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c77fa5bd-969c-4e04-9ad1-d484245781cd 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-19 09:00:19,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-c77fa5bd-969c-4e04-9ad1-d484245781cd 2018-08-19 09:00:19,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.204013109207s 2018-08-19 09:00:19,874 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-c77fa5bd-969c-4e04-9ad1-d484245781cd 2018-08-19 09:00:19,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 09:00:19,879 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:20,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43c540f0-658d-49eb-b1b6-d937aedb4539 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "shaker-user_40351d12-e180-433a-9b10-f1c6b7da38f2", "links": {"self": "http://172.30.9.27:5000/v3/users/70b431a949904fe78e99b77a433b440b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "70b431a949904fe78e99b77a433b440b", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 09:00:20,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-43c540f0-658d-49eb-b1b6-d937aedb4539 2018-08-19 09:00:20,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21155500412s 2018-08-19 09:00:20,087 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-43c540f0-658d-49eb-b1b6-d937aedb4539 2018-08-19 09:00:20,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 09:00:20,101 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:20,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73572469-7c33-4b3a-846f-2e203ddfcf57 Content-Encoding: gzip Content-Length: 391 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "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/43d66736a4284ee797b0e21036bdd336"}, "tags": [], "enabled": true, "id": "43d66736a4284ee797b0e21036bdd336", "parent_id": "default", "domain_id": "default", "name": "shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2"}]} 2018-08-19 09:00:20,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-73572469-7c33-4b3a-846f-2e203ddfcf57 2018-08-19 09:00:20,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186187982559s 2018-08-19 09:00:20,284 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-73572469-7c33-4b3a-846f-2e203ddfcf57 2018-08-19 09:00:20,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 09:00:20,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=70b431a949904fe78e99b77a433b440b&role.id=1ec39ef7986141aea53c73a5729dabce&scope.project.id=43d66736a4284ee797b0e21036bdd336" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:20,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae74aadf-51b6-4500-a5c7-46f058e2939a 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=70b431a949904fe78e99b77a433b440b&role.id=1ec39ef7986141aea53c73a5729dabce&scope.project.id=43d66736a4284ee797b0e21036bdd336", "previous": null, "next": null}} 2018-08-19 09:00:20,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=70b431a949904fe78e99b77a433b440b&role.id=1ec39ef7986141aea53c73a5729dabce&scope.project.id=43d66736a4284ee797b0e21036bdd336 used request id req-ae74aadf-51b6-4500-a5c7-46f058e2939a 2018-08-19 09:00:20,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.188405990601s 2018-08-19 09:00:20,480 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=70b431a949904fe78e99b77a433b440b&role.id=1ec39ef7986141aea53c73a5729dabce&scope.project.id=43d66736a4284ee797b0e21036bdd336 used request id req-ae74aadf-51b6-4500-a5c7-46f058e2939a 2018-08-19 09:00:20,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 09:00:20,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/43d66736a4284ee797b0e21036bdd336/users/70b431a949904fe78e99b77a433b440b/roles/1ec39ef7986141aea53c73a5729dabce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:20,730 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 09:00:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca4c870d-5235-4da8-be4b-aa63d8ea1238 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 09:00:20,730 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/43d66736a4284ee797b0e21036bdd336/users/70b431a949904fe78e99b77a433b440b/roles/1ec39ef7986141aea53c73a5729dabce used request id req-ca4c870d-5235-4da8-be4b-aa63d8ea1238 2018-08-19 09:00:20,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.246320009232s 2018-08-19 09:00:20,730 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/43d66736a4284ee797b0e21036bdd336/users/70b431a949904fe78e99b77a433b440b/roles/1ec39ef7986141aea53c73a5729dabce used request id req-ca4c870d-5235-4da8-be4b-aa63d8ea1238 2018-08-19 09:00:20,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 09:00:20,737 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:20,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-069f61b8-6b8c-4889-888e-11d0eb9839b9 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 09:00:20,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-069f61b8-6b8c-4889-888e-11d0eb9839b9 2018-08-19 09:00:20,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186305999756s 2018-08-19 09:00:20,921 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-069f61b8-6b8c-4889-888e-11d0eb9839b9 2018-08-19 09:00:20,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-19 09:00:20,929 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-19 09:00:21,151 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 09:00:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc0cf140-1bf7-4f69-9a5b-65a8c6855e62 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b6f449c9d18d4f4787262ffdd5cd79cb", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6f449c9d18d4f4787262ffdd5cd79cb"}, "name": "heat_stack_owner"}} 2018-08-19 09:00:21,152 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-cc0cf140-1bf7-4f69-9a5b-65a8c6855e62 2018-08-19 09:00:21,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.226089954376s 2018-08-19 09:00:21,152 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-cc0cf140-1bf7-4f69-9a5b-65a8c6855e62 2018-08-19 09:00:21,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 09:00:21,158 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:21,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62a7c266-310a-498f-aa5e-8aed0578c93e Content-Encoding: gzip Content-Length: 413 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "b6f449c9d18d4f4787262ffdd5cd79cb", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6f449c9d18d4f4787262ffdd5cd79cb"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 09:00:21,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-62a7c266-310a-498f-aa5e-8aed0578c93e 2018-08-19 09:00:21,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.233383893967s 2018-08-19 09:00:21,389 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-62a7c266-310a-498f-aa5e-8aed0578c93e 2018-08-19 09:00:21,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 09:00:21,397 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:21,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8a765c6-81ee-4980-9b51-d2044c668371 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-19 09:00:21,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-c8a765c6-81ee-4980-9b51-d2044c668371 2018-08-19 09:00:21,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.179286956787s 2018-08-19 09:00:21,574 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-c8a765c6-81ee-4980-9b51-d2044c668371 2018-08-19 09:00:21,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 09:00:21,578 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:21,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-671fddfc-bccb-43a5-a3cf-62407fcb5f21 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "shaker-user_40351d12-e180-433a-9b10-f1c6b7da38f2", "links": {"self": "http://172.30.9.27:5000/v3/users/70b431a949904fe78e99b77a433b440b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "70b431a949904fe78e99b77a433b440b", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 09:00:21,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-671fddfc-bccb-43a5-a3cf-62407fcb5f21 2018-08-19 09:00:21,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.136792898178s 2018-08-19 09:00:21,712 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-671fddfc-bccb-43a5-a3cf-62407fcb5f21 2018-08-19 09:00:21,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 09:00:21,728 - 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}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:22,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1229c58-7d51-4f62-a53c-b5919c2ae131 Content-Encoding: gzip Content-Length: 391 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "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/43d66736a4284ee797b0e21036bdd336"}, "tags": [], "enabled": true, "id": "43d66736a4284ee797b0e21036bdd336", "parent_id": "default", "domain_id": "default", "name": "shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2"}]} 2018-08-19 09:00:22,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-c1229c58-7d51-4f62-a53c-b5919c2ae131 2018-08-19 09:00:22,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.305143117905s 2018-08-19 09:00:22,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-c1229c58-7d51-4f62-a53c-b5919c2ae131 2018-08-19 09:00:22,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 09:00:22,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=70b431a949904fe78e99b77a433b440b&role.id=b6f449c9d18d4f4787262ffdd5cd79cb&scope.project.id=43d66736a4284ee797b0e21036bdd336" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:22,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 09:00:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b230be6-73f1-43f8-a2fa-513f3346c391 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=70b431a949904fe78e99b77a433b440b&role.id=b6f449c9d18d4f4787262ffdd5cd79cb&scope.project.id=43d66736a4284ee797b0e21036bdd336", "previous": null, "next": null}} 2018-08-19 09:00:22,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=70b431a949904fe78e99b77a433b440b&role.id=b6f449c9d18d4f4787262ffdd5cd79cb&scope.project.id=43d66736a4284ee797b0e21036bdd336 used request id req-5b230be6-73f1-43f8-a2fa-513f3346c391 2018-08-19 09:00:22,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.187455892563s 2018-08-19 09:00:22,226 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=70b431a949904fe78e99b77a433b440b&role.id=b6f449c9d18d4f4787262ffdd5cd79cb&scope.project.id=43d66736a4284ee797b0e21036bdd336 used request id req-5b230be6-73f1-43f8-a2fa-513f3346c391 2018-08-19 09:00:22,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 09:00:22,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/43d66736a4284ee797b0e21036bdd336/users/70b431a949904fe78e99b77a433b440b/roles/b6f449c9d18d4f4787262ffdd5cd79cb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}24971297bc2edf8801b3cb0380dfc4f77fd1a3ba" 2018-08-19 09:00:22,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 09:00:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-018bdb67-ec87-4680-8e3d-0a39a3f2e0ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 09:00:22,485 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/43d66736a4284ee797b0e21036bdd336/users/70b431a949904fe78e99b77a433b440b/roles/b6f449c9d18d4f4787262ffdd5cd79cb used request id req-018bdb67-ec87-4680-8e3d-0a39a3f2e0ef 2018-08-19 09:00:22,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.254476070404s 2018-08-19 09:00:22,485 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/43d66736a4284ee797b0e21036bdd336/users/70b431a949904fe78e99b77a433b440b/roles/b6f449c9d18d4f4787262ffdd5cd79cb used request id req-018bdb67-ec87-4680-8e3d-0a39a3f2e0ef 2018-08-19 09:00:22,486 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-19 09:00:22,487 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-19 09:00:22,487 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-19 09:00:22,492 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-19 09:00:22,565 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-19 09:00:22,566 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-19 09:00:22,567 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-19 09:00:22,603 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-19 09:00:22,603 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-19 09:00:22,632 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-19 10:00:22,695 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-19 10:00:22,695 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=43d66736a4284ee797b0e21036bdd336 SHELL=/bin/bash SSH_CLIENT=172.30.9.66 36510 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_40351d12-e180-433a-9b10-f1c6b7da38f2 CLOUDPROMPT_ENABLED=1 MAIL=/var/mail/ubuntu PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games OS_IDENTITY_API_VERSION=3 NOVA_VERSION=1.1 SDN_CONTROLLER_IP=192.30.9.4 PWD=/home/ubuntu OS_PASSWORD=4b1aa0ae-ade9-4047-ab0b-b259805a47a8 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=YYS2Y1XAj1h8ttZPamEjk7Evq OS_USERNAME=shaker-user_40351d12-e180-433a-9b10-f1c6b7da38f2 SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.27,192.30.9.4 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 36510 192.168.120.5 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-19 09:00:22.919 1364 INFO shaker.engine.utils [-] Logging enabled 2018-08-19 09:00:22.921 1364 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-19 09:00:22.924 1364 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-19 09:00:22.930 1372 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-19 09:00:22.932 1372 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.204:9000 2018-08-19 09:00:22.932 1372 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-19 09:00:22.943 1364 INFO pykwalify.core [-] validation.valid 2018-08-19 09:00:24.486 1364 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-19 09:00:30.363 1364 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'de4a3421-f35d-4506-923b-ff3758dc705b', u'links': [{u'href': u'http://172.30.9.27:8004/v1/43d66736a4284ee797b0e21036bdd336/stacks/shaker_ifopzs/de4a3421-f35d-4506-923b-ff3758dc705b', u'rel': u'self'}]} 2018-08-19 09:03:57.706 1364 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_ifopzs_master_0', 'shaker_ifopzs_slave_0']) 2018-08-19 09:03:59.817 1364 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-19 09:05:29.494 1364 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-19 09:06:59.129 1364 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-19 09:08:28.753 1364 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-19 09:08:28.755 1364 INFO shaker.engine.server [-] Execution is done 2018-08-19 09:08:29.491 1364 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-19 10:00:22,696 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-19 10:00:22,696 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-19 10:00:22,699 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-19 10:00:22,735 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-19 10:00:22,735 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-19 10:00:22,764 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-19 10:00:22,769 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-19 10:00:22,769 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-19 10:00:22,772 - 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-19 10:00:22,900 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 10:00:22,901 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 64:52 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-19 10:00:22,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:00:23,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6f449c9d18d4f4787262ffdd5cd79cb", "name": "heat_stack_owner"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:00:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43d66736a4284ee797b0e21036bdd336", "name": "shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/43d66736a4284ee797b0e21036bdd336", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/43d66736a4284ee797b0e21036bdd336", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/43d66736a4284ee797b0e21036bdd336", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/43d66736a4284ee797b0e21036bdd336", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/43d66736a4284ee797b0e21036bdd336", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/43d66736a4284ee797b0e21036bdd336", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/43d66736a4284ee797b0e21036bdd336", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/43d66736a4284ee797b0e21036bdd336", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/43d66736a4284ee797b0e21036bdd336", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/43d66736a4284ee797b0e21036bdd336", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/43d66736a4284ee797b0e21036bdd336", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/43d66736a4284ee797b0e21036bdd336", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_43d66736a4284ee797b0e21036bdd336", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_43d66736a4284ee797b0e21036bdd336", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_40351d12-e180-433a-9b10-f1c6b7da38f2", "id": "70b431a949904fe78e99b77a433b440b"}, "audit_ids": ["4rmQUsWRTRSrXXgxPWIz2A"], "issued_at": "2018-08-19T10:00:23.000000Z"}} 2018-08-19 10:00:23,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-19 10:00:23,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/f21845d1-bc4a-42da-b0b7-61ef3eec7d8c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:24,741 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fea55c99-461c-415a-abf2-d8690f5c50f6 Content-Length: 0 Date: Sun, 19 Aug 2018 10:00:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:00:24,741 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/f21845d1-bc4a-42da-b0b7-61ef3eec7d8c.json used request id req-fea55c99-461c-415a-abf2-d8690f5c50f6 2018-08-19 10:00:24,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.41280603409s 2018-08-19 10:00:24,742 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/f21845d1-bc4a-42da-b0b7-61ef3eec7d8c.json used request id req-fea55c99-461c-415a-abf2-d8690f5c50f6 2018-08-19 10:00:24,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 10:00:24,747 - 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}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:25,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-738237a7-e455-40b9-9e43-01b68a76440e Date: Sun, 19 Aug 2018 10:00:25 GMT RESP BODY: {"floatingips": []} 2018-08-19 10:00:25,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-738237a7-e455-40b9-9e43-01b68a76440e 2018-08-19 10:00:25,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.411304950714s 2018-08-19 10:00:25,158 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-738237a7-e455-40b9-9e43-01b68a76440e 2018-08-19 10:00:25,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-19 10:00:25,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:26,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 10:00:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-39472c47-1507-479c-a279-334447579d93 x-compute-request-id: req-39472c47-1507-479c-a279-334447579d93 Content-Type: application/json 2018-08-19 10:00:26,019 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6 used request id req-39472c47-1507-479c-a279-334447579d93 2018-08-19 10:00:26,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.859442949295s 2018-08-19 10:00:26,019 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6 used request id req-39472c47-1507-479c-a279-334447579d93 2018-08-19 10:00:26,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:00:26,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:27,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:00:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ca65a82-23a5-4cef-82c8-5155dc7a8dc6 x-compute-request-id: req-3ca65a82-23a5-4cef-82c8-5155dc7a8dc6 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_40351d12-e180-433a-9b10-f1c6b7da38f2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bb:27", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:bb:27", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a825611c-f28b-4866-b3fe-29e9f41e06e6", "rel": "bookmark"}], "image": {"id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "links": [{"href": "http://172.30.9.27:8774/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007d", "OS-SRV-USG:launched_at": "2018-08-19T08:58:50.000000", "flavor": {"id": "0b61d315-ada9-4549-a839-d38e547f839a", "links": [{"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "bookmark"}]}, "id": "a825611c-f28b-4866-b3fe-29e9f41e06e6", "security_groups": [{"name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}], "user_id": "70b431a949904fe78e99b77a433b440b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:00:25Z", "hostId": "1fabea43d32a8d822ae1b96684d4131b17788be8bde66c450c41cbae", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "shaker-vm_40351d12-e180-433a-9b10-f1c6b7da38f2", "created": "2018-08-19T08:56:00Z", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:00:27,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3ca65a82-23a5-4cef-82c8-5155dc7a8dc6 2018-08-19 10:00:27,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.74998497963s 2018-08-19 10:00:27,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3ca65a82-23a5-4cef-82c8-5155dc7a8dc6 2018-08-19 10:00:27,772 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:00:29,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:00:29,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:29,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:00:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d14a3929-2cfe-49b2-bede-b3abdb6f52ef x-compute-request-id: req-d14a3929-2cfe-49b2-bede-b3abdb6f52ef Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-19 10:00:29,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d14a3929-2cfe-49b2-bede-b3abdb6f52ef 2018-08-19 10:00:29,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0875611305237s 2018-08-19 10:00:29,863 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d14a3929-2cfe-49b2-bede-b3abdb6f52ef 2018-08-19 10:00:29,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:00:29,866 - 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}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:30,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 48439 X-Openstack-Request-Id: req-2c5700a1-f909-4561-a539-9454e1228206 Date: Sun, 19 Aug 2018 10:00:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T07:46:19Z", "updated_at": "2018-08-19T07:46:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "23fe5e29-82c3-4a91-a2e8-64a0fd5eeafc", "remote_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv6", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "4fee544b-601e-4dd8-ae17-1505e0be9a69", "remote_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "7fb8e174-d07e-4aa2-811e-4c64c19f7886", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv4", "project_id": "7dc2782794df470c83590a2cbd73fefb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:19Z", "revision_number": 0, "id": "d7119fd3-ca35-49f7-ac1a-3bc7feb3eaa9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:19Z", "security_group_id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "port_range_min": null, "ethertype": "IPv6", "project_id": "7dc2782794df470c83590a2cbd73fefb"}], "revision_number": 1, "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "0cf0de28-f75e-43b1-ba1a-6b6d124f19df", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:52Z", "updated_at": "2018-08-19T08:55:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:52Z", "revision_number": 0, "id": "32a77914-874f-480d-bba8-46961b5df04d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:52Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:54Z", "revision_number": 0, "id": "35e334c1-d155-4b98-91c6-23ae06b707ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:54Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:52Z", "revision_number": 0, "id": "4bb2edd8-0463-486b-b08d-f02f20fd8ed7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:52Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv6", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T08:55:53Z", "revision_number": 0, "id": "b2f59c77-0762-4981-bcc8-bd62000a741c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:53Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": 22, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-19T08:55:54Z", "revision_number": 0, "id": "be258614-9043-41cf-acdc-7637e2555787", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:54Z", "security_group_id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}], "revision_number": 4, "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "0de09d6a-3001-4ecb-9a7f-5af0da6f6e08", "name": "shaker-sg_40351d12-e180-433a-9b10-f1c6b7da38f2"}, {"description": "Default security group", "tags": [], "tenant_id": "0d5172b042e041b6876dda49a78b2dd7", "created_at": "2018-08-19T08:54:48Z", "updated_at": "2018-08-19T08:54:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:54:48Z", "revision_number": 0, "id": "1d65d0f0-2459-41f9-99c9-4c77da4255e9", "remote_group_id": "10a36575-e92b-46de-aa24-20597afb2057", "remote_ip_prefix": null, "created_at": "2018-08-19T08:54:48Z", "security_group_id": "10a36575-e92b-46de-aa24-20597afb2057", "tenant_id": "0d5172b042e041b6876dda49a78b2dd7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5172b042e041b6876dda49a78b2dd7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:54:48Z", "revision_number": 0, "id": "cdcd960d-ca83-4d85-9348-557ba71b3d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:54:48Z", "security_group_id": "10a36575-e92b-46de-aa24-20597afb2057", "tenant_id": "0d5172b042e041b6876dda49a78b2dd7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5172b042e041b6876dda49a78b2dd7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:54:48Z", "revision_number": 0, "id": "d95785e6-1386-4cdb-a8e9-95e8cab9677d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:54:48Z", "security_group_id": "10a36575-e92b-46de-aa24-20597afb2057", "tenant_id": "0d5172b042e041b6876dda49a78b2dd7", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d5172b042e041b6876dda49a78b2dd7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:54:48Z", "revision_number": 0, "id": "fc34ac72-9f59-4099-9958-7ac845d9c821", "remote_group_id": "10a36575-e92b-46de-aa24-20597afb2057", "remote_ip_prefix": null, "created_at": "2018-08-19T08:54:48Z", "security_group_id": "10a36575-e92b-46de-aa24-20597afb2057", "tenant_id": "0d5172b042e041b6876dda49a78b2dd7", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d5172b042e041b6876dda49a78b2dd7"}], "revision_number": 1, "project_id": "0d5172b042e041b6876dda49a78b2dd7", "id": "10a36575-e92b-46de-aa24-20597afb2057", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1f12cb38aadc45a2a206dc4041026a0c", "created_at": "2018-08-19T08:03:02Z", "updated_at": "2018-08-19T08:03:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:02Z", "revision_number": 0, "id": "4103fd98-927d-444b-a09c-717194859d1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:02Z", "security_group_id": "1c7f3cc2-2c0d-4024-af72-aa143652d033", "tenant_id": "1f12cb38aadc45a2a206dc4041026a0c", "port_range_min": null, "ethertype": "IPv6", "project_id": "1f12cb38aadc45a2a206dc4041026a0c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:02Z", "revision_number": 0, "id": "535920c9-16dc-4416-9cde-ed735ba1b70b", "remote_group_id": "1c7f3cc2-2c0d-4024-af72-aa143652d033", "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:02Z", "security_group_id": "1c7f3cc2-2c0d-4024-af72-aa143652d033", "tenant_id": "1f12cb38aadc45a2a206dc4041026a0c", "port_range_min": null, "ethertype": "IPv6", "project_id": "1f12cb38aadc45a2a206dc4041026a0c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:02Z", "revision_number": 0, "id": "8f051a4d-7e30-40ac-9889-9beb67bf24bb", "remote_group_id": "1c7f3cc2-2c0d-4024-af72-aa143652d033", "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:02Z", "security_group_id": "1c7f3cc2-2c0d-4024-af72-aa143652d033", "tenant_id": "1f12cb38aadc45a2a206dc4041026a0c", "port_range_min": null, "ethertype": "IPv4", "project_id": "1f12cb38aadc45a2a206dc4041026a0c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:02Z", "revision_number": 0, "id": "e223ee73-66f1-42e7-97db-e07bf8e9cc7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:02Z", "security_group_id": "1c7f3cc2-2c0d-4024-af72-aa143652d033", "tenant_id": "1f12cb38aadc45a2a206dc4041026a0c", "port_range_min": null, "ethertype": "IPv4", "project_id": "1f12cb38aadc45a2a206dc4041026a0c"}], "revision_number": 1, "project_id": "1f12cb38aadc45a2a206dc4041026a0c", "id": "1c7f3cc2-2c0d-4024-af72-aa143652d033", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "created_at": "2018-08-19T07:38:02Z", "updated_at": "2018-08-19T07:38:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "22628cda-7845-4b7b-b56f-e2a3b7508e81", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "72d414281c1547fdbc271e9afb311d2d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "76ff67cd-09c7-446d-bd48-a0c97d96b799", "remote_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "72d414281c1547fdbc271e9afb311d2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "aeda4c59-1b67-4db1-bd8b-bfc19e04f839", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "72d414281c1547fdbc271e9afb311d2d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:38:02Z", "revision_number": 0, "id": "b1e83e46-a5b4-409d-8201-51b3714efc94", "remote_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "remote_ip_prefix": null, "created_at": "2018-08-19T07:38:02Z", "security_group_id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "tenant_id": "72d414281c1547fdbc271e9afb311d2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "72d414281c1547fdbc271e9afb311d2d"}], "revision_number": 1, "project_id": "72d414281c1547fdbc271e9afb311d2d", "id": "29dad3e5-4063-42b8-8b63-6df116e9dddf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-19T07:46:24Z", "updated_at": "2018-08-19T07:46:24Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:24Z", "revision_number": 0, "id": "8b3686ac-4df6-4afc-9fbf-ba64e3022b09", "remote_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "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-19T07:46:24Z", "revision_number": 0, "id": "8fa5fe1c-d9fd-445d-b138-df087bcc0a0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "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-19T07:46:24Z", "revision_number": 0, "id": "d7d37f6c-6c49-4524-8d8e-1559352402dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:24Z", "revision_number": 0, "id": "f7bd0ee6-b4aa-4f53-bca5-df6d995d1ec7", "remote_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:24Z", "security_group_id": "32008b77-62a4-4564-bef4-7e08a6660b45", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "32008b77-62a4-4564-bef4-7e08a6660b45", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a6305938d02547748f21f608538e8203", "created_at": "2018-08-19T07:51:40Z", "updated_at": "2018-08-19T07:51:40Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:51:40Z", "revision_number": 0, "id": "4a0d478e-6390-403b-9d5b-baf2633a939f", "remote_group_id": "36cac7a2-cf9a-4df9-9a31-ef7d181621dc", "remote_ip_prefix": null, "created_at": "2018-08-19T07:51:40Z", "security_group_id": "36cac7a2-cf9a-4df9-9a31-ef7d181621dc", "tenant_id": "a6305938d02547748f21f608538e8203", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6305938d02547748f21f608538e8203"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:51:40Z", "revision_number": 0, "id": "9e1fab13-4bd7-44f8-8360-a02c4afe6fad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:51:40Z", "security_group_id": "36cac7a2-cf9a-4df9-9a31-ef7d181621dc", "tenant_id": "a6305938d02547748f21f608538e8203", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6305938d02547748f21f608538e8203"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:51:40Z", "revision_number": 0, "id": "bac791a3-dd2d-4abf-88b2-a5a7fac60e9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:51:40Z", "security_group_id": "36cac7a2-cf9a-4df9-9a31-ef7d181621dc", "tenant_id": "a6305938d02547748f21f608538e8203", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6305938d02547748f21f608538e8203"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:51:40Z", "revision_number": 0, "id": "ed41f65a-dfc5-4bfb-aaba-7a7b9f01fb0e", "remote_group_id": "36cac7a2-cf9a-4df9-9a31-ef7d181621dc", "remote_ip_prefix": null, "created_at": "2018-08-19T07:51:40Z", "security_group_id": "36cac7a2-cf9a-4df9-9a31-ef7d181621dc", "tenant_id": "a6305938d02547748f21f608538e8203", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6305938d02547748f21f608538e8203"}], "revision_number": 1, "project_id": "a6305938d02547748f21f608538e8203", "id": "36cac7a2-cf9a-4df9-9a31-ef7d181621dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "16d274f9121544d5841c3556541b72bd", "created_at": "2018-08-19T08:02:33Z", "updated_at": "2018-08-19T08:02:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:02:33Z", "revision_number": 0, "id": "744ed540-d9bc-4e7c-b133-e603092fef00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:02:33Z", "security_group_id": "3907719a-e6a1-4a9b-a8a0-e3439919661d", "tenant_id": "16d274f9121544d5841c3556541b72bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16d274f9121544d5841c3556541b72bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:02:33Z", "revision_number": 0, "id": "a9547ed1-d066-4727-9bf9-59b9d1674574", "remote_group_id": "3907719a-e6a1-4a9b-a8a0-e3439919661d", "remote_ip_prefix": null, "created_at": "2018-08-19T08:02:33Z", "security_group_id": "3907719a-e6a1-4a9b-a8a0-e3439919661d", "tenant_id": "16d274f9121544d5841c3556541b72bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16d274f9121544d5841c3556541b72bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:02:33Z", "revision_number": 0, "id": "df45e9c2-b8ee-49f2-b9a6-6be69f2f5088", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:02:33Z", "security_group_id": "3907719a-e6a1-4a9b-a8a0-e3439919661d", "tenant_id": "16d274f9121544d5841c3556541b72bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "16d274f9121544d5841c3556541b72bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:02:33Z", "revision_number": 0, "id": "f112fa6b-1856-477c-8035-5904ea526513", "remote_group_id": "3907719a-e6a1-4a9b-a8a0-e3439919661d", "remote_ip_prefix": null, "created_at": "2018-08-19T08:02:33Z", "security_group_id": "3907719a-e6a1-4a9b-a8a0-e3439919661d", "tenant_id": "16d274f9121544d5841c3556541b72bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "16d274f9121544d5841c3556541b72bd"}], "revision_number": 1, "project_id": "16d274f9121544d5841c3556541b72bd", "id": "3907719a-e6a1-4a9b-a8a0-e3439919661d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:31Z", "updated_at": "2018-08-19T08:55:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "14a0ba40-85f9-42ff-b2fe-64414da3c32f", "remote_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv6", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "9b6617b5-5c9e-4c05-8221-aaaba9ad3597", "remote_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "a4cb4827-e1a3-4fa9-a2f2-4308eef10a69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv6", "project_id": "43d66736a4284ee797b0e21036bdd336"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:55:31Z", "revision_number": 0, "id": "c52be89e-9a93-4e2a-afcb-1e43b460ba05", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:55:31Z", "security_group_id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "port_range_min": null, "ethertype": "IPv4", "project_id": "43d66736a4284ee797b0e21036bdd336"}], "revision_number": 1, "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "5c9d9ebd-1d44-4b87-bb9e-f9dead11db11", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "010bb11b79594b5e9e6069717e343898", "created_at": "2018-08-19T07:50:11Z", "updated_at": "2018-08-19T07:50:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "160203bb-3b9d-4027-96ee-a5b54ff3f51e", "remote_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv6", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "1800d7fb-849e-41d6-9d33-0bbc65628bc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "1fdf31f4-d05d-44a2-87a5-30d1edd27109", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv6", "project_id": "010bb11b79594b5e9e6069717e343898"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:50:11Z", "revision_number": 0, "id": "f327ace1-89dd-4c4f-aeb2-8fbf823008bf", "remote_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "remote_ip_prefix": null, "created_at": "2018-08-19T07:50:11Z", "security_group_id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "tenant_id": "010bb11b79594b5e9e6069717e343898", "port_range_min": null, "ethertype": "IPv4", "project_id": "010bb11b79594b5e9e6069717e343898"}], "revision_number": 1, "project_id": "010bb11b79594b5e9e6069717e343898", "id": "5d39d2e1-444a-4610-aa07-ef12bba80c0c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ebd35f955684cb9859ada7c60030511", "created_at": "2018-08-19T07:52:41Z", "updated_at": "2018-08-19T07:52:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "3e700936-b0b3-48ed-867b-0c99466f0e01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "469b360a-507b-460b-b5bb-418abac4bb76", "remote_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "7bfad34f-dcde-4017-9d84-84ee12ae865b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:52:41Z", "revision_number": 0, "id": "cd54cedb-6baf-417a-9975-4919aa78d25c", "remote_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "remote_ip_prefix": null, "created_at": "2018-08-19T07:52:41Z", "security_group_id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "tenant_id": "6ebd35f955684cb9859ada7c60030511", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ebd35f955684cb9859ada7c60030511"}], "revision_number": 1, "project_id": "6ebd35f955684cb9859ada7c60030511", "id": "62d7e0a5-4c4a-4089-9206-22e774b3fb26", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b89e5b8e43534d58bc0236d6be0748c7", "created_at": "2018-08-19T08:03:05Z", "updated_at": "2018-08-19T08:03:05Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:05Z", "revision_number": 0, "id": "22942316-cd61-4535-965c-6ed3eff0f022", "remote_group_id": "6a5c3085-17e3-4bbb-b157-a56c121d001d", "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:05Z", "security_group_id": "6a5c3085-17e3-4bbb-b157-a56c121d001d", "tenant_id": "b89e5b8e43534d58bc0236d6be0748c7", "port_range_min": null, "ethertype": "IPv4", "project_id": "b89e5b8e43534d58bc0236d6be0748c7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:05Z", "revision_number": 0, "id": "7c877e86-0534-4c24-9eb9-3237e89d7fe5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:05Z", "security_group_id": "6a5c3085-17e3-4bbb-b157-a56c121d001d", "tenant_id": "b89e5b8e43534d58bc0236d6be0748c7", "port_range_min": null, "ethertype": "IPv6", "project_id": "b89e5b8e43534d58bc0236d6be0748c7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:05Z", "revision_number": 0, "id": "d641f8ec-2ff3-456b-99bf-7618d2613520", "remote_group_id": "6a5c3085-17e3-4bbb-b157-a56c121d001d", "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:05Z", "security_group_id": "6a5c3085-17e3-4bbb-b157-a56c121d001d", "tenant_id": "b89e5b8e43534d58bc0236d6be0748c7", "port_range_min": null, "ethertype": "IPv6", "project_id": "b89e5b8e43534d58bc0236d6be0748c7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:05Z", "revision_number": 0, "id": "d691ac8a-9e6f-471a-a16a-425037d03ed2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:05Z", "security_group_id": "6a5c3085-17e3-4bbb-b157-a56c121d001d", "tenant_id": "b89e5b8e43534d58bc0236d6be0748c7", "port_range_min": null, "ethertype": "IPv4", "project_id": "b89e5b8e43534d58bc0236d6be0748c7"}], "revision_number": 1, "project_id": "b89e5b8e43534d58bc0236d6be0748c7", "id": "6a5c3085-17e3-4bbb-b157-a56c121d001d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "07a66a5b1f08412c8634230d5f3c7956", "created_at": "2018-08-19T08:03:00Z", "updated_at": "2018-08-19T08:03:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:00Z", "revision_number": 0, "id": "0849d9bf-40a7-44c1-8ba6-8cd8d43336bb", "remote_group_id": "6b38a492-cdb0-4ed4-963f-d474aa51fcd8", "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:00Z", "security_group_id": "6b38a492-cdb0-4ed4-963f-d474aa51fcd8", "tenant_id": "07a66a5b1f08412c8634230d5f3c7956", "port_range_min": null, "ethertype": "IPv4", "project_id": "07a66a5b1f08412c8634230d5f3c7956"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:00Z", "revision_number": 0, "id": "69afece1-48dc-4511-a4e3-af67f32af83d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:00Z", "security_group_id": "6b38a492-cdb0-4ed4-963f-d474aa51fcd8", "tenant_id": "07a66a5b1f08412c8634230d5f3c7956", "port_range_min": null, "ethertype": "IPv4", "project_id": "07a66a5b1f08412c8634230d5f3c7956"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:00Z", "revision_number": 0, "id": "b5f0d69a-1e65-44f8-bc02-61c3a35607f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:00Z", "security_group_id": "6b38a492-cdb0-4ed4-963f-d474aa51fcd8", "tenant_id": "07a66a5b1f08412c8634230d5f3c7956", "port_range_min": null, "ethertype": "IPv6", "project_id": "07a66a5b1f08412c8634230d5f3c7956"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:00Z", "revision_number": 0, "id": "ce02354f-5c12-47e8-9de4-3da0e9ccc855", "remote_group_id": "6b38a492-cdb0-4ed4-963f-d474aa51fcd8", "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:00Z", "security_group_id": "6b38a492-cdb0-4ed4-963f-d474aa51fcd8", "tenant_id": "07a66a5b1f08412c8634230d5f3c7956", "port_range_min": null, "ethertype": "IPv6", "project_id": "07a66a5b1f08412c8634230d5f3c7956"}], "revision_number": 1, "project_id": "07a66a5b1f08412c8634230d5f3c7956", "id": "6b38a492-cdb0-4ed4-963f-d474aa51fcd8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ade149c1f0e8487098012618c23e7f15", "created_at": "2018-08-19T08:03:02Z", "updated_at": "2018-08-19T08:03:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:02Z", "revision_number": 0, "id": "2fa34861-4450-431a-8f4b-8cac1c26a7f8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:02Z", "security_group_id": "6c90ea8f-7ace-4839-b47d-1d7897d21e95", "tenant_id": "ade149c1f0e8487098012618c23e7f15", "port_range_min": null, "ethertype": "IPv6", "project_id": "ade149c1f0e8487098012618c23e7f15"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:02Z", "revision_number": 0, "id": "5f176c6d-4ff3-452b-9777-c9eef0f7de7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:02Z", "security_group_id": "6c90ea8f-7ace-4839-b47d-1d7897d21e95", "tenant_id": "ade149c1f0e8487098012618c23e7f15", "port_range_min": null, "ethertype": "IPv4", "project_id": "ade149c1f0e8487098012618c23e7f15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:02Z", "revision_number": 0, "id": "6ca24ccf-a087-45d4-9692-38cb96c4c812", "remote_group_id": "6c90ea8f-7ace-4839-b47d-1d7897d21e95", "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:02Z", "security_group_id": "6c90ea8f-7ace-4839-b47d-1d7897d21e95", "tenant_id": "ade149c1f0e8487098012618c23e7f15", "port_range_min": null, "ethertype": "IPv4", "project_id": "ade149c1f0e8487098012618c23e7f15"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:03:02Z", "revision_number": 0, "id": "c937fb10-cfa6-4a22-8a39-746a2b9653af", "remote_group_id": "6c90ea8f-7ace-4839-b47d-1d7897d21e95", "remote_ip_prefix": null, "created_at": "2018-08-19T08:03:02Z", "security_group_id": "6c90ea8f-7ace-4839-b47d-1d7897d21e95", "tenant_id": "ade149c1f0e8487098012618c23e7f15", "port_range_min": null, "ethertype": "IPv6", "project_id": "ade149c1f0e8487098012618c23e7f15"}], "revision_number": 1, "project_id": "ade149c1f0e8487098012618c23e7f15", "id": "6c90ea8f-7ace-4839-b47d-1d7897d21e95", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "564ee48ea77c40688414f3fda8ae4188", "created_at": "2018-08-19T08:02:50Z", "updated_at": "2018-08-19T08:02:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:02:50Z", "revision_number": 0, "id": "0fc56857-b6aa-4dd2-a425-74d2df92c04a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:02:50Z", "security_group_id": "7cf06d64-0b65-4e2c-9a15-87cfa474f1c9", "tenant_id": "564ee48ea77c40688414f3fda8ae4188", "port_range_min": null, "ethertype": "IPv6", "project_id": "564ee48ea77c40688414f3fda8ae4188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:02:50Z", "revision_number": 0, "id": "4c4896ca-389e-4c07-8c29-442a089dcb8e", "remote_group_id": "7cf06d64-0b65-4e2c-9a15-87cfa474f1c9", "remote_ip_prefix": null, "created_at": "2018-08-19T08:02:50Z", "security_group_id": "7cf06d64-0b65-4e2c-9a15-87cfa474f1c9", "tenant_id": "564ee48ea77c40688414f3fda8ae4188", "port_range_min": null, "ethertype": "IPv6", "project_id": "564ee48ea77c40688414f3fda8ae4188"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:02:50Z", "revision_number": 0, "id": "b9ef43d8-851f-4cc9-b4fd-01e5cfb356d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:02:50Z", "security_group_id": "7cf06d64-0b65-4e2c-9a15-87cfa474f1c9", "tenant_id": "564ee48ea77c40688414f3fda8ae4188", "port_range_min": null, "ethertype": "IPv4", "project_id": "564ee48ea77c40688414f3fda8ae4188"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:02:50Z", "revision_number": 0, "id": "c99faff0-21be-4c2b-bf5e-f6bddebdb157", "remote_group_id": "7cf06d64-0b65-4e2c-9a15-87cfa474f1c9", "remote_ip_prefix": null, "created_at": "2018-08-19T08:02:50Z", "security_group_id": "7cf06d64-0b65-4e2c-9a15-87cfa474f1c9", "tenant_id": "564ee48ea77c40688414f3fda8ae4188", "port_range_min": null, "ethertype": "IPv4", "project_id": "564ee48ea77c40688414f3fda8ae4188"}], "revision_number": 1, "project_id": "564ee48ea77c40688414f3fda8ae4188", "id": "7cf06d64-0b65-4e2c-9a15-87cfa474f1c9", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b2f33fbcc6204f08b19a88559d87ebd2", "created_at": "2018-08-19T08:02:52Z", "updated_at": "2018-08-19T08:02:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:02:52Z", "revision_number": 0, "id": "264239f1-0d88-4667-85e7-fd80ac8f2f3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:02:52Z", "security_group_id": "945f8994-b0af-4456-b6cc-34461b6b6cc8", "tenant_id": "b2f33fbcc6204f08b19a88559d87ebd2", "port_range_min": null, "ethertype": "IPv4", "project_id": "b2f33fbcc6204f08b19a88559d87ebd2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:02:52Z", "revision_number": 0, "id": "34deb653-019f-4c79-ad6b-1460805b6ac6", "remote_group_id": "945f8994-b0af-4456-b6cc-34461b6b6cc8", "remote_ip_prefix": null, "created_at": "2018-08-19T08:02:52Z", "security_group_id": "945f8994-b0af-4456-b6cc-34461b6b6cc8", "tenant_id": "b2f33fbcc6204f08b19a88559d87ebd2", "port_range_min": null, "ethertype": "IPv6", "project_id": "b2f33fbcc6204f08b19a88559d87ebd2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:02:52Z", "revision_number": 0, "id": "5eed8382-b7c5-430d-bf57-ed44c9e081a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:02:52Z", "security_group_id": "945f8994-b0af-4456-b6cc-34461b6b6cc8", "tenant_id": "b2f33fbcc6204f08b19a88559d87ebd2", "port_range_min": null, "ethertype": "IPv6", "project_id": "b2f33fbcc6204f08b19a88559d87ebd2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:02:52Z", "revision_number": 0, "id": "dab97395-4029-4dbe-b398-1f8c1374accc", "remote_group_id": "945f8994-b0af-4456-b6cc-34461b6b6cc8", "remote_ip_prefix": null, "created_at": "2018-08-19T08:02:52Z", "security_group_id": "945f8994-b0af-4456-b6cc-34461b6b6cc8", "tenant_id": "b2f33fbcc6204f08b19a88559d87ebd2", "port_range_min": null, "ethertype": "IPv4", "project_id": "b2f33fbcc6204f08b19a88559d87ebd2"}], "revision_number": 1, "project_id": "b2f33fbcc6204f08b19a88559d87ebd2", "id": "945f8994-b0af-4456-b6cc-34461b6b6cc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "created_at": "2018-08-19T07:49:08Z", "updated_at": "2018-08-19T07:49:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "1d912240-2a90-450d-b2ba-1973188fccb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "2f69adad-7e1d-4b47-8757-83762bf7b758", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "c2badc6a-da38-45d0-a162-765cbbd11a43", "remote_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv6", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:49:08Z", "revision_number": 0, "id": "f4968a39-f4df-4ed8-8831-3424c0098296", "remote_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "remote_ip_prefix": null, "created_at": "2018-08-19T07:49:08Z", "security_group_id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "tenant_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "port_range_min": null, "ethertype": "IPv4", "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c"}], "revision_number": 1, "project_id": "989bd6bec0124c4bbfdc20f96c2efe4c", "id": "c67c6464-b73d-4aed-8eb3-efb5e1a756df", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "22d6e62feed7407daa7804352ee95684", "created_at": "2018-08-19T07:46:43Z", "updated_at": "2018-08-19T07:46:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "5226c30d-0f18-4bf0-895e-a452f1bef243", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d6e62feed7407daa7804352ee95684"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "6e48d2f5-d290-4ef5-b117-65c2686a78ae", "remote_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d6e62feed7407daa7804352ee95684"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "ce4d52a1-4e06-4a91-b9d0-80e1129d41f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv4", "project_id": "22d6e62feed7407daa7804352ee95684"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:46:43Z", "revision_number": 0, "id": "d526c9db-44c0-4f12-aad7-ab38f98314c8", "remote_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "remote_ip_prefix": null, "created_at": "2018-08-19T07:46:43Z", "security_group_id": "df7df79a-da85-41b8-8b25-a69179678c82", "tenant_id": "22d6e62feed7407daa7804352ee95684", "port_range_min": null, "ethertype": "IPv6", "project_id": "22d6e62feed7407daa7804352ee95684"}], "revision_number": 1, "project_id": "22d6e62feed7407daa7804352ee95684", "id": "df7df79a-da85-41b8-8b25-a69179678c82", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cf5d6056346f411b992530f96a63247f", "created_at": "2018-08-19T07:47:32Z", "updated_at": "2018-08-19T07:47:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "681b42ad-cd64-49d2-b150-875c4db93178", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf5d6056346f411b992530f96a63247f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "8e9211c6-ca3c-4aa2-aa5f-02dbc2105f98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf5d6056346f411b992530f96a63247f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "cf2f3bd9-61f0-41d1-823c-1b4ceb414b22", "remote_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf5d6056346f411b992530f96a63247f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T07:47:32Z", "revision_number": 0, "id": "dd93aa42-7526-4513-bbff-a4122b5eac98", "remote_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "remote_ip_prefix": null, "created_at": "2018-08-19T07:47:32Z", "security_group_id": "e01e5278-3921-4b3c-b692-ece72d150143", "tenant_id": "cf5d6056346f411b992530f96a63247f", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf5d6056346f411b992530f96a63247f"}], "revision_number": 1, "project_id": "cf5d6056346f411b992530f96a63247f", "id": "e01e5278-3921-4b3c-b692-ece72d150143", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "491d6e4b16c3401abd34414d1d5da0cf", "created_at": "2018-08-19T08:16:29Z", "updated_at": "2018-08-19T08:16:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:16:29Z", "revision_number": 0, "id": "4bf2771b-c42e-424e-9dbc-98a1405ff994", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:16:29Z", "security_group_id": "f597d17b-10b7-4ed5-8fd7-b15ae43ab9f3", "tenant_id": "491d6e4b16c3401abd34414d1d5da0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "491d6e4b16c3401abd34414d1d5da0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:16:29Z", "revision_number": 0, "id": "5d014e43-a71b-4566-ac03-70515624d714", "remote_group_id": "f597d17b-10b7-4ed5-8fd7-b15ae43ab9f3", "remote_ip_prefix": null, "created_at": "2018-08-19T08:16:29Z", "security_group_id": "f597d17b-10b7-4ed5-8fd7-b15ae43ab9f3", "tenant_id": "491d6e4b16c3401abd34414d1d5da0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "491d6e4b16c3401abd34414d1d5da0cf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:16:29Z", "revision_number": 0, "id": "6c4d1a74-714b-418f-9c57-8f12b9230499", "remote_group_id": "f597d17b-10b7-4ed5-8fd7-b15ae43ab9f3", "remote_ip_prefix": null, "created_at": "2018-08-19T08:16:29Z", "security_group_id": "f597d17b-10b7-4ed5-8fd7-b15ae43ab9f3", "tenant_id": "491d6e4b16c3401abd34414d1d5da0cf", "port_range_min": null, "ethertype": "IPv4", "project_id": "491d6e4b16c3401abd34414d1d5da0cf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T08:16:29Z", "revision_number": 0, "id": "bad2f624-ca75-4566-8f9e-f871ac2a392c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T08:16:29Z", "security_group_id": "f597d17b-10b7-4ed5-8fd7-b15ae43ab9f3", "tenant_id": "491d6e4b16c3401abd34414d1d5da0cf", "port_range_min": null, "ethertype": "IPv6", "project_id": "491d6e4b16c3401abd34414d1d5da0cf"}], "revision_number": 1, "project_id": "491d6e4b16c3401abd34414d1d5da0cf", "id": "f597d17b-10b7-4ed5-8fd7-b15ae43ab9f3", "name": "default"}]} 2018-08-19 10:00:30,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-2c5700a1-f909-4561-a539-9454e1228206 2018-08-19 10:00:30,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.34864115715s 2018-08-19 10:00:30,217 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-2c5700a1-f909-4561-a539-9454e1228206 2018-08-19 10:00:30,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-19 10:00:30,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/0de09d6a-3001-4ecb-9a7f-5af0da6f6e08.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:30,709 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9deaeaf5-9962-4624-b315-86b20f3a92b2 Content-Length: 0 Date: Sun, 19 Aug 2018 10:00:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:00:30,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0de09d6a-3001-4ecb-9a7f-5af0da6f6e08.json used request id req-9deaeaf5-9962-4624-b315-86b20f3a92b2 2018-08-19 10:00:30,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.485954046249s 2018-08-19 10:00:30,709 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/0de09d6a-3001-4ecb-9a7f-5af0da6f6e08.json used request id req-9deaeaf5-9962-4624-b315-86b20f3a92b2 2018-08-19 10:00:30,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-19 10:00:30,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:30,799 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 10:00: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-3f0b961c-6adf-4f86-863c-90cd18b86edb x-compute-request-id: req-3f0b961c-6adf-4f86-863c-90cd18b86edb Content-Length: 0 Content-Type: application/json 2018-08-19 10:00:30,799 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2 used request id req-3f0b961c-6adf-4f86-863c-90cd18b86edb 2018-08-19 10:00:30,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0891180038452s 2018-08-19 10:00:30,799 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/shaker-kp_40351d12-e180-433a-9b10-f1c6b7da38f2 used request id req-3f0b961c-6adf-4f86-863c-90cd18b86edb 2018-08-19 10:00:30,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 10:00:30,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/e83e60da-df4e-4fe1-9857-d36a73f3891c/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}b672b2962eff32eafaafa14213dd49252f14af21" -d '{"subnet_id": "2717fd39-c59a-495c-91d5-f5d73c6472af"}' 2018-08-19 10:00:32,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e206b64c-5234-4eaa-84cd-6fb2de74d6c6 Date: Sun, 19 Aug 2018 10:00:32 GMT RESP BODY: {"network_id": "a1cb9611-85a0-47b9-a8ae-974452672d2d", "tenant_id": "43d66736a4284ee797b0e21036bdd336", "subnet_id": "2717fd39-c59a-495c-91d5-f5d73c6472af", "subnet_ids": ["2717fd39-c59a-495c-91d5-f5d73c6472af"], "port_id": "61fcf48a-fab2-44d8-a179-aa13a616c43a", "id": "e83e60da-df4e-4fe1-9857-d36a73f3891c"} 2018-08-19 10:00:32,675 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e83e60da-df4e-4fe1-9857-d36a73f3891c/remove_router_interface.json used request id req-e206b64c-5234-4eaa-84cd-6fb2de74d6c6 2018-08-19 10:00:32,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.8751168251s 2018-08-19 10:00:32,675 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/e83e60da-df4e-4fe1-9857-d36a73f3891c/remove_router_interface.json used request id req-e206b64c-5234-4eaa-84cd-6fb2de74d6c6 returning object e83e60da-df4e-4fe1-9857-d36a73f3891c 2018-08-19 10:00:32,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 10:00:32,676 - 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}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:33,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-7561c6a2-c4c7-4a4b-943d-23ee244a5bb4 Date: Sun, 19 Aug 2018 10:00:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "43d66736a4284ee797b0e21036bdd336", "created_at": "2018-08-19T08:55:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T10:00:32Z", "revision_number": 4, "routes": [], "project_id": "43d66736a4284ee797b0e21036bdd336", "id": "e83e60da-df4e-4fe1-9857-d36a73f3891c", "name": "shaker-router_40351d12-e180-433a-9b10-f1c6b7da38f2"}]} 2018-08-19 10:00:33,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-7561c6a2-c4c7-4a4b-943d-23ee244a5bb4 2018-08-19 10:00:33,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.735226869583s 2018-08-19 10:00:33,411 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-7561c6a2-c4c7-4a4b-943d-23ee244a5bb4 2018-08-19 10:00:33,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 10:00:33,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/e83e60da-df4e-4fe1-9857-d36a73f3891c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:35,149 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-94b34c7f-691b-4812-b179-e229f4614750 Content-Length: 0 Date: Sun, 19 Aug 2018 10:00:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:00:35,150 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/e83e60da-df4e-4fe1-9857-d36a73f3891c.json used request id req-94b34c7f-691b-4812-b179-e229f4614750 2018-08-19 10:00:35,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.73692798615s 2018-08-19 10:00:35,150 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/e83e60da-df4e-4fe1-9857-d36a73f3891c.json used request id req-94b34c7f-691b-4812-b179-e229f4614750 2018-08-19 10:00:35,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 10:00:35,151 - 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}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:35,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1288 X-Openstack-Request-Id: req-4f6444bb-a852-480c-9f0b-d237765e0500 Date: Sun, 19 Aug 2018 10:00:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:09Z","dns_nameservers":[],"updated_at":"2018-08-19T07:38:09Z","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":"72d414281c1547fdbc271e9afb311d2d","id":"17cee6fd-65c6-481f-9db8-4732319e9d7e","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a1cb9611-85a0-47b9-a8ae-974452672d2d","tenant_id":"43d66736a4284ee797b0e21036bdd336","created_at":"2018-08-19T08:55:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T08:55: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":"43d66736a4284ee797b0e21036bdd336","id":"2717fd39-c59a-495c-91d5-f5d73c6472af","subnetpool_id":null,"name":"shaker-subnet_40351d12-e180-433a-9b10-f1c6b7da38f2"}]} 2018-08-19 10:00:35,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4f6444bb-a852-480c-9f0b-d237765e0500 2018-08-19 10:00:35,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.311496019363s 2018-08-19 10:00:35,462 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4f6444bb-a852-480c-9f0b-d237765e0500 2018-08-19 10:00:35,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 10:00:35,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/2717fd39-c59a-495c-91d5-f5d73c6472af.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:37,958 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fff20090-522d-45e7-9f09-01805d441e60 Date: Sun, 19 Aug 2018 10:00:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:00:37,958 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/2717fd39-c59a-495c-91d5-f5d73c6472af.json used request id req-fff20090-522d-45e7-9f09-01805d441e60 2018-08-19 10:00:37,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.49392795563s 2018-08-19 10:00:37,958 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/2717fd39-c59a-495c-91d5-f5d73c6472af.json used request id req-fff20090-522d-45e7-9f09-01805d441e60 2018-08-19 10:00:37,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:00:37,959 - 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}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:38,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-c619626b-b27f-45af-bf9c-ef5d0b7e257a Date: Sun, 19 Aug 2018 10:00:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a1cb9611-85a0-47b9-a8ae-974452672d2d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"43d66736a4284ee797b0e21036bdd336","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T10:00:37Z","provider:segmentation_id":70,"name":"shaker-net_40351d12-e180-433a-9b10-f1c6b7da38f2","admin_state_up":true,"tenant_id":"43d66736a4284ee797b0e21036bdd336","created_at":"2018-08-19T08:55:31Z","provider:network_type":"vxlan"}]} 2018-08-19 10:00:38,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c619626b-b27f-45af-bf9c-ef5d0b7e257a 2018-08-19 10:00:38,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.506088972092s 2018-08-19 10:00:38,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c619626b-b27f-45af-bf9c-ef5d0b7e257a 2018-08-19 10:00:38,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 10:00:38,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/a1cb9611-85a0-47b9-a8ae-974452672d2d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:39,912 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7af66f09-3dab-4146-ab6a-9acbd737f46d Date: Sun, 19 Aug 2018 10:00:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:00:39,912 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a1cb9611-85a0-47b9-a8ae-974452672d2d.json used request id req-7af66f09-3dab-4146-ab6a-9acbd737f46d 2018-08-19 10:00:39,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.44572806358s 2018-08-19 10:00:39,912 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a1cb9611-85a0-47b9-a8ae-974452672d2d.json used request id req-7af66f09-3dab-4146-ab6a-9acbd737f46d 2018-08-19 10:00:39,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:00:39,920 - 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}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:40,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-cea38a04-4cbe-433e-a049-5be33bf9ac59 Date: Sun, 19 Aug 2018 10:00:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T08:55:51Z", "file": "/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/file", "owner": "43d66736a4284ee797b0e21036bdd336", "id": "685b3b03-5deb-4a44-959d-0e95c99ffc83", "size": 666173440, "self": "/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/685b3b03-5deb-4a44-959d-0e95c99ffc83/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_40351d12-e180-433a-9b10-f1c6b7da38f2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_40351d12-e180-433a-9b10-f1c6b7da38f2", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-19T08:55:41Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:00:40,695 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cea38a04-4cbe-433e-a049-5be33bf9ac59 2018-08-19 10:00:40,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.778144836426s 2018-08-19 10:00:40,695 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-cea38a04-4cbe-433e-a049-5be33bf9ac59 2018-08-19 10:00:40,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 10:00:40,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b672b2962eff32eafaafa14213dd49252f14af21" 2018-08-19 10:00:41,782 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9add3281-5959-42e3-944f-da4052a45ba7 Date: Sun, 19 Aug 2018 10: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-19 10:00:41,782 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83 used request id req-9add3281-5959-42e3-944f-da4052a45ba7 2018-08-19 10:00:41,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.0849840641s 2018-08-19 10:00:41,782 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/685b3b03-5deb-4a44-959d-0e95c99ffc83 used request id req-9add3281-5959-42e3-944f-da4052a45ba7 2018-08-19 10:00:41,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 10:00:41,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:00:42,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:00:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["OanLYC5OS0CuZmZkqIMALA"], "issued_at": "2018-08-19T10:00:42.000000Z"}} 2018-08-19 10:00:42,213 - 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}39dad09d31c1256ef7ae1773462c365bd70f5f63" 2018-08-19 10:00:42,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:00:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa14b38f-1728-455c-9d18-0d0be39639d1 x-compute-request-id: req-fa14b38f-1728-455c-9d18-0d0be39639d1 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_40351d12-e180-433a-9b10-f1c6b7da38f2", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/0b61d315-ada9-4549-a839-d38e547f839a", "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": "0b61d315-ada9-4549-a839-d38e547f839a"}]} 2018-08-19 10:00:42,495 - 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-fa14b38f-1728-455c-9d18-0d0be39639d1 2018-08-19 10:00:42,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.712414979935s 2018-08-19 10:00:42,495 - 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-fa14b38f-1728-455c-9d18-0d0be39639d1 2018-08-19 10:00:42,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 10:00:42,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/0b61d315-ada9-4549-a839-d38e547f839a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}39dad09d31c1256ef7ae1773462c365bd70f5f63" 2018-08-19 10:00:42,534 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 10:00:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ac3e1c6-f4fc-4709-99c2-7a403ac1cfc0 x-compute-request-id: req-0ac3e1c6-f4fc-4709-99c2-7a403ac1cfc0 Content-Length: 0 Content-Type: application/json 2018-08-19 10:00:42,534 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/0b61d315-ada9-4549-a839-d38e547f839a used request id req-0ac3e1c6-f4fc-4709-99c2-7a403ac1cfc0 2018-08-19 10:00:42,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0368371009827s 2018-08-19 10:00:42,534 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/0b61d315-ada9-4549-a839-d38e547f839a used request id req-0ac3e1c6-f4fc-4709-99c2-7a403ac1cfc0 2018-08-19 10:00:42,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 10:00:42,538 - 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}39dad09d31c1256ef7ae1773462c365bd70f5f63" 2018-08-19 10:00:42,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:00:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0eb42a6-60a2-442c-ae94-741f13125baf Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "shaker-user_40351d12-e180-433a-9b10-f1c6b7da38f2", "links": {"self": "http://172.30.9.27:5000/v3/users/70b431a949904fe78e99b77a433b440b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "70b431a949904fe78e99b77a433b440b", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 10:00:42,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a0eb42a6-60a2-442c-ae94-741f13125baf 2018-08-19 10:00:42,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.202121973038s 2018-08-19 10:00:42,737 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-a0eb42a6-60a2-442c-ae94-741f13125baf 2018-08-19 10:00:42,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 10:00:42,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/70b431a949904fe78e99b77a433b440b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}39dad09d31c1256ef7ae1773462c365bd70f5f63" 2018-08-19 10:00:42,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:00:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84c9c5bb-4b0d-4562-87fa-e387c3e4038d Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_40351d12-e180-433a-9b10-f1c6b7da38f2", "links": {"self": "http://172.30.9.27:5000/v3/users/70b431a949904fe78e99b77a433b440b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "70b431a949904fe78e99b77a433b440b", "description": null}} 2018-08-19 10:00:42,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/70b431a949904fe78e99b77a433b440b used request id req-84c9c5bb-4b0d-4562-87fa-e387c3e4038d 2018-08-19 10:00:42,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203914880753s 2018-08-19 10:00:42,947 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/70b431a949904fe78e99b77a433b440b used request id req-84c9c5bb-4b0d-4562-87fa-e387c3e4038d 2018-08-19 10:00:42,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 10:00:42,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/70b431a949904fe78e99b77a433b440b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}39dad09d31c1256ef7ae1773462c365bd70f5f63" 2018-08-19 10:00:43,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 10:00:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-554122d8-122d-4bd8-8fc5-052f33131d69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 10:00:43,294 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/70b431a949904fe78e99b77a433b440b used request id req-554122d8-122d-4bd8-8fc5-052f33131d69 2018-08-19 10:00:43,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.346480131149s 2018-08-19 10:00:43,294 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/70b431a949904fe78e99b77a433b440b used request id req-554122d8-122d-4bd8-8fc5-052f33131d69 2018-08-19 10:00:43,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 10:00:43,304 - 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}39dad09d31c1256ef7ae1773462c365bd70f5f63" 2018-08-19 10:00:43,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-330ca1d3-3de9-49fa-894b-bb7c522a8426 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: shaker", "links": {"self": "http://172.30.9.27:5000/v3/projects/43d66736a4284ee797b0e21036bdd336"}, "tags": [], "enabled": true, "id": "43d66736a4284ee797b0e21036bdd336", "parent_id": "default", "domain_id": "default", "name": "shaker-project_40351d12-e180-433a-9b10-f1c6b7da38f2"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-19 10:00:43,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-330ca1d3-3de9-49fa-894b-bb7c522a8426 2018-08-19 10:00:43,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.195220947266s 2018-08-19 10:00:43,496 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-330ca1d3-3de9-49fa-894b-bb7c522a8426 2018-08-19 10:00:43,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 10:00:43,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/43d66736a4284ee797b0e21036bdd336 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}39dad09d31c1256ef7ae1773462c365bd70f5f63" 2018-08-19 10:00:43,767 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 10:00:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdbc2f9c-4a2d-4373-8a6e-b250bc29041c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 10:00:43,768 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/43d66736a4284ee797b0e21036bdd336 used request id req-cdbc2f9c-4a2d-4373-8a6e-b250bc29041c 2018-08-19 10:00:43,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.267194986343s 2018-08-19 10:00:43,768 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/43d66736a4284ee797b0e21036bdd336 used request id req-cdbc2f9c-4a2d-4373-8a6e-b250bc29041c 2018-08-19 10:00:43,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:00:43,775 - 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}39dad09d31c1256ef7ae1773462c365bd70f5f63" 2018-08-19 10:00:43,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fcfcd7c-3911-456e-8ee2-64f98bf8b6cb Content-Encoding: gzip Content-Length: 413 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "b6f449c9d18d4f4787262ffdd5cd79cb", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6f449c9d18d4f4787262ffdd5cd79cb"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 10:00:43,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2fcfcd7c-3911-456e-8ee2-64f98bf8b6cb 2018-08-19 10:00:43,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18843793869s 2018-08-19 10:00:43,960 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2fcfcd7c-3911-456e-8ee2-64f98bf8b6cb 2018-08-19 10:00:43,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-19 10:00:43,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/b6f449c9d18d4f4787262ffdd5cd79cb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}39dad09d31c1256ef7ae1773462c365bd70f5f63" 2018-08-19 10:00:44,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 10:00:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-920e8c73-daaa-4732-b917-da3ad7146fca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 10:00:44,252 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b6f449c9d18d4f4787262ffdd5cd79cb used request id req-920e8c73-daaa-4732-b917-da3ad7146fca 2018-08-19 10:00:44,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.286203861237s 2018-08-19 10:00:44,253 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/b6f449c9d18d4f4787262ffdd5cd79cb used request id req-920e8c73-daaa-4732-b917-da3ad7146fca 2018-08-19 10:00:44,253 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-08-19 10:00:44,303 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-19 10:00:44,626 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-19 10:00:44,626 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-19 10:00:44,626 - openstack_tests - INFO - OS Credentials = > 2018-08-19 10:00:44,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-19 10:00:44,627 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-19 10:00:44,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-19 10:00:44,629 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-19 10:00:44,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-19 10:00:44,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-19 10:00:44,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:00:45,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:00:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["0_b3MrknSrqm_mJ0w_NkUg"], "issued_at": "2018-08-19T10:00:44.000000Z"}} 2018-08-19 10:00:45,052 - 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}83066f086f2f5d934490c71a06e881d4cbd7ffb3" 2018-08-19 10:00:45,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-72b0ad7d-309b-4558-bf9e-1821630a9738 Date: Sun, 19 Aug 2018 10:00:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 10:00:45,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-72b0ad7d-309b-4558-bf9e-1821630a9738 2018-08-19 10:00:45,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83066f086f2f5d934490c71a06e881d4cbd7ffb3" 2018-08-19 10:00:45,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-ffaf842d-e234-4667-ad51-177c8c60e93e Date: Sun, 19 Aug 2018 10:00:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:09Z","dns_nameservers":[],"updated_at":"2018-08-19T07:38:09Z","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":"72d414281c1547fdbc271e9afb311d2d","id":"17cee6fd-65c6-481f-9db8-4732319e9d7e","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-19 10:00:45,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54 used request id req-ffaf842d-e234-4667-ad51-177c8c60e93e 2018-08-19 10:00:45,764 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-19 10:00:45,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 10:00:45,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 10:00:45,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 10:00:45,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 10:00:45,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 10:00:45,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 10:00:45,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 10:00:45,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 10:00:45,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 10:00:45,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 10:00:45,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 10:00:45,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 10:00:45,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 10:00:45,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 10:00:45,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 10:00:45,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 10:00:45,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 10:00:45,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 10:00:45,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 10:00:45,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 10:00:45,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 10:00:45,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 10:00:45,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 10:00:45,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 10:00:45,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 10:00:45,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-19 10:00:45,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-19 10:00:45,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60ffe08b-e2b1-4394-a06d-7b16854b8b01 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 10:00:45,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-60ffe08b-e2b1-4394-a06d-7b16854b8b01 2018-08-19 10:00:45,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:00:46,185 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:00:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["H6at90MNTaaYBxApTxVIAA"], "issued_at": "2018-08-19T10:00:46.000000Z"}} 2018-08-19 10:00:46,188 - 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}522299276743f4cc66c49193d06e74e42eec26e2" 2018-08-19 10:00:46,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:00:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2416d8ba-d914-4a7b-b793-c5c2e1b7f5a7 x-compute-request-id: req-2416d8ba-d914-4a7b-b793-c5c2e1b7f5a7 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-19 10:00:46,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/ used request id req-2416d8ba-d914-4a7b-b793-c5c2e1b7f5a7 2018-08-19 10:00:46,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.693395853043s 2018-08-19 10:00:46,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/ used request id req-2416d8ba-d914-4a7b-b793-c5c2e1b7f5a7 2018-08-19 10:00:46,466 - 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-19 10:00:46,466 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-19 10:00:46,467 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-19 10:00:46,467 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-19 10:00:46,530 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-19 10:00:46,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 10:00:46,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 10:00:46,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 10:00:46,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 10:00:46,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 10:00:46,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 10:00:46,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 10:00:46,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 10:00:46,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 10:00:46,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 10:00:46,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 10:00:46,577 - 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-19 10:00:46,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f16efbe-b31b-4e1e-8f16-5ed12fc453c8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 10:00:46,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8f16efbe-b31b-4e1e-8f16-5ed12fc453c8 2018-08-19 10:00:46,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:00:46,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:00:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["Z0klkzBrQwOr32hcg9j_Vw"], "issued_at": "2018-08-19T10:00:46.000000Z"}} 2018-08-19 10:00:46,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:00:46,994 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:00:47,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-77a61265-f039-48f4-acba-d4300b3f86e7 Date: Sun, 19 Aug 2018 10:00:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 10:00:47,358 - 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-77a61265-f039-48f4-acba-d4300b3f86e7 2018-08-19 10:00:47,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.364104986191s 2018-08-19 10:00:47,358 - 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-77a61265-f039-48f4-acba-d4300b3f86e7 2018-08-19 10:00:47,359 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-19 10:00:50,208 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-19 10:00:53,020 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | e81a7e53-2619-4027-86f0-dbea220c9f47 | 2018-08-19T10:00:52.654014 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: e81a7e53-2619-4027-86f0-dbea220c9f47 ~/.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-19 10:00:56,798 - 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-19 10:00:56,799 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-19 10:00:59,528 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-19 10:01:02,893 - 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=69eed49f-9f62-4172-a030-4382797a76ff) as the default verifier for the future CLI operations. 2018-08-19 10:01:06,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-19 10:01:06,100 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:01:06,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-1db5a3a5-9517-4441-bf9f-6d9975e76b5a Date: Sun, 19 Aug 2018 10:01:06 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-19 10:01:06,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-1db5a3a5-9517-4441-bf9f-6d9975e76b5a 2018-08-19 10:01:06,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.269341945648s 2018-08-19 10:01:06,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-1db5a3a5-9517-4441-bf9f-6d9975e76b5a 2018-08-19 10:01:06,377 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-19 10:01:06,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 10:01:06,378 - 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}3e289ded737e73710d9f2892bd4124e02be93049" -d '{"network": {"name": "neutron_trunk-net_1aeb071a-0e50-402b-86eb-4cb96bc62737", "admin_state_up": true}}' 2018-08-19 10:01:06,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-30c04132-1895-47d5-b52b-912e69b90513 Date: Sun, 19 Aug 2018 10:01:06 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"929aecd2-cbb5-4456-90b0-d518a0589546","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T10:01:06Z","is_default":false,"provider:segmentation_id":94,"name":"neutron_trunk-net_1aeb071a-0e50-402b-86eb-4cb96bc62737","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T10:01:06Z","mtu":1450}} 2018-08-19 10:01:06,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-30c04132-1895-47d5-b52b-912e69b90513 2018-08-19 10:01:06,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.562757015228s 2018-08-19 10:01:06,940 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-30c04132-1895-47d5-b52b-912e69b90513 2018-08-19 10:01:06,941 - 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-19T10:01:06Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'929aecd2-cbb5-4456-90b0-d518a0589546', u'provider:segmentation_id': 94, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_1aeb071a-0e50-402b-86eb-4cb96bc62737', u'admin_state_up': True, u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T10:01:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 10:01:06,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:01:06,943 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:01:07,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-a8e52cdc-a859-4ae7-ae33-015545eaa52d Date: Sun, 19 Aug 2018 10:01:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"929aecd2-cbb5-4456-90b0-d518a0589546","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T10:01:06Z","provider:segmentation_id":94,"name":"neutron_trunk-net_1aeb071a-0e50-402b-86eb-4cb96bc62737","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T10:01:06Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 10:01:07,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a8e52cdc-a859-4ae7-ae33-015545eaa52d 2018-08-19 10:01:07,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.345430850983s 2018-08-19 10:01:07,288 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a8e52cdc-a859-4ae7-ae33-015545eaa52d 2018-08-19 10:01:07,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 10:01:07,290 - 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}3e289ded737e73710d9f2892bd4124e02be93049" -d '{"subnet": {"name": "neutron_trunk-subnet_1aeb071a-0e50-402b-86eb-4cb96bc62737", "enable_dhcp": true, "network_id": "929aecd2-cbb5-4456-90b0-d518a0589546", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 10:01:08,108 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-b8b2afe2-1d6b-4b93-ac0a-064656f71e7b Date: Sun, 19 Aug 2018 10:01:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"929aecd2-cbb5-4456-90b0-d518a0589546","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T10:01:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T10:01:07Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"7dc2782794df470c83590a2cbd73fefb","id":"4c9e36f3-8dd3-4e8d-b763-48a60dff199c","subnetpool_id":null,"name":"neutron_trunk-subnet_1aeb071a-0e50-402b-86eb-4cb96bc62737"}} 2018-08-19 10:01:08,108 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-b8b2afe2-1d6b-4b93-ac0a-064656f71e7b 2018-08-19 10:01:08,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.818827867508s 2018-08-19 10:01:08,109 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-b8b2afe2-1d6b-4b93-ac0a-064656f71e7b 2018-08-19 10:01:08,109 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T10:01:07Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'4c9e36f3-8dd3-4e8d-b763-48a60dff199c', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_1aeb071a-0e50-402b-86eb-4cb96bc62737', u'enable_dhcp': True, u'network_id': u'929aecd2-cbb5-4456-90b0-d518a0589546', u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T10:01:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7dc2782794df470c83590a2cbd73fefb'}) 2018-08-19 10:01:08,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 10:01:08,111 - 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}3e289ded737e73710d9f2892bd4124e02be93049" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "neutron_trunk-router_1aeb071a-0e50-402b-86eb-4cb96bc62737", "admin_state_up": true}}' 2018-08-19 10:01:09,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-99d3a82d-8d92-4b30-acdd-2841e5d0cace Date: Sun, 19 Aug 2018 10:01:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T10:01:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T10:01:09Z", "revision_number": 2, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "0ab9b5b5-e141-4740-8806-297cf4b66da8", "name": "neutron_trunk-router_1aeb071a-0e50-402b-86eb-4cb96bc62737"}} 2018-08-19 10:01:09,663 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-99d3a82d-8d92-4b30-acdd-2841e5d0cace 2018-08-19 10:01:09,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.5526740551s 2018-08-19 10:01:09,663 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-99d3a82d-8d92-4b30-acdd-2841e5d0cace 2018-08-19 10:01:09,664 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'7dc2782794df470c83590a2cbd73fefb', u'created_at': u'2018-08-19T10:01:08Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-19T10:01:09Z', u'revision_number': 2, u'routes': [], u'project_id': u'7dc2782794df470c83590a2cbd73fefb', u'id': u'0ab9b5b5-e141-4740-8806-297cf4b66da8', u'name': u'neutron_trunk-router_1aeb071a-0e50-402b-86eb-4cb96bc62737'}) 2018-08-19 10:01:09,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 10:01:09,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/0ab9b5b5-e141-4740-8806-297cf4b66da8/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}3e289ded737e73710d9f2892bd4124e02be93049" -d '{"subnet_id": "4c9e36f3-8dd3-4e8d-b763-48a60dff199c"}' 2018-08-19 10:01:11,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5def447d-a9e5-4db9-a1e0-83a26077c445 Date: Sun, 19 Aug 2018 10:01:11 GMT RESP BODY: {"network_id": "929aecd2-cbb5-4456-90b0-d518a0589546", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "4c9e36f3-8dd3-4e8d-b763-48a60dff199c", "subnet_ids": ["4c9e36f3-8dd3-4e8d-b763-48a60dff199c"], "port_id": "95b4ca75-b79b-4178-a6fa-59c304467f3b", "id": "0ab9b5b5-e141-4740-8806-297cf4b66da8"} 2018-08-19 10:01:11,825 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0ab9b5b5-e141-4740-8806-297cf4b66da8/add_router_interface.json used request id req-5def447d-a9e5-4db9-a1e0-83a26077c445 2018-08-19 10:01:11,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.1604039669s 2018-08-19 10:01:11,825 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0ab9b5b5-e141-4740-8806-297cf4b66da8/add_router_interface.json used request id req-5def447d-a9e5-4db9-a1e0-83a26077c445 returning object 0ab9b5b5-e141-4740-8806-297cf4b66da8 2018-08-19 10:01:11,826 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-19 10:01:11,957 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-19 10:01:11,959 - 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-19 10:01:11,964 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 10:01:11 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-19 10:01:11,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:01:11,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:01:12,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a9536d4f-ee4c-4aa1-9332-75bd9296d4cf Date: Sun, 19 Aug 2018 10:01:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:01:12,674 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a9536d4f-ee4c-4aa1-9332-75bd9296d4cf 2018-08-19 10:01:12,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.702358961105s 2018-08-19 10:01:12,674 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-a9536d4f-ee4c-4aa1-9332-75bd9296d4cf 2018-08-19 10:01:12,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 10:01:12,686 - 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}3e289ded737e73710d9f2892bd4124e02be93049" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_1aeb071a-0e50-402b-86eb-4cb96bc62737", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_1aeb071a-0e50-402b-86eb-4cb96bc62737"}' 2018-08-19 10:01:12,999 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e44c3aef-231a-4550-a950-ff14eff05e8e Date: Sun, 19 Aug 2018 10:01:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:01:12Z", "file": "/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "36d61dbd-f2d3-43ab-a351-13f9a77c68e8", "size": null, "self": "/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8", "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_1aeb071a-0e50-402b-86eb-4cb96bc62737", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_1aeb071a-0e50-402b-86eb-4cb96bc62737", "checksum": null, "created_at": "2018-08-19T10:01:12Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 10:01:12,999 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-e44c3aef-231a-4550-a950-ff14eff05e8e 2018-08-19 10:01:12,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.316514015198s 2018-08-19 10:01:12,999 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-e44c3aef-231a-4550-a950-ff14eff05e8e returning object 36d61dbd-f2d3-43ab-a351-13f9a77c68e8 2018-08-19 10:01:13,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 10:01:13,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/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}3e289ded737e73710d9f2892bd4124e02be93049" -d '' 2018-08-19 10:01:14,160 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ddb53487-889c-4736-a13c-53637bcf7662 Date: Sun, 19 Aug 2018 10:01:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 10:01:14,160 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/file used request id req-ddb53487-889c-4736-a13c-53637bcf7662 2018-08-19 10:01:14,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.15990591049s 2018-08-19 10:01:14,160 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/file used request id req-ddb53487-889c-4736-a13c-53637bcf7662 2018-08-19 10:01:14,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:01:14,168 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:01:14,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-60c3031c-64a5-4e46-b4a9-48517e0179b7 Date: Sun, 19 Aug 2018 10:01:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:01:14Z", "file": "/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "36d61dbd-f2d3-43ab-a351-13f9a77c68e8", "size": 12716032, "self": "/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_1aeb071a-0e50-402b-86eb-4cb96bc62737", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_1aeb071a-0e50-402b-86eb-4cb96bc62737", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T10:01:12Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:01:14,191 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-60c3031c-64a5-4e46-b4a9-48517e0179b7 2018-08-19 10:01:14,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.027058839798s 2018-08-19 10:01:14,192 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-60c3031c-64a5-4e46-b4a9-48517e0179b7 2018-08-19 10:01:14,194 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/file', 'owner': u'7dc2782794df470c83590a2cbd73fefb', 'id': u'36d61dbd-f2d3-43ab-a351-13f9a77c68e8', 'size': 12716032, u'self': u'/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T10:01:14Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-19T10:01:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_1aeb071a-0e50-402b-86eb-4cb96bc62737', '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/36d61dbd-f2d3-43ab-a351-13f9a77c68e8', 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_1aeb071a-0e50-402b-86eb-4cb96bc62737', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_1aeb071a-0e50-402b-86eb-4cb96bc62737', 'created': u'2018-08-19T10:01:12Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T10:01:12Z', 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/36d61dbd-f2d3-43ab-a351-13f9a77c68e8', 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_1aeb071a-0e50-402b-86eb-4cb96bc62737', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 10:01:14,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 10:01:14,201 - 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}3e289ded737e73710d9f2892bd4124e02be93049" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_1aeb071a-0e50-402b-86eb-4cb96bc62737", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 10:01:14,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:01: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-2030dff7-ce6d-4bec-b88a-b27b2f7e0016 x-compute-request-id: req-2030dff7-ce6d-4bec-b88a-b27b2f7e0016 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_1aeb071a-0e50-402b-86eb-4cb96bc62737", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b423c861-4213-4c6b-b210-0e56a7f6d361", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b423c861-4213-4c6b-b210-0e56a7f6d361", "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": "b423c861-4213-4c6b-b210-0e56a7f6d361"}} 2018-08-19 10:01:14,892 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-2030dff7-ce6d-4bec-b88a-b27b2f7e0016 2018-08-19 10:01:14,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.697023868561s 2018-08-19 10:01:14,892 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-2030dff7-ce6d-4bec-b88a-b27b2f7e0016 2018-08-19 10:01:14,893 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_1aeb071a-0e50-402b-86eb-4cb96bc62737', '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'7dc2782794df470c83590a2cbd73fefb', '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'b423c861-4213-4c6b-b210-0e56a7f6d361', 'swap': 0}) 2018-08-19 10:01:14,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 10:01:14,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/b423c861-4213-4c6b-b210-0e56a7f6d361/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}3e289ded737e73710d9f2892bd4124e02be93049" -d '{"extra_specs": {}}' 2018-08-19 10:01:14,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:01: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-27d08e23-f85d-4f85-8b49-851025a4e244 x-compute-request-id: req-27d08e23-f85d-4f85-8b49-851025a4e244 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 10:01:14,926 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b423c861-4213-4c6b-b210-0e56a7f6d361/os-extra_specs used request id req-27d08e23-f85d-4f85-8b49-851025a4e244 2018-08-19 10:01:14,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0316832065582s 2018-08-19 10:01:14,927 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b423c861-4213-4c6b-b210-0e56a7f6d361/os-extra_specs used request id req-27d08e23-f85d-4f85-8b49-851025a4e244 2018-08-19 10:01:14,930 - 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-19 10:01:14,936 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 10:01:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c370e38-ca1f-4350-a1fd-2c7fbda60d0b 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-19 10:01:14,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-6c370e38-ca1f-4350-a1fd-2c7fbda60d0b 2018-08-19 10:01:14,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:01:14,943 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:01:15,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff5f04f0-dca8-40c8-bda8-cd2136e5a52a 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 10:01:15,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ff5f04f0-dca8-40c8-bda8-cd2136e5a52a 2018-08-19 10:01:15,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191290140152s 2018-08-19 10:01:15,132 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-ff5f04f0-dca8-40c8-bda8-cd2136e5a52a 2018-08-19 10:01:15,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:01:15,139 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:01:15,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:01:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53dd30ce-84e7-43dc-ab8e-c12d4d1afe7c 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 10:01:15,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-53dd30ce-84e7-43dc-ab8e-c12d4d1afe7c 2018-08-19 10:01:15,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189941883087s 2018-08-19 10:01:15,327 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-53dd30ce-84e7-43dc-ab8e-c12d4d1afe7c 2018-08-19 10:01:15,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-19 10:01:15,337 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:01:15,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10: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-9900c7f7-1e10-4723-9d47-dd151e05ab3e x-compute-request-id: req-9900c7f7-1e10-4723-9d47-dd151e05ab3e Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 305}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 245, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 308}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 245, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-08-19 10:01:15,380 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-9900c7f7-1e10-4723-9d47-dd151e05ab3e 2018-08-19 10:01:15,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0458159446716s 2018-08-19 10:01:15,381 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-9900c7f7-1e10-4723-9d47-dd151e05ab3e 2018-08-19 10:01:15,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:01:15,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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:01:16,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-685fcacd-de1a-4def-95e4-3432eb1cbd2a Date: Sun, 19 Aug 2018 10:01:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:01:14Z", "file": "/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "36d61dbd-f2d3-43ab-a351-13f9a77c68e8", "size": 12716032, "self": "/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_1aeb071a-0e50-402b-86eb-4cb96bc62737", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_1aeb071a-0e50-402b-86eb-4cb96bc62737", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T10:01:12Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:01:16,107 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-685fcacd-de1a-4def-95e4-3432eb1cbd2a 2018-08-19 10:01:16,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.71998000145s 2018-08-19 10:01:16,108 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-685fcacd-de1a-4def-95e4-3432eb1cbd2a 2018-08-19 10:01:16,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 10:01:16,121 - 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}3e289ded737e73710d9f2892bd4124e02be93049" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_1aeb071a-0e50-402b-86eb-4cb96bc62737", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_1aeb071a-0e50-402b-86eb-4cb96bc62737"}' 2018-08-19 10:01:16,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/321aed54-02dc-48f9-9d47-e9529002cd32 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4fdafc15-c1c1-44a2-869c-a1b5e2f88700 Date: Sun, 19 Aug 2018 10:01:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:01:16Z", "file": "/v2/images/321aed54-02dc-48f9-9d47-e9529002cd32/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "321aed54-02dc-48f9-9d47-e9529002cd32", "size": null, "self": "/v2/images/321aed54-02dc-48f9-9d47-e9529002cd32", "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_1aeb071a-0e50-402b-86eb-4cb96bc62737", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_1aeb071a-0e50-402b-86eb-4cb96bc62737", "checksum": null, "created_at": "2018-08-19T10:01:16Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 10:01:16,863 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-4fdafc15-c1c1-44a2-869c-a1b5e2f88700 2018-08-19 10:01:16,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.745341062546s 2018-08-19 10:01:16,863 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-4fdafc15-c1c1-44a2-869c-a1b5e2f88700 returning object 321aed54-02dc-48f9-9d47-e9529002cd32 2018-08-19 10:01:16,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 10:01:16,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/321aed54-02dc-48f9-9d47-e9529002cd32/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}3e289ded737e73710d9f2892bd4124e02be93049" -d '' 2018-08-19 10:01:17,975 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2488e4bc-d8f7-459f-be36-d021855630bd Date: Sun, 19 Aug 2018 10:01: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-19 10:01:17,975 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/321aed54-02dc-48f9-9d47-e9529002cd32/file used request id req-2488e4bc-d8f7-459f-be36-d021855630bd 2018-08-19 10:01:17,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.11108207703s 2018-08-19 10:01:17,975 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/321aed54-02dc-48f9-9d47-e9529002cd32/file used request id req-2488e4bc-d8f7-459f-be36-d021855630bd 2018-08-19 10:01:17,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:01:17,984 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:01:18,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-812a31b1-52b9-4283-8898-b85d05ae5e5a Date: Sun, 19 Aug 2018 10:01:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:01:17Z", "file": "/v2/images/321aed54-02dc-48f9-9d47-e9529002cd32/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "321aed54-02dc-48f9-9d47-e9529002cd32", "size": 12716032, "self": "/v2/images/321aed54-02dc-48f9-9d47-e9529002cd32", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/321aed54-02dc-48f9-9d47-e9529002cd32/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/321aed54-02dc-48f9-9d47-e9529002cd32/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_1aeb071a-0e50-402b-86eb-4cb96bc62737", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_1aeb071a-0e50-402b-86eb-4cb96bc62737", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T10:01:16Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:01:14Z", "file": "/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "36d61dbd-f2d3-43ab-a351-13f9a77c68e8", "size": 12716032, "self": "/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_1aeb071a-0e50-402b-86eb-4cb96bc62737", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_1aeb071a-0e50-402b-86eb-4cb96bc62737", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T10:01:12Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:01:18,651 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-812a31b1-52b9-4283-8898-b85d05ae5e5a 2018-08-19 10:01:18,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.671370983124s 2018-08-19 10:01:18,651 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-812a31b1-52b9-4283-8898-b85d05ae5e5a 2018-08-19 10:01:18,654 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/321aed54-02dc-48f9-9d47-e9529002cd32/snap', u'metadata': Munch({})})], 'file': u'/v2/images/321aed54-02dc-48f9-9d47-e9529002cd32/file', 'owner': u'7dc2782794df470c83590a2cbd73fefb', 'id': u'321aed54-02dc-48f9-9d47-e9529002cd32', 'size': 12716032, u'self': u'/v2/images/321aed54-02dc-48f9-9d47-e9529002cd32', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'7dc2782794df470c83590a2cbd73fefb', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/321aed54-02dc-48f9-9d47-e9529002cd32/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T10:01:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-19T10:01:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_1aeb071a-0e50-402b-86eb-4cb96bc62737', '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/321aed54-02dc-48f9-9d47-e9529002cd32', 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_1aeb071a-0e50-402b-86eb-4cb96bc62737', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_1aeb071a-0e50-402b-86eb-4cb96bc62737', 'created': u'2018-08-19T10:01:16Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-19T10:01: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/321aed54-02dc-48f9-9d47-e9529002cd32', 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_1aeb071a-0e50-402b-86eb-4cb96bc62737', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-19 10:01:18,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 10:01:18,658 - 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}3e289ded737e73710d9f2892bd4124e02be93049" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_1aeb071a-0e50-402b-86eb-4cb96bc62737", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-19 10:01:18,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:01:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-caf8982b-0388-44f8-87e2-ec776b47d8bf x-compute-request-id: req-caf8982b-0388-44f8-87e2-ec776b47d8bf Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_1aeb071a-0e50-402b-86eb-4cb96bc62737", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/aefc51d8-cedc-45b6-997b-47f9454b9e71", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/aefc51d8-cedc-45b6-997b-47f9454b9e71", "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": "aefc51d8-cedc-45b6-997b-47f9454b9e71"}} 2018-08-19 10:01:18,717 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-caf8982b-0388-44f8-87e2-ec776b47d8bf 2018-08-19 10:01:18,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0614969730377s 2018-08-19 10:01:18,717 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-caf8982b-0388-44f8-87e2-ec776b47d8bf 2018-08-19 10:01:18,718 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_1aeb071a-0e50-402b-86eb-4cb96bc62737', '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'7dc2782794df470c83590a2cbd73fefb', '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'aefc51d8-cedc-45b6-997b-47f9454b9e71', 'swap': 0}) 2018-08-19 10:01:18,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 10:01:18,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/aefc51d8-cedc-45b6-997b-47f9454b9e71/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}3e289ded737e73710d9f2892bd4124e02be93049" -d '{"extra_specs": {}}' 2018-08-19 10:01:18,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:01:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-056ef36e-1654-41a1-8c86-e71b4555c0ff x-compute-request-id: req-056ef36e-1654-41a1-8c86-e71b4555c0ff Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 10:01:18,743 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/aefc51d8-cedc-45b6-997b-47f9454b9e71/os-extra_specs used request id req-056ef36e-1654-41a1-8c86-e71b4555c0ff 2018-08-19 10:01:18,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0243360996246s 2018-08-19 10:01:18,743 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/aefc51d8-cedc-45b6-997b-47f9454b9e71/os-extra_specs used request id req-056ef36e-1654-41a1-8c86-e71b4555c0ff 2018-08-19 10:01:18,743 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_1aeb071a-0e50-402b-86eb-4cb96bc62737', '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'7dc2782794df470c83590a2cbd73fefb', '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'aefc51d8-cedc-45b6-997b-47f9454b9e71', 'swap': 0}) 2018-08-19 10:01:22,515 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-19 10:01:22,515 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-19 10:01:22,516 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-19 10:01:22,518 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-19 10:01:22,522 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-19 10:01:26,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-69eed49f-9f62-4172-a030-4382797a76ff/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-19 10:01:26,030 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-19 10:01:26,046 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-19 10:01:26,046 - 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-19 10:03:44,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: d78b085c-1921-48f3-bbaa-6599f80f7e73 2018-08-19 10:03:44,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'd78b085c-1921-48f3-bbaa-6599f80f7e73']'. 2018-08-19 10:03:45,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-19 10:03:45,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-19 10:03:45,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-19 10:03:45,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | d78b085c-1921-48f3-bbaa-6599f80f7e73 | 2018-08-19 10:03:45,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-19 10:03:45,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-19 10:01:28 | 2018-08-19 10:03:45,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-19 10:03:44 | 2018-08-19 10:03:45,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:16 | 2018-08-19 10:03:45,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-19 10:03:45,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-19 10:03:45,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 69eed49f-9f62-4172-a030-4382797a76ff) | 2018-08-19 10:03:45,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-19 10:03:45,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e81a7e53-2619-4027-86f0-dbea220c9f47) | 2018-08-19 10:03:45,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-19 10:03:45,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 121.872 | 2018-08-19 10:03:45,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-19 10:03:45,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-19 10:03:45,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-19 10:03:45,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-19 10:03:45,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-19 10:03:45,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-19 10:03:45,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-19 10:03:45,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-19 10:03:45,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-19 10:03:45,887 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 10:03:45,887 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:39 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-19 10:03:45,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 10:03:45,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/321aed54-02dc-48f9-9d47-e9529002cd32 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:03:46,517 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-40cf5a13-f220-4c15-bd5f-d40c8d458024 Date: Sun, 19 Aug 2018 10:03: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-19 10:03:46,517 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/321aed54-02dc-48f9-9d47-e9529002cd32 used request id req-40cf5a13-f220-4c15-bd5f-d40c8d458024 2018-08-19 10:03:46,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.624583005905s 2018-08-19 10:03:46,517 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/321aed54-02dc-48f9-9d47-e9529002cd32 used request id req-40cf5a13-f220-4c15-bd5f-d40c8d458024 2018-08-19 10:03:46,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 10:03:46,520 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:03:46,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10: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-2c8c2d2e-68d8-4442-a51f-a6084d416521 x-compute-request-id: req-2c8c2d2e-68d8-4442-a51f-a6084d416521 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_alt_1aeb071a-0e50-402b-86eb-4cb96bc62737", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/aefc51d8-cedc-45b6-997b-47f9454b9e71", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/aefc51d8-cedc-45b6-997b-47f9454b9e71", "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": "aefc51d8-cedc-45b6-997b-47f9454b9e71"}, {"name": "neutron_trunk-flavor_1aeb071a-0e50-402b-86eb-4cb96bc62737", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b423c861-4213-4c6b-b210-0e56a7f6d361", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b423c861-4213-4c6b-b210-0e56a7f6d361", "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": "b423c861-4213-4c6b-b210-0e56a7f6d361"}]} 2018-08-19 10:03:46,539 - 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-2c8c2d2e-68d8-4442-a51f-a6084d416521 2018-08-19 10:03:46,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0208990573883s 2018-08-19 10:03:46,539 - 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-2c8c2d2e-68d8-4442-a51f-a6084d416521 2018-08-19 10:03:46,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 10:03:46,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/aefc51d8-cedc-45b6-997b-47f9454b9e71 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:03:46,588 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 10: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 x-openstack-request-id: req-cd784186-6ae0-41cc-93ac-f71ec4d81a2e x-compute-request-id: req-cd784186-6ae0-41cc-93ac-f71ec4d81a2e Content-Length: 0 Content-Type: application/json 2018-08-19 10:03:46,588 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/aefc51d8-cedc-45b6-997b-47f9454b9e71 used request id req-cd784186-6ae0-41cc-93ac-f71ec4d81a2e 2018-08-19 10:03:46,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0470578670502s 2018-08-19 10:03:46,588 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/aefc51d8-cedc-45b6-997b-47f9454b9e71 used request id req-cd784186-6ae0-41cc-93ac-f71ec4d81a2e 2018-08-19 10:03:46,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 10:03:46,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/0ab9b5b5-e141-4740-8806-297cf4b66da8/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}3e289ded737e73710d9f2892bd4124e02be93049" -d '{"subnet_id": "4c9e36f3-8dd3-4e8d-b763-48a60dff199c"}' 2018-08-19 10:03:48,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9f86d9cd-c9b7-410e-8445-11b095615cda Date: Sun, 19 Aug 2018 10:03:48 GMT RESP BODY: {"network_id": "929aecd2-cbb5-4456-90b0-d518a0589546", "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "subnet_id": "4c9e36f3-8dd3-4e8d-b763-48a60dff199c", "subnet_ids": ["4c9e36f3-8dd3-4e8d-b763-48a60dff199c"], "port_id": "95b4ca75-b79b-4178-a6fa-59c304467f3b", "id": "0ab9b5b5-e141-4740-8806-297cf4b66da8"} 2018-08-19 10:03:48,401 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0ab9b5b5-e141-4740-8806-297cf4b66da8/remove_router_interface.json used request id req-9f86d9cd-c9b7-410e-8445-11b095615cda 2018-08-19 10:03:48,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.81297492981s 2018-08-19 10:03:48,402 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0ab9b5b5-e141-4740-8806-297cf4b66da8/remove_router_interface.json used request id req-9f86d9cd-c9b7-410e-8445-11b095615cda returning object 0ab9b5b5-e141-4740-8806-297cf4b66da8 2018-08-19 10:03:48,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 10:03:48,403 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:03:48,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-708c50cf-c9a2-4919-944d-5bd60251a8b6 Date: Sun, 19 Aug 2018 10:03:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "7dc2782794df470c83590a2cbd73fefb", "created_at": "2018-08-19T10:01:08Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-19T10:03:47Z", "revision_number": 4, "routes": [], "project_id": "7dc2782794df470c83590a2cbd73fefb", "id": "0ab9b5b5-e141-4740-8806-297cf4b66da8", "name": "neutron_trunk-router_1aeb071a-0e50-402b-86eb-4cb96bc62737"}]} 2018-08-19 10:03:48,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-708c50cf-c9a2-4919-944d-5bd60251a8b6 2018-08-19 10:03:48,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.382957935333s 2018-08-19 10:03:48,786 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-708c50cf-c9a2-4919-944d-5bd60251a8b6 2018-08-19 10:03:48,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 10:03:48,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/0ab9b5b5-e141-4740-8806-297cf4b66da8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:03:50,797 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5d2027bd-7621-4e4a-bdfc-79e68237c450 Content-Length: 0 Date: Sun, 19 Aug 2018 10:03:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:03:50,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/0ab9b5b5-e141-4740-8806-297cf4b66da8.json used request id req-5d2027bd-7621-4e4a-bdfc-79e68237c450 2018-08-19 10:03:50,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.01071500778s 2018-08-19 10:03:50,798 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/0ab9b5b5-e141-4740-8806-297cf4b66da8.json used request id req-5d2027bd-7621-4e4a-bdfc-79e68237c450 2018-08-19 10:03:50,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 10:03:50,799 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:03:51,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-9fb40628-5ed1-47d8-b1a8-48b4bad55c58 Date: Sun, 19 Aug 2018 10:03:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:09Z","dns_nameservers":[],"updated_at":"2018-08-19T07:38:09Z","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":"72d414281c1547fdbc271e9afb311d2d","id":"17cee6fd-65c6-481f-9db8-4732319e9d7e","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"929aecd2-cbb5-4456-90b0-d518a0589546","tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T10:01:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T10:01:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"7dc2782794df470c83590a2cbd73fefb","id":"4c9e36f3-8dd3-4e8d-b763-48a60dff199c","subnetpool_id":null,"name":"neutron_trunk-subnet_1aeb071a-0e50-402b-86eb-4cb96bc62737"}]} 2018-08-19 10:03:51,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-9fb40628-5ed1-47d8-b1a8-48b4bad55c58 2018-08-19 10:03:51,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.352072000504s 2018-08-19 10:03:51,151 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-9fb40628-5ed1-47d8-b1a8-48b4bad55c58 2018-08-19 10:03:51,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 10:03:51,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/4c9e36f3-8dd3-4e8d-b763-48a60dff199c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:03:53,591 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fb9d76ed-2d99-494b-8a71-8af87ba35889 Date: Sun, 19 Aug 2018 10:03:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:03:53,591 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/4c9e36f3-8dd3-4e8d-b763-48a60dff199c.json used request id req-fb9d76ed-2d99-494b-8a71-8af87ba35889 2018-08-19 10:03:53,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.43851709366s 2018-08-19 10:03:53,591 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/4c9e36f3-8dd3-4e8d-b763-48a60dff199c.json used request id req-fb9d76ed-2d99-494b-8a71-8af87ba35889 2018-08-19 10:03:53,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:03:53,592 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:03:53,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1356 X-Openstack-Request-Id: req-d6f5ae36-916e-4c23-a3ff-84d7161e77b1 Date: Sun, 19 Aug 2018 10:03:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"929aecd2-cbb5-4456-90b0-d518a0589546","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7dc2782794df470c83590a2cbd73fefb","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-19T10:03:53Z","provider:segmentation_id":94,"name":"neutron_trunk-net_1aeb071a-0e50-402b-86eb-4cb96bc62737","admin_state_up":true,"tenant_id":"7dc2782794df470c83590a2cbd73fefb","created_at":"2018-08-19T10:01:06Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 10:03:53,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d6f5ae36-916e-4c23-a3ff-84d7161e77b1 2018-08-19 10:03:53,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107684850693s 2018-08-19 10:03:53,700 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d6f5ae36-916e-4c23-a3ff-84d7161e77b1 2018-08-19 10:03:53,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 10:03:53,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/929aecd2-cbb5-4456-90b0-d518a0589546.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:03:55,354 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f9cbd01b-fac2-4c9c-9d99-ea981d476108 Date: Sun, 19 Aug 2018 10:03:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:03:55,354 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/929aecd2-cbb5-4456-90b0-d518a0589546.json used request id req-f9cbd01b-fac2-4c9c-9d99-ea981d476108 2018-08-19 10:03:55,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.65315699577s 2018-08-19 10:03:55,355 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/929aecd2-cbb5-4456-90b0-d518a0589546.json used request id req-f9cbd01b-fac2-4c9c-9d99-ea981d476108 2018-08-19 10:03:55,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:03:55,363 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:03:56,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-c521e52f-2cfd-4672-b34c-3c0f9f2ffc45 Date: Sun, 19 Aug 2018 10:03:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:01:14Z", "file": "/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/file", "owner": "7dc2782794df470c83590a2cbd73fefb", "id": "36d61dbd-f2d3-43ab-a351-13f9a77c68e8", "size": 12716032, "self": "/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_1aeb071a-0e50-402b-86eb-4cb96bc62737", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_1aeb071a-0e50-402b-86eb-4cb96bc62737", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-19T10:01:12Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:03:56,064 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c521e52f-2cfd-4672-b34c-3c0f9f2ffc45 2018-08-19 10:03:56,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.705448865891s 2018-08-19 10:03:56,065 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c521e52f-2cfd-4672-b34c-3c0f9f2ffc45 2018-08-19 10:03:56,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 10:03:56,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:03:57,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-af47db7b-9efa-4efd-9270-04665d8a8114 Date: Sun, 19 Aug 2018 10:03:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 10:03:57,659 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8 used request id req-af47db7b-9efa-4efd-9270-04665d8a8114 2018-08-19 10:03:57,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.59284496307s 2018-08-19 10:03:57,660 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/36d61dbd-f2d3-43ab-a351-13f9a77c68e8 used request id req-af47db7b-9efa-4efd-9270-04665d8a8114 2018-08-19 10:03:57,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 10:03:57,663 - 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}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:03:57,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:03:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c0e9765-129a-4715-87d9-fbb8c1b90154 x-compute-request-id: req-0c0e9765-129a-4715-87d9-fbb8c1b90154 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_1aeb071a-0e50-402b-86eb-4cb96bc62737", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b423c861-4213-4c6b-b210-0e56a7f6d361", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b423c861-4213-4c6b-b210-0e56a7f6d361", "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": "b423c861-4213-4c6b-b210-0e56a7f6d361"}]} 2018-08-19 10:03:57,685 - 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-0c0e9765-129a-4715-87d9-fbb8c1b90154 2018-08-19 10:03:57,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0247209072113s 2018-08-19 10:03:57,686 - 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-0c0e9765-129a-4715-87d9-fbb8c1b90154 2018-08-19 10:03:57,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 10:03:57,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/b423c861-4213-4c6b-b210-0e56a7f6d361 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3e289ded737e73710d9f2892bd4124e02be93049" 2018-08-19 10:03:57,726 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 10:03:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bb9038db-3697-4a0e-be66-cd9009633d79 x-compute-request-id: req-bb9038db-3697-4a0e-be66-cd9009633d79 Content-Length: 0 Content-Type: application/json 2018-08-19 10:03:57,726 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b423c861-4213-4c6b-b210-0e56a7f6d361 used request id req-bb9038db-3697-4a0e-be66-cd9009633d79 2018-08-19 10:03:57,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0388200283051s 2018-08-19 10:03:57,727 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b423c861-4213-4c6b-b210-0e56a7f6d361 used request id req-bb9038db-3697-4a0e-be66-cd9009633d79 2018-08-19 10:03:57,789 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-19 10:03:57,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 10:03:57,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 10:03:57,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 10:03:57,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 10:03:57,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 10:03:57,834 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 10:03:57,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 10:03:57,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 10:03:57,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 10:03:57,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 10:03:57,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 10:03:57,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 10:03:57,836 - 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-19 10:03:57,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:03:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d093684-3de9-481e-af28-4850264d10dc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 10:03:57,841 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3d093684-3de9-481e-af28-4850264d10dc 2018-08-19 10:03:57,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:03:58,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:03:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["FPCjpqTyR1i_srcw8THwYA"], "issued_at": "2018-08-19T10:03:58.000000Z"}} 2018-08-19 10:03:58,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:03:58,266 - 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}812665c86d5a58de10e4e76e4317663c82af6136" 2018-08-19 10:03:58,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-feb813fe-e1f6-4e33-b146-a0f6ef645f6f Date: Sun, 19 Aug 2018 10:03:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 10:03:58,668 - 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-feb813fe-e1f6-4e33-b146-a0f6ef645f6f 2018-08-19 10:03:58,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.402833938599s 2018-08-19 10:03:58,668 - 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-feb813fe-e1f6-4e33-b146-a0f6ef645f6f 2018-08-19 10:03:58,669 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-19 10:04:01,407 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-19 10:04:04,176 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 115df98e-f162-4e83-b9c4-8f9eaf68ddf5 | 2018-08-19T10:04:03.837640 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 115df98e-f162-4e83-b9c4-8f9eaf68ddf5 ~/.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-19 10:04:08,136 - 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-19 10:04:08,137 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-19 10:04:10,692 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-19 10:04:14,149 - 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=cf4ec598-2880-404d-9b96-055bffed6e20) as the default verifier for the future CLI operations. 2018-08-19 10:04:17,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-19 10:04:17,412 - 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}812665c86d5a58de10e4e76e4317663c82af6136" 2018-08-19 10:04:17,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-1e514626-1a27-4f78-a1b3-036700c1b9be Date: Sun, 19 Aug 2018 10:04:17 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-19 10:04:17,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-1e514626-1a27-4f78-a1b3-036700c1b9be 2018-08-19 10:04:17,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.274878025055s 2018-08-19 10:04:17,687 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-1e514626-1a27-4f78-a1b3-036700c1b9be 2018-08-19 10:04:17,694 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: bgpvpn 2018-08-19 10:04:17,694 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-bgpvpn'... 2018-08-19 10:04:17,694 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 00:00 | SKIP | +---------------------------+------------------+------------------+----------------+ 2018-08-19 10:04:17,750 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-19 10:04:17,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 10:04:17,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 10:04:17,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 10:04:17,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 10:04:17,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 10:04:17,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 10:04:17,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 10:04:17,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 10:04:17,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 10:04:17,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 10:04:17,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 10:04:17,793 - 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-19 10:04:17,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:04:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1394d07b-6cf3-4cd7-9e75-b541a37924de Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 10:04:17,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1394d07b-6cf3-4cd7-9e75-b541a37924de 2018-08-19 10:04:17,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:04:18,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:04:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["W3HoVKawR52Aqd8bJ4PdMg"], "issued_at": "2018-08-19T10:04:18.000000Z"}} 2018-08-19 10:04:18,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:04:18,205 - 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}a6655faaaaaa8c21ed87bca311397b778dd9273a" 2018-08-19 10:04:18,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-8fd27edc-a6c2-49cd-b160-7826dd9e639a Date: Sun, 19 Aug 2018 10:04:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 10:04:18,569 - 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-8fd27edc-a6c2-49cd-b160-7826dd9e639a 2018-08-19 10:04:18,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.364691019058s 2018-08-19 10:04:18,569 - 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-8fd27edc-a6c2-49cd-b160-7826dd9e639a 2018-08-19 10:04:18,570 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-19 10:04:21,858 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-19 10:04:24,464 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 11149bf5-b6ca-4828-9ad1-72157a6df3e7 | 2018-08-19T10:04:24.132108 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 11149bf5-b6ca-4828-9ad1-72157a6df3e7 ~/.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-19 10:04:28,183 - 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-19 10:04:28,184 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-19 10:04:30,860 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-19 10:04:34,234 - 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=b81a9a13-ee42-46eb-b86c-d0f73975245f) as the default verifier for the future CLI operations. 2018-08-19 10:04:37,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-19 10:04:37,586 - 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}a6655faaaaaa8c21ed87bca311397b778dd9273a" 2018-08-19 10:04:37,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-57b6dd98-bae0-4553-99ae-fc57e235f664 Date: Sun, 19 Aug 2018 10:04:37 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-19 10:04:37,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-57b6dd98-bae0-4553-99ae-fc57e235f664 2018-08-19 10:04:37,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.193373918533s 2018-08-19 10:04:37,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-57b6dd98-bae0-4553-99ae-fc57e235f664 2018-08-19 10:04:37,787 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-19 10:04:37,787 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-19 10:04:37,788 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-19 10:04:37,846 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-19 10:04:37,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 10:04:37,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-19 10:04:37,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 10:04:37,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 10:04:37,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 10:04:37,888 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 10:04:37,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 10:04:37,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 10:04:37,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 10:04:37,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-19 10:04:37,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-19 10:04:37,891 - 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-19 10:04:37,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2897920b-4c0f-4d51-b140-d643cb3d0863 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 10:04:37,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2897920b-4c0f-4d51-b140-d643cb3d0863 2018-08-19 10:04:37,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:04:38,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:04:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["1NIZjMdMSQOBAFJ62boUzQ"], "issued_at": "2018-08-19T10:04:38.000000Z"}} 2018-08-19 10:04:38,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:04:38,305 - 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}fc7cfec0ad243331a7f9938b70a025751cfa6b05" 2018-08-19 10:04:38,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-149f82bc-2bc6-4a8d-8906-a89924b1f26d Date: Sun, 19 Aug 2018 10:04:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 10:04:38,736 - 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-149f82bc-2bc6-4a8d-8906-a89924b1f26d 2018-08-19 10:04:38,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.432291030884s 2018-08-19 10:04:38,737 - 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-149f82bc-2bc6-4a8d-8906-a89924b1f26d 2018-08-19 10:04:38,737 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-19 10:04:42,156 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-19 10:04:44,992 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 0ef8f3c5-9c8d-4abd-8020-5010053cabef | 2018-08-19T10:04:44.632263 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 0ef8f3c5-9c8d-4abd-8020-5010053cabef ~/.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-19 10:04:48,854 - 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-19 10:04:48,855 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-19 10:04:51,419 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-19 10:04:54,809 - 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=3e25deea-12bc-41e1-acd4-64bd45ab83c8) as the default verifier for the future CLI operations. 2018-08-19 10:04:58,181 - 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-19 10:04:58,187 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 10:04:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e34a600a-eb34-4ea6-9da4-020c72cd4930 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-19 10:04:58,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-e34a600a-eb34-4ea6-9da4-020c72cd4930 2018-08-19 10:04:58,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-19 10:04:58,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-19 10:04:58,197 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 10:04:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c51fd19f-2934-4e0c-a5ce-17c4035d4550 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-19 10:04:58,197 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-c51fd19f-2934-4e0c-a5ce-17c4035d4550 2018-08-19 10:04:58,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fc7cfec0ad243331a7f9938b70a025751cfa6b05" 2018-08-19 10:04:58,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20abd64b-4345-49df-b724-522fbe6afecb Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/012668ad07c34510a76ee2503281f9cb"}, "enabled": true, "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1de0e64add6448e0a8b5752f402eb2fd"}, "enabled": true, "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/3f83350c4e9a43ae87a2600bb2a1a314"}, "enabled": true, "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/477b85685b75469db08c6a659067bd48"}, "enabled": true, "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/59aad9c36a7d42b6a271bc3a35c5a39f"}, "enabled": true, "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5b8d604f1d03452fab77ec4833ca15de"}, "enabled": true, "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/655735565e5c422bb657fbd66e4a8d4c"}, "enabled": true, "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/6a0af4ff3dc94408a5132917d313f0b5"}, "enabled": true, "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/717c88ec1f2e4106b987eeb75e3320fd"}, "enabled": true, "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f0631a82bbb4970853fdd9ee97203c2"}, "enabled": true, "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f5947702d824fb594b3afca5197709d"}, "enabled": true, "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a3e41d5d1c274d21adbcc5ffec0cfb0e"}, "enabled": true, "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a582ffbdb6f14018b1b71fc2bfb32f01"}, "enabled": true, "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c10f1a74d52045b1acb2ffa2d597c1c1"}, "enabled": true, "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e68e98acf2224a65b39a77ee316d0668"}, "enabled": true, "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-19 10:04:58,388 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-20abd64b-4345-49df-b724-522fbe6afecb 2018-08-19 10:04:58,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.198184013367s 2018-08-19 10:04:58,389 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-20abd64b-4345-49df-b724-522fbe6afecb 2018-08-19 10:04:58,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-19 10:04:58,395 - 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}fc7cfec0ad243331a7f9938b70a025751cfa6b05" 2018-08-19 10:04:58,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-e0701866-ede7-4f4b-a54a-e669408ee1a7 Date: Sun, 19 Aug 2018 10:04:58 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-19 10:04:58,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-e0701866-ede7-4f4b-a54a-e669408ee1a7 2018-08-19 10:04:58,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.276516914368s 2018-08-19 10:04:58,672 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/extensions.json used request id req-e0701866-ede7-4f4b-a54a-e669408ee1a7 2018-08-19 10:04:58,679 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-19 10:04:58,679 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-19 10:04:58,684 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 05:42 | PASS | | neutron-tempest-plugin-api | functest | smoke | 14:23 | FAIL | | rally_sanity | functest | smoke | 26:33 | FAIL | | refstack_defcore | functest | smoke | 07:59 | FAIL | | patrole | functest | smoke | 02:13 | PASS | | vmtp | functest | smoke | 00:51 | FAIL | | shaker | functest | smoke | 64:52 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:39 | PASS | | networking-bgpvpn | functest | smoke | 00:00 | SKIP | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-08-19 10:04:58,696 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-19 10:04:58,789 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-19 10:05:01,592 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-224 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-19 10:05:01,598 - 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.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=yN2q2Yw0UDBfekTi2WGdiWX7Q 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=7dc2782794df470c83590a2cbd73fefb export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=YYS2Y1XAj1h8ttZPamEjk7Evq export OS_REGION_NAME=regionOne 2018-08-19 10:05:01,599 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-19 10:05:01,599 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-19 10:05:01,600 - 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-19 10:05:01,606 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-19 10:05:04,101 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-224 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-19 10:05:04,103 - 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.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=yN2q2Yw0UDBfekTi2WGdiWX7Q 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=7dc2782794df470c83590a2cbd73fefb export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=YYS2Y1XAj1h8ttZPamEjk7Evq export OS_REGION_NAME=regionOne 2018-08-19 10:05:04,104 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-19 10:05:04,104 - 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-19 10:05:04,115 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-08-19 10:05:04,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 10:05:04,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 10:05:04,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 10:05:04,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 10:05:04,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 10:05:04,511 - 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-19 10:05:04,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef4b2776-a1ad-402b-9066-f618b889c77d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 10:05:04,516 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ef4b2776-a1ad-402b-9066-f618b889c77d 2018-08-19 10:05:04,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:05:04,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:05:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["47UYi-J0RXK3u_YDw0ZoSg"], "issued_at": "2018-08-19T10:05:04.000000Z"}} 2018-08-19 10:05:04,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:05:04,922 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:05:05,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-5fbd10a5-e988-4f11-bf7d-52f38a756743 Date: Sun, 19 Aug 2018 10:05:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 10:05:05,268 - 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-5fbd10a5-e988-4f11-bf7d-52f38a756743 2018-08-19 10:05:05,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346591949463s 2018-08-19 10:05:05,268 - 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-5fbd10a5-e988-4f11-bf7d-52f38a756743 2018-08-19 10:05:05,277 - 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-19 10:05:05,282 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 10:05:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e8053d6-0b68-439a-a4ad-54cb51f0951a 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-19 10:05:05,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-0e8053d6-0b68-439a-a4ad-54cb51f0951a 2018-08-19 10:05:05,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 10:05:05,286 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:05:05,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc3da13c-876c-48d7-9b2d-e105f8c977a3 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 10:05:05,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-cc3da13c-876c-48d7-9b2d-e105f8c977a3 2018-08-19 10:05:05,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.203982114792s 2018-08-19 10:05:05,488 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-cc3da13c-876c-48d7-9b2d-e105f8c977a3 2018-08-19 10:05:05,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 10:05:05,498 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}}' 2018-08-19 10:05:05,722 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 10:05:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c6f6543-8eb0-4781-893f-3b68068f3649 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/d2cd8305eacf4d54a5cce81130c2ae49"}, "tags": [], "enabled": true, "id": "d2cd8305eacf4d54a5cce81130c2ae49", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}} 2018-08-19 10:05:05,722 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-5c6f6543-8eb0-4781-893f-3b68068f3649 2018-08-19 10:05:05,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.226855039597s 2018-08-19 10:05:05,722 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-5c6f6543-8eb0-4781-893f-3b68068f3649 2018-08-19 10:05:05,723 - 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'd2cd8305eacf4d54a5cce81130c2ae49', '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_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82'}) 2018-08-19 10:05:05,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 10:05:05,731 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6e54f077-6ac6-43ea-977b-4ea6b02392e0", "email": null, "name": "cloudify-user_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}}' 2018-08-19 10:05:06,212 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 10:05:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b02629c-8dd2-4d17-bf06-d730e59e3ff0 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "links": {"self": "http://172.30.9.27:5000/v3/users/2fbaca9d1a2f44cca3baffd34219790a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2fbaca9d1a2f44cca3baffd34219790a", "domain_id": "default", "password_expires_at": null}} 2018-08-19 10:05:06,212 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-3b02629c-8dd2-4d17-bf06-d730e59e3ff0 2018-08-19 10:05:06,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.484157085419s 2018-08-19 10:05:06,212 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-3b02629c-8dd2-4d17-bf06-d730e59e3ff0 2018-08-19 10:05:06,213 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2fbaca9d1a2f44cca3baffd34219790a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82'}) 2018-08-19 10:05:06,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:05:06,215 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:05:06,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f549a222-f47a-495c-a406-6667119cc330 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 10:05:06,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f549a222-f47a-495c-a406-6667119cc330 2018-08-19 10:05:06,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188987970352s 2018-08-19 10:05:06,403 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f549a222-f47a-495c-a406-6667119cc330 2018-08-19 10:05:06,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:05:06,411 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:05:06,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c53265df-9d02-4a0f-a660-84b2e634ed4c 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 10:05:06,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c53265df-9d02-4a0f-a660-84b2e634ed4c 2018-08-19 10:05:06,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.207346916199s 2018-08-19 10:05:06,616 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c53265df-9d02-4a0f-a660-84b2e634ed4c 2018-08-19 10:05:06,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:05:06,622 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:05:06,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa74a13c-2612-4fb9-a22b-372ae3f85eb2 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 10:05:06,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fa74a13c-2612-4fb9-a22b-372ae3f85eb2 2018-08-19 10:05:06,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181375980377s 2018-08-19 10:05:06,801 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-fa74a13c-2612-4fb9-a22b-372ae3f85eb2 2018-08-19 10:05:06,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 10:05:06,809 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:05:06,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e8c18fa-cf7a-4b37-bdd5-98223cd824d7 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-19 10:05:06,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-0e8c18fa-cf7a-4b37-bdd5-98223cd824d7 2018-08-19 10:05:06,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.186407089233s 2018-08-19 10:05:06,993 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-0e8c18fa-cf7a-4b37-bdd5-98223cd824d7 2018-08-19 10:05:06,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 10:05:06,996 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:05:07,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73d20913-f9aa-492a-a4c4-ab3f1f2fc436 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cloudify-user_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "links": {"self": "http://172.30.9.27:5000/v3/users/2fbaca9d1a2f44cca3baffd34219790a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2fbaca9d1a2f44cca3baffd34219790a", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 10:05:07,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-73d20913-f9aa-492a-a4c4-ab3f1f2fc436 2018-08-19 10:05:07,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.239770889282s 2018-08-19 10:05:07,234 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-73d20913-f9aa-492a-a4c4-ab3f1f2fc436 2018-08-19 10:05:07,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 10:05:07,247 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:05:07,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e4b02f-0465-457f-86ca-2cfd79418212 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/d2cd8305eacf4d54a5cce81130c2ae49"}, "tags": [], "enabled": true, "id": "d2cd8305eacf4d54a5cce81130c2ae49", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-19 10:05:07,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-b6e4b02f-0465-457f-86ca-2cfd79418212 2018-08-19 10:05:07,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.189031124115s 2018-08-19 10:05:07,434 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-b6e4b02f-0465-457f-86ca-2cfd79418212 2018-08-19 10:05:07,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 10:05:07,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=2fbaca9d1a2f44cca3baffd34219790a&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=d2cd8305eacf4d54a5cce81130c2ae49" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:05:07,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03ca40d5-0f24-4695-8666-486d69526834 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=2fbaca9d1a2f44cca3baffd34219790a&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=d2cd8305eacf4d54a5cce81130c2ae49", "previous": null, "next": null}} 2018-08-19 10:05:07,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=2fbaca9d1a2f44cca3baffd34219790a&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=d2cd8305eacf4d54a5cce81130c2ae49 used request id req-03ca40d5-0f24-4695-8666-486d69526834 2018-08-19 10:05:07,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.196354150772s 2018-08-19 10:05:07,638 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=2fbaca9d1a2f44cca3baffd34219790a&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=d2cd8305eacf4d54a5cce81130c2ae49 used request id req-03ca40d5-0f24-4695-8666-486d69526834 2018-08-19 10:05:07,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 10:05:07,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/d2cd8305eacf4d54a5cce81130c2ae49/users/2fbaca9d1a2f44cca3baffd34219790a/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:05:07,796 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 10:05:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1cf113da-f680-4722-bc85-f55ca19e1514 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 10:05:07,797 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/d2cd8305eacf4d54a5cce81130c2ae49/users/2fbaca9d1a2f44cca3baffd34219790a/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-1cf113da-f680-4722-bc85-f55ca19e1514 2018-08-19 10:05:07,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.155573129654s 2018-08-19 10:05:07,797 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/d2cd8305eacf4d54a5cce81130c2ae49/users/2fbaca9d1a2f44cca3baffd34219790a/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-1cf113da-f680-4722-bc85-f55ca19e1514 2018-08-19 10:05:07,798 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', 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'd2cd8305eacf4d54a5cce81130c2ae49', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '6e54f077-6ac6-43ea-977b-4ea6b02392e0', 'username': u'cloudify-user_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', '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-19 10:05:07,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 10:05:07,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 10:05:07,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 10:05:07,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 10:05:07,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 10:05:07,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 10:05:07,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 10:05:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 10:05:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 10:05:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 10:05:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 10:05:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 10:05:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 10:05:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 10:05:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 10:05:07,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 10:05:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 10:05:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 10:05:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 10:05:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 10:05:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 10:05:07,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 10:05:07,802 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', 'password': '6e54f077-6ac6-43ea-977b-4ea6b02392e0', 'project_name': 'cloudify-project_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'd2cd8305eacf4d54a5cce81130c2ae49', 'project_domain_name': 'Default'} 2018-08-19 10:05:07,803 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-08-19 10:05:07,804 - 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-19 10:05:07,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:05:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ebc3bca-5be7-471e-8416-f9081b662bbe Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 10:05:07,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1ebc3bca-5be7-471e-8416-f9081b662bbe 2018-08-19 10:05:07,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:05:08,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:05:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d2cd8305eacf4d54a5cce81130c2ae49", "name": "cloudify-project_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d2cd8305eacf4d54a5cce81130c2ae49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/d2cd8305eacf4d54a5cce81130c2ae49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/d2cd8305eacf4d54a5cce81130c2ae49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/d2cd8305eacf4d54a5cce81130c2ae49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/d2cd8305eacf4d54a5cce81130c2ae49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/d2cd8305eacf4d54a5cce81130c2ae49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/d2cd8305eacf4d54a5cce81130c2ae49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/d2cd8305eacf4d54a5cce81130c2ae49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/d2cd8305eacf4d54a5cce81130c2ae49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/d2cd8305eacf4d54a5cce81130c2ae49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/d2cd8305eacf4d54a5cce81130c2ae49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/d2cd8305eacf4d54a5cce81130c2ae49", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_d2cd8305eacf4d54a5cce81130c2ae49", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_d2cd8305eacf4d54a5cce81130c2ae49", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "id": "2fbaca9d1a2f44cca3baffd34219790a"}, "audit_ids": ["qX6XT1CNREOX5MahEqKplA"], "issued_at": "2018-08-19T10:05:08.000000Z"}} 2018-08-19 10:05:08,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 10:05:08,300 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -d '{"network": {"name": "cloudify-net_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "admin_state_up": true}}' 2018-08-19 10:05:09,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-0c11396d-6e62-41cb-bc8c-6fc69d45eb5a Date: Sun, 19 Aug 2018 10:05:09 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d2cd8305eacf4d54a5cce81130c2ae49","created_at":"2018-08-19T10:05:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-19T10:05:08Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d2cd8305eacf4d54a5cce81130c2ae49","id":"96398785-2a55-49a6-a478-75105a3d29ee","name":"cloudify-net_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}} 2018-08-19 10:05:09,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0c11396d-6e62-41cb-bc8c-6fc69d45eb5a 2018-08-19 10:05:09,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.731512784958s 2018-08-19 10:05:09,031 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-0c11396d-6e62-41cb-bc8c-6fc69d45eb5a 2018-08-19 10:05:09,032 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T10:05:08Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'96398785-2a55-49a6-a478-75105a3d29ee', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', u'admin_state_up': True, u'tenant_id': u'd2cd8305eacf4d54a5cce81130c2ae49', u'created_at': u'2018-08-19T10:05:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd2cd8305eacf4d54a5cce81130c2ae49'}) 2018-08-19 10:05:09,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:05:09,033 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:05:09,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-f108b912-737e-4ea0-9ec3-04722b6674d4 Date: Sun, 19 Aug 2018 10:05:09 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-19T10:05:08Z","tenant_id":"d2cd8305eacf4d54a5cce81130c2ae49","created_at":"2018-08-19T10:05:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"d2cd8305eacf4d54a5cce81130c2ae49","id":"96398785-2a55-49a6-a478-75105a3d29ee","name":"cloudify-net_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 10:05:09,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f108b912-737e-4ea0-9ec3-04722b6674d4 2018-08-19 10:05:09,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.383032083511s 2018-08-19 10:05:09,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f108b912-737e-4ea0-9ec3-04722b6674d4 2018-08-19 10:05:09,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 10:05:09,418 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -d '{"subnet": {"name": "cloudify-subnet_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "enable_dhcp": true, "network_id": "96398785-2a55-49a6-a478-75105a3d29ee", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 10:05:10,300 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2977089d-48d2-4c0e-9acc-c611e69931de Date: Sun, 19 Aug 2018 10:05:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"96398785-2a55-49a6-a478-75105a3d29ee","tenant_id":"d2cd8305eacf4d54a5cce81130c2ae49","created_at":"2018-08-19T10:05:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T10:05:09Z","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":"d2cd8305eacf4d54a5cce81130c2ae49","id":"f55476c7-a9ed-4376-80e0-9d9b64f46c92","subnetpool_id":null,"name":"cloudify-subnet_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}} 2018-08-19 10:05:10,301 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-2977089d-48d2-4c0e-9acc-c611e69931de 2018-08-19 10:05:10,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.883203029633s 2018-08-19 10:05:10,301 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-2977089d-48d2-4c0e-9acc-c611e69931de 2018-08-19 10:05:10,301 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T10:05:09Z', 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'f55476c7-a9ed-4376-80e0-9d9b64f46c92', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', u'enable_dhcp': True, u'network_id': u'96398785-2a55-49a6-a478-75105a3d29ee', u'tenant_id': u'd2cd8305eacf4d54a5cce81130c2ae49', u'created_at': u'2018-08-19T10:05:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd2cd8305eacf4d54a5cce81130c2ae49'}) 2018-08-19 10:05:10,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 10:05:10,302 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "cloudify-router_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "admin_state_up": true}}' 2018-08-19 10:05:11,896 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-fe7acfe1-8320-46be-81b8-8d69404046b2 Date: Sun, 19 Aug 2018 10:05:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:05:10Z", "admin_state_up": true, "updated_at": "2018-08-19T10:05:11Z", "revision_number": 2, "routes": [], "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "7b87d06e-77b0-4ce2-86bf-f22acb133adc", "name": "cloudify-router_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}} 2018-08-19 10:05:11,896 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-fe7acfe1-8320-46be-81b8-8d69404046b2 2018-08-19 10:05:11,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.59391212463s 2018-08-19 10:05:11,896 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-fe7acfe1-8320-46be-81b8-8d69404046b2 2018-08-19 10:05:11,897 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd2cd8305eacf4d54a5cce81130c2ae49', u'created_at': u'2018-08-19T10:05:10Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T10:05:11Z', u'revision_number': 2, u'routes': [], u'project_id': u'd2cd8305eacf4d54a5cce81130c2ae49', u'id': u'7b87d06e-77b0-4ce2-86bf-f22acb133adc', u'name': u'cloudify-router_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82'}) 2018-08-19 10:05:11,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 10:05:11,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/7b87d06e-77b0-4ce2-86bf-f22acb133adc/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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -d '{"subnet_id": "f55476c7-a9ed-4376-80e0-9d9b64f46c92"}' 2018-08-19 10:05:14,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f3aaa700-e0cd-4331-9053-58d5f7d85312 Date: Sun, 19 Aug 2018 10:05:14 GMT RESP BODY: {"network_id": "96398785-2a55-49a6-a478-75105a3d29ee", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "subnet_id": "f55476c7-a9ed-4376-80e0-9d9b64f46c92", "subnet_ids": ["f55476c7-a9ed-4376-80e0-9d9b64f46c92"], "port_id": "14bda178-32f0-42cf-9ef9-eecf08deb249", "id": "7b87d06e-77b0-4ce2-86bf-f22acb133adc"} 2018-08-19 10:05:14,338 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/7b87d06e-77b0-4ce2-86bf-f22acb133adc/add_router_interface.json used request id req-f3aaa700-e0cd-4331-9053-58d5f7d85312 2018-08-19 10:05:14,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.44028091431s 2018-08-19 10:05:14,338 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/7b87d06e-77b0-4ce2-86bf-f22acb133adc/add_router_interface.json used request id req-f3aaa700-e0cd-4331-9053-58d5f7d85312 returning object 7b87d06e-77b0-4ce2-86bf-f22acb133adc 2018-08-19 10:05:14,338 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-19 10:05:37,180 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-19 10:05:37,182 - 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-19 10:05:37,186 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 10:05:37 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-19 10:05:37,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:05:37,191 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:05:37,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5e451454-521f-4792-839d-d70da9d3c853 Date: Sun, 19 Aug 2018 10:05:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:05:37,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5e451454-521f-4792-839d-d70da9d3c853 2018-08-19 10:05:37,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.280086994171s 2018-08-19 10:05:37,469 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-5e451454-521f-4792-839d-d70da9d3c853 2018-08-19 10:05:37,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 10:05:37,480 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}' 2018-08-19 10:05:38,224 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d4211b3f-7fe9-4728-9976-14124e1262ed Date: Sun, 19 Aug 2018 10:05:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:05:38Z", "file": "/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/file", "owner": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "94cf6de3-0394-4b14-91cd-7a3d10ddaadb", "size": null, "self": "/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb", "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_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "checksum": null, "created_at": "2018-08-19T10:05:38Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 10:05:38,224 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d4211b3f-7fe9-4728-9976-14124e1262ed 2018-08-19 10:05:38,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.746701955795s 2018-08-19 10:05:38,224 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-d4211b3f-7fe9-4728-9976-14124e1262ed returning object 94cf6de3-0394-4b14-91cd-7a3d10ddaadb 2018-08-19 10:05:38,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 10:05:38,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -d '' 2018-08-19 10:06:36,016 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d3305617-a607-41e0-a851-c60c9a916c8e Date: Sun, 19 Aug 2018 10:06: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-19 10:06:36,016 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/file used request id req-d3305617-a607-41e0-a851-c60c9a916c8e 2018-08-19 10:06:36,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 57.792071104s 2018-08-19 10:06:36,017 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/file used request id req-d3305617-a607-41e0-a851-c60c9a916c8e 2018-08-19 10:06:36,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:06:36,025 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:36,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-2572f5db-c0d5-4a84-badb-14c6bc682da8 Date: Sun, 19 Aug 2018 10:06:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:06:35Z", "file": "/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/file", "owner": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "94cf6de3-0394-4b14-91cd-7a3d10ddaadb", "size": 4373348352, "self": "/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T10:05:38Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:06:36,071 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2572f5db-c0d5-4a84-badb-14c6bc682da8 2018-08-19 10:06:36,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0499341487885s 2018-08-19 10:06:36,071 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2572f5db-c0d5-4a84-badb-14c6bc682da8 2018-08-19 10:06:36,073 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/file', 'owner': u'd2cd8305eacf4d54a5cce81130c2ae49', 'id': u'94cf6de3-0394-4b14-91cd-7a3d10ddaadb', 'size': 4373348352, u'self': u'/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd2cd8305eacf4d54a5cce81130c2ae49', 'name': 'cloudify-project_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T10:06:35Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T10:06:35Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', '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/94cf6de3-0394-4b14-91cd-7a3d10ddaadb', 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_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify-img_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', 'created': u'2018-08-19T10:05:38Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-19T10:05:38Z', 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/94cf6de3-0394-4b14-91cd-7a3d10ddaadb', 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_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-19 10:06:36,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 10:06:36,077 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-19 10:06:36,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbbc402e-6c2b-40fb-9849-8da8c29febdf x-compute-request-id: req-fbbc402e-6c2b-40fb-9849-8da8c29febdf Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58", "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": "85831bff-174b-41a8-9c4d-59f45d5a8c58"}} 2018-08-19 10:06:36,926 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-fbbc402e-6c2b-40fb-9849-8da8c29febdf 2018-08-19 10:06:36,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.851783037186s 2018-08-19 10:06:36,926 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-fbbc402e-6c2b-40fb-9849-8da8c29febdf 2018-08-19 10:06:36,927 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', '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'7dc2782794df470c83590a2cbd73fefb', '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'85831bff-174b-41a8-9c4d-59f45d5a8c58', 'swap': 0}) 2018-08-19 10:06:36,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 10:06:36,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58/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}6482d9278606a28320306c34c8eb184faa20d2c0" -d '{"extra_specs": {}}' 2018-08-19 10:06:36,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-55c857c3-c5a4-4e4b-aa45-0b6e4221be6b x-compute-request-id: req-55c857c3-c5a4-4e4b-aa45-0b6e4221be6b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 10:06:36,950 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58/os-extra_specs used request id req-55c857c3-c5a4-4e4b-aa45-0b6e4221be6b 2018-08-19 10:06:36,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021821975708s 2018-08-19 10:06:36,950 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58/os-extra_specs used request id req-55c857c3-c5a4-4e4b-aa45-0b6e4221be6b 2018-08-19 10:06:36,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-19 10:06:36,953 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -d '{"keypair": {"name": "cloudify-kp_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}}' 2018-08-19 10:06:37,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:06:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f92254bd-ad1b-453c-b823-3de1ede7fe84 x-compute-request-id: req-f92254bd-ad1b-453c-b823-3de1ede7fe84 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClUftKFH4PYnglYaS+SM4Bnptai2/0X9m8a+b2w426QO6Ia8mJKdu7nb47xLtnRfoXyFJXq2uuI7jn/Vqnd7Rj+09fjJBcHyI+8RtYTC50CLbiLnAPqG12afXKFkFDa/fXt3sV2RtGLSlrvKevGe824qEZFVE+PY3ktj4H+2vH10dxFsPXPuBaGSGN4TInquGvcGZIjS6b68Kd0rq6GA309DKDEI0KA57LHYfVvdWVRi4zMn7jrDxjo1r3GhAwtJhh4+vqzVAdEfHga/eZBcExIPeHKDUVuhblmsly3ubMIf+7hJE1OBcPd/c9unsLlViCZoSk5bVHDP7BtlqbbY/h Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEApVH7ShR+D2J4JWGkvkjOAZ6bWotv9F/ZvGvm9sONukDuiGvJ\niSnbu52+O8S7Z0X6F8hSV6trriO45/1ap3e0Y/tPX4yQXB8iPvEbWEwudAi24i5w\nD6htdmn1yhZBQ2v317d7FdkbRi0pa7ynrxnvNuKhGRVRPj2N5LY+B/trx9dHcRbD\n1z7gWhkhjeEyJ6rhr3BmSI0um+vCndK6uhgN9PQygxCNCgOeyx2H1b3VlUYuMzJ+\n46w8Y6Na9xoQMLSYYePr6s1QHRHx4Gv3mQXBMSD3hyg1FboW5ZrJct7mzCH/u4SR\nNTgXD3f3Pbp7C5VYgmaEpOW1Rwz+wbZam22P4QIDAQABAoIBAE2QNTIAg1R8gpon\nQb/1MJIZ9BF7Mj+ZaPK6PVaxUSF9rWxcBeZQuUNBMyuflb1SW5Ak8F0plA/TusE9\nYPcJdp0iH49Yx7Iw+URGoum+dF0Eaamc1/7AqvrPo/34iw4y7clL0HfjsKQwNCrU\nDGhe5pj9o0+9bKyi/Ju91USxdVQAr9wabHPjp1g4Ta55uD0/BA+Po+ttYeVIW2Fr\n5ssM5EfJDwMiyxdFHYDL/8YEMZvxQ6jk28HfLa1KavexrxifjPWFfe4t/tdbnuJB\nYypD/K9HwISAAZ/+NSxDppVsWmV2ynb2ao7M0KgVBb8h/cIo/upQttc1t8qigtlv\nSf5+QAECgYEA1XAqnqQjbO2GPwgi8fO5JyN+WEEQMCEZKMJwqmzBbafwOTzZg6Pb\np58D/tr71n+4R9fi5MV5rkKsGQMMJpNfDkYYqwuzVnTIU1UAZSfhm1aT1O/ZJy5F\nA1fqb4CbgLw37wzc6WjfkW5eNItB2Yc/pbdz35lNmn8pXOor0wM3kIECgYEAxklv\n9DETKjEhgXRUqGIbvwVnazf/9rKvsadeqjy5CsPLzTZ7H22uTaTpExH4YiBJiDl4\nhqVzIigXhqxQdkRkpVdrT+TUh67tfA922ZR7k7FrImwkzvYlNMTugRoJL8NfyrK1\n5X+e9lo3yNtelKCejm6AePPpPS4LJoV/gtnIT2ECgYBFpiaiQhm1UAVAyFzu64N9\n/B0cm462xfY50MmHM5ojOGwxoWOxi2UAW+mn3rnTkzYFa7OEx9QfQ255cv8iD3Ez\nbThbiKPrEIzWdKR+XfdHA4eWMvZ/zJ+Eqcm8vREBf2oZPe9Q04IxKPzg1JiWbYYd\ng7HyQ0qJoflTcq7+WsxlAQKBgEALmE2XTElkdR4LJQz+I1gftre67sIQFQ+cr8bs\nthf0Be/SmRIdqx8JFP9D3qZTJ20IoxVae0WdDXxCS/rnPFrrUY4Mq1jn920K0aiV\nfRTHSYNkyr7OYlYZBbBNaIo04MvnzTjDb+TCXyJROMto1c3Lg1ON9Nf99zwKApWR\nIlIBAoGAQ+e/0UrcXOEf1byObaWFH2icjGo0shDWbRlhq2yrEEtH8r/f7ooPcpVZ\ni7PUV/KJ7fN8Ad60kxtHDSWF+3+8ML87zqNSdMC1xRJeNbvI4U/A8o+b65qZ1C35\nQyvN/H/KvySMqm2ScF9+KbmA8/qvYdKh9bpkFMR1MnjU5VFazP4=\n-----END RSA PRIVATE KEY-----\n", "user_id": "2fbaca9d1a2f44cca3baffd34219790a", "name": "cloudify-kp_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "fingerprint": "51:f3:16:07:1a:3d:62:81:b1:dd:08:e2:f6:d4:0d:02"}} 2018-08-19 10:06:37,334 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-f92254bd-ad1b-453c-b823-3de1ede7fe84 2018-08-19 10:06:37,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.383562803268s 2018-08-19 10:06:37,335 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-f92254bd-ad1b-453c-b823-3de1ede7fe84 2018-08-19 10:06:37,335 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClUftKFH4PYnglYaS+SM4Bnptai2/0X9m8a+b2w426QO6Ia8mJKdu7nb47xLtnRfoXyFJXq2uuI7jn/Vqnd7Rj+09fjJBcHyI+8RtYTC50CLbiLnAPqG12afXKFkFDa/fXt3sV2RtGLSlrvKevGe824qEZFVE+PY3ktj4H+2vH10dxFsPXPuBaGSGN4TInquGvcGZIjS6b68Kd0rq6GA309DKDEI0KA57LHYfVvdWVRi4zMn7jrDxjo1r3GhAwtJhh4+vqzVAdEfHga/eZBcExIPeHKDUVuhblmsly3ubMIf+7hJE1OBcPd/c9unsLlViCZoSk5bVHDP7BtlqbbY/h Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEApVH7ShR+D2J4JWGkvkjOAZ6bWotv9F/ZvGvm9sONukDuiGvJ\niSnbu52+O8S7Z0X6F8hSV6trriO45/1ap3e0Y/tPX4yQXB8iPvEbWEwudAi24i5w\nD6htdmn1yhZBQ2v317d7FdkbRi0pa7ynrxnvNuKhGRVRPj2N5LY+B/trx9dHcRbD\n1z7gWhkhjeEyJ6rhr3BmSI0um+vCndK6uhgN9PQygxCNCgOeyx2H1b3VlUYuMzJ+\n46w8Y6Na9xoQMLSYYePr6s1QHRHx4Gv3mQXBMSD3hyg1FboW5ZrJct7mzCH/u4SR\nNTgXD3f3Pbp7C5VYgmaEpOW1Rwz+wbZam22P4QIDAQABAoIBAE2QNTIAg1R8gpon\nQb/1MJIZ9BF7Mj+ZaPK6PVaxUSF9rWxcBeZQuUNBMyuflb1SW5Ak8F0plA/TusE9\nYPcJdp0iH49Yx7Iw+URGoum+dF0Eaamc1/7AqvrPo/34iw4y7clL0HfjsKQwNCrU\nDGhe5pj9o0+9bKyi/Ju91USxdVQAr9wabHPjp1g4Ta55uD0/BA+Po+ttYeVIW2Fr\n5ssM5EfJDwMiyxdFHYDL/8YEMZvxQ6jk28HfLa1KavexrxifjPWFfe4t/tdbnuJB\nYypD/K9HwISAAZ/+NSxDppVsWmV2ynb2ao7M0KgVBb8h/cIo/upQttc1t8qigtlv\nSf5+QAECgYEA1XAqnqQjbO2GPwgi8fO5JyN+WEEQMCEZKMJwqmzBbafwOTzZg6Pb\np58D/tr71n+4R9fi5MV5rkKsGQMMJpNfDkYYqwuzVnTIU1UAZSfhm1aT1O/ZJy5F\nA1fqb4CbgLw37wzc6WjfkW5eNItB2Yc/pbdz35lNmn8pXOor0wM3kIECgYEAxklv\n9DETKjEhgXRUqGIbvwVnazf/9rKvsadeqjy5CsPLzTZ7H22uTaTpExH4YiBJiDl4\nhqVzIigXhqxQdkRkpVdrT+TUh67tfA922ZR7k7FrImwkzvYlNMTugRoJL8NfyrK1\n5X+e9lo3yNtelKCejm6AePPpPS4LJoV/gtnIT2ECgYBFpiaiQhm1UAVAyFzu64N9\n/B0cm462xfY50MmHM5ojOGwxoWOxi2UAW+mn3rnTkzYFa7OEx9QfQ255cv8iD3Ez\nbThbiKPrEIzWdKR+XfdHA4eWMvZ/zJ+Eqcm8vREBf2oZPe9Q04IxKPzg1JiWbYYd\ng7HyQ0qJoflTcq7+WsxlAQKBgEALmE2XTElkdR4LJQz+I1gftre67sIQFQ+cr8bs\nthf0Be/SmRIdqx8JFP9D3qZTJ20IoxVae0WdDXxCS/rnPFrrUY4Mq1jn920K0aiV\nfRTHSYNkyr7OYlYZBbBNaIo04MvnzTjDb+TCXyJROMto1c3Lg1ON9Nf99zwKApWR\nIlIBAoGAQ+e/0UrcXOEf1byObaWFH2icjGo0shDWbRlhq2yrEEtH8r/f7ooPcpVZ\ni7PUV/KJ7fN8Ad60kxtHDSWF+3+8ML87zqNSdMC1xRJeNbvI4U/A8o+b65qZ1C35\nQyvN/H/KvySMqm2ScF9+KbmA8/qvYdKh9bpkFMR1MnjU5VFazP4=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2fbaca9d1a2f44cca3baffd34219790a', 'name': u'cloudify-kp_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', 'created_at': '2018-08-19T10:06:37.335740', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd2cd8305eacf4d54a5cce81130c2ae49', 'name': 'cloudify-project_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'51:f3:16:07:1a:3d:62:81:b1:dd:08:e2:f6:d4:0d:02', 'type': 'ssh', 'id': u'cloudify-kp_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82'}) 2018-08-19 10:06:37,336 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEApVH7ShR+D2J4JWGkvkjOAZ6bWotv9F/ZvGvm9sONukDuiGvJ iSnbu52+O8S7Z0X6F8hSV6trriO45/1ap3e0Y/tPX4yQXB8iPvEbWEwudAi24i5w D6htdmn1yhZBQ2v317d7FdkbRi0pa7ynrxnvNuKhGRVRPj2N5LY+B/trx9dHcRbD 1z7gWhkhjeEyJ6rhr3BmSI0um+vCndK6uhgN9PQygxCNCgOeyx2H1b3VlUYuMzJ+ 46w8Y6Na9xoQMLSYYePr6s1QHRHx4Gv3mQXBMSD3hyg1FboW5ZrJct7mzCH/u4SR NTgXD3f3Pbp7C5VYgmaEpOW1Rwz+wbZam22P4QIDAQABAoIBAE2QNTIAg1R8gpon Qb/1MJIZ9BF7Mj+ZaPK6PVaxUSF9rWxcBeZQuUNBMyuflb1SW5Ak8F0plA/TusE9 YPcJdp0iH49Yx7Iw+URGoum+dF0Eaamc1/7AqvrPo/34iw4y7clL0HfjsKQwNCrU DGhe5pj9o0+9bKyi/Ju91USxdVQAr9wabHPjp1g4Ta55uD0/BA+Po+ttYeVIW2Fr 5ssM5EfJDwMiyxdFHYDL/8YEMZvxQ6jk28HfLa1KavexrxifjPWFfe4t/tdbnuJB YypD/K9HwISAAZ/+NSxDppVsWmV2ynb2ao7M0KgVBb8h/cIo/upQttc1t8qigtlv Sf5+QAECgYEA1XAqnqQjbO2GPwgi8fO5JyN+WEEQMCEZKMJwqmzBbafwOTzZg6Pb p58D/tr71n+4R9fi5MV5rkKsGQMMJpNfDkYYqwuzVnTIU1UAZSfhm1aT1O/ZJy5F A1fqb4CbgLw37wzc6WjfkW5eNItB2Yc/pbdz35lNmn8pXOor0wM3kIECgYEAxklv 9DETKjEhgXRUqGIbvwVnazf/9rKvsadeqjy5CsPLzTZ7H22uTaTpExH4YiBJiDl4 hqVzIigXhqxQdkRkpVdrT+TUh67tfA922ZR7k7FrImwkzvYlNMTugRoJL8NfyrK1 5X+e9lo3yNtelKCejm6AePPpPS4LJoV/gtnIT2ECgYBFpiaiQhm1UAVAyFzu64N9 /B0cm462xfY50MmHM5ojOGwxoWOxi2UAW+mn3rnTkzYFa7OEx9QfQ255cv8iD3Ez bThbiKPrEIzWdKR+XfdHA4eWMvZ/zJ+Eqcm8vREBf2oZPe9Q04IxKPzg1JiWbYYd g7HyQ0qJoflTcq7+WsxlAQKBgEALmE2XTElkdR4LJQz+I1gftre67sIQFQ+cr8bs thf0Be/SmRIdqx8JFP9D3qZTJ20IoxVae0WdDXxCS/rnPFrrUY4Mq1jn920K0aiV fRTHSYNkyr7OYlYZBbBNaIo04MvnzTjDb+TCXyJROMto1c3Lg1ON9Nf99zwKApWR IlIBAoGAQ+e/0UrcXOEf1byObaWFH2icjGo0shDWbRlhq2yrEEtH8r/f7ooPcpVZ i7PUV/KJ7fN8Ad60kxtHDSWF+3+8ML87zqNSdMC1xRJeNbvI4U/A8o+b65qZ1C35 QyvN/H/KvySMqm2ScF9+KbmA8/qvYdKh9bpkFMR1MnjU5VFazP4= -----END RSA PRIVATE KEY----- 2018-08-19 10:06:37,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-19 10:06:37,339 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -d '{"security_group": {"name": "cloudify-sg_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "description": "created by OPNFV Functest (cloudify)"}}' 2018-08-19 10:06:37,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-b0b50373-05a3-4a03-8217-053d8191f747 Date: Sun, 19 Aug 2018 10:06:37 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:37Z", "updated_at": "2018-08-19T10:06:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "7cb16ebe-e9db-4374-bbf6-a95bd3201f2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "f9ff259f-27d0-4271-8e0d-434d288caf63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 1, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "name": "cloudify-sg_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}} 2018-08-19 10:06:37,811 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-b0b50373-05a3-4a03-8217-053d8191f747 2018-08-19 10:06:37,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.47277712822s 2018-08-19 10:06:37,812 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-b0b50373-05a3-4a03-8217-053d8191f747 2018-08-19 10:06:37,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:06:37,817 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:37,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-2567c7fd-17b6-4101-a253-e6cfcf8a83f8 Date: Sun, 19 Aug 2018 10:06:37 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:37Z", "updated_at": "2018-08-19T10:06:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "7cb16ebe-e9db-4374-bbf6-a95bd3201f2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "f9ff259f-27d0-4271-8e0d-434d288caf63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 1, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "name": "cloudify-sg_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}, {"description": "Default security group", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:05:08Z", "updated_at": "2018-08-19T10:05:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "2bd2b050-b91e-446c-b1af-22c0da2ae17b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "34006df2-7aca-4d93-ab6d-2d566fd22c6e", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "5bd9bf0d-8047-4c90-9fef-5a0148a698c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "f1aebd19-9fce-494e-8240-b044e5b79398", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 1, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "name": "default"}]} 2018-08-19 10:06:37,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-2567c7fd-17b6-4101-a253-e6cfcf8a83f8 2018-08-19 10:06:37,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0800449848175s 2018-08-19 10:06:37,897 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-2567c7fd-17b6-4101-a253-e6cfcf8a83f8 2018-08-19 10:06:37,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 10:06:37,901 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -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": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8"}}' 2018-08-19 10:06:38,364 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ffa031cf-f659-4aa1-921b-e80b61476bc8 Date: Sun, 19 Aug 2018 10:06:38 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-19T10:06:38Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "port_range_min": 22, "revision_number": 0, "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:38Z", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "6b407f4c-391b-4e1e-90a9-a305a0bdb1ba"}} 2018-08-19 10:06:38,364 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ffa031cf-f659-4aa1-921b-e80b61476bc8 2018-08-19 10:06:38,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.463281869888s 2018-08-19 10:06:38,364 - 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-ffa031cf-f659-4aa1-921b-e80b61476bc8 2018-08-19 10:06:38,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:06:38,368 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:38,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-258eca25-d0a2-49e5-be95-2e22e4f0d1f4 Date: Sun, 19 Aug 2018 10:06:38 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:37Z", "updated_at": "2018-08-19T10:06:38Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:06:38Z", "revision_number": 0, "id": "6b407f4c-391b-4e1e-90a9-a305a0bdb1ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:38Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "7cb16ebe-e9db-4374-bbf6-a95bd3201f2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "f9ff259f-27d0-4271-8e0d-434d288caf63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 2, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "name": "cloudify-sg_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}, {"description": "Default security group", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:05:08Z", "updated_at": "2018-08-19T10:05:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "2bd2b050-b91e-446c-b1af-22c0da2ae17b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "34006df2-7aca-4d93-ab6d-2d566fd22c6e", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "5bd9bf0d-8047-4c90-9fef-5a0148a698c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "f1aebd19-9fce-494e-8240-b044e5b79398", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 1, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "name": "default"}]} 2018-08-19 10:06:38,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-258eca25-d0a2-49e5-be95-2e22e4f0d1f4 2018-08-19 10:06:38,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.311128854752s 2018-08-19 10:06:38,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-258eca25-d0a2-49e5-be95-2e22e4f0d1f4 2018-08-19 10:06:38,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 10:06:38,683 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -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": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8"}}' 2018-08-19 10:06:39,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-273f07c2-7b1d-428e-9ac2-9f00e2df4928 Date: Sun, 19 Aug 2018 10:06: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-19T10:06:39Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "port_range_min": null, "revision_number": 0, "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:39Z", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "89ba1e35-fc3a-4d4b-ab31-cd8f295b4a0d"}} 2018-08-19 10:06:39,099 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-273f07c2-7b1d-428e-9ac2-9f00e2df4928 2018-08-19 10:06:39,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.416157007217s 2018-08-19 10:06:39,099 - 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-273f07c2-7b1d-428e-9ac2-9f00e2df4928 2018-08-19 10:06:39,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:06:39,103 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:39,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-10af6200-2aee-44cd-8674-3b19603f4176 Date: Sun, 19 Aug 2018 10:06:39 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:37Z", "updated_at": "2018-08-19T10:06:39Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:06:38Z", "revision_number": 0, "id": "6b407f4c-391b-4e1e-90a9-a305a0bdb1ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:38Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "7cb16ebe-e9db-4374-bbf6-a95bd3201f2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:39Z", "revision_number": 0, "id": "89ba1e35-fc3a-4d4b-ab31-cd8f295b4a0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:39Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "f9ff259f-27d0-4271-8e0d-434d288caf63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 3, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "name": "cloudify-sg_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}, {"description": "Default security group", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:05:08Z", "updated_at": "2018-08-19T10:05:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "2bd2b050-b91e-446c-b1af-22c0da2ae17b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "34006df2-7aca-4d93-ab6d-2d566fd22c6e", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "5bd9bf0d-8047-4c90-9fef-5a0148a698c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "f1aebd19-9fce-494e-8240-b044e5b79398", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 1, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "name": "default"}]} 2018-08-19 10:06:39,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-10af6200-2aee-44cd-8674-3b19603f4176 2018-08-19 10:06:39,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.322150945663s 2018-08-19 10:06:39,425 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-10af6200-2aee-44cd-8674-3b19603f4176 2018-08-19 10:06:39,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 10:06:39,430 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -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": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8"}}' 2018-08-19 10:06:39,841 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-6ed22a50-3f46-455a-823a-f699fd575750 Date: Sun, 19 Aug 2018 10:06: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": 80, "updated_at": "2018-08-19T10:06:39Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "port_range_min": 80, "revision_number": 0, "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:39Z", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "c77f2d8e-7bf3-4734-ae9d-9a3bb65c0565"}} 2018-08-19 10:06:39,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-6ed22a50-3f46-455a-823a-f699fd575750 2018-08-19 10:06:39,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.412669897079s 2018-08-19 10:06:39,842 - 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-6ed22a50-3f46-455a-823a-f699fd575750 2018-08-19 10:06:39,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:06:39,846 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:40,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-4fd8967e-23ec-4382-8938-599be94de4bd Date: Sun, 19 Aug 2018 10:06:40 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:37Z", "updated_at": "2018-08-19T10:06:39Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:06:38Z", "revision_number": 0, "id": "6b407f4c-391b-4e1e-90a9-a305a0bdb1ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:38Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "7cb16ebe-e9db-4374-bbf6-a95bd3201f2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:39Z", "revision_number": 0, "id": "89ba1e35-fc3a-4d4b-ab31-cd8f295b4a0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:39Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T10:06:39Z", "revision_number": 0, "id": "c77f2d8e-7bf3-4734-ae9d-9a3bb65c0565", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:39Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "f9ff259f-27d0-4271-8e0d-434d288caf63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 4, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "name": "cloudify-sg_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}, {"description": "Default security group", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:05:08Z", "updated_at": "2018-08-19T10:05:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "2bd2b050-b91e-446c-b1af-22c0da2ae17b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "34006df2-7aca-4d93-ab6d-2d566fd22c6e", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "5bd9bf0d-8047-4c90-9fef-5a0148a698c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "f1aebd19-9fce-494e-8240-b044e5b79398", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 1, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "name": "default"}]} 2018-08-19 10:06:40,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-4fd8967e-23ec-4382-8938-599be94de4bd 2018-08-19 10:06:40,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.330796003342s 2018-08-19 10:06:40,177 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-4fd8967e-23ec-4382-8938-599be94de4bd 2018-08-19 10:06:40,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 10:06:40,181 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -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": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8"}}' 2018-08-19 10:06:40,617 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-1147f8ff-71bc-4d42-8596-2a7867008f37 Date: Sun, 19 Aug 2018 10:06: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-19T10:06:40Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "port_range_min": 443, "revision_number": 0, "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:40Z", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "769aab98-8b00-49be-826f-bd902cd2dc01"}} 2018-08-19 10:06:40,617 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-1147f8ff-71bc-4d42-8596-2a7867008f37 2018-08-19 10:06:40,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.436979055405s 2018-08-19 10:06:40,618 - 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-1147f8ff-71bc-4d42-8596-2a7867008f37 2018-08-19 10:06:40,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:06:40,622 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:40,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-359c378b-c19d-4a0a-8633-06988f6516b6 Date: Sun, 19 Aug 2018 10:06:40 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:37Z", "updated_at": "2018-08-19T10:06:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:06:38Z", "revision_number": 0, "id": "6b407f4c-391b-4e1e-90a9-a305a0bdb1ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:38Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T10:06:40Z", "revision_number": 0, "id": "769aab98-8b00-49be-826f-bd902cd2dc01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:40Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "7cb16ebe-e9db-4374-bbf6-a95bd3201f2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:39Z", "revision_number": 0, "id": "89ba1e35-fc3a-4d4b-ab31-cd8f295b4a0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:39Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T10:06:39Z", "revision_number": 0, "id": "c77f2d8e-7bf3-4734-ae9d-9a3bb65c0565", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:39Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "f9ff259f-27d0-4271-8e0d-434d288caf63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 5, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "name": "cloudify-sg_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}, {"description": "Default security group", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:05:08Z", "updated_at": "2018-08-19T10:05:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "2bd2b050-b91e-446c-b1af-22c0da2ae17b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "34006df2-7aca-4d93-ab6d-2d566fd22c6e", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "5bd9bf0d-8047-4c90-9fef-5a0148a698c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "f1aebd19-9fce-494e-8240-b044e5b79398", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 1, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "name": "default"}]} 2018-08-19 10:06:40,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-359c378b-c19d-4a0a-8633-06988f6516b6 2018-08-19 10:06:40,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.315963029861s 2018-08-19 10:06:40,938 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-359c378b-c19d-4a0a-8633-06988f6516b6 2018-08-19 10:06:40,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 10:06:40,942 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -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": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8"}}' 2018-08-19 10:06:41,440 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-15d96ce7-00a8-4bf9-bada-9288717ec47c Date: Sun, 19 Aug 2018 10:06:41 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-19T10:06:41Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "port_range_min": 5671, "revision_number": 0, "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:41Z", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "12fb3865-bbf0-448d-9a09-5393a7bcdf84"}} 2018-08-19 10:06:41,440 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-15d96ce7-00a8-4bf9-bada-9288717ec47c 2018-08-19 10:06:41,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.499204158783s 2018-08-19 10:06:41,441 - 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-15d96ce7-00a8-4bf9-bada-9288717ec47c 2018-08-19 10:06:41,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:06:41,445 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:41,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-3b807793-29f4-4ab7-b50b-91d40f935d40 Date: Sun, 19 Aug 2018 10:06:41 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:37Z", "updated_at": "2018-08-19T10:06:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-19T10:06:41Z", "revision_number": 0, "id": "12fb3865-bbf0-448d-9a09-5393a7bcdf84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:41Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:06:38Z", "revision_number": 0, "id": "6b407f4c-391b-4e1e-90a9-a305a0bdb1ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:38Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T10:06:40Z", "revision_number": 0, "id": "769aab98-8b00-49be-826f-bd902cd2dc01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:40Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "7cb16ebe-e9db-4374-bbf6-a95bd3201f2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:39Z", "revision_number": 0, "id": "89ba1e35-fc3a-4d4b-ab31-cd8f295b4a0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:39Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T10:06:39Z", "revision_number": 0, "id": "c77f2d8e-7bf3-4734-ae9d-9a3bb65c0565", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:39Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "f9ff259f-27d0-4271-8e0d-434d288caf63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 6, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "name": "cloudify-sg_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}, {"description": "Default security group", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:05:08Z", "updated_at": "2018-08-19T10:05:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "2bd2b050-b91e-446c-b1af-22c0da2ae17b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "34006df2-7aca-4d93-ab6d-2d566fd22c6e", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "5bd9bf0d-8047-4c90-9fef-5a0148a698c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "f1aebd19-9fce-494e-8240-b044e5b79398", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 1, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "name": "default"}]} 2018-08-19 10:06:41,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3b807793-29f4-4ab7-b50b-91d40f935d40 2018-08-19 10:06:41,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.321069002151s 2018-08-19 10:06:41,766 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3b807793-29f4-4ab7-b50b-91d40f935d40 2018-08-19 10:06:41,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 10:06:41,770 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -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": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8"}}' 2018-08-19 10:06:42,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-11c59ac8-52b9-46c6-853c-4ab7e63929ad Date: Sun, 19 Aug 2018 10:06: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": 53333, "updated_at": "2018-08-19T10:06:41Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "port_range_min": 53333, "revision_number": 0, "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:41Z", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "619e6d30-f2cd-4715-a3c7-4bc87cd55696"}} 2018-08-19 10:06:42,285 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-11c59ac8-52b9-46c6-853c-4ab7e63929ad 2018-08-19 10:06:42,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.515341043472s 2018-08-19 10:06:42,285 - 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-11c59ac8-52b9-46c6-853c-4ab7e63929ad 2018-08-19 10:06:42,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:06:42,287 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:42,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-7b7b154c-5b4c-4540-8429-1034d2142258 Date: Sun, 19 Aug 2018 10:06: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":["f55476c7-a9ed-4376-80e0-9d9b64f46c92"],"updated_at":"2018-08-19T10:05:09Z","tenant_id":"d2cd8305eacf4d54a5cce81130c2ae49","created_at":"2018-08-19T10:05:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2cd8305eacf4d54a5cce81130c2ae49","id":"96398785-2a55-49a6-a478-75105a3d29ee","name":"cloudify-net_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 10:06:42,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7b7b154c-5b4c-4540-8429-1034d2142258 2018-08-19 10:06:42,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279680967331s 2018-08-19 10:06:42,567 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7b7b154c-5b4c-4540-8429-1034d2142258 2018-08-19 10:06:42,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:06:42,575 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:42,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-e955377c-459e-4f96-945f-47620fa3b607 Date: Sun, 19 Aug 2018 10:06:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:06:35Z", "file": "/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/file", "owner": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "94cf6de3-0394-4b14-91cd-7a3d10ddaadb", "size": 4373348352, "self": "/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T10:05:38Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:06:42,871 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-e955377c-459e-4f96-945f-47620fa3b607 2018-08-19 10:06:42,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.300107955933s 2018-08-19 10:06:42,872 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-e955377c-459e-4f96-945f-47620fa3b607 2018-08-19 10:06:42,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 10:06:42,876 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:42,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:06:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aed70a87-26f0-4751-b706-fe7bdd451447 x-compute-request-id: req-aed70a87-26f0-4751-b706-fe7bdd451447 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58", "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": "85831bff-174b-41a8-9c4d-59f45d5a8c58"}]} 2018-08-19 10:06:42,905 - 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-aed70a87-26f0-4751-b706-fe7bdd451447 2018-08-19 10:06:42,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0318500995636s 2018-08-19 10:06:42,906 - 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-aed70a87-26f0-4751-b706-fe7bdd451447 2018-08-19 10:06:42,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-19 10:06:42,911 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -d '{"server": {"name": "cloudify-vm_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "imageRef": "94cf6de3-0394-4b14-91cd-7a3d10ddaadb", "key_name": "cloudify-kp_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "flavorRef": "85831bff-174b-41a8-9c4d-59f45d5a8c58", "max_count": 1, "min_count": 1, "networks": [{"uuid": "96398785-2a55-49a6-a478-75105a3d29ee"}], "security_groups": [{"name": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8"}]}}' 2018-08-19 10:06:47,720 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 10:06:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d097b3b6-3b49-48de-af63-79f0a7bf96b9 x-compute-request-id: req-d097b3b6-3b49-48de-af63-79f0a7bf96b9 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/c96daeb0-8a10-4ed2-9690-5035af22af97 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8"}], "OS-DCF:diskConfig": "MANUAL", "id": "c96daeb0-8a10-4ed2-9690-5035af22af97", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c96daeb0-8a10-4ed2-9690-5035af22af97", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c96daeb0-8a10-4ed2-9690-5035af22af97", "rel": "bookmark"}], "adminPass": "GLGcMaK8mN64"}} 2018-08-19 10:06:47,720 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-d097b3b6-3b49-48de-af63-79f0a7bf96b9 2018-08-19 10:06:47,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.81277990341s 2018-08-19 10:06:47,721 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-d097b3b6-3b49-48de-af63-79f0a7bf96b9 2018-08-19 10:06:47,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:06:47,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:48,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:06:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70e8a2ba-dc71-408d-82d6-dea766b384bb x-compute-request-id: req-70e8a2ba-dc71-408d-82d6-dea766b384bb 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/c96daeb0-8a10-4ed2-9690-5035af22af97", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c96daeb0-8a10-4ed2-9690-5035af22af97", "rel": "bookmark"}], "image": {"id": "94cf6de3-0394-4b14-91cd-7a3d10ddaadb", "links": [{"href": "http://172.30.9.27:8774/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85831bff-174b-41a8-9c4d-59f45d5a8c58", "links": [{"href": "http://172.30.9.27:8774/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58", "rel": "bookmark"}]}, "id": "c96daeb0-8a10-4ed2-9690-5035af22af97", "user_id": "2fbaca9d1a2f44cca3baffd34219790a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:06:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "name": "cloudify-vm_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "created": "2018-08-19T10:06:47Z", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:06:48,464 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-70e8a2ba-dc71-408d-82d6-dea766b384bb 2018-08-19 10:06:48,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742548942566s 2018-08-19 10:06:48,465 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-70e8a2ba-dc71-408d-82d6-dea766b384bb 2018-08-19 10:06:48,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:06:48,471 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:48,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-712a8beb-80bb-48cd-9c2b-fc92e92b7bb3 Date: Sun, 19 Aug 2018 10:06:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f55476c7-a9ed-4376-80e0-9d9b64f46c92"],"updated_at":"2018-08-19T10:05:09Z","tenant_id":"d2cd8305eacf4d54a5cce81130c2ae49","created_at":"2018-08-19T10:05:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d2cd8305eacf4d54a5cce81130c2ae49","id":"96398785-2a55-49a6-a478-75105a3d29ee","name":"cloudify-net_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 10:06:48,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-712a8beb-80bb-48cd-9c2b-fc92e92b7bb3 2018-08-19 10:06:48,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0970010757446s 2018-08-19 10:06:48,568 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-712a8beb-80bb-48cd-9c2b-fc92e92b7bb3 2018-08-19 10:06:48,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 10:06:48,569 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:48,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-dc3182da-c33e-4b6b-b510-d7fd2547cfdc Date: Sun, 19 Aug 2018 10:06:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"96398785-2a55-49a6-a478-75105a3d29ee","tenant_id":"d2cd8305eacf4d54a5cce81130c2ae49","created_at":"2018-08-19T10:05:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T10:05:09Z","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":"d2cd8305eacf4d54a5cce81130c2ae49","id":"f55476c7-a9ed-4376-80e0-9d9b64f46c92","subnetpool_id":null,"name":"cloudify-subnet_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}]} 2018-08-19 10:06:48,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-dc3182da-c33e-4b6b-b510-d7fd2547cfdc 2018-08-19 10:06:48,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0455870628357s 2018-08-19 10:06:48,615 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-dc3182da-c33e-4b6b-b510-d7fd2547cfdc 2018-08-19 10:06:48,616 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:06:50,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:06:50,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:50,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:06:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5be3fea4-a7e8-4691-bc95-5b78cd69abd4 x-compute-request-id: req-5be3fea4-a7e8-4691-bc95-5b78cd69abd4 Content-Encoding: gzip Content-Length: 589 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/c96daeb0-8a10-4ed2-9690-5035af22af97", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c96daeb0-8a10-4ed2-9690-5035af22af97", "rel": "bookmark"}], "image": {"id": "94cf6de3-0394-4b14-91cd-7a3d10ddaadb", "links": [{"href": "http://172.30.9.27:8774/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "85831bff-174b-41a8-9c4d-59f45d5a8c58", "links": [{"href": "http://172.30.9.27:8774/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58", "rel": "bookmark"}]}, "id": "c96daeb0-8a10-4ed2-9690-5035af22af97", "user_id": "2fbaca9d1a2f44cca3baffd34219790a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-19T10:06:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "name": "cloudify-vm_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "created": "2018-08-19T10:06:47Z", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:06:50,994 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5be3fea4-a7e8-4691-bc95-5b78cd69abd4 2018-08-19 10:06:50,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375429153442s 2018-08-19 10:06:50,995 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5be3fea4-a7e8-4691-bc95-5b78cd69abd4 2018-08-19 10:06:50,998 - functest.core.singlevm - ERROR - Cannot run cloudify Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 427, in run key_name=self.keypair.id, security_groups=[self.sec.id]) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 199, in boot_vm timeout=self.create_server_timeout, wait=True, **kwargs) File "", line 2, in create_server File "/usr/lib/python2.7/site-packages/shade/_utils.py", line 410, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6876, in create_server nat_destination=nat_destination, File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6919, in wait_for_server nat_destination=nat_destination) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6936, in get_active_server "Error in creating the server", extra_data=dict(server=server)) OpenStackCloudException: ('Error in creating the server', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'94cf6de3-0394-4b14-91cd-7a3d10ddaadb'}), u'OS-EXT-AZ:availability_zone': u'', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'85831bff-174b-41a8-9c4d-59f45d5a8c58'}), 'az': u'', 'id': u'c96daeb0-8a10-4ed2-9690-5035af22af97', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2fbaca9d1a2f44cca3baffd34219790a', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd2cd8305eacf4d54a5cce81130c2ae49', 'name': 'cloudify-project_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', 'domain_name': 'Default'}), 'zone': u'', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-08-19T10:06:48Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', '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'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u''}), 'project_id': u'd2cd8305eacf4d54a5cce81130c2ae49', 'name': u'cloudify-vm_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82', 'adminPass': None, 'tenant_id': u'd2cd8305eacf4d54a5cce81130c2ae49', 'created_at': u'2018-08-19T10:06:47Z', 'created': u'2018-08-19T10:06:47Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})}") 2018-08-19 10:06:51,128 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 10:06:51,128 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 01:43 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-19 10:06:51,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:06:51,136 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:51,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-6bdbb895-9bdb-4b9b-bffa-35bae6b6219b Date: Sun, 19 Aug 2018 10:06:51 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:06:37Z", "updated_at": "2018-08-19T10:06:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-19T10:06:41Z", "revision_number": 0, "id": "12fb3865-bbf0-448d-9a09-5393a7bcdf84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:41Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-19T10:06:41Z", "revision_number": 0, "id": "619e6d30-f2cd-4715-a3c7-4bc87cd55696", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:41Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:06:38Z", "revision_number": 0, "id": "6b407f4c-391b-4e1e-90a9-a305a0bdb1ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:38Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T10:06:40Z", "revision_number": 0, "id": "769aab98-8b00-49be-826f-bd902cd2dc01", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:40Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "7cb16ebe-e9db-4374-bbf6-a95bd3201f2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:39Z", "revision_number": 0, "id": "89ba1e35-fc3a-4d4b-ab31-cd8f295b4a0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:39Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T10:06:39Z", "revision_number": 0, "id": "c77f2d8e-7bf3-4734-ae9d-9a3bb65c0565", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:39Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:06:37Z", "revision_number": 0, "id": "f9ff259f-27d0-4271-8e0d-434d288caf63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:06:37Z", "security_group_id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 7, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8", "name": "cloudify-sg_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}, {"description": "Default security group", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:05:08Z", "updated_at": "2018-08-19T10:05:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "2bd2b050-b91e-446c-b1af-22c0da2ae17b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "34006df2-7aca-4d93-ab6d-2d566fd22c6e", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv6", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "5bd9bf0d-8047-4c90-9fef-5a0148a698c0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:05:08Z", "revision_number": 0, "id": "f1aebd19-9fce-494e-8240-b044e5b79398", "remote_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "remote_ip_prefix": null, "created_at": "2018-08-19T10:05:08Z", "security_group_id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "port_range_min": null, "ethertype": "IPv4", "project_id": "d2cd8305eacf4d54a5cce81130c2ae49"}], "revision_number": 1, "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "8744d2c1-7d69-4d54-bc46-bdc9cf4068a4", "name": "default"}]} 2018-08-19 10:06:51,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-6bdbb895-9bdb-4b9b-bffa-35bae6b6219b 2018-08-19 10:06:51,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.058454990387s 2018-08-19 10:06:51,195 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-6bdbb895-9bdb-4b9b-bffa-35bae6b6219b 2018-08-19 10:06:51,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-19 10:06:51,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:51,566 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-10922cba-af27-454f-8fb3-fdfd3a96776e Content-Length: 0 Date: Sun, 19 Aug 2018 10:06:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:06:51,567 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8.json used request id req-10922cba-af27-454f-8fb3-fdfd3a96776e 2018-08-19 10:06:51,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.368333101273s 2018-08-19 10:06:51,567 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/454c04fd-d8eb-4b1e-aa75-a37bbc7cc8a8.json used request id req-10922cba-af27-454f-8fb3-fdfd3a96776e 2018-08-19 10:06:51,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-19 10:06:51,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/cloudify-kp_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:51,640 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 10:06:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d9d1d21-ef4b-41a7-a976-f3404012f1fc x-compute-request-id: req-4d9d1d21-ef4b-41a7-a976-f3404012f1fc Content-Length: 0 Content-Type: application/json 2018-08-19 10:06:51,640 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cloudify-kp_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82 used request id req-4d9d1d21-ef4b-41a7-a976-f3404012f1fc 2018-08-19 10:06:51,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0730121135712s 2018-08-19 10:06:51,641 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cloudify-kp_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82 used request id req-4d9d1d21-ef4b-41a7-a976-f3404012f1fc 2018-08-19 10:06:51,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 10:06:51,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/7b87d06e-77b0-4ce2-86bf-f22acb133adc/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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" -d '{"subnet_id": "f55476c7-a9ed-4376-80e0-9d9b64f46c92"}' 2018-08-19 10:06:53,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8c20a04e-d9e4-4e28-87ea-c03238c35693 Date: Sun, 19 Aug 2018 10:06:53 GMT RESP BODY: {"network_id": "96398785-2a55-49a6-a478-75105a3d29ee", "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "subnet_id": "f55476c7-a9ed-4376-80e0-9d9b64f46c92", "subnet_ids": ["f55476c7-a9ed-4376-80e0-9d9b64f46c92"], "port_id": "14bda178-32f0-42cf-9ef9-eecf08deb249", "id": "7b87d06e-77b0-4ce2-86bf-f22acb133adc"} 2018-08-19 10:06:53,520 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/7b87d06e-77b0-4ce2-86bf-f22acb133adc/remove_router_interface.json used request id req-8c20a04e-d9e4-4e28-87ea-c03238c35693 2018-08-19 10:06:53,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.87935209274s 2018-08-19 10:06:53,521 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/7b87d06e-77b0-4ce2-86bf-f22acb133adc/remove_router_interface.json used request id req-8c20a04e-d9e4-4e28-87ea-c03238c35693 returning object 7b87d06e-77b0-4ce2-86bf-f22acb133adc 2018-08-19 10:06:53,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 10:06:53,522 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:53,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-afe96de1-11cb-4b5f-a7a9-356645dd2168 Date: Sun, 19 Aug 2018 10:06:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d2cd8305eacf4d54a5cce81130c2ae49", "created_at": "2018-08-19T10:05:10Z", "admin_state_up": true, "updated_at": "2018-08-19T10:06:52Z", "revision_number": 4, "routes": [], "project_id": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "7b87d06e-77b0-4ce2-86bf-f22acb133adc", "name": "cloudify-router_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}]} 2018-08-19 10:06:53,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-afe96de1-11cb-4b5f-a7a9-356645dd2168 2018-08-19 10:06:53,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.316190958023s 2018-08-19 10:06:53,838 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-afe96de1-11cb-4b5f-a7a9-356645dd2168 2018-08-19 10:06:53,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 10:06:53,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/7b87d06e-77b0-4ce2-86bf-f22acb133adc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:55,281 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-49c8cf93-255b-4c8b-a7a0-6d41c2e00278 Content-Length: 0 Date: Sun, 19 Aug 2018 10:06:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:06:55,281 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/7b87d06e-77b0-4ce2-86bf-f22acb133adc.json used request id req-49c8cf93-255b-4c8b-a7a0-6d41c2e00278 2018-08-19 10:06:55,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.44185996056s 2018-08-19 10:06:55,282 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/7b87d06e-77b0-4ce2-86bf-f22acb133adc.json used request id req-49c8cf93-255b-4c8b-a7a0-6d41c2e00278 2018-08-19 10:06:55,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 10:06:55,282 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:55,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-ac56c255-e131-48d7-b3a0-77eec176770f Date: Sun, 19 Aug 2018 10:06:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"96398785-2a55-49a6-a478-75105a3d29ee","tenant_id":"d2cd8305eacf4d54a5cce81130c2ae49","created_at":"2018-08-19T10:05:09Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T10:05:09Z","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":"d2cd8305eacf4d54a5cce81130c2ae49","id":"f55476c7-a9ed-4376-80e0-9d9b64f46c92","subnetpool_id":null,"name":"cloudify-subnet_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}]} 2018-08-19 10:06:55,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ac56c255-e131-48d7-b3a0-77eec176770f 2018-08-19 10:06:55,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0438060760498s 2018-08-19 10:06:55,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-ac56c255-e131-48d7-b3a0-77eec176770f 2018-08-19 10:06:55,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 10:06:55,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/f55476c7-a9ed-4376-80e0-9d9b64f46c92.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:57,921 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6256d443-3795-452e-ac9c-73189ab8c083 Date: Sun, 19 Aug 2018 10:06:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:06:57,921 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/f55476c7-a9ed-4376-80e0-9d9b64f46c92.json used request id req-6256d443-3795-452e-ac9c-73189ab8c083 2018-08-19 10:06:57,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.59376502037s 2018-08-19 10:06:57,922 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/f55476c7-a9ed-4376-80e0-9d9b64f46c92.json used request id req-6256d443-3795-452e-ac9c-73189ab8c083 2018-08-19 10:06:57,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:06:57,923 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:58,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1152 X-Openstack-Request-Id: req-9aae2963-ece4-4cca-93c1-ba9cacaf1e0d Date: Sun, 19 Aug 2018 10:06:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T10:06:57Z","tenant_id":"d2cd8305eacf4d54a5cce81130c2ae49","created_at":"2018-08-19T10:05:08Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d2cd8305eacf4d54a5cce81130c2ae49","id":"96398785-2a55-49a6-a478-75105a3d29ee","name":"cloudify-net_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 10:06:58,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9aae2963-ece4-4cca-93c1-ba9cacaf1e0d 2018-08-19 10:06:58,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0945298671722s 2018-08-19 10:06:58,017 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9aae2963-ece4-4cca-93c1-ba9cacaf1e0d 2018-08-19 10:06:58,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 10:06:58,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/96398785-2a55-49a6-a478-75105a3d29ee.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:06:59,444 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ddd5e02f-5c7d-429f-a4d9-76eb515c1fbb Date: Sun, 19 Aug 2018 10:06:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:06:59,444 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/96398785-2a55-49a6-a478-75105a3d29ee.json used request id req-ddd5e02f-5c7d-429f-a4d9-76eb515c1fbb 2018-08-19 10:06:59,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.42600393295s 2018-08-19 10:06:59,445 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/96398785-2a55-49a6-a478-75105a3d29ee.json used request id req-ddd5e02f-5c7d-429f-a4d9-76eb515c1fbb 2018-08-19 10:06:59,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:06:59,452 - 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}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:07:00,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9e179a4d-d26b-4aba-a946-f0e9ac0cd7eb Date: Sun, 19 Aug 2018 10:07:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:06:35Z", "file": "/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/file", "owner": "d2cd8305eacf4d54a5cce81130c2ae49", "id": "94cf6de3-0394-4b14-91cd-7a3d10ddaadb", "size": 4373348352, "self": "/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T10:05:38Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:07:00,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9e179a4d-d26b-4aba-a946-f0e9ac0cd7eb 2018-08-19 10:07:00,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.696258068085s 2018-08-19 10:07:00,145 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-9e179a4d-d26b-4aba-a946-f0e9ac0cd7eb 2018-08-19 10:07:00,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 10:07:00,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}93d1dcb3675ad3ff60b3d7517e7aa8eddf24553f" 2018-08-19 10:07:01,860 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d4af7a72-cf73-4164-8b83-103be71e351b Date: Sun, 19 Aug 2018 10:07: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-19 10:07:01,860 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb used request id req-d4af7a72-cf73-4164-8b83-103be71e351b 2018-08-19 10:07:01,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.7130548954s 2018-08-19 10:07:01,860 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/94cf6de3-0394-4b14-91cd-7a3d10ddaadb used request id req-d4af7a72-cf73-4164-8b83-103be71e351b 2018-08-19 10:07:01,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 10:07:01,864 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:07:01,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-250c9504-ae1c-4965-9e79-3e6e1fffd145 x-compute-request-id: req-250c9504-ae1c-4965-9e79-3e6e1fffd145 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58", "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": "85831bff-174b-41a8-9c4d-59f45d5a8c58"}]} 2018-08-19 10:07:01,883 - 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-250c9504-ae1c-4965-9e79-3e6e1fffd145 2018-08-19 10:07:01,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0225780010223s 2018-08-19 10:07:01,884 - 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-250c9504-ae1c-4965-9e79-3e6e1fffd145 2018-08-19 10:07:01,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 10:07:01,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:07:01,924 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 10:07:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c14ae3c-fa03-48f0-a0f0-33a29869d7c4 x-compute-request-id: req-5c14ae3c-fa03-48f0-a0f0-33a29869d7c4 Content-Length: 0 Content-Type: application/json 2018-08-19 10:07:01,924 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58 used request id req-5c14ae3c-fa03-48f0-a0f0-33a29869d7c4 2018-08-19 10:07:01,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0396280288696s 2018-08-19 10:07:01,925 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/85831bff-174b-41a8-9c4d-59f45d5a8c58 used request id req-5c14ae3c-fa03-48f0-a0f0-33a29869d7c4 2018-08-19 10:07:01,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 10:07:01,929 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:07:02,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1208fee-8e6f-440d-989b-924ae69a913b Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cloudify-user_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "links": {"self": "http://172.30.9.27:5000/v3/users/2fbaca9d1a2f44cca3baffd34219790a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2fbaca9d1a2f44cca3baffd34219790a", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 10:07:02,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e1208fee-8e6f-440d-989b-924ae69a913b 2018-08-19 10:07:02,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.2574031353s 2018-08-19 10:07:02,183 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e1208fee-8e6f-440d-989b-924ae69a913b 2018-08-19 10:07:02,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 10:07:02,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/2fbaca9d1a2f44cca3baffd34219790a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:07:02,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdea0052-ab2c-4bdf-8362-5a507a3bf27c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82", "links": {"self": "http://172.30.9.27:5000/v3/users/2fbaca9d1a2f44cca3baffd34219790a"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2fbaca9d1a2f44cca3baffd34219790a", "description": null}} 2018-08-19 10:07:02,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/2fbaca9d1a2f44cca3baffd34219790a used request id req-cdea0052-ab2c-4bdf-8362-5a507a3bf27c 2018-08-19 10:07:02,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.212615013123s 2018-08-19 10:07:02,402 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/2fbaca9d1a2f44cca3baffd34219790a used request id req-cdea0052-ab2c-4bdf-8362-5a507a3bf27c 2018-08-19 10:07:02,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 10:07:02,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/2fbaca9d1a2f44cca3baffd34219790a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:07:02,739 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 10:07:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f1ab33d-442c-4f8c-a17b-64c8e3f5e0a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 10:07:02,739 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/2fbaca9d1a2f44cca3baffd34219790a used request id req-9f1ab33d-442c-4f8c-a17b-64c8e3f5e0a1 2018-08-19 10:07:02,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.337085008621s 2018-08-19 10:07:02,740 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/2fbaca9d1a2f44cca3baffd34219790a used request id req-9f1ab33d-442c-4f8c-a17b-64c8e3f5e0a1 2018-08-19 10:07:02,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 10:07:02,749 - 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}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:07:02,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c3cacf2-1653-4213-93eb-dda60a5a2e06 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/d2cd8305eacf4d54a5cce81130c2ae49"}, "tags": [], "enabled": true, "id": "d2cd8305eacf4d54a5cce81130c2ae49", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_3de3bf0f-028b-40c3-bfa7-6e2a14c36a82"}]} 2018-08-19 10:07:02,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-0c3cacf2-1653-4213-93eb-dda60a5a2e06 2018-08-19 10:07:02,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.218680858612s 2018-08-19 10:07:02,965 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-0c3cacf2-1653-4213-93eb-dda60a5a2e06 2018-08-19 10:07:02,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 10:07:02,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/d2cd8305eacf4d54a5cce81130c2ae49 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6482d9278606a28320306c34c8eb184faa20d2c0" 2018-08-19 10:07:03,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 10:07:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebf45d20-e067-42d0-ab42-fbb045f04c0d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 10:07:03,250 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/d2cd8305eacf4d54a5cce81130c2ae49 used request id req-ebf45d20-e067-42d0-ab42-fbb045f04c0d 2018-08-19 10:07:03,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.280853033066s 2018-08-19 10:07:03,250 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/d2cd8305eacf4d54a5cce81130c2ae49 used request id req-ebf45d20-e067-42d0-ab42-fbb045f04c0d 2018-08-19 10:07:03,250 - xtesting.ci.run_tests - ERROR - The test case 'cloudify' failed. 2018-08-19 10:07:03,279 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-08-19 10:07:03,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 10:07:03,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 10:07:03,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 10:07:03,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 10:07:03,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 10:07:03,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 10:07:03,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 10:07:03,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 10:07:03,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 10:07:03,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 10:07:03,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 10:07:03,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 10:07:03,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 10:07:03,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 10:07:03,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 10:07:03,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 10:07:03,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 10:07:03,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 10:07:03,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 10:07:03,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 10:07:03,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 10:07:03,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 10:07:03,311 - 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-19 10:07:03,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c32ea62-c5ab-41fb-9376-092ebe6cea92 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 10:07:03,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8c32ea62-c5ab-41fb-9376-092ebe6cea92 2018-08-19 10:07:03,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:07:03,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:07:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["sRrVJJlsQWC-ztRDM-vM6A"], "issued_at": "2018-08-19T10:07:03.000000Z"}} 2018-08-19 10:07:03,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:07:03,723 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:07:04,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-21e6cf62-0c08-4e43-a7d0-88bb5372570c Date: Sun, 19 Aug 2018 10:07:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 10:07:04,082 - 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-21e6cf62-0c08-4e43-a7d0-88bb5372570c 2018-08-19 10:07:04,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.359997034073s 2018-08-19 10:07:04,083 - 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-21e6cf62-0c08-4e43-a7d0-88bb5372570c 2018-08-19 10:07:04,087 - 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-19 10:07:04,092 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 10:07:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03f19f86-8e74-4cf4-b9e4-97a99815f533 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-19 10:07:04,092 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-03f19f86-8e74-4cf4-b9e4-97a99815f533 2018-08-19 10:07:04,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 10:07:04,096 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:07:04,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8fc08a5-f4c2-49b2-81b4-b185e385abc0 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 10:07:04,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-c8fc08a5-f4c2-49b2-81b4-b185e385abc0 2018-08-19 10:07:04,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197679042816s 2018-08-19 10:07:04,291 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-c8fc08a5-f4c2-49b2-81b4-b185e385abc0 2018-08-19 10:07:04,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 10:07:04,301 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62"}}' 2018-08-19 10:07:04,518 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 10:07:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40a9889c-d4ab-47e8-af28-36ae2e9ee1fb 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/73576fbd0cd64967aa17328fc50b6ef9"}, "tags": [], "enabled": true, "id": "73576fbd0cd64967aa17328fc50b6ef9", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62"}} 2018-08-19 10:07:04,518 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-40a9889c-d4ab-47e8-af28-36ae2e9ee1fb 2018-08-19 10:07:04,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.220543861389s 2018-08-19 10:07:04,519 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-40a9889c-d4ab-47e8-af28-36ae2e9ee1fb 2018-08-19 10:07:04,519 - 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'73576fbd0cd64967aa17328fc50b6ef9', '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_f5326a3a-2fc8-42dd-8914-755fe2514b62'}) 2018-08-19 10:07:04,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 10:07:04,529 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ada64206-d21b-485d-8fa6-25a21fb199bd", "email": null, "name": "cloudify_ims-user_f5326a3a-2fc8-42dd-8914-755fe2514b62"}}' 2018-08-19 10:07:05,033 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 10:07:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac05ba1f-8323-4cbd-a9e4-e4f5f1219d74 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_f5326a3a-2fc8-42dd-8914-755fe2514b62", "links": {"self": "http://172.30.9.27:5000/v3/users/196b1cec35354ebbacfc8c2f413b6a35"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "196b1cec35354ebbacfc8c2f413b6a35", "domain_id": "default", "password_expires_at": null}} 2018-08-19 10:07:05,033 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-ac05ba1f-8323-4cbd-a9e4-e4f5f1219d74 2018-08-19 10:07:05,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.507537841797s 2018-08-19 10:07:05,033 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-ac05ba1f-8323-4cbd-a9e4-e4f5f1219d74 2018-08-19 10:07:05,034 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'196b1cec35354ebbacfc8c2f413b6a35', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_f5326a3a-2fc8-42dd-8914-755fe2514b62'}) 2018-08-19 10:07:05,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:07:05,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}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:07:05,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e38db778-1822-44ae-8306-2e05b1ea23af 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 10:07:05,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e38db778-1822-44ae-8306-2e05b1ea23af 2018-08-19 10:07:05,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204715013504s 2018-08-19 10:07:05,243 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e38db778-1822-44ae-8306-2e05b1ea23af 2018-08-19 10:07:05,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:07:05,250 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:07:05,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-947b6be5-0664-4c75-8136-40043db01f65 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 10:07:05,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-947b6be5-0664-4c75-8136-40043db01f65 2018-08-19 10:07:05,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.203122138977s 2018-08-19 10:07:05,451 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-947b6be5-0664-4c75-8136-40043db01f65 2018-08-19 10:07:05,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:07:05,459 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:07:05,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ddba6b3-f3a8-4386-a15c-a8d64ab3d3db 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 10:07:05,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0ddba6b3-f3a8-4386-a15c-a8d64ab3d3db 2018-08-19 10:07:05,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182559013367s 2018-08-19 10:07:05,638 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-0ddba6b3-f3a8-4386-a15c-a8d64ab3d3db 2018-08-19 10:07:05,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 10:07:05,646 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:07:05,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6375ec3-14e6-49cb-96b4-9681f727f6a6 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-19 10:07:05,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-a6375ec3-14e6-49cb-96b4-9681f727f6a6 2018-08-19 10:07:05,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196882963181s 2018-08-19 10:07:05,840 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-a6375ec3-14e6-49cb-96b4-9681f727f6a6 2018-08-19 10:07:05,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 10:07:05,845 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:07:05,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3311b74-5bcc-488f-be96-607f63671d2a Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_f5326a3a-2fc8-42dd-8914-755fe2514b62", "links": {"self": "http://172.30.9.27:5000/v3/users/196b1cec35354ebbacfc8c2f413b6a35"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "196b1cec35354ebbacfc8c2f413b6a35", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 10:07:05,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e3311b74-5bcc-488f-be96-607f63671d2a 2018-08-19 10:07:05,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126856088638s 2018-08-19 10:07:05,969 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e3311b74-5bcc-488f-be96-607f63671d2a 2018-08-19 10:07:05,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 10:07:05,983 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:07:06,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dad74be-bda2-4e57-867a-fdf0aeeaeb0b 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/73576fbd0cd64967aa17328fc50b6ef9"}, "tags": [], "enabled": true, "id": "73576fbd0cd64967aa17328fc50b6ef9", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-19 10:07:06,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-8dad74be-bda2-4e57-867a-fdf0aeeaeb0b 2018-08-19 10:07:06,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192848205566s 2018-08-19 10:07:06,173 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-8dad74be-bda2-4e57-867a-fdf0aeeaeb0b 2018-08-19 10:07:06,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 10:07:06,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=196b1cec35354ebbacfc8c2f413b6a35&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=73576fbd0cd64967aa17328fc50b6ef9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:07:06,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77d1b0e5-354e-43c9-94e3-5ed54d4dfec7 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=196b1cec35354ebbacfc8c2f413b6a35&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=73576fbd0cd64967aa17328fc50b6ef9", "previous": null, "next": null}} 2018-08-19 10:07:06,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=196b1cec35354ebbacfc8c2f413b6a35&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=73576fbd0cd64967aa17328fc50b6ef9 used request id req-77d1b0e5-354e-43c9-94e3-5ed54d4dfec7 2018-08-19 10:07:06,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.18559217453s 2018-08-19 10:07:06,367 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=196b1cec35354ebbacfc8c2f413b6a35&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=73576fbd0cd64967aa17328fc50b6ef9 used request id req-77d1b0e5-354e-43c9-94e3-5ed54d4dfec7 2018-08-19 10:07:06,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 10:07:06,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/73576fbd0cd64967aa17328fc50b6ef9/users/196b1cec35354ebbacfc8c2f413b6a35/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:07:06,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 10:07:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-418c1657-731f-43dd-8520-2e0f3f97423c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 10:07:06,619 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/73576fbd0cd64967aa17328fc50b6ef9/users/196b1cec35354ebbacfc8c2f413b6a35/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-418c1657-731f-43dd-8520-2e0f3f97423c 2018-08-19 10:07:06,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.248599052429s 2018-08-19 10:07:06,619 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/73576fbd0cd64967aa17328fc50b6ef9/users/196b1cec35354ebbacfc8c2f413b6a35/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-418c1657-731f-43dd-8520-2e0f3f97423c 2018-08-19 10:07:06,620 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62', 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'73576fbd0cd64967aa17328fc50b6ef9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ada64206-d21b-485d-8fa6-25a21fb199bd', 'username': u'cloudify_ims-user_f5326a3a-2fc8-42dd-8914-755fe2514b62', '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-19 10:07:06,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 10:07:06,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 10:07:06,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 10:07:06,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 10:07:06,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 10:07:06,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 10:07:06,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 10:07:06,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 10:07:06,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 10:07:06,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 10:07:06,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 10:07:06,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 10:07:06,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 10:07:06,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 10:07:06,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 10:07:06,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 10:07:06,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 10:07:06,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 10:07:06,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 10:07:06,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 10:07:06,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 10:07:06,624 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 10:07:06,625 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'password': 'ada64206-d21b-485d-8fa6-25a21fb199bd', 'project_name': 'cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '73576fbd0cd64967aa17328fc50b6ef9', 'project_domain_name': 'Default'} 2018-08-19 10:07:06,678 - 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-19 10:07:06,692 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-08-19 10:07:06,693 - 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-19 10:07:06,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:07:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-891d03e4-b8ff-4b50-85c9-d03274a06be5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 10:07:06,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-891d03e4-b8ff-4b50-85c9-d03274a06be5 2018-08-19 10:07:06,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:07:07,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:07:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73576fbd0cd64967aa17328fc50b6ef9", "name": "cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/73576fbd0cd64967aa17328fc50b6ef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/73576fbd0cd64967aa17328fc50b6ef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/73576fbd0cd64967aa17328fc50b6ef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/73576fbd0cd64967aa17328fc50b6ef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/73576fbd0cd64967aa17328fc50b6ef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/73576fbd0cd64967aa17328fc50b6ef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/73576fbd0cd64967aa17328fc50b6ef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/73576fbd0cd64967aa17328fc50b6ef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/73576fbd0cd64967aa17328fc50b6ef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/73576fbd0cd64967aa17328fc50b6ef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/73576fbd0cd64967aa17328fc50b6ef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/73576fbd0cd64967aa17328fc50b6ef9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_73576fbd0cd64967aa17328fc50b6ef9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_73576fbd0cd64967aa17328fc50b6ef9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_f5326a3a-2fc8-42dd-8914-755fe2514b62", "id": "196b1cec35354ebbacfc8c2f413b6a35"}, "audit_ids": ["VXgjGMR8QmyR1roMmUvktQ"], "issued_at": "2018-08-19T10:07:07.000000Z"}} 2018-08-19 10:07:07,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 10:07:07,094 - 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}05f54317415907553e932f451a08176b7f625b73" -d '{"network": {"name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "admin_state_up": true}}' 2018-08-19 10:07:07,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c19e38c4-fa4a-4306-ad7c-c73199196ade Date: Sun, 19 Aug 2018 10:07:07 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"73576fbd0cd64967aa17328fc50b6ef9","created_at":"2018-08-19T10:07:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-19T10:07:07Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"73576fbd0cd64967aa17328fc50b6ef9","id":"49cdffc5-e9aa-4e93-a9fd-ebc5a753590e","name":"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62"}} 2018-08-19 10:07:07,812 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c19e38c4-fa4a-4306-ad7c-c73199196ade 2018-08-19 10:07:07,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.717978000641s 2018-08-19 10:07:07,812 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c19e38c4-fa4a-4306-ad7c-c73199196ade 2018-08-19 10:07:07,813 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T10:07:07Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'admin_state_up': True, u'tenant_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'created_at': u'2018-08-19T10:07:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'73576fbd0cd64967aa17328fc50b6ef9'}) 2018-08-19 10:07:07,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:07:07,814 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:07:08,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-bb8f7334-f9d6-4f81-b34b-2470c4a79607 Date: Sun, 19 Aug 2018 10:07:08 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-19T10:07:07Z","tenant_id":"73576fbd0cd64967aa17328fc50b6ef9","created_at":"2018-08-19T10:07:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"73576fbd0cd64967aa17328fc50b6ef9","id":"49cdffc5-e9aa-4e93-a9fd-ebc5a753590e","name":"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 10:07:08,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bb8f7334-f9d6-4f81-b34b-2470c4a79607 2018-08-19 10:07:08,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.349411010742s 2018-08-19 10:07:08,163 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-bb8f7334-f9d6-4f81-b34b-2470c4a79607 2018-08-19 10:07:08,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 10:07:08,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" -d '{"subnet": {"name": "cloudify_ims-subnet_f5326a3a-2fc8-42dd-8914-755fe2514b62", "enable_dhcp": true, "network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 10:07:09,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-2f165e1f-2ad3-4555-b2f3-6f052a26df97 Date: Sun, 19 Aug 2018 10:07:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"49cdffc5-e9aa-4e93-a9fd-ebc5a753590e","tenant_id":"73576fbd0cd64967aa17328fc50b6ef9","created_at":"2018-08-19T10:07:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T10:07:08Z","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":"73576fbd0cd64967aa17328fc50b6ef9","id":"08c26368-6d48-4d75-80ce-a4874e6f795d","subnetpool_id":null,"name":"cloudify_ims-subnet_f5326a3a-2fc8-42dd-8914-755fe2514b62"}} 2018-08-19 10:07:09,105 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-2f165e1f-2ad3-4555-b2f3-6f052a26df97 2018-08-19 10:07:09,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.940850973129s 2018-08-19 10:07:09,106 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-2f165e1f-2ad3-4555-b2f3-6f052a26df97 2018-08-19 10:07:09,106 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T10:07:08Z', 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'08c26368-6d48-4d75-80ce-a4874e6f795d', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'enable_dhcp': True, u'network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e', u'tenant_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'created_at': u'2018-08-19T10:07:08Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'73576fbd0cd64967aa17328fc50b6ef9'}) 2018-08-19 10:07:09,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 10:07:09,107 - 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}05f54317415907553e932f451a08176b7f625b73" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "cloudify_ims-router_f5326a3a-2fc8-42dd-8914-755fe2514b62", "admin_state_up": true}}' 2018-08-19 10:07:10,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-98f21d1c-488b-4555-b514-2435b41dfee8 Date: Sun, 19 Aug 2018 10:07:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:07:09Z", "admin_state_up": true, "updated_at": "2018-08-19T10:07:10Z", "revision_number": 2, "routes": [], "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "01a85d54-4159-4b66-afb9-c37b1025cd2c", "name": "cloudify_ims-router_f5326a3a-2fc8-42dd-8914-755fe2514b62"}} 2018-08-19 10:07:10,692 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-98f21d1c-488b-4555-b514-2435b41dfee8 2018-08-19 10:07:10,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.58511710167s 2018-08-19 10:07:10,692 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-98f21d1c-488b-4555-b514-2435b41dfee8 2018-08-19 10:07:10,693 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'created_at': u'2018-08-19T10:07:09Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T10:07:10Z', u'revision_number': 2, u'routes': [], u'project_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'id': u'01a85d54-4159-4b66-afb9-c37b1025cd2c', u'name': u'cloudify_ims-router_f5326a3a-2fc8-42dd-8914-755fe2514b62'}) 2018-08-19 10:07:10,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 10:07:10,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/01a85d54-4159-4b66-afb9-c37b1025cd2c/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}05f54317415907553e932f451a08176b7f625b73" -d '{"subnet_id": "08c26368-6d48-4d75-80ce-a4874e6f795d"}' 2018-08-19 10:07:12,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9243227a-0ad5-4212-8b9f-c0530d79a343 Date: Sun, 19 Aug 2018 10:07:12 GMT RESP BODY: {"network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "subnet_id": "08c26368-6d48-4d75-80ce-a4874e6f795d", "subnet_ids": ["08c26368-6d48-4d75-80ce-a4874e6f795d"], "port_id": "5309b028-4b0a-41f4-b53f-ec7b00ab433a", "id": "01a85d54-4159-4b66-afb9-c37b1025cd2c"} 2018-08-19 10:07:12,899 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/01a85d54-4159-4b66-afb9-c37b1025cd2c/add_router_interface.json used request id req-9243227a-0ad5-4212-8b9f-c0530d79a343 2018-08-19 10:07:12,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.20600199699s 2018-08-19 10:07:12,900 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/01a85d54-4159-4b66-afb9-c37b1025cd2c/add_router_interface.json used request id req-9243227a-0ad5-4212-8b9f-c0530d79a343 returning object 01a85d54-4159-4b66-afb9-c37b1025cd2c 2018-08-19 10:07:12,900 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-19 10:07:35,812 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-19 10:07:35,814 - 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-19 10:07:35,820 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 10:07: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-19 10:07:35,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:07:35,828 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:07:36,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-456311a5-e2af-449c-b1eb-dd2cfe0769a1 Date: Sun, 19 Aug 2018 10:07:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:07:36,621 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-456311a5-e2af-449c-b1eb-dd2cfe0769a1 2018-08-19 10:07:36,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.796481132507s 2018-08-19 10:07:36,621 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-456311a5-e2af-449c-b1eb-dd2cfe0769a1 2018-08-19 10:07:36,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 10:07:36,633 - 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}05f54317415907553e932f451a08176b7f625b73" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62"}' 2018-08-19 10:07:36,953 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1487ca55-e372-476a-b591-cfb2d7b4fd3d Date: Sun, 19 Aug 2018 10:07:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:07:36Z", "file": "/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/file", "owner": "73576fbd0cd64967aa17328fc50b6ef9", "id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "size": null, "self": "/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "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_f5326a3a-2fc8-42dd-8914-755fe2514b62", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62", "checksum": null, "created_at": "2018-08-19T10:07:36Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 10:07:36,953 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-1487ca55-e372-476a-b591-cfb2d7b4fd3d 2018-08-19 10:07:36,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.323456048965s 2018-08-19 10:07:36,954 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-1487ca55-e372-476a-b591-cfb2d7b4fd3d returning object 8fae279a-e6e9-4426-a04d-8d350dd2616f 2018-08-19 10:07:36,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 10:07:36,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/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}05f54317415907553e932f451a08176b7f625b73" -d '' 2018-08-19 10:08:35,777 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e7de39c7-b7c8-46cd-8372-1fa64d7ebd0f Date: Sun, 19 Aug 2018 10:08:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 10:08:35,777 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/file used request id req-e7de39c7-b7c8-46cd-8372-1fa64d7ebd0f 2018-08-19 10:08:35,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 58.8226368427s 2018-08-19 10:08:35,777 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/file used request id req-e7de39c7-b7c8-46cd-8372-1fa64d7ebd0f 2018-08-19 10:08:35,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:08:35,785 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:36,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-1bf57466-6002-4e62-9b11-c2f4e5ac07d4 Date: Sun, 19 Aug 2018 10:08:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:08:35Z", "file": "/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/file", "owner": "73576fbd0cd64967aa17328fc50b6ef9", "id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "size": 4373348352, "self": "/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T10:07:36Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:08:36,096 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1bf57466-6002-4e62-9b11-c2f4e5ac07d4 2018-08-19 10:08:36,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.314944982529s 2018-08-19 10:08:36,097 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-1bf57466-6002-4e62-9b11-c2f4e5ac07d4 2018-08-19 10:08:36,099 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/file', 'owner': u'73576fbd0cd64967aa17328fc50b6ef9', 'id': u'8fae279a-e6e9-4426-a04d-8d350dd2616f', 'size': 4373348352, u'self': u'/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73576fbd0cd64967aa17328fc50b6ef9', 'name': 'cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T10:08:35Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T10:08:35Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62', '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/8fae279a-e6e9-4426-a04d-8d350dd2616f', 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_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'created': u'2018-08-19T10:07:36Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-19T10:07:36Z', 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/8fae279a-e6e9-4426-a04d-8d350dd2616f', 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_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-19 10:08:36,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 10:08:36,102 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_f5326a3a-2fc8-42dd-8914-755fe2514b62", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-19 10:08:36,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:08:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da8e9f98-d90a-46b2-bbe3-971eb33ca953 x-compute-request-id: req-da8e9f98-d90a-46b2-bbe3-971eb33ca953 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_f5326a3a-2fc8-42dd-8914-755fe2514b62", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "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": "53311987-dc36-4ce8-881b-9839c17bf71a"}} 2018-08-19 10:08:36,401 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-da8e9f98-d90a-46b2-bbe3-971eb33ca953 2018-08-19 10:08:36,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.301746845245s 2018-08-19 10:08:36,402 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-da8e9f98-d90a-46b2-bbe3-971eb33ca953 2018-08-19 10:08:36,403 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_f5326a3a-2fc8-42dd-8914-755fe2514b62', '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'7dc2782794df470c83590a2cbd73fefb', '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'53311987-dc36-4ce8-881b-9839c17bf71a', 'swap': 0}) 2018-08-19 10:08:36,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 10:08:36,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/53311987-dc36-4ce8-881b-9839c17bf71a/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}dbb56d468613d7311538c95f4f1912bf860de6e0" -d '{"extra_specs": {}}' 2018-08-19 10:08:36,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:08:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f275b4a2-aa88-4a0d-b76c-490d85e105c3 x-compute-request-id: req-f275b4a2-aa88-4a0d-b76c-490d85e105c3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 10:08:36,428 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/53311987-dc36-4ce8-881b-9839c17bf71a/os-extra_specs used request id req-f275b4a2-aa88-4a0d-b76c-490d85e105c3 2018-08-19 10:08:36,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0243949890137s 2018-08-19 10:08:36,428 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/53311987-dc36-4ce8-881b-9839c17bf71a/os-extra_specs used request id req-f275b4a2-aa88-4a0d-b76c-490d85e105c3 2018-08-19 10:08:36,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-19 10:08:36,431 - 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}05f54317415907553e932f451a08176b7f625b73" -d '{"keypair": {"name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62"}}' 2018-08-19 10:08:36,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:08:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eff7509e-bee9-4c06-a4b3-c576ba911039 x-compute-request-id: req-eff7509e-bee9-4c06-a4b3-c576ba911039 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC93X1Nv9ZpdQVuAkc0bPJL4KUF6txxKSd+c/NbXSrJl73NDKRpICbW88mqkmF1s0rXG6CeBtBWlMclA/oNMQPt27L8zyzIe6ohZIyhoftHnuxVZ+rAyg580w3U2jDHQ/PR/THJ8DyIK00Qw2yMYzDXuU8y9hHW5OClWB9DH/mZqSGpMOVrtO/hNi0nzI38BMOBd9jsAkJ1JOLu2yjYISTHtXLKJ+yMcd+4tTVT0r6gLiAL0IrGHZsXXGL9Yy0l0qSmHEb2wAlBioMiHDpbzA0LBipZ91H8QCSUUjR3TLlXLlaE8dU8gxfhFJBz29Gf7lRVXO+qsYtDz7L6CBds6LkX Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvd19Tb/WaXUFbgJHNGzyS+ClBerccSknfnPzW10qyZe9zQyk\naSAm1vPJqpJhdbNK1xugngbQVpTHJQP6DTED7duy/M8syHuqIWSMoaH7R57sVWfq\nwMoOfNMN1Nowx0Pz0f0xyfA8iCtNEMNsjGMw17lPMvYR1uTgpVgfQx/5makhqTDl\na7Tv4TYtJ8yN/ATDgXfY7AJCdSTi7tso2CEkx7VyyifsjHHfuLU1U9K+oC4gC9CK\nxh2bF1xi/WMtJdKkphxG9sAJQYqDIhw6W8wNCwYqWfdR/EAklFI0d0y5Vy5WhPHV\nPIMX4RSQc9vRn+5UVVzvqrGLQ8+y+ggXbOi5FwIDAQABAoIBAFTEqsknuUbkJER1\nZ+0UJymRZpw5u6oaQbPHeQN1mUDgKrF9z3nQDQczWPp62GCAaA2aHB/x0tqVGkSA\nfgedtq9fw43zwX7RF6hJCDCx7UqQvdtzxe/FRqqcYDSEJfsRb651aOFMDPqOup2d\nYr1bG9d0uNN74YMcNOAdc/e4MuxTPI3L2DZPeiUhCjV8zKRUsOcCqjscUFEMdriB\nONkelvibkpvGiytfKkXZgEmzmxz7A6WJcZDqUvWCyWq1i8vfIBJq6Y3PkMGhkejl\ntg24vX891UCavuP04oDkOp3JL5OtsOhaPd3YoMDr4VSXPlAJl8m+wIuyo1/yDE5Y\na/gyhYECgYEA+PjkxMM8Fwzrzlq4Ra+wABRjRJ7+82Y3vmF6C8KN9xqjpYvTvokR\nynaGDYRqtx6uMHSNJ0OK6Gl5WsHU7hTCVk1uauNHoAG7zqQwrXBnMvfTFIPfnOJM\nWyBEG+QWq7GK9edRYIHT+vr3QK/s69o/i/y8vjRBkDb7MrHEr2BosDECgYEAwzl7\nAWMlhCHZnfuZLkkrdOV48EqTbgSzVJgWu+nMknAwL4UDCCpFZrjBLXOce2jO/NmJ\nh5sbSm0F3Pa5+Fx0rT5e32T3tMvg305c8tWi+kWir2FGJv3aHOeXAcZO0afDC0+p\nbkEMkOYk2eSLhFAhSv6FtzuvcAVl+s1HaSnOM8cCgYEAhJw1ZaRDrldghhIGEoAI\nc5JoaVVyoHwydsH+uqLO8O4MehGnH9ZsVnWY4zxDhvPdfcumn2I3a6E6VR/m5UTD\nWip2BJK4RL6HpQIJN2gmX5xmnoe7JBnY57Sg8mYjuSGgzWd/DbM5EHZ6Gcdanykp\nLcvZUEoPHdxbId5Tz8G/IRECgYBBdcmn+m2+83a7wXxoh8JZjQRTVj4/GrZi/ChL\nVCbzR0jw9iHBICNrQTINIoHq44bcQ7kYzkqFVy8rG1PaUm4RFSPMtldUuTQqzGTg\nTAA8+RKGyhAyzNXQ8VqyDqOpKx58cXa3cHpdL75VjYu2jwPK2LNPcGTwI+9A/Iog\nWhM5SwKBgAnwFCRbjTbCViIgbzaHzKNjTR7IW0aYAYM61SI6qt1Ub4xQVumbxblB\n099bcbiX2KU3vNdrF/FBZuJEarsp2TmuJQGd40sC2lJYjLQclW6QOLO3RAcrZF6O\nkga33zxTA3PzZiyOnHxbz0qgpFlRlAZNi9jxzpA/VrewDdOZgV33\n-----END RSA PRIVATE KEY-----\n", "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "fingerprint": "b0:78:b7:18:58:bf:5d:ba:8e:c8:01:e0:8b:9a:d2:98"}} 2018-08-19 10:08:36,807 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-eff7509e-bee9-4c06-a4b3-c576ba911039 2018-08-19 10:08:36,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.378415822983s 2018-08-19 10:08:36,807 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-eff7509e-bee9-4c06-a4b3-c576ba911039 2018-08-19 10:08:36,808 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC93X1Nv9ZpdQVuAkc0bPJL4KUF6txxKSd+c/NbXSrJl73NDKRpICbW88mqkmF1s0rXG6CeBtBWlMclA/oNMQPt27L8zyzIe6ohZIyhoftHnuxVZ+rAyg580w3U2jDHQ/PR/THJ8DyIK00Qw2yMYzDXuU8y9hHW5OClWB9DH/mZqSGpMOVrtO/hNi0nzI38BMOBd9jsAkJ1JOLu2yjYISTHtXLKJ+yMcd+4tTVT0r6gLiAL0IrGHZsXXGL9Yy0l0qSmHEb2wAlBioMiHDpbzA0LBipZ91H8QCSUUjR3TLlXLlaE8dU8gxfhFJBz29Gf7lRVXO+qsYtDz7L6CBds6LkX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvd19Tb/WaXUFbgJHNGzyS+ClBerccSknfnPzW10qyZe9zQyk\naSAm1vPJqpJhdbNK1xugngbQVpTHJQP6DTED7duy/M8syHuqIWSMoaH7R57sVWfq\nwMoOfNMN1Nowx0Pz0f0xyfA8iCtNEMNsjGMw17lPMvYR1uTgpVgfQx/5makhqTDl\na7Tv4TYtJ8yN/ATDgXfY7AJCdSTi7tso2CEkx7VyyifsjHHfuLU1U9K+oC4gC9CK\nxh2bF1xi/WMtJdKkphxG9sAJQYqDIhw6W8wNCwYqWfdR/EAklFI0d0y5Vy5WhPHV\nPIMX4RSQc9vRn+5UVVzvqrGLQ8+y+ggXbOi5FwIDAQABAoIBAFTEqsknuUbkJER1\nZ+0UJymRZpw5u6oaQbPHeQN1mUDgKrF9z3nQDQczWPp62GCAaA2aHB/x0tqVGkSA\nfgedtq9fw43zwX7RF6hJCDCx7UqQvdtzxe/FRqqcYDSEJfsRb651aOFMDPqOup2d\nYr1bG9d0uNN74YMcNOAdc/e4MuxTPI3L2DZPeiUhCjV8zKRUsOcCqjscUFEMdriB\nONkelvibkpvGiytfKkXZgEmzmxz7A6WJcZDqUvWCyWq1i8vfIBJq6Y3PkMGhkejl\ntg24vX891UCavuP04oDkOp3JL5OtsOhaPd3YoMDr4VSXPlAJl8m+wIuyo1/yDE5Y\na/gyhYECgYEA+PjkxMM8Fwzrzlq4Ra+wABRjRJ7+82Y3vmF6C8KN9xqjpYvTvokR\nynaGDYRqtx6uMHSNJ0OK6Gl5WsHU7hTCVk1uauNHoAG7zqQwrXBnMvfTFIPfnOJM\nWyBEG+QWq7GK9edRYIHT+vr3QK/s69o/i/y8vjRBkDb7MrHEr2BosDECgYEAwzl7\nAWMlhCHZnfuZLkkrdOV48EqTbgSzVJgWu+nMknAwL4UDCCpFZrjBLXOce2jO/NmJ\nh5sbSm0F3Pa5+Fx0rT5e32T3tMvg305c8tWi+kWir2FGJv3aHOeXAcZO0afDC0+p\nbkEMkOYk2eSLhFAhSv6FtzuvcAVl+s1HaSnOM8cCgYEAhJw1ZaRDrldghhIGEoAI\nc5JoaVVyoHwydsH+uqLO8O4MehGnH9ZsVnWY4zxDhvPdfcumn2I3a6E6VR/m5UTD\nWip2BJK4RL6HpQIJN2gmX5xmnoe7JBnY57Sg8mYjuSGgzWd/DbM5EHZ6Gcdanykp\nLcvZUEoPHdxbId5Tz8G/IRECgYBBdcmn+m2+83a7wXxoh8JZjQRTVj4/GrZi/ChL\nVCbzR0jw9iHBICNrQTINIoHq44bcQ7kYzkqFVy8rG1PaUm4RFSPMtldUuTQqzGTg\nTAA8+RKGyhAyzNXQ8VqyDqOpKx58cXa3cHpdL75VjYu2jwPK2LNPcGTwI+9A/Iog\nWhM5SwKBgAnwFCRbjTbCViIgbzaHzKNjTR7IW0aYAYM61SI6qt1Ub4xQVumbxblB\n099bcbiX2KU3vNdrF/FBZuJEarsp2TmuJQGd40sC2lJYjLQclW6QOLO3RAcrZF6O\nkga33zxTA3PzZiyOnHxbz0qgpFlRlAZNi9jxzpA/VrewDdOZgV33\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'196b1cec35354ebbacfc8c2f413b6a35', 'name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'created_at': '2018-08-19T10:08:36.808646', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73576fbd0cd64967aa17328fc50b6ef9', 'name': 'cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b0:78:b7:18:58:bf:5d:ba:8e:c8:01:e0:8b:9a:d2:98', 'type': 'ssh', 'id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62'}) 2018-08-19 10:08:36,809 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAvd19Tb/WaXUFbgJHNGzyS+ClBerccSknfnPzW10qyZe9zQyk aSAm1vPJqpJhdbNK1xugngbQVpTHJQP6DTED7duy/M8syHuqIWSMoaH7R57sVWfq wMoOfNMN1Nowx0Pz0f0xyfA8iCtNEMNsjGMw17lPMvYR1uTgpVgfQx/5makhqTDl a7Tv4TYtJ8yN/ATDgXfY7AJCdSTi7tso2CEkx7VyyifsjHHfuLU1U9K+oC4gC9CK xh2bF1xi/WMtJdKkphxG9sAJQYqDIhw6W8wNCwYqWfdR/EAklFI0d0y5Vy5WhPHV PIMX4RSQc9vRn+5UVVzvqrGLQ8+y+ggXbOi5FwIDAQABAoIBAFTEqsknuUbkJER1 Z+0UJymRZpw5u6oaQbPHeQN1mUDgKrF9z3nQDQczWPp62GCAaA2aHB/x0tqVGkSA fgedtq9fw43zwX7RF6hJCDCx7UqQvdtzxe/FRqqcYDSEJfsRb651aOFMDPqOup2d Yr1bG9d0uNN74YMcNOAdc/e4MuxTPI3L2DZPeiUhCjV8zKRUsOcCqjscUFEMdriB ONkelvibkpvGiytfKkXZgEmzmxz7A6WJcZDqUvWCyWq1i8vfIBJq6Y3PkMGhkejl tg24vX891UCavuP04oDkOp3JL5OtsOhaPd3YoMDr4VSXPlAJl8m+wIuyo1/yDE5Y a/gyhYECgYEA+PjkxMM8Fwzrzlq4Ra+wABRjRJ7+82Y3vmF6C8KN9xqjpYvTvokR ynaGDYRqtx6uMHSNJ0OK6Gl5WsHU7hTCVk1uauNHoAG7zqQwrXBnMvfTFIPfnOJM WyBEG+QWq7GK9edRYIHT+vr3QK/s69o/i/y8vjRBkDb7MrHEr2BosDECgYEAwzl7 AWMlhCHZnfuZLkkrdOV48EqTbgSzVJgWu+nMknAwL4UDCCpFZrjBLXOce2jO/NmJ h5sbSm0F3Pa5+Fx0rT5e32T3tMvg305c8tWi+kWir2FGJv3aHOeXAcZO0afDC0+p bkEMkOYk2eSLhFAhSv6FtzuvcAVl+s1HaSnOM8cCgYEAhJw1ZaRDrldghhIGEoAI c5JoaVVyoHwydsH+uqLO8O4MehGnH9ZsVnWY4zxDhvPdfcumn2I3a6E6VR/m5UTD Wip2BJK4RL6HpQIJN2gmX5xmnoe7JBnY57Sg8mYjuSGgzWd/DbM5EHZ6Gcdanykp LcvZUEoPHdxbId5Tz8G/IRECgYBBdcmn+m2+83a7wXxoh8JZjQRTVj4/GrZi/ChL VCbzR0jw9iHBICNrQTINIoHq44bcQ7kYzkqFVy8rG1PaUm4RFSPMtldUuTQqzGTg TAA8+RKGyhAyzNXQ8VqyDqOpKx58cXa3cHpdL75VjYu2jwPK2LNPcGTwI+9A/Iog WhM5SwKBgAnwFCRbjTbCViIgbzaHzKNjTR7IW0aYAYM61SI6qt1Ub4xQVumbxblB 099bcbiX2KU3vNdrF/FBZuJEarsp2TmuJQGd40sC2lJYjLQclW6QOLO3RAcrZF6O kga33zxTA3PzZiyOnHxbz0qgpFlRlAZNi9jxzpA/VrewDdOZgV33 -----END RSA PRIVATE KEY----- 2018-08-19 10:08:36,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-19 10:08:36,812 - 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}05f54317415907553e932f451a08176b7f625b73" -d '{"security_group": {"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-08-19 10:08:37,280 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-7ec92ee8-abe1-4d85-9e60-e5a1fdb8cea8 Date: Sun, 19 Aug 2018 10:08:37 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:37Z", "updated_at": "2018-08-19T10:08:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "4324370a-f710-4289-bdd7-702e89c951cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "fe78ab9a-a4a8-40f6-9392-6b76fbd9726f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 1, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "af823c02-8be0-4850-9811-931402644dcc", "name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}} 2018-08-19 10:08:37,280 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-7ec92ee8-abe1-4d85-9e60-e5a1fdb8cea8 2018-08-19 10:08:37,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.468233823776s 2018-08-19 10:08:37,280 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-7ec92ee8-abe1-4d85-9e60-e5a1fdb8cea8 2018-08-19 10:08:37,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:08:37,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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:37,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-be7dd307-35f7-4a63-900c-2554d11cc123 Date: Sun, 19 Aug 2018 10:08:37 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:37Z", "updated_at": "2018-08-19T10:08:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "4324370a-f710-4289-bdd7-702e89c951cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "fe78ab9a-a4a8-40f6-9392-6b76fbd9726f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 1, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "af823c02-8be0-4850-9811-931402644dcc", "name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}, {"description": "Default security group", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:07:07Z", "updated_at": "2018-08-19T10:07:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "67f6dd55-1add-4bb1-ad29-2b0528c712a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "b675bcc0-2568-4945-9088-bc410df5e23d", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "e803914e-03f5-4854-b173-61b297a7b2e8", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "f5f85605-942a-42fa-ad99-e82b4738bb91", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 1, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "name": "default"}]} 2018-08-19 10:08:37,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-be7dd307-35f7-4a63-900c-2554d11cc123 2018-08-19 10:08:37,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.303565979004s 2018-08-19 10:08:37,589 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-be7dd307-35f7-4a63-900c-2554d11cc123 2018-08-19 10:08:37,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 10:08:37,593 - 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}05f54317415907553e932f451a08176b7f625b73" -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": "af823c02-8be0-4850-9811-931402644dcc"}}' 2018-08-19 10:08:38,046 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b8a44c33-e091-46b7-a2e5-149756401ffd Date: Sun, 19 Aug 2018 10:08:38 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "port_range_min": 22, "revision_number": 0, "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:37Z", "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "e596c5ac-ee90-46c4-b0cc-29f378b905de"}} 2018-08-19 10:08:38,046 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-b8a44c33-e091-46b7-a2e5-149756401ffd 2018-08-19 10:08:38,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.453856945038s 2018-08-19 10:08:38,047 - 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-b8a44c33-e091-46b7-a2e5-149756401ffd 2018-08-19 10:08:38,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:08:38,051 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:38,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-4e71adb6-45ae-4ea5-a6f5-521905e1af03 Date: Sun, 19 Aug 2018 10:08:38 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:37Z", "updated_at": "2018-08-19T10:08:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "4324370a-f710-4289-bdd7-702e89c951cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "e596c5ac-ee90-46c4-b0cc-29f378b905de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "fe78ab9a-a4a8-40f6-9392-6b76fbd9726f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 2, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "af823c02-8be0-4850-9811-931402644dcc", "name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}, {"description": "Default security group", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:07:07Z", "updated_at": "2018-08-19T10:07:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "67f6dd55-1add-4bb1-ad29-2b0528c712a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "b675bcc0-2568-4945-9088-bc410df5e23d", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "e803914e-03f5-4854-b173-61b297a7b2e8", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "f5f85605-942a-42fa-ad99-e82b4738bb91", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 1, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "name": "default"}]} 2018-08-19 10:08:38,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-4e71adb6-45ae-4ea5-a6f5-521905e1af03 2018-08-19 10:08:38,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.301590919495s 2018-08-19 10:08:38,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-4e71adb6-45ae-4ea5-a6f5-521905e1af03 2018-08-19 10:08:38,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 10:08:38,356 - 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}05f54317415907553e932f451a08176b7f625b73" -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": "af823c02-8be0-4850-9811-931402644dcc"}}' 2018-08-19 10:08:38,520 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-372b8e6d-d0eb-4deb-b4c6-1757b50692d9 Date: Sun, 19 Aug 2018 10:08:38 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-19T10:08:38Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "port_range_min": null, "revision_number": 0, "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:38Z", "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "202517a3-a403-4ba9-9401-21dc53c23f9e"}} 2018-08-19 10:08:38,520 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-372b8e6d-d0eb-4deb-b4c6-1757b50692d9 2018-08-19 10:08:38,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.164346933365s 2018-08-19 10:08:38,520 - 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-372b8e6d-d0eb-4deb-b4c6-1757b50692d9 2018-08-19 10:08:38,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:08:38,524 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:38,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-4f7a0956-735c-4532-a63f-35746401b003 Date: Sun, 19 Aug 2018 10:08:38 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:37Z", "updated_at": "2018-08-19T10:08:38Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:38Z", "revision_number": 0, "id": "202517a3-a403-4ba9-9401-21dc53c23f9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:38Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "4324370a-f710-4289-bdd7-702e89c951cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "e596c5ac-ee90-46c4-b0cc-29f378b905de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "fe78ab9a-a4a8-40f6-9392-6b76fbd9726f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 3, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "af823c02-8be0-4850-9811-931402644dcc", "name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}, {"description": "Default security group", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:07:07Z", "updated_at": "2018-08-19T10:07:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "67f6dd55-1add-4bb1-ad29-2b0528c712a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "b675bcc0-2568-4945-9088-bc410df5e23d", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "e803914e-03f5-4854-b173-61b297a7b2e8", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "f5f85605-942a-42fa-ad99-e82b4738bb91", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 1, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "name": "default"}]} 2018-08-19 10:08:38,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-4f7a0956-735c-4532-a63f-35746401b003 2018-08-19 10:08:38,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.304297924042s 2018-08-19 10:08:38,828 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-4f7a0956-735c-4532-a63f-35746401b003 2018-08-19 10:08:38,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 10:08:38,832 - 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}05f54317415907553e932f451a08176b7f625b73" -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": "af823c02-8be0-4850-9811-931402644dcc"}}' 2018-08-19 10:08:39,656 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f7e6624c-3840-4b78-8ab7-4db112b24326 Date: Sun, 19 Aug 2018 10:08: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": 80, "updated_at": "2018-08-19T10:08:39Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "port_range_min": 80, "revision_number": 0, "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:39Z", "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "7e032e74-73ca-44db-a893-95679a039a11"}} 2018-08-19 10:08:39,656 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-f7e6624c-3840-4b78-8ab7-4db112b24326 2018-08-19 10:08:39,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.824710130692s 2018-08-19 10:08:39,657 - 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-f7e6624c-3840-4b78-8ab7-4db112b24326 2018-08-19 10:08:39,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:08:39,661 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:39,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-efe68e82-c526-4142-b985-d2024f7daabe Date: Sun, 19 Aug 2018 10:08:39 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:37Z", "updated_at": "2018-08-19T10:08:39Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:38Z", "revision_number": 0, "id": "202517a3-a403-4ba9-9401-21dc53c23f9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:38Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "4324370a-f710-4289-bdd7-702e89c951cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T10:08:39Z", "revision_number": 0, "id": "7e032e74-73ca-44db-a893-95679a039a11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:39Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 80, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "e596c5ac-ee90-46c4-b0cc-29f378b905de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "fe78ab9a-a4a8-40f6-9392-6b76fbd9726f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 4, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "af823c02-8be0-4850-9811-931402644dcc", "name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}, {"description": "Default security group", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:07:07Z", "updated_at": "2018-08-19T10:07:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "67f6dd55-1add-4bb1-ad29-2b0528c712a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "b675bcc0-2568-4945-9088-bc410df5e23d", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "e803914e-03f5-4854-b173-61b297a7b2e8", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "f5f85605-942a-42fa-ad99-e82b4738bb91", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 1, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "name": "default"}]} 2018-08-19 10:08:39,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-efe68e82-c526-4142-b985-d2024f7daabe 2018-08-19 10:08:39,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.316045045853s 2018-08-19 10:08:39,977 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-efe68e82-c526-4142-b985-d2024f7daabe 2018-08-19 10:08:39,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 10:08:39,981 - 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}05f54317415907553e932f451a08176b7f625b73" -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": "af823c02-8be0-4850-9811-931402644dcc"}}' 2018-08-19 10:08:40,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-ed85a529-8385-4a75-a7d9-20df4ee39262 Date: Sun, 19 Aug 2018 10:08: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-19T10:08:40Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "port_range_min": 443, "revision_number": 0, "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:40Z", "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "5a8d661d-864c-438d-85a4-b164056931ae"}} 2018-08-19 10:08:40,425 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-ed85a529-8385-4a75-a7d9-20df4ee39262 2018-08-19 10:08:40,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.444864988327s 2018-08-19 10:08:40,426 - 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-ed85a529-8385-4a75-a7d9-20df4ee39262 2018-08-19 10:08:40,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:08:40,429 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:40,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-62fd64c3-f7d2-4538-875b-d919be45b58c Date: Sun, 19 Aug 2018 10:08:40 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:37Z", "updated_at": "2018-08-19T10:08:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:38Z", "revision_number": 0, "id": "202517a3-a403-4ba9-9401-21dc53c23f9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:38Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "4324370a-f710-4289-bdd7-702e89c951cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T10:08:40Z", "revision_number": 0, "id": "5a8d661d-864c-438d-85a4-b164056931ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:40Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 443, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T10:08:39Z", "revision_number": 0, "id": "7e032e74-73ca-44db-a893-95679a039a11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:39Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 80, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "e596c5ac-ee90-46c4-b0cc-29f378b905de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "fe78ab9a-a4a8-40f6-9392-6b76fbd9726f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 5, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "af823c02-8be0-4850-9811-931402644dcc", "name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}, {"description": "Default security group", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:07:07Z", "updated_at": "2018-08-19T10:07:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "67f6dd55-1add-4bb1-ad29-2b0528c712a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "b675bcc0-2568-4945-9088-bc410df5e23d", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "e803914e-03f5-4854-b173-61b297a7b2e8", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "f5f85605-942a-42fa-ad99-e82b4738bb91", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 1, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "name": "default"}]} 2018-08-19 10:08:40,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-62fd64c3-f7d2-4538-875b-d919be45b58c 2018-08-19 10:08:40,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.321034908295s 2018-08-19 10:08:40,751 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-62fd64c3-f7d2-4538-875b-d919be45b58c 2018-08-19 10:08:40,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 10:08:40,754 - 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}05f54317415907553e932f451a08176b7f625b73" -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": "af823c02-8be0-4850-9811-931402644dcc"}}' 2018-08-19 10:08:41,111 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-d02d7ba0-d70b-48ab-b2b9-8f5a01293755 Date: Sun, 19 Aug 2018 10:08:41 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-19T10:08:41Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "port_range_min": 5671, "revision_number": 0, "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:41Z", "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "ad7c905d-317a-472c-a6a2-2496afac635d"}} 2018-08-19 10:08:41,111 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-d02d7ba0-d70b-48ab-b2b9-8f5a01293755 2018-08-19 10:08:41,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.357548952103s 2018-08-19 10:08:41,112 - 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-d02d7ba0-d70b-48ab-b2b9-8f5a01293755 2018-08-19 10:08:41,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:08:41,116 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:41,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-30258496-1a03-44c0-8e8e-ff3d34e21c21 Date: Sun, 19 Aug 2018 10:08:41 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:37Z", "updated_at": "2018-08-19T10:08:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:38Z", "revision_number": 0, "id": "202517a3-a403-4ba9-9401-21dc53c23f9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:38Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "4324370a-f710-4289-bdd7-702e89c951cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T10:08:40Z", "revision_number": 0, "id": "5a8d661d-864c-438d-85a4-b164056931ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:40Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 443, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T10:08:39Z", "revision_number": 0, "id": "7e032e74-73ca-44db-a893-95679a039a11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:39Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 80, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-19T10:08:41Z", "revision_number": 0, "id": "ad7c905d-317a-472c-a6a2-2496afac635d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:41Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "e596c5ac-ee90-46c4-b0cc-29f378b905de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "fe78ab9a-a4a8-40f6-9392-6b76fbd9726f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 6, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "af823c02-8be0-4850-9811-931402644dcc", "name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}, {"description": "Default security group", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:07:07Z", "updated_at": "2018-08-19T10:07:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "67f6dd55-1add-4bb1-ad29-2b0528c712a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "b675bcc0-2568-4945-9088-bc410df5e23d", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "e803914e-03f5-4854-b173-61b297a7b2e8", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "f5f85605-942a-42fa-ad99-e82b4738bb91", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 1, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "name": "default"}]} 2018-08-19 10:08:41,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-30258496-1a03-44c0-8e8e-ff3d34e21c21 2018-08-19 10:08:41,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.326035022736s 2018-08-19 10:08:41,442 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-30258496-1a03-44c0-8e8e-ff3d34e21c21 2018-08-19 10:08:41,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 10:08:41,446 - 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}05f54317415907553e932f451a08176b7f625b73" -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": "af823c02-8be0-4850-9811-931402644dcc"}}' 2018-08-19 10:08:41,905 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-95a01133-160b-4dbf-922c-004875c29132 Date: Sun, 19 Aug 2018 10:08:41 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-19T10:08:41Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "port_range_min": 53333, "revision_number": 0, "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:41Z", "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "593e4835-6af5-4e26-b14c-1cc943bc761d"}} 2018-08-19 10:08:41,906 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-95a01133-160b-4dbf-922c-004875c29132 2018-08-19 10:08:41,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.46026802063s 2018-08-19 10:08:41,906 - 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-95a01133-160b-4dbf-922c-004875c29132 2018-08-19 10:08:41,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:08:41,908 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:42,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-35959a70-c8a7-467c-92e7-62fc545874bd Date: Sun, 19 Aug 2018 10:08: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":["08c26368-6d48-4d75-80ce-a4874e6f795d"],"updated_at":"2018-08-19T10:07:08Z","tenant_id":"73576fbd0cd64967aa17328fc50b6ef9","created_at":"2018-08-19T10:07:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"73576fbd0cd64967aa17328fc50b6ef9","id":"49cdffc5-e9aa-4e93-a9fd-ebc5a753590e","name":"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 10:08:42,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-35959a70-c8a7-467c-92e7-62fc545874bd 2018-08-19 10:08:42,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.37038397789s 2018-08-19 10:08:42,278 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-35959a70-c8a7-467c-92e7-62fc545874bd 2018-08-19 10:08:42,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:08:42,287 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:42,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-3ec17eb3-3c61-4aee-adef-1a4d85eeaa3d Date: Sun, 19 Aug 2018 10:08:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:08:35Z", "file": "/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/file", "owner": "73576fbd0cd64967aa17328fc50b6ef9", "id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "size": 4373348352, "self": "/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T10:07:36Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:08:42,591 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3ec17eb3-3c61-4aee-adef-1a4d85eeaa3d 2018-08-19 10:08:42,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.307787895203s 2018-08-19 10:08:42,591 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-3ec17eb3-3c61-4aee-adef-1a4d85eeaa3d 2018-08-19 10:08:42,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 10:08:42,595 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:42,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:08:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fbb45d75-d230-432a-a199-78f816f242c9 x-compute-request-id: req-fbb45d75-d230-432a-a199-78f816f242c9 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_f5326a3a-2fc8-42dd-8914-755fe2514b62", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "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": "53311987-dc36-4ce8-881b-9839c17bf71a"}]} 2018-08-19 10:08:42,615 - 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-fbb45d75-d230-432a-a199-78f816f242c9 2018-08-19 10:08:42,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0221951007843s 2018-08-19 10:08:42,615 - 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-fbb45d75-d230-432a-a199-78f816f242c9 2018-08-19 10:08:42,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-19 10:08:42,619 - 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}05f54317415907553e932f451a08176b7f625b73" -d '{"server": {"name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "imageRef": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "flavorRef": "53311987-dc36-4ce8-881b-9839c17bf71a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}], "security_groups": [{"name": "af823c02-8be0-4850-9811-931402644dcc"}]}}' 2018-08-19 10:08:47,747 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 10:08:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4c216da-47e3-407b-a66a-b165f34addb3 x-compute-request-id: req-c4c216da-47e3-407b-a66a-b165f34addb3 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "af823c02-8be0-4850-9811-931402644dcc"}], "OS-DCF:diskConfig": "MANUAL", "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "adminPass": "UJhGqrFTyNZ9"}} 2018-08-19 10:08:47,747 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-c4c216da-47e3-407b-a66a-b165f34addb3 2018-08-19 10:08:47,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.13057303429s 2018-08-19 10:08:47,748 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-c4c216da-47e3-407b-a66a-b165f34addb3 2018-08-19 10:08:47,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:08:47,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:48,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:08:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e4ec509-e223-4caf-8967-8c2b92f6176b x-compute-request-id: req-3e4ec509-e223-4caf-8967-8c2b92f6176b 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/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:08:48,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3e4ec509-e223-4caf-8967-8c2b92f6176b 2018-08-19 10:08:48,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.305343151093s 2018-08-19 10:08:48,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3e4ec509-e223-4caf-8967-8c2b92f6176b 2018-08-19 10:08:48,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:08:48,062 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:48,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-b5af88cb-f994-430c-90b0-3909c07e1f8f Date: Sun, 19 Aug 2018 10:08:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["08c26368-6d48-4d75-80ce-a4874e6f795d"],"updated_at":"2018-08-19T10:07:08Z","tenant_id":"73576fbd0cd64967aa17328fc50b6ef9","created_at":"2018-08-19T10:07:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"73576fbd0cd64967aa17328fc50b6ef9","id":"49cdffc5-e9aa-4e93-a9fd-ebc5a753590e","name":"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 10:08:48,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b5af88cb-f994-430c-90b0-3909c07e1f8f 2018-08-19 10:08:48,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.368911027908s 2018-08-19 10:08:48,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b5af88cb-f994-430c-90b0-3909c07e1f8f 2018-08-19 10:08:48,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 10:08:48,432 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:48,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-65842b2d-f33e-47e4-956d-45354b515c11 Date: Sun, 19 Aug 2018 10:08:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"49cdffc5-e9aa-4e93-a9fd-ebc5a753590e","tenant_id":"73576fbd0cd64967aa17328fc50b6ef9","created_at":"2018-08-19T10:07:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T10:07:08Z","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":"73576fbd0cd64967aa17328fc50b6ef9","id":"08c26368-6d48-4d75-80ce-a4874e6f795d","subnetpool_id":null,"name":"cloudify_ims-subnet_f5326a3a-2fc8-42dd-8914-755fe2514b62"}]} 2018-08-19 10:08:48,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-65842b2d-f33e-47e4-956d-45354b515c11 2018-08-19 10:08:48,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0486888885498s 2018-08-19 10:08:48,481 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-65842b2d-f33e-47e4-956d-45354b515c11 2018-08-19 10:08:48,481 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:08:50,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:08:50,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:51,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:08: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-4dd16d91-5175-4175-bc69-ce4dfcf90342 x-compute-request-id: req-4dd16d91-5175-4175-bc69-ce4dfcf90342 Content-Encoding: gzip Content-Length: 652 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/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:50Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:08:51,187 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4dd16d91-5175-4175-bc69-ce4dfcf90342 2018-08-19 10:08:51,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.702983140945s 2018-08-19 10:08:51,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4dd16d91-5175-4175-bc69-ce4dfcf90342 2018-08-19 10:08:51,191 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:08:53,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:08:53,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:54,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:08:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bcfa89d-48c5-4f2c-98aa-7360c3a0a3d7 x-compute-request-id: req-7bcfa89d-48c5-4f2c-98aa-7360c3a0a3d7 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:08:54,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7bcfa89d-48c5-4f2c-98aa-7360c3a0a3d7 2018-08-19 10:08:54,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.818196058273s 2018-08-19 10:08:54,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7bcfa89d-48c5-4f2c-98aa-7360c3a0a3d7 2018-08-19 10:08:54,016 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:08:56,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:08:56,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:08:57,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:08:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e248755-629b-487e-9fb4-0a3e77efa524 x-compute-request-id: req-3e248755-629b-487e-9fb4-0a3e77efa524 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:08:57,472 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3e248755-629b-487e-9fb4-0a3e77efa524 2018-08-19 10:08:57,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.45483398438s 2018-08-19 10:08:57,473 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3e248755-629b-487e-9fb4-0a3e77efa524 2018-08-19 10:08:57,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:08:59,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:08:59,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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:00,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:08: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-e879088a-3e62-43b0-ac14-afd5dbaecae2 x-compute-request-id: req-e879088a-3e62-43b0-ac14-afd5dbaecae2 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:00,796 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e879088a-3e62-43b0-ac14-afd5dbaecae2 2018-08-19 10:09:00,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.31629705429s 2018-08-19 10:09:00,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e879088a-3e62-43b0-ac14-afd5dbaecae2 2018-08-19 10:09:00,800 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:02,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:02,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:03,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09: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-a2ebcd06-10fc-45de-ae24-2fec6bfca5f8 x-compute-request-id: req-a2ebcd06-10fc-45de-ae24-2fec6bfca5f8 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:03,611 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a2ebcd06-10fc-45de-ae24-2fec6bfca5f8 2018-08-19 10:09:03,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.808279037476s 2018-08-19 10:09:03,612 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a2ebcd06-10fc-45de-ae24-2fec6bfca5f8 2018-08-19 10:09:03,615 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:05,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:05,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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:06,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09: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-57dfb9c5-7e41-47d0-a26e-f4c75e85432a x-compute-request-id: req-57dfb9c5-7e41-47d0-a26e-f4c75e85432a Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:06,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-57dfb9c5-7e41-47d0-a26e-f4c75e85432a 2018-08-19 10:09:06,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05797410011s 2018-08-19 10:09:06,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-57dfb9c5-7e41-47d0-a26e-f4c75e85432a 2018-08-19 10:09:06,681 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:08,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:08,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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:09,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09: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-77b45bd3-20ba-40cd-a236-e2f38d2a4492 x-compute-request-id: req-77b45bd3-20ba-40cd-a236-e2f38d2a4492 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:09,666 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-77b45bd3-20ba-40cd-a236-e2f38d2a4492 2018-08-19 10:09:09,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.984129905701s 2018-08-19 10:09:09,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-77b45bd3-20ba-40cd-a236-e2f38d2a4492 2018-08-19 10:09:09,671 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:11,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:11,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:12,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09: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-7c70d8be-7eaf-41a1-b39c-f67c7b7221cf x-compute-request-id: req-7c70d8be-7eaf-41a1-b39c-f67c7b7221cf Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:12,313 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7c70d8be-7eaf-41a1-b39c-f67c7b7221cf 2018-08-19 10:09:12,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.639136075974s 2018-08-19 10:09:12,313 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7c70d8be-7eaf-41a1-b39c-f67c7b7221cf 2018-08-19 10:09:12,317 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:14,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:14,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:15,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09: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-8e64b38f-f07f-4953-9b8c-2550da47da08 x-compute-request-id: req-8e64b38f-f07f-4953-9b8c-2550da47da08 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:15,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8e64b38f-f07f-4953-9b8c-2550da47da08 2018-08-19 10:09:15,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.960542917252s 2018-08-19 10:09:15,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8e64b38f-f07f-4953-9b8c-2550da47da08 2018-08-19 10:09:15,285 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:17,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:17,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:17,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48fc0f7b-2702-41b4-ae26-330681c3bc37 x-compute-request-id: req-48fc0f7b-2702-41b4-ae26-330681c3bc37 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:17,855 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-48fc0f7b-2702-41b4-ae26-330681c3bc37 2018-08-19 10:09:17,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.569063901901s 2018-08-19 10:09:17,856 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-48fc0f7b-2702-41b4-ae26-330681c3bc37 2018-08-19 10:09:17,860 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:19,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:19,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:21,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09: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-6241a2ed-04b2-442a-9e4e-701054e6353d x-compute-request-id: req-6241a2ed-04b2-442a-9e4e-701054e6353d Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:21,103 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6241a2ed-04b2-442a-9e4e-701054e6353d 2018-08-19 10:09:21,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.24150419235s 2018-08-19 10:09:21,104 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6241a2ed-04b2-442a-9e4e-701054e6353d 2018-08-19 10:09:21,107 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:23,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:23,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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:24,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9bf8005b-a3ab-40a7-ac3e-a38b4a13146d x-compute-request-id: req-9bf8005b-a3ab-40a7-ac3e-a38b4a13146d Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:24,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9bf8005b-a3ab-40a7-ac3e-a38b4a13146d 2018-08-19 10:09:24,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00711393356s 2018-08-19 10:09:24,118 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9bf8005b-a3ab-40a7-ac3e-a38b4a13146d 2018-08-19 10:09:24,122 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:26,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:26,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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:27,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09: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-6205bbab-73ba-4b22-a719-c483c7494c2e x-compute-request-id: req-6205bbab-73ba-4b22-a719-c483c7494c2e Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:27,227 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6205bbab-73ba-4b22-a719-c483c7494c2e 2018-08-19 10:09:27,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10265612602s 2018-08-19 10:09:27,228 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6205bbab-73ba-4b22-a719-c483c7494c2e 2018-08-19 10:09:27,232 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:29,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:29,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:29,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09: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-4c590c8e-4ca2-48f1-9742-06c00d8bc4a4 x-compute-request-id: req-4c590c8e-4ca2-48f1-9742-06c00d8bc4a4 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:29,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4c590c8e-4ca2-48f1-9742-06c00d8bc4a4 2018-08-19 10:09:29,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.730877876282s 2018-08-19 10:09: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-4c590c8e-4ca2-48f1-9742-06c00d8bc4a4 2018-08-19 10:09:29,970 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:31,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:31,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:32,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7ec0e37-ee4f-4faa-8389-5f5e20f13e28 x-compute-request-id: req-f7ec0e37-ee4f-4faa-8389-5f5e20f13e28 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:32,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f7ec0e37-ee4f-4faa-8389-5f5e20f13e28 2018-08-19 10:09:32,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.737056970596s 2018-08-19 10:09:32,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f7ec0e37-ee4f-4faa-8389-5f5e20f13e28 2018-08-19 10:09:32,714 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:34,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:34,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:35,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-183bcbd1-fe02-4e39-bdc1-9b9efc0e785f x-compute-request-id: req-183bcbd1-fe02-4e39-bdc1-9b9efc0e785f Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:35,350 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-183bcbd1-fe02-4e39-bdc1-9b9efc0e785f 2018-08-19 10:09:35,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.633282184601s 2018-08-19 10:09:35,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-183bcbd1-fe02-4e39-bdc1-9b9efc0e785f 2018-08-19 10:09:35,354 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:37,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:37,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:37,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62972a68-e8fc-4a75-bf59-1a28bcc8520d x-compute-request-id: req-62972a68-e8fc-4a75-bf59-1a28bcc8520d Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:37,880 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-62972a68-e8fc-4a75-bf59-1a28bcc8520d 2018-08-19 10:09:37,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523705005646s 2018-08-19 10:09:37,880 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-62972a68-e8fc-4a75-bf59-1a28bcc8520d 2018-08-19 10:09:37,884 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:39,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:39,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:40,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ba26c14-897a-4f87-8d01-53d16044d4d8 x-compute-request-id: req-4ba26c14-897a-4f87-8d01-53d16044d4d8 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:40,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4ba26c14-897a-4f87-8d01-53d16044d4d8 2018-08-19 10:09:40,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649359941483s 2018-08-19 10:09:40,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4ba26c14-897a-4f87-8d01-53d16044d4d8 2018-08-19 10:09:40,541 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:42,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:42,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:43,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09: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-5a725ad1-d604-471e-8d09-ab41c1663a1a x-compute-request-id: req-5a725ad1-d604-471e-8d09-ab41c1663a1a Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:43,246 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5a725ad1-d604-471e-8d09-ab41c1663a1a 2018-08-19 10:09:43,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701974868774s 2018-08-19 10:09:43,247 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5a725ad1-d604-471e-8d09-ab41c1663a1a 2018-08-19 10:09:43,251 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:45,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:45,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:45,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09: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-f5f76fa5-7423-4428-a06a-7616f959a18d x-compute-request-id: req-f5f76fa5-7423-4428-a06a-7616f959a18d Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:45,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f5f76fa5-7423-4428-a06a-7616f959a18d 2018-08-19 10:09:45,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694754838943s 2018-08-19 10:09:45,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f5f76fa5-7423-4428-a06a-7616f959a18d 2018-08-19 10:09:45,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:47,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:47,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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:48,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b64e0251-f7ad-400d-96fc-e615a70e445a x-compute-request-id: req-b64e0251-f7ad-400d-96fc-e615a70e445a Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:48,669 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b64e0251-f7ad-400d-96fc-e615a70e445a 2018-08-19 10:09:48,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713805913925s 2018-08-19 10:09:48,669 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b64e0251-f7ad-400d-96fc-e615a70e445a 2018-08-19 10:09:48,673 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:50,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:50,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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:51,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d2918ec-5ee2-41ea-bc8d-0c49278635ef x-compute-request-id: req-1d2918ec-5ee2-41ea-bc8d-0c49278635ef Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:51,331 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1d2918ec-5ee2-41ea-bc8d-0c49278635ef 2018-08-19 10:09:51,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.655534982681s 2018-08-19 10:09:51,332 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1d2918ec-5ee2-41ea-bc8d-0c49278635ef 2018-08-19 10:09:51,336 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:53,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:53,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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:54,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18dc2d79-3266-4b5e-930a-8185169ebdb0 x-compute-request-id: req-18dc2d79-3266-4b5e-930a-8185169ebdb0 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:54,478 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-18dc2d79-3266-4b5e-930a-8185169ebdb0 2018-08-19 10:09:54,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13893914223s 2018-08-19 10:09:54,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-18dc2d79-3266-4b5e-930a-8185169ebdb0 2018-08-19 10:09:54,483 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:09:56,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:09:56,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:09:58,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:09:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efc81630-88ac-4d6c-90ea-9f6bf82d1909 x-compute-request-id: req-efc81630-88ac-4d6c-90ea-9f6bf82d1909 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:09:58,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-efc81630-88ac-4d6c-90ea-9f6bf82d1909 2018-08-19 10:09:58,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.54819297791s 2018-08-19 10:09:58,034 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-efc81630-88ac-4d6c-90ea-9f6bf82d1909 2018-08-19 10:09:58,038 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:00,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:00,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:01,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6ad8a70-e984-4262-b188-f476fa64ddef x-compute-request-id: req-a6ad8a70-e984-4262-b188-f476fa64ddef Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:01,235 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a6ad8a70-e984-4262-b188-f476fa64ddef 2018-08-19 10:10:01,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.19446015358s 2018-08-19 10:10:01,236 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a6ad8a70-e984-4262-b188-f476fa64ddef 2018-08-19 10:10:01,239 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:03,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:03,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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:03,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10: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-055a24ad-b623-45b8-89ce-8e33c0a1444f x-compute-request-id: req-055a24ad-b623-45b8-89ce-8e33c0a1444f Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:03,889 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-055a24ad-b623-45b8-89ce-8e33c0a1444f 2018-08-19 10:10:03,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.647057056427s 2018-08-19 10:10:03,890 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-055a24ad-b623-45b8-89ce-8e33c0a1444f 2018-08-19 10:10:03,895 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:05,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:05,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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:06,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e37d8cc-2a6d-4167-b466-8faad2f4f822 x-compute-request-id: req-5e37d8cc-2a6d-4167-b466-8faad2f4f822 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:06,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5e37d8cc-2a6d-4167-b466-8faad2f4f822 2018-08-19 10:10:06,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.740782976151s 2018-08-19 10:10:06,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5e37d8cc-2a6d-4167-b466-8faad2f4f822 2018-08-19 10:10:06,643 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:08,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:08,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:09,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-90ffd864-d531-4cab-ba6b-a13793b45465 x-compute-request-id: req-90ffd864-d531-4cab-ba6b-a13793b45465 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:09,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-90ffd864-d531-4cab-ba6b-a13793b45465 2018-08-19 10:10:09,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742451190948s 2018-08-19 10:10:09,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-90ffd864-d531-4cab-ba6b-a13793b45465 2018-08-19 10:10:09,393 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:11,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:11,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:12,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6150dda5-b076-445f-89b9-3436c13f64ff x-compute-request-id: req-6150dda5-b076-445f-89b9-3436c13f64ff Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:12,362 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6150dda5-b076-445f-89b9-3436c13f64ff 2018-08-19 10:10:12,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.96567606926s 2018-08-19 10:10:12,362 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6150dda5-b076-445f-89b9-3436c13f64ff 2018-08-19 10:10:12,366 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:14,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:14,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:15,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a68fc46c-58bb-415e-9720-73502f9ae214 x-compute-request-id: req-a68fc46c-58bb-415e-9720-73502f9ae214 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:15,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a68fc46c-58bb-415e-9720-73502f9ae214 2018-08-19 10:10:15,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20871186256s 2018-08-19 10:10:15,578 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a68fc46c-58bb-415e-9720-73502f9ae214 2018-08-19 10:10:15,582 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:17,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:17,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:18,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5f4f6a1-28e6-45c5-b657-1d55ad4e1db0 x-compute-request-id: req-e5f4f6a1-28e6-45c5-b657-1d55ad4e1db0 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:18,553 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e5f4f6a1-28e6-45c5-b657-1d55ad4e1db0 2018-08-19 10:10:18,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.968122005463s 2018-08-19 10:10:18,554 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e5f4f6a1-28e6-45c5-b657-1d55ad4e1db0 2018-08-19 10:10:18,557 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:20,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:20,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:20,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cb7c148-335c-476e-a403-53aab82be82c x-compute-request-id: req-9cb7c148-335c-476e-a403-53aab82be82c Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:20,997 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9cb7c148-335c-476e-a403-53aab82be82c 2018-08-19 10:10:20,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.436412096024s 2018-08-19 10:10:20,998 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9cb7c148-335c-476e-a403-53aab82be82c 2018-08-19 10:10:21,002 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:23,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:23,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:24,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a980279-a658-4eef-969d-b7c775da44ea x-compute-request-id: req-0a980279-a658-4eef-969d-b7c775da44ea Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:24,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0a980279-a658-4eef-969d-b7c775da44ea 2018-08-19 10:10:24,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00074791908s 2018-08-19 10:10:24,006 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0a980279-a658-4eef-969d-b7c775da44ea 2018-08-19 10:10:24,010 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:26,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:26,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:26,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d968ba5-e416-4cb0-ae38-ddce04684f23 x-compute-request-id: req-7d968ba5-e416-4cb0-ae38-ddce04684f23 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:26,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7d968ba5-e416-4cb0-ae38-ddce04684f23 2018-08-19 10:10:26,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.73263001442s 2018-08-19 10:10:26,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7d968ba5-e416-4cb0-ae38-ddce04684f23 2018-08-19 10:10:26,750 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:28,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:28,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:29,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10: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-3fd3dccd-9beb-45e7-a0ba-504205bcf186 x-compute-request-id: req-3fd3dccd-9beb-45e7-a0ba-504205bcf186 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:29,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3fd3dccd-9beb-45e7-a0ba-504205bcf186 2018-08-19 10:10:29,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.727643966675s 2018-08-19 10:10:29,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-3fd3dccd-9beb-45e7-a0ba-504205bcf186 2018-08-19 10:10:29,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:31,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10: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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:32,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10: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-46ab4541-82e6-4eb7-9341-c535dc47dcc8 x-compute-request-id: req-46ab4541-82e6-4eb7-9341-c535dc47dcc8 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:32,119 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-46ab4541-82e6-4eb7-9341-c535dc47dcc8 2018-08-19 10:10:32,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.630888938904s 2018-08-19 10:10:32,119 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-46ab4541-82e6-4eb7-9341-c535dc47dcc8 2018-08-19 10:10:32,123 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:34,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:34,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:34,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ddce96e-a28f-48f3-82ff-1ca1b923cb33 x-compute-request-id: req-6ddce96e-a28f-48f3-82ff-1ca1b923cb33 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:34,880 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6ddce96e-a28f-48f3-82ff-1ca1b923cb33 2018-08-19 10:10:34,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.753775119781s 2018-08-19 10:10:34,880 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6ddce96e-a28f-48f3-82ff-1ca1b923cb33 2018-08-19 10:10:34,884 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:36,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:36,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:37,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2ac6e3b-4fc6-445d-80f8-e3fce9b23e83 x-compute-request-id: req-a2ac6e3b-4fc6-445d-80f8-e3fce9b23e83 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:37,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a2ac6e3b-4fc6-445d-80f8-e3fce9b23e83 2018-08-19 10:10:37,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06155490875s 2018-08-19 10:10:37,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a2ac6e3b-4fc6-445d-80f8-e3fce9b23e83 2018-08-19 10:10:37,953 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:39,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:39,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:40,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab1d3ecf-31bc-487b-bee9-b697760489ee x-compute-request-id: req-ab1d3ecf-31bc-487b-bee9-b697760489ee Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:40,672 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ab1d3ecf-31bc-487b-bee9-b697760489ee 2018-08-19 10:10:40,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716259002686s 2018-08-19 10:10:40,672 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ab1d3ecf-31bc-487b-bee9-b697760489ee 2018-08-19 10:10:40,677 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:42,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:42,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:43,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f820bd8-3c91-436a-958b-ef2959a8c297 x-compute-request-id: req-7f820bd8-3c91-436a-958b-ef2959a8c297 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:43,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7f820bd8-3c91-436a-958b-ef2959a8c297 2018-08-19 10:10:43,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.739480018616s 2018-08-19 10:10:43,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7f820bd8-3c91-436a-958b-ef2959a8c297 2018-08-19 10:10:43,424 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:45,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:45,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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:46,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-624de089-fdf2-48c5-bd71-5a824b683191 x-compute-request-id: req-624de089-fdf2-48c5-bd71-5a824b683191 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:46,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-624de089-fdf2-48c5-bd71-5a824b683191 2018-08-19 10:10:46,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.627970933914s 2018-08-19 10:10:46,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-624de089-fdf2-48c5-bd71-5a824b683191 2018-08-19 10:10:46,060 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:48,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:48,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:49,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1613ee12-d6e3-4e10-b307-fa8c2408c9c1 x-compute-request-id: req-1613ee12-d6e3-4e10-b307-fa8c2408c9c1 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:08:51Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:49,067 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1613ee12-d6e3-4e10-b307-fa8c2408c9c1 2018-08-19 10:10:49,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00466704369s 2018-08-19 10:10:49,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1613ee12-d6e3-4e10-b307-fa8c2408c9c1 2018-08-19 10:10:49,072 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:10:51,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:10:51,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:51,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59132c01-88b3-426c-acab-d81b69d87b70 x-compute-request-id: req-59132c01-88b3-426c-acab-d81b69d87b70 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:19:58", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:10:49.000000", "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:10:49Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:10:51,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-59132c01-88b3-426c-acab-d81b69d87b70 2018-08-19 10:10:51,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.787897825241s 2018-08-19 10:10:51,863 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-59132c01-88b3-426c-acab-d81b69d87b70 2018-08-19 10:10:51,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 10:10:51,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=a8b4adf4-c34f-40ef-b872-1d7c30c04165" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:51,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7e108537-9f43-41b7-8520-909151852b1b Date: Sun, 19 Aug 2018 10:10:51 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"49cdffc5-e9aa-4e93-a9fd-ebc5a753590e","tenant_id":"73576fbd0cd64967aa17328fc50b6ef9","created_at":"2018-08-19T10:08:51Z","admin_state_up":true,"updated_at":"2018-08-19T10:10:48Z","binding:vnic_type":"normal","device_id":"a8b4adf4-c34f-40ef-b872-1d7c30c04165","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c1:19:58","id":"3cd453c6-87ac-413d-b9ab-bb25e95c2982","port_security_enabled":true,"project_id":"73576fbd0cd64967aa17328fc50b6ef9","fixed_ips":[{"subnet_id":"08c26368-6d48-4d75-80ce-a4874e6f795d","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["af823c02-8be0-4850-9811-931402644dcc"],"name":""}]} 2018-08-19 10:10:51,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a8b4adf4-c34f-40ef-b872-1d7c30c04165 used request id req-7e108537-9f43-41b7-8520-909151852b1b 2018-08-19 10:10:51,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0544629096985s 2018-08-19 10:10:51,922 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a8b4adf4-c34f-40ef-b872-1d7c30c04165 used request id req-7e108537-9f43-41b7-8520-909151852b1b 2018-08-19 10:10:51,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 10:10:51,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=3cd453c6-87ac-413d-b9ab-bb25e95c2982" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:51,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-af164383-0366-4cf1-afbb-5413d064ee43 Date: Sun, 19 Aug 2018 10:10:51 GMT RESP BODY: {"floatingips": []} 2018-08-19 10:10:51,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=3cd453c6-87ac-413d-b9ab-bb25e95c2982 used request id req-af164383-0366-4cf1-afbb-5413d064ee43 2018-08-19 10:10:51,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0448579788208s 2018-08-19 10:10:51,973 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=3cd453c6-87ac-413d-b9ab-bb25e95c2982 used request id req-af164383-0366-4cf1-afbb-5413d064ee43 2018-08-19 10:10:51,973 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c1:19:58', 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'8fae279a-e6e9-4426-a04d-8d350dd2616f'}), 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-19T10:10:49.000000', 'flavor': Munch({u'id': u'53311987-dc36-4ce8-881b-9839c17bf71a'}), 'az': u'nova', 'id': u'a8b4adf4-c34f-40ef-b872-1d7c30c04165', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'196b1cec35354ebbacfc8c2f413b6a35', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73576fbd0cd64967aa17328fc50b6ef9', 'name': 'cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62', '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-19T10:10:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T10:10:49Z', 'hostId': u'a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51', '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-19T10:10:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'73576fbd0cd64967aa17328fc50b6ef9', 'name': u'cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'adminPass': u'UJhGqrFTyNZ9', 'tenant_id': u'73576fbd0cd64967aa17328fc50b6ef9', 'created_at': u'2018-08-19T10:08:47Z', 'created': u'2018-08-19T10:08:47Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-19 10:10:51,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:10:51,977 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:52,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-c387fe02-53a9-4b1d-b0d5-e37a6f38141c Date: Sun, 19 Aug 2018 10:10: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":["08c26368-6d48-4d75-80ce-a4874e6f795d"],"updated_at":"2018-08-19T10:07:08Z","tenant_id":"73576fbd0cd64967aa17328fc50b6ef9","created_at":"2018-08-19T10:07:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"73576fbd0cd64967aa17328fc50b6ef9","id":"49cdffc5-e9aa-4e93-a9fd-ebc5a753590e","name":"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 10:10:52,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c387fe02-53a9-4b1d-b0d5-e37a6f38141c 2018-08-19 10:10:52,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0964260101318s 2018-08-19 10:10:52,074 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-c387fe02-53a9-4b1d-b0d5-e37a6f38141c 2018-08-19 10:10:52,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 10:10:52,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=a8b4adf4-c34f-40ef-b872-1d7c30c04165" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:52,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-33d278ed-47aa-4b8b-bdd3-6e6a0383d2a6 Date: Sun, 19 Aug 2018 10:10:52 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"49cdffc5-e9aa-4e93-a9fd-ebc5a753590e","tenant_id":"73576fbd0cd64967aa17328fc50b6ef9","created_at":"2018-08-19T10:08:51Z","admin_state_up":true,"updated_at":"2018-08-19T10:10:48Z","binding:vnic_type":"normal","device_id":"a8b4adf4-c34f-40ef-b872-1d7c30c04165","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:c1:19:58","id":"3cd453c6-87ac-413d-b9ab-bb25e95c2982","port_security_enabled":true,"project_id":"73576fbd0cd64967aa17328fc50b6ef9","fixed_ips":[{"subnet_id":"08c26368-6d48-4d75-80ce-a4874e6f795d","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["af823c02-8be0-4850-9811-931402644dcc"],"name":""}]} 2018-08-19 10:10:52,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a8b4adf4-c34f-40ef-b872-1d7c30c04165 used request id req-33d278ed-47aa-4b8b-bdd3-6e6a0383d2a6 2018-08-19 10:10:52,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0547888278961s 2018-08-19 10:10:52,130 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=a8b4adf4-c34f-40ef-b872-1d7c30c04165 used request id req-33d278ed-47aa-4b8b-bdd3-6e6a0383d2a6 2018-08-19 10:10:52,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-19 10:10:52,131 - 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}05f54317415907553e932f451a08176b7f625b73" -d '{"floatingip": {"floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.11", "port_id": "3cd453c6-87ac-413d-b9ab-bb25e95c2982"}}' 2018-08-19 10:10:53,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-0a00f038-66e5-4943-bbec-b8a43bc44486 Date: Sun, 19 Aug 2018 10:10:53 GMT RESP BODY: {"floatingip": {"router_id": "01a85d54-4159-4b66-afb9-c37b1025cd2c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T10:10:52Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.217", "revision_number": 0, "port_id": "3cd453c6-87ac-413d-b9ab-bb25e95c2982", "id": "a42ce433-4627-4cdc-a3c1-75de0859422d", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:10:52Z", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}} 2018-08-19 10:10:53,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-0a00f038-66e5-4943-bbec-b8a43bc44486 2018-08-19 10:10:53,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.86457204819s 2018-08-19 10:10:53,996 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-0a00f038-66e5-4943-bbec-b8a43bc44486 2018-08-19 10:10:54,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 10:10:54,004 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:10:54,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-309f03a0-711d-4370-8509-a74a87408d52 Date: Sun, 19 Aug 2018 10:10:54 GMT RESP BODY: {"floatingips": [{"router_id": "01a85d54-4159-4b66-afb9-c37b1025cd2c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T10:10:52Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.217", "revision_number": 0, "port_id": "3cd453c6-87ac-413d-b9ab-bb25e95c2982", "id": "a42ce433-4627-4cdc-a3c1-75de0859422d", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:10:52Z", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}]} 2018-08-19 10:10:54,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-309f03a0-711d-4370-8509-a74a87408d52 2018-08-19 10:10:54,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0635418891907s 2018-08-19 10:10:54,067 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-309f03a0-711d-4370-8509-a74a87408d52 2018-08-19 10:10:54,071 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'01a85d54-4159-4b66-afb9-c37b1025cd2c', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'73576fbd0cd64967aa17328fc50b6ef9', 'created_at': u'2018-08-19T10:10:52Z', 'attached': True, 'updated_at': u'2018-08-19T10:10:52Z', 'id': u'a42ce433-4627-4cdc-a3c1-75de0859422d', 'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', 'fixed_ip_address': u'192.168.120.11', 'floating_ip_address': u'172.30.9.217', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73576fbd0cd64967aa17328fc50b6ef9', 'name': 'cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'01a85d54-4159-4b66-afb9-c37b1025cd2c', 'project_id': u'73576fbd0cd64967aa17328fc50b6ef9', 'port_id': u'3cd453c6-87ac-413d-b9ab-bb25e95c2982', 'port': u'3cd453c6-87ac-413d-b9ab-bb25e95c2982', 'network': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54'}) 2018-08-19 10:10:54,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 10:10:54,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165/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}05f54317415907553e932f451a08176b7f625b73" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 10:10:54,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:10: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-891ba8a8-4262-4aa5-91d9-2096c960e095 x-compute-request-id: req-891ba8a8-4262-4aa5-91d9-2096c960e095 Content-Encoding: gzip Content-Length: 9288 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 1887397363 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.420397] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.423397] pid_max: default: 32768 minimum: 301\n[ 0.425029] Security Framework initialized\n[ 0.426528] SELinux: Initializing.\n[ 0.428170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.434496] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.438375] Mount-cache hash table entries: 4096\n[ 0.440281] Initializing cgroup subsys memory\n[ 0.441864] Initializing cgroup subsys devices\n[ 0.443428] Initializing cgroup subsys freezer\n[ 0.444986] Initializing cgroup subsys net_cls\n[ 0.446537] Initializing cgroup subsys blkio\n[ 0.448056] Initializing cgroup subsys perf_event\n[ 0.449662] Initializing cgroup subsys hugetlb\n[ 0.451212] Initializing cgroup subsys pids\n[ 0.452727] Initializing cgroup subsys net_prio\n[ 0.454374] CPU: Physical Processor ID: 0\n[ 0.456551] mce: CPU supports 10 MCE banks\n[ 0.458082] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.459835] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.461571] tlb_flushall_shift: 6\n[ 0.463104] Freeing SMP alternatives: 28k freed\n[ 0.467293] ACPI: Core revision 20130517\n[ 0.469188] ACPI: All ACPI Tables successfully acquired\n[ 0.471163] ftrace: allocating 25812 entries in 101 pages\n[ 0.492927] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.494950] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.496948] smpboot: Max logical packages: 2\n[ 0.498755] Enabling x2apic\n[ 0.499977] Enabled x2apic\n[ 0.501467] Switched APIC routing to physical x2apic.\n[ 0.504507] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.506431] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.509885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.518041] KVM setup paravirtual spinlock\n[ 0.520753] smpboot: Booting Node 0, Processors #1 OK\n[ 0.522843] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.545242] Brought up 2 CPUs\n[ 0.545245] KVM setup async PF for cpu 1\n[ 0.545248] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.549496] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.552285] devtmpfs: initialized\n[ 0.555157] EVM: security.selinux\n[ 0.556476] EVM: security.ima\n[ 0.557724] EVM: security.capability\n[ 0.559732] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.561780] pinctrl core: initialized pinctrl subsystem\n[ 0.563600] NET: Registered protocol family 16\n[ 0.565348] ACPI: bus type PCI registered\n[ 0.566822] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.568869] PCI: Using configuration type 1 for base access\n[ 0.574024] ACPI: Added _OSI(Module Device)\n[ 0.575566] ACPI: Added _OSI(Processor Device)\n[ 0.577120] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.578717] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.581821] ACPI: Interpreter enabled\n[ 0.583232] ACPI: (supports S0 S5)\n[ 0.584573] ACPI: Using IOAPIC for interrupt routing\n[ 0.586234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.591117] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.593046] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.595103] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.597098] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.600810] acpiphp: Slot [3] registered\n[ 0.602272] acpiphp: Slot [4] registered\n[ 0.603752] acpiphp: Slot [5] registered\n[ 0.605217] acpiphp: Slot [6] registered\n[ 0.606681] acpiphp: Slot [7] registered\n[ 0.608138] acpiphp: Slot [8] registered\n[ 0.609602] acpiphp: Slot [9] registered\n[ 0.611066] acpiphp: Slot [10] registered\n[ 0.612546] acpiphp: Slot [11] registered\n[ 0.614027] acpiphp: Slot [12] registered\n[ 0.615514] acpiphp: Slot [13] registered\n[ 0.617000] acpiphp: Slot [14] registered\n[ 0.618483] acpiphp: Slot [15] registered\n[ 0.619978] acpiphp: Slot [16] registered\n[ 0.621457] acpiphp: Slot [17] registered\n[ 0.622941] acpiphp: Slot [18] registered\n[ 0.624416] acpiphp: Slot [19] registered\n[ 0.625900] acpiphp: Slot [20] registered\n[ 0.627371] acpiphp: Slot [21] registered\n[ 0.628859] acpiphp: Slot [22] registered\n[ 0.630330] acpiphp: Slot [23] registered\n[ 0.631814] acpiphp: Slot [24] registered\n[ 0.633376] acpiphp: Slot [25] registered\n[ 0.634865] acpiphp: Slot [26] registered\n[ 0.636391] acpiphp: Slot [27] registered\n[ 0.637878] acpiphp: Slot [28] registered\n[ 0.639358] acpiphp: Slot [29] registered\n[ 0.640841] acpiphp: Slot [30] registered\n[ 0.642320] acpiphp: Slot [31] registered\n[ 0.643798] PCI host bridge to bus 0000:00\n[ 0.645278] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.647034] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.649050] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.651073] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.653793] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.656507] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.662073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.664178] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.666158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.668250] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.672477] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.675193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.698762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.701176] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.703877] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.706227] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.708538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.710676] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.712919] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.715783] vgaarb: loaded\n[ 0.716983] vgaarb: bridge control possible 0000:00:02.0\n[ 0.718916] SCSI subsystem initialized\n[ 0.720380] ACPI: bus type USB registered\n[ 0.721907] usbcore: registered new interface driver usbfs\n[ 0.723715] usbcore: registered new interface driver hub\n[ 0.725482] usbcore: registered new device driver usb\n[ 0.727383] PCI: Using ACPI for IRQ routing\n[ 0.729282] NetLabel: Initializing\n[ 0.730633] NetLabel: domain hash size = 128\n[ 0.732182] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.733900] NetLabel: unlabeled traffic allowed by default\n[ 0.735831] Switched to clocksource kvm-clock\n[ 0.745456] pnp: PnP ACPI init\n[ 0.746774] ACPI: bus type PNP registered\n[ 0.748651] pnp: PnP ACPI: found 5 devices\n[ 0.750135] ACPI: bus type PNP unregistered\n[ 0.758259] NET: Registered protocol family 2\n[ 0.760144] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.763107] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.765529] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.767628] TCP: reno registered\n[ 0.768941] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.770881] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.772966] NET: Registered protocol family 1\n[ 0.774534] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.776407] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.778239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.798771] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.819272] Unpacking initramfs...\n[ 1.296885] Freeing initrd memory: 37508k freed\n[ 1.306468] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.308566] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.312341] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.314371] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.316647] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.318624] Initialise system trusted keyring\n[ 1.320188] audit: initializing netlink socket (disabled)\n[ 1.321956] type=2000 audit(1534673452.369:1): initialized\n[ 1.338852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.340837] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.343698] zpool: loaded\n[ 1.344899] zbud: loaded\n[ 1.346268] VFS: Disk quotas dquot_6.5.2\n[ 1.347771] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.349952] msgmni has been set to 7578\n[ 1.351455] Key type big_key registered\n[ 1.353963] NET: Registered protocol family 38\n[ 1.355553] Key type asymmetric registered\n[ 1.357048] Asymmetric key parser 'x509' registered\n[ 1.358736] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.361543] io scheduler noop registered\n[ 1.363015] io scheduler deadline registered (default)\n[ 1.378297] io scheduler cfq registered\n[ 1.379894] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.381675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.383766] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.386470] ACPI: Power Button [PWRF]\n[ 1.388045] GHES: HEST is not enabled!\n[ 1.389609] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.413786] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.416186] Non-volatile memory driver v1.3\n[ 1.417706] Linux agpgart interface v0.103\n[ 1.419366] crash memory driver: version 1.1\n[ 1.420950] rdac: device handler registered\n[ 1.422542] hp_sw: device handler registered\n[ 1.424082] emc: device handler registered\n[ 1.425562] alua: device handler registered\n[ 1.427090] libphy: Fixed MDIO Bus: probed\n[ 1.428706] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.430726] ehci-pci: EHCI PCI platform driver\n[ 1.432275] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.434181] ohci-pci: OHCI PCI platform driver\n[ 1.435734] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.455869] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.457661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.460405] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.462143] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.464051] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.466086] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.468756] usb usb1: Product: UHCI Host Controller\n[ 1.470417] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.472487] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.474214] hub 1-0:1.0: USB hub found\n[ 1.475648] hub 1-0:1.0: 2 ports detected\n[ 1.477259] usbcore: registered new interface driver usbserial\n[ 1.479123] usbcore: registered new interface driver usbserial_generic\n[ 1.481145] usbserial: USB Serial support registered for generic\n[ 1.483052] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.486669] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.488359] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.490143] mousedev: PS/2 mouse device common for all mice\n[ 1.492294] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.495860] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.498888] rtc_cmos 00:00: RTC can wake from S4\n[ 1.500792] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.502754] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.504740] cpuidle: using governor menu\n[ 1.506306] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.506361] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.511294] usbcore: registered new interface driver usbhid\n[ 1.513149] usbhid: USB HID core driver\n[ 1.514665] drop_monitor: Initializing network drop monitor service\n[ 1.516713] TCP: cubic registered\n[ 1.518093] Initializing XFRM netlink socket\n[ 1.519734] NET: Registered protocol family 10\n[ 1.521674] NET: Registered protocol family 17\n[ 1.523473] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.525406] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.527340] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.530436] Loading compiled-in X.509 certificates\n[ 1.532071] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.535230] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.538842] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.542034] registered taskstats version 1\n[ 1.545580] Key type trusted registered\n[ 1.548354] Key type encrypted registered\n[ 1.551114] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.553421] rtc_cmos 00:00: setting system clock to 2018-08-19 10:10:52 UTC (1534673452)\n[ 1.557065] Freeing unused kernel memory: 1680k freed\n[ 1.563004] 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.568820] systemd[1]: Detected virtualization kvm.\n[ 1.570610] systemd[1]: Detected architecture x86-64.\n[ 1.572396] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.575695] systemd[1]: No hostname configured.\n[ 1.577428] systemd[1]: Set hostname to .\n[ 1.579272] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.603717] systemd[1]: Reached target Swap.\n[ 1.605308] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.607824] systemd[1]: Created slice Root Slice.\n[ 1.609562] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.612421] systemd[1]: Listening on udev Control Socket.\n[ 1.614307] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.617253] systemd[1]: Listening on udev Kernel Socket.\n[ 1.619102] systemd[1]: Starting udev Kernel Socket.\n[ 1.620923] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.623955] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.628150] systemd[1]: Reached target Local File Systems.\n[ 1.630043] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Paths.\n[ 1.632842] systemd[1]: Reached target Paths.\n[ 1.634485] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.637133] systemd[1]: Listening on Journal Socket.\n[ 1.638904] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.641652] systemd[1]: Reached target Sockets.\n[ 1.643335] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.646030] systemd[1]: Created slice System Slice.\n[ 1.647786] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.650448] systemd[1]: Reached target Slices.\n[ 1.652141] systemd[1]: Starting Slices.\n[ 1.654073] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.657085] 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.662292] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.666455] systemd[1]: Reached target Timers.\n[ 1.668133] systemd[1]: Starting Timers.\n[ 1.670025] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.674314] 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.737029] RPC: Registered named UNIX socket transport module.\n[ 1.739042] RPC: Registered udp transport module.\n[ 1.740659] RPC: Registered tcp transport module.\n[ 1.742249] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.778843] 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.853291] FDC 0 is a S82078B\n[ 1.864145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.904304] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.907946] scsi host0: ata_piix\n[ 1.909597] scsi host1: ata_piix\n[ 1.911466] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.913559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.919056] vda: vda1\n[ 1.933684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.935920] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.938078] usb 1-1: Product: QEMU USB Tablet\n[ 1.939798] usb 1-1: Manufacturer: QEMU\n[ 1.941350] usb 1-1: SerialNumber: 42\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[ 1.952824] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.956194] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started 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.087349] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.090194] XFS (vda1): Mounting V4 Filesystem\n[ 2.113415] 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 Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[ 2.313898] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\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 target Swap.\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.353886] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.426495] SELinux: Disabled at runtime.\n[ 2.462871] type=1404 audit(1534673453.409:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.492194] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.494208] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n"} 2018-08-19 10:10:54,149 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165/action used request id req-891ba8a8-4262-4aa5-91d9-2096c960e095 2018-08-19 10:10:54,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0766801834106s 2018-08-19 10:10:54,150 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165/action used request id req-891ba8a8-4262-4aa5-91d9-2096c960e095 2018-08-19 10:10:54,150 - 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 1887397363 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.420397] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.423397] pid_max: default: 32768 minimum: 301 [ 0.425029] Security Framework initialized [ 0.426528] SELinux: Initializing. [ 0.428170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.434496] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.438375] Mount-cache hash table entries: 4096 [ 0.440281] Initializing cgroup subsys memory [ 0.441864] Initializing cgroup subsys devices [ 0.443428] Initializing cgroup subsys freezer [ 0.444986] Initializing cgroup subsys net_cls [ 0.446537] Initializing cgroup subsys blkio [ 0.448056] Initializing cgroup subsys perf_event [ 0.449662] Initializing cgroup subsys hugetlb [ 0.451212] Initializing cgroup subsys pids [ 0.452727] Initializing cgroup subsys net_prio [ 0.454374] CPU: Physical Processor ID: 0 [ 0.456551] mce: CPU supports 10 MCE banks [ 0.458082] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.459835] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.461571] tlb_flushall_shift: 6 [ 0.463104] Freeing SMP alternatives: 28k freed [ 0.467293] ACPI: Core revision 20130517 [ 0.469188] ACPI: All ACPI Tables successfully acquired [ 0.471163] ftrace: allocating 25812 entries in 101 pages [ 0.492927] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.494950] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.496948] smpboot: Max logical packages: 2 [ 0.498755] Enabling x2apic [ 0.499977] Enabled x2apic [ 0.501467] Switched APIC routing to physical x2apic. [ 0.504507] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.506431] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.509885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.518041] KVM setup paravirtual spinlock [ 0.520753] smpboot: Booting Node 0, Processors #1 OK [ 0.522843] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.545242] Brought up 2 CPUs [ 0.545245] KVM setup async PF for cpu 1 [ 0.545248] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.549496] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.552285] devtmpfs: initialized [ 0.555157] EVM: security.selinux [ 0.556476] EVM: security.ima [ 0.557724] EVM: security.capability [ 0.559732] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.561780] pinctrl core: initialized pinctrl subsystem [ 0.563600] NET: Registered protocol family 16 [ 0.565348] ACPI: bus type PCI registered [ 0.566822] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.568869] PCI: Using configuration type 1 for base access [ 0.574024] ACPI: Added _OSI(Module Device) [ 0.575566] ACPI: Added _OSI(Processor Device) [ 0.577120] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.578717] ACPI: Added _OSI(Processor Aggregator Device) [ 0.581821] ACPI: Interpreter enabled [ 0.583232] ACPI: (supports S0 S5) [ 0.584573] ACPI: Using IOAPIC for interrupt routing [ 0.586234] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.591117] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.593046] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.595103] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.597098] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.600810] acpiphp: Slot [3] registered [ 0.602272] acpiphp: Slot [4] registered [ 0.603752] acpiphp: Slot [5] registered [ 0.605217] acpiphp: Slot [6] registered [ 0.606681] acpiphp: Slot [7] registered [ 0.608138] acpiphp: Slot [8] registered [ 0.609602] acpiphp: Slot [9] registered [ 0.611066] acpiphp: Slot [10] registered [ 0.612546] acpiphp: Slot [11] registered [ 0.614027] acpiphp: Slot [12] registered [ 0.615514] acpiphp: Slot [13] registered [ 0.617000] acpiphp: Slot [14] registered [ 0.618483] acpiphp: Slot [15] registered [ 0.619978] acpiphp: Slot [16] registered [ 0.621457] acpiphp: Slot [17] registered [ 0.622941] acpiphp: Slot [18] registered [ 0.624416] acpiphp: Slot [19] registered [ 0.625900] acpiphp: Slot [20] registered [ 0.627371] acpiphp: Slot [21] registered [ 0.628859] acpiphp: Slot [22] registered [ 0.630330] acpiphp: Slot [23] registered [ 0.631814] acpiphp: Slot [24] registered [ 0.633376] acpiphp: Slot [25] registered [ 0.634865] acpiphp: Slot [26] registered [ 0.636391] acpiphp: Slot [27] registered [ 0.637878] acpiphp: Slot [28] registered [ 0.639358] acpiphp: Slot [29] registered [ 0.640841] acpiphp: Slot [30] registered [ 0.642320] acpiphp: Slot [31] registered [ 0.643798] PCI host bridge to bus 0000:00 [ 0.645278] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.647034] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.649050] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.651073] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.653793] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.656507] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.662073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.664178] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.666158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.668250] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.672477] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.675193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.698762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.701176] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.703877] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.706227] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.708538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.710676] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.712919] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.715783] vgaarb: loaded [ 0.716983] vgaarb: bridge control possible 0000:00:02.0 [ 0.718916] SCSI subsystem initialized [ 0.720380] ACPI: bus type USB registered [ 0.721907] usbcore: registered new interface driver usbfs [ 0.723715] usbcore: registered new interface driver hub [ 0.725482] usbcore: registered new device driver usb [ 0.727383] PCI: Using ACPI for IRQ routing [ 0.729282] NetLabel: Initializing [ 0.730633] NetLabel: domain hash size = 128 [ 0.732182] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.733900] NetLabel: unlabeled traffic allowed by default [ 0.735831] Switched to clocksource kvm-clock [ 0.745456] pnp: PnP ACPI init [ 0.746774] ACPI: bus type PNP registered [ 0.748651] pnp: PnP ACPI: found 5 devices [ 0.750135] ACPI: bus type PNP unregistered [ 0.758259] NET: Registered protocol family 2 [ 0.760144] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.763107] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.765529] TCP: Hash tables configured (established 32768 bind 32768) [ 0.767628] TCP: reno registered [ 0.768941] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.770881] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.772966] NET: Registered protocol family 1 [ 0.774534] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.776407] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.778239] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.798771] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.819272] Unpacking initramfs... [ 1.296885] Freeing initrd memory: 37508k freed [ 1.306468] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.308566] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.312341] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.314371] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.316647] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.318624] Initialise system trusted keyring [ 1.320188] audit: initializing netlink socket (disabled) [ 1.321956] type=2000 audit(1534673452.369:1): initialized [ 1.338852] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.340837] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.343698] zpool: loaded [ 1.344899] zbud: loaded [ 1.346268] VFS: Disk quotas dquot_6.5.2 [ 1.347771] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.349952] msgmni has been set to 7578 [ 1.351455] Key type big_key registered [ 1.353963] NET: Registered protocol family 38 [ 1.355553] Key type asymmetric registered [ 1.357048] Asymmetric key parser 'x509' registered [ 1.358736] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.361543] io scheduler noop registered [ 1.363015] io scheduler deadline registered (default) [ 1.378297] io scheduler cfq registered [ 1.379894] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.381675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.383766] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.386470] ACPI: Power Button [PWRF] [ 1.388045] GHES: HEST is not enabled! [ 1.389609] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.413786] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.416186] Non-volatile memory driver v1.3 [ 1.417706] Linux agpgart interface v0.103 [ 1.419366] crash memory driver: version 1.1 [ 1.420950] rdac: device handler registered [ 1.422542] hp_sw: device handler registered [ 1.424082] emc: device handler registered [ 1.425562] alua: device handler registered [ 1.427090] libphy: Fixed MDIO Bus: probed [ 1.428706] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.430726] ehci-pci: EHCI PCI platform driver [ 1.432275] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.434181] ohci-pci: OHCI PCI platform driver [ 1.435734] uhci_hcd: USB Universal Host Controller Interface driver [ 1.455869] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.457661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.460405] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.462143] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.464051] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.466086] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.468756] usb usb1: Product: UHCI Host Controller [ 1.470417] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.472487] usb usb1: SerialNumber: 0000:00:01.2 [ 1.474214] hub 1-0:1.0: USB hub found [ 1.475648] hub 1-0:1.0: 2 ports detected [ 1.477259] usbcore: registered new interface driver usbserial [ 1.479123] usbcore: registered new interface driver usbserial_generic [ 1.481145] usbserial: USB Serial support registered for generic [ 1.483052] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.486669] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.488359] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.490143] mousedev: PS/2 mouse device common for all mice [ 1.492294] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.495860] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.498888] rtc_cmos 00:00: RTC can wake from S4 [ 1.500792] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.502754] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.504740] cpuidle: using governor menu [ 1.506306] hidraw: raw HID events driver (C) Jiri Kosina [ 1.506361] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.511294] usbcore: registered new interface driver usbhid [ 1.513149] usbhid: USB HID core driver [ 1.514665] drop_monitor: Initializing network drop monitor service [ 1.516713] TCP: cubic registered [ 1.518093] Initializing XFRM netlink socket [ 1.519734] NET: Registered protocol family 10 [ 1.521674] NET: Registered protocol family 17 [ 1.523473] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.525406] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.527340] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.530436] Loading compiled-in X.509 certificates [ 1.532071] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.535230] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.538842] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.542034] registered taskstats version 1 [ 1.545580] Key type trusted registered [ 1.548354] Key type encrypted registered [ 1.551114] IMA: No TPM chip found, activating TPM-bypass! [ 1.553421] rtc_cmos 00:00: setting system clock to 2018-08-19 10:10:52 UTC (1534673452) [ 1.557065] Freeing unused kernel memory: 1680k freed [ 1.563004] 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.568820] systemd[1]: Detected virtualization kvm. [ 1.570610] systemd[1]: Detected architecture x86-64. [ 1.572396] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.575695] systemd[1]: No hostname configured. [ 1.577428] systemd[1]: Set hostname to . [ 1.579272] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.603717] systemd[1]: Reached target Swap. [ 1.605308] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.607824] systemd[1]: Created slice Root Slice. [ 1.609562] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.612421] systemd[1]: Listening on udev Control Socket. [ 1.614307] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.617253] systemd[1]: Listening on udev Kernel Socket. [ 1.619102] systemd[1]: Starting udev Kernel Socket. [ 1.620923] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.623955] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.628150] systemd[1]: Reached target Local File Systems. [ 1.630043] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Paths. [ 1.632842] systemd[1]: Reached target Paths. [ 1.634485] systemd[1]: Starting Paths. [[32m OK [0m] Listening on Journal Socket. [ 1.637133] systemd[1]: Listening on Journal Socket. [ 1.638904] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Sockets. [ 1.641652] systemd[1]: Reached target Sockets. [ 1.643335] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.646030] systemd[1]: Created slice System Slice. [ 1.647786] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.650448] systemd[1]: Reached target Slices. [ 1.652141] systemd[1]: Starting Slices. [ 1.654073] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.657085] 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.662292] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.666455] systemd[1]: Reached target Timers. [ 1.668133] systemd[1]: Starting Timers. [ 1.670025] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.674314] 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.737029] RPC: Registered named UNIX socket transport module. [ 1.739042] RPC: Registered udp transport module. [ 1.740659] RPC: Registered tcp transport module. [ 1.742249] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.778843] 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.853291] FDC 0 is a S82078B [ 1.864145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.904304] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.907946] scsi host0: ata_piix [ 1.909597] scsi host1: ata_piix [ 1.911466] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.913559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.919056] vda: vda1 [ 1.933684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.935920] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.938078] usb 1-1: Product: QEMU USB Tablet [ 1.939798] usb 1-1: Manufacturer: QEMU [ 1.941350] usb 1-1: SerialNumber: 42 [[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... [ 1.952824] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.956194] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started 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.087349] SGI XFS with ACLs, security attributes, no debug enabled [ 2.090194] XFS (vda1): Mounting V4 Filesystem [ 2.113415] 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 Sockets. [[32m OK [0m] Stopped target System Initialization. [[ 2.313898] tsc: Refined TSC clocksource calibration: 3491.869 MHz [32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[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 target Swap. [[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.353886] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.426495] SELinux: Disabled at runtime. [ 2.462871] type=1404 audit(1534673453.409:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.492194] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.494208] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! 2018-08-19 10:10:55,153 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.217: timed out 2018-08-19 10:11:04,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 10:11:04,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165/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}05f54317415907553e932f451a08176b7f625b73" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 10:11:04,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:11:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34170e65-2467-4961-b2ce-0d8b1f0d75a9 x-compute-request-id: req-34170e65-2467-4961-b2ce-0d8b1f0d75a9 Content-Encoding: gzip Content-Length: 12727 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 1887397363 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.420397] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.423397] pid_max: default: 32768 minimum: 301\n[ 0.425029] Security Framework initialized\n[ 0.426528] SELinux: Initializing.\n[ 0.428170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.434496] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.438375] Mount-cache hash table entries: 4096\n[ 0.440281] Initializing cgroup subsys memory\n[ 0.441864] Initializing cgroup subsys devices\n[ 0.443428] Initializing cgroup subsys freezer\n[ 0.444986] Initializing cgroup subsys net_cls\n[ 0.446537] Initializing cgroup subsys blkio\n[ 0.448056] Initializing cgroup subsys perf_event\n[ 0.449662] Initializing cgroup subsys hugetlb\n[ 0.451212] Initializing cgroup subsys pids\n[ 0.452727] Initializing cgroup subsys net_prio\n[ 0.454374] CPU: Physical Processor ID: 0\n[ 0.456551] mce: CPU supports 10 MCE banks\n[ 0.458082] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.459835] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.461571] tlb_flushall_shift: 6\n[ 0.463104] Freeing SMP alternatives: 28k freed\n[ 0.467293] ACPI: Core revision 20130517\n[ 0.469188] ACPI: All ACPI Tables successfully acquired\n[ 0.471163] ftrace: allocating 25812 entries in 101 pages\n[ 0.492927] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.494950] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.496948] smpboot: Max logical packages: 2\n[ 0.498755] Enabling x2apic\n[ 0.499977] Enabled x2apic\n[ 0.501467] Switched APIC routing to physical x2apic.\n[ 0.504507] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.506431] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.509885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.518041] KVM setup paravirtual spinlock\n[ 0.520753] smpboot: Booting Node 0, Processors #1 OK\n[ 0.522843] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.545242] Brought up 2 CPUs\n[ 0.545245] KVM setup async PF for cpu 1\n[ 0.545248] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.549496] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.552285] devtmpfs: initialized\n[ 0.555157] EVM: security.selinux\n[ 0.556476] EVM: security.ima\n[ 0.557724] EVM: security.capability\n[ 0.559732] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.561780] pinctrl core: initialized pinctrl subsystem\n[ 0.563600] NET: Registered protocol family 16\n[ 0.565348] ACPI: bus type PCI registered\n[ 0.566822] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.568869] PCI: Using configuration type 1 for base access\n[ 0.574024] ACPI: Added _OSI(Module Device)\n[ 0.575566] ACPI: Added _OSI(Processor Device)\n[ 0.577120] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.578717] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.581821] ACPI: Interpreter enabled\n[ 0.583232] ACPI: (supports S0 S5)\n[ 0.584573] ACPI: Using IOAPIC for interrupt routing\n[ 0.586234] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.591117] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.593046] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.595103] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.597098] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.600810] acpiphp: Slot [3] registered\n[ 0.602272] acpiphp: Slot [4] registered\n[ 0.603752] acpiphp: Slot [5] registered\n[ 0.605217] acpiphp: Slot [6] registered\n[ 0.606681] acpiphp: Slot [7] registered\n[ 0.608138] acpiphp: Slot [8] registered\n[ 0.609602] acpiphp: Slot [9] registered\n[ 0.611066] acpiphp: Slot [10] registered\n[ 0.612546] acpiphp: Slot [11] registered\n[ 0.614027] acpiphp: Slot [12] registered\n[ 0.615514] acpiphp: Slot [13] registered\n[ 0.617000] acpiphp: Slot [14] registered\n[ 0.618483] acpiphp: Slot [15] registered\n[ 0.619978] acpiphp: Slot [16] registered\n[ 0.621457] acpiphp: Slot [17] registered\n[ 0.622941] acpiphp: Slot [18] registered\n[ 0.624416] acpiphp: Slot [19] registered\n[ 0.625900] acpiphp: Slot [20] registered\n[ 0.627371] acpiphp: Slot [21] registered\n[ 0.628859] acpiphp: Slot [22] registered\n[ 0.630330] acpiphp: Slot [23] registered\n[ 0.631814] acpiphp: Slot [24] registered\n[ 0.633376] acpiphp: Slot [25] registered\n[ 0.634865] acpiphp: Slot [26] registered\n[ 0.636391] acpiphp: Slot [27] registered\n[ 0.637878] acpiphp: Slot [28] registered\n[ 0.639358] acpiphp: Slot [29] registered\n[ 0.640841] acpiphp: Slot [30] registered\n[ 0.642320] acpiphp: Slot [31] registered\n[ 0.643798] PCI host bridge to bus 0000:00\n[ 0.645278] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.647034] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.649050] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.651073] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.653793] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.656507] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.662073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.664178] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.666158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.668250] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.672477] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.675193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.698762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.701176] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.703877] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.706227] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.708538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.710676] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.712919] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.715783] vgaarb: loaded\n[ 0.716983] vgaarb: bridge control possible 0000:00:02.0\n[ 0.718916] SCSI subsystem initialized\n[ 0.720380] ACPI: bus type USB registered\n[ 0.721907] usbcore: registered new interface driver usbfs\n[ 0.723715] usbcore: registered new interface driver hub\n[ 0.725482] usbcore: registered new device driver usb\n[ 0.727383] PCI: Using ACPI for IRQ routing\n[ 0.729282] NetLabel: Initializing\n[ 0.730633] NetLabel: domain hash size = 128\n[ 0.732182] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.733900] NetLabel: unlabeled traffic allowed by default\n[ 0.735831] Switched to clocksource kvm-clock\n[ 0.745456] pnp: PnP ACPI init\n[ 0.746774] ACPI: bus type PNP registered\n[ 0.748651] pnp: PnP ACPI: found 5 devices\n[ 0.750135] ACPI: bus type PNP unregistered\n[ 0.758259] NET: Registered protocol family 2\n[ 0.760144] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.763107] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.765529] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.767628] TCP: reno registered\n[ 0.768941] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.770881] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.772966] NET: Registered protocol family 1\n[ 0.774534] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.776407] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.778239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.798771] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.819272] Unpacking initramfs...\n[ 1.296885] Freeing initrd memory: 37508k freed\n[ 1.306468] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.308566] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.312341] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.314371] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.316647] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.318624] Initialise system trusted keyring\n[ 1.320188] audit: initializing netlink socket (disabled)\n[ 1.321956] type=2000 audit(1534673452.369:1): initialized\n[ 1.338852] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.340837] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.343698] zpool: loaded\n[ 1.344899] zbud: loaded\n[ 1.346268] VFS: Disk quotas dquot_6.5.2\n[ 1.347771] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.349952] msgmni has been set to 7578\n[ 1.351455] Key type big_key registered\n[ 1.353963] NET: Registered protocol family 38\n[ 1.355553] Key type asymmetric registered\n[ 1.357048] Asymmetric key parser 'x509' registered\n[ 1.358736] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.361543] io scheduler noop registered\n[ 1.363015] io scheduler deadline registered (default)\n[ 1.378297] io scheduler cfq registered\n[ 1.379894] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.381675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.383766] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.386470] ACPI: Power Button [PWRF]\n[ 1.388045] GHES: HEST is not enabled!\n[ 1.389609] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.413786] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.416186] Non-volatile memory driver v1.3\n[ 1.417706] Linux agpgart interface v0.103\n[ 1.419366] crash memory driver: version 1.1\n[ 1.420950] rdac: device handler registered\n[ 1.422542] hp_sw: device handler registered\n[ 1.424082] emc: device handler registered\n[ 1.425562] alua: device handler registered\n[ 1.427090] libphy: Fixed MDIO Bus: probed\n[ 1.428706] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.430726] ehci-pci: EHCI PCI platform driver\n[ 1.432275] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.434181] ohci-pci: OHCI PCI platform driver\n[ 1.435734] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.455869] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.457661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.460405] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.462143] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.464051] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.466086] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.468756] usb usb1: Product: UHCI Host Controller\n[ 1.470417] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.472487] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.474214] hub 1-0:1.0: USB hub found\n[ 1.475648] hub 1-0:1.0: 2 ports detected\n[ 1.477259] usbcore: registered new interface driver usbserial\n[ 1.479123] usbcore: registered new interface driver usbserial_generic\n[ 1.481145] usbserial: USB Serial support registered for generic\n[ 1.483052] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.486669] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.488359] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.490143] mousedev: PS/2 mouse device common for all mice\n[ 1.492294] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.495860] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.498888] rtc_cmos 00:00: RTC can wake from S4\n[ 1.500792] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.502754] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.504740] cpuidle: using governor menu\n[ 1.506306] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.506361] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.511294] usbcore: registered new interface driver usbhid\n[ 1.513149] usbhid: USB HID core driver\n[ 1.514665] drop_monitor: Initializing network drop monitor service\n[ 1.516713] TCP: cubic registered\n[ 1.518093] Initializing XFRM netlink socket\n[ 1.519734] NET: Registered protocol family 10\n[ 1.521674] NET: Registered protocol family 17\n[ 1.523473] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.525406] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.527340] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.530436] Loading compiled-in X.509 certificates\n[ 1.532071] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.535230] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.538842] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.542034] registered taskstats version 1\n[ 1.545580] Key type trusted registered\n[ 1.548354] Key type encrypted registered\n[ 1.551114] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.553421] rtc_cmos 00:00: setting system clock to 2018-08-19 10:10:52 UTC (1534673452)\n[ 1.557065] Freeing unused kernel memory: 1680k freed\n[ 1.563004] 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.568820] systemd[1]: Detected virtualization kvm.\n[ 1.570610] systemd[1]: Detected architecture x86-64.\n[ 1.572396] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.575695] systemd[1]: No hostname configured.\n[ 1.577428] systemd[1]: Set hostname to .\n[ 1.579272] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.603717] systemd[1]: Reached target Swap.\n[ 1.605308] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.607824] systemd[1]: Created slice Root Slice.\n[ 1.609562] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.612421] systemd[1]: Listening on udev Control Socket.\n[ 1.614307] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.617253] systemd[1]: Listening on udev Kernel Socket.\n[ 1.619102] systemd[1]: Starting udev Kernel Socket.\n[ 1.620923] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.623955] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.628150] systemd[1]: Reached target Local File Systems.\n[ 1.630043] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Paths.\n[ 1.632842] systemd[1]: Reached target Paths.\n[ 1.634485] systemd[1]: Starting Paths.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.637133] systemd[1]: Listening on Journal Socket.\n[ 1.638904] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.641652] systemd[1]: Reached target Sockets.\n[ 1.643335] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.646030] systemd[1]: Created slice System Slice.\n[ 1.647786] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.650448] systemd[1]: Reached target Slices.\n[ 1.652141] systemd[1]: Starting Slices.\n[ 1.654073] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.657085] 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.662292] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.666455] systemd[1]: Reached target Timers.\n[ 1.668133] systemd[1]: Starting Timers.\n[ 1.670025] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Journal Service.\n[ 1.674314] 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.737029] RPC: Registered named UNIX socket transport module.\n[ 1.739042] RPC: Registered udp transport module.\n[ 1.740659] RPC: Registered tcp transport module.\n[ 1.742249] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.778843] 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.853291] FDC 0 is a S82078B\n[ 1.864145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.904304] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.907946] scsi host0: ata_piix\n[ 1.909597] scsi host1: ata_piix\n[ 1.911466] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.913559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.919056] vda: vda1\n[ 1.933684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.935920] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.938078] usb 1-1: Product: QEMU USB Tablet\n[ 1.939798] usb 1-1: Manufacturer: QEMU\n[ 1.941350] usb 1-1: SerialNumber: 42\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[ 1.952824] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.956194] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started 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.087349] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.090194] XFS (vda1): Mounting V4 Filesystem\n[ 2.113415] 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 Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[ 2.313898] tsc: Refined TSC clocksource calibration: 3491.869 MHz\n[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\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 target Swap.\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.353886] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.426495] SELinux: Disabled at runtime.\n[ 2.462871] type=1404 audit(1534673453.409:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.492194] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.494208] 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] Created slice system-getty.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\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-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Starting Remount Root and Kernel File Systems...\n Mounting 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[ 2.840654] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Apply Kernel Variables.\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] Mounted NFSD configuration filesystem.\n Starting Rebuild Hardware Database...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Setup Virtual Console.\n[ 2.988847] 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 Configure read-only root support.\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 Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting Import network configuration from initramfs...\n Starting Mark the need to relabel after reboot...\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[ 3.100566] type=1305 audit(1534673454.046:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\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[ 3.279034] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.287358] [drm] Initialized drm 1.1.0 20060810\n[ 3.293405] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[[32m OK [0m] Reached target Basic System.\n [ 3.318210] ppdev: user-space parallel port driver\nStarting NTP client/server...\n[ 3.338898] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.338899] [TTM] Initializing pool allocator\n[ 3.338901] [TTM] Initializing DMA pool allocator\n[ 3.339200] [drm] fb mappable at 0xFC000000\n[ 3.339200] [drm] vram aper at 0xFC000000\n[ 3.339201] [drm] size 33554432\n[ 3.339201] [drm] fb depth is 24\n[ 3.339201] [drm] pitch is 3072\n Starting Authorization Manager...\n[ 3.378443] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.402003] Console: switching to colour frame buffer device 128x48\n[ 3.415050] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.417844] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Login Service...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Initial cloud-init job (pre-networking)...\n Starting GSSAPI Proxy Daemon...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started NTP client/server.\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.[ 3.514214] AES CTR mode by8 optimization enabled\n\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 [ 3.536505] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\nStarting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.545946] alg: No test for crc32 (crc32-pclmul)\n[ 3.550124] intel_rapl: no valid rapl domains found in package 0\n[ 3.554159] intel_powerclamp: No package C-state available\n[ 3.563663] intel_powerclamp: No package C-state available[ 3.570278] cloud-init[503]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 10:10:55 +0000. Up 3.53 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 System Logging Service...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n Starting PostgreSQL 9.5 database server...\n Starting Postfix Mail Transport Agent...\n Starting Dynamic System Tuning Daemon...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting Crash recovery kernel arming...\n Starting LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n Starting RabbitMQ Service...\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 OpenSSH server daemon.\n[[32m OK [0m] Started System Logging Service.\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[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.920770] cloud-init[796]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 10:10:57 +0000. Up 5.85 seconds.\n[ 5.965407] cloud-init[796]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.967587] cloud-init[796]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.969690] cloud-init[796]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.971757] cloud-init[796]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.974079] cloud-init[796]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.978604] cloud-init[796]: ci-info: | eth0: | True | 192.168.120.11 | 255.255.255.0 | fa:16:3e:c1:19:58 |\n[ 5.980687] cloud-init[796]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.983418] cloud-init[796]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.985636] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.987823] cloud-init[796]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.991450] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.993663] cloud-init[796]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.995899] cloud-init[796]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.998126] cloud-init[796]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.047130] cloud-init[796]: 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: [ 10.260234] cloud-init[2579]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 19 Aug 2018 10:11:01 +0000. Up 10.19 seconds.\n[ 10.567751] cloud-init[2750]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 19 Aug 2018 10:11:01 +0000. Up 10.50 seconds.\nci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | Keytype | Fingerprint (md5) | Options | Comment |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nci-info: | ssh-rsa | b0:78:b7:18:58:bf:5d:ba:8e:c8:01:e0:8b:9a:d2:98 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA)\nec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519)\nec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= \nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm \nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId \n-----END SSH HOST KEY KEYS-----\n[ 10.633752] cloud-init[2750]: Cloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 10:11:02 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.62 seconds\n"} 2018-08-19 10:11:04,267 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165/action used request id req-34170e65-2467-4961-b2ce-0d8b1f0d75a9 2018-08-19 10:11:04,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.103912830353s 2018-08-19 10:11:04,268 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165/action used request id req-34170e65-2467-4961-b2ce-0d8b1f0d75a9 2018-08-19 10:11:04,269 - 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 1887397363 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.420397] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.423397] pid_max: default: 32768 minimum: 301 [ 0.425029] Security Framework initialized [ 0.426528] SELinux: Initializing. [ 0.428170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.434496] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.438375] Mount-cache hash table entries: 4096 [ 0.440281] Initializing cgroup subsys memory [ 0.441864] Initializing cgroup subsys devices [ 0.443428] Initializing cgroup subsys freezer [ 0.444986] Initializing cgroup subsys net_cls [ 0.446537] Initializing cgroup subsys blkio [ 0.448056] Initializing cgroup subsys perf_event [ 0.449662] Initializing cgroup subsys hugetlb [ 0.451212] Initializing cgroup subsys pids [ 0.452727] Initializing cgroup subsys net_prio [ 0.454374] CPU: Physical Processor ID: 0 [ 0.456551] mce: CPU supports 10 MCE banks [ 0.458082] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.459835] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.461571] tlb_flushall_shift: 6 [ 0.463104] Freeing SMP alternatives: 28k freed [ 0.467293] ACPI: Core revision 20130517 [ 0.469188] ACPI: All ACPI Tables successfully acquired [ 0.471163] ftrace: allocating 25812 entries in 101 pages [ 0.492927] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.494950] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.496948] smpboot: Max logical packages: 2 [ 0.498755] Enabling x2apic [ 0.499977] Enabled x2apic [ 0.501467] Switched APIC routing to physical x2apic. [ 0.504507] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.506431] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.509885] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.518041] KVM setup paravirtual spinlock [ 0.520753] smpboot: Booting Node 0, Processors #1 OK [ 0.522843] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.545242] Brought up 2 CPUs [ 0.545245] KVM setup async PF for cpu 1 [ 0.545248] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.549496] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.552285] devtmpfs: initialized [ 0.555157] EVM: security.selinux [ 0.556476] EVM: security.ima [ 0.557724] EVM: security.capability [ 0.559732] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.561780] pinctrl core: initialized pinctrl subsystem [ 0.563600] NET: Registered protocol family 16 [ 0.565348] ACPI: bus type PCI registered [ 0.566822] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.568869] PCI: Using configuration type 1 for base access [ 0.574024] ACPI: Added _OSI(Module Device) [ 0.575566] ACPI: Added _OSI(Processor Device) [ 0.577120] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.578717] ACPI: Added _OSI(Processor Aggregator Device) [ 0.581821] ACPI: Interpreter enabled [ 0.583232] ACPI: (supports S0 S5) [ 0.584573] ACPI: Using IOAPIC for interrupt routing [ 0.586234] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.591117] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.593046] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.595103] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.597098] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.600810] acpiphp: Slot [3] registered [ 0.602272] acpiphp: Slot [4] registered [ 0.603752] acpiphp: Slot [5] registered [ 0.605217] acpiphp: Slot [6] registered [ 0.606681] acpiphp: Slot [7] registered [ 0.608138] acpiphp: Slot [8] registered [ 0.609602] acpiphp: Slot [9] registered [ 0.611066] acpiphp: Slot [10] registered [ 0.612546] acpiphp: Slot [11] registered [ 0.614027] acpiphp: Slot [12] registered [ 0.615514] acpiphp: Slot [13] registered [ 0.617000] acpiphp: Slot [14] registered [ 0.618483] acpiphp: Slot [15] registered [ 0.619978] acpiphp: Slot [16] registered [ 0.621457] acpiphp: Slot [17] registered [ 0.622941] acpiphp: Slot [18] registered [ 0.624416] acpiphp: Slot [19] registered [ 0.625900] acpiphp: Slot [20] registered [ 0.627371] acpiphp: Slot [21] registered [ 0.628859] acpiphp: Slot [22] registered [ 0.630330] acpiphp: Slot [23] registered [ 0.631814] acpiphp: Slot [24] registered [ 0.633376] acpiphp: Slot [25] registered [ 0.634865] acpiphp: Slot [26] registered [ 0.636391] acpiphp: Slot [27] registered [ 0.637878] acpiphp: Slot [28] registered [ 0.639358] acpiphp: Slot [29] registered [ 0.640841] acpiphp: Slot [30] registered [ 0.642320] acpiphp: Slot [31] registered [ 0.643798] PCI host bridge to bus 0000:00 [ 0.645278] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.647034] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.649050] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.651073] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.653793] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.656507] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.662073] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.664178] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.666158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.668250] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.672477] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.675193] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.698762] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.701176] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.703877] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.706227] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.708538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.710676] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.712919] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.715783] vgaarb: loaded [ 0.716983] vgaarb: bridge control possible 0000:00:02.0 [ 0.718916] SCSI subsystem initialized [ 0.720380] ACPI: bus type USB registered [ 0.721907] usbcore: registered new interface driver usbfs [ 0.723715] usbcore: registered new interface driver hub [ 0.725482] usbcore: registered new device driver usb [ 0.727383] PCI: Using ACPI for IRQ routing [ 0.729282] NetLabel: Initializing [ 0.730633] NetLabel: domain hash size = 128 [ 0.732182] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.733900] NetLabel: unlabeled traffic allowed by default [ 0.735831] Switched to clocksource kvm-clock [ 0.745456] pnp: PnP ACPI init [ 0.746774] ACPI: bus type PNP registered [ 0.748651] pnp: PnP ACPI: found 5 devices [ 0.750135] ACPI: bus type PNP unregistered [ 0.758259] NET: Registered protocol family 2 [ 0.760144] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.763107] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.765529] TCP: Hash tables configured (established 32768 bind 32768) [ 0.767628] TCP: reno registered [ 0.768941] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.770881] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.772966] NET: Registered protocol family 1 [ 0.774534] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.776407] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.778239] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.798771] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.819272] Unpacking initramfs... [ 1.296885] Freeing initrd memory: 37508k freed [ 1.306468] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.308566] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.312341] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.314371] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.316647] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.318624] Initialise system trusted keyring [ 1.320188] audit: initializing netlink socket (disabled) [ 1.321956] type=2000 audit(1534673452.369:1): initialized [ 1.338852] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.340837] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.343698] zpool: loaded [ 1.344899] zbud: loaded [ 1.346268] VFS: Disk quotas dquot_6.5.2 [ 1.347771] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.349952] msgmni has been set to 7578 [ 1.351455] Key type big_key registered [ 1.353963] NET: Registered protocol family 38 [ 1.355553] Key type asymmetric registered [ 1.357048] Asymmetric key parser 'x509' registered [ 1.358736] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.361543] io scheduler noop registered [ 1.363015] io scheduler deadline registered (default) [ 1.378297] io scheduler cfq registered [ 1.379894] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.381675] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.383766] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.386470] ACPI: Power Button [PWRF] [ 1.388045] GHES: HEST is not enabled! [ 1.389609] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.413786] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.416186] Non-volatile memory driver v1.3 [ 1.417706] Linux agpgart interface v0.103 [ 1.419366] crash memory driver: version 1.1 [ 1.420950] rdac: device handler registered [ 1.422542] hp_sw: device handler registered [ 1.424082] emc: device handler registered [ 1.425562] alua: device handler registered [ 1.427090] libphy: Fixed MDIO Bus: probed [ 1.428706] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.430726] ehci-pci: EHCI PCI platform driver [ 1.432275] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.434181] ohci-pci: OHCI PCI platform driver [ 1.435734] uhci_hcd: USB Universal Host Controller Interface driver [ 1.455869] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.457661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.460405] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.462143] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.464051] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.466086] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.468756] usb usb1: Product: UHCI Host Controller [ 1.470417] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.472487] usb usb1: SerialNumber: 0000:00:01.2 [ 1.474214] hub 1-0:1.0: USB hub found [ 1.475648] hub 1-0:1.0: 2 ports detected [ 1.477259] usbcore: registered new interface driver usbserial [ 1.479123] usbcore: registered new interface driver usbserial_generic [ 1.481145] usbserial: USB Serial support registered for generic [ 1.483052] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.486669] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.488359] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.490143] mousedev: PS/2 mouse device common for all mice [ 1.492294] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.495860] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.498888] rtc_cmos 00:00: RTC can wake from S4 [ 1.500792] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.502754] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.504740] cpuidle: using governor menu [ 1.506306] hidraw: raw HID events driver (C) Jiri Kosina [ 1.506361] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.511294] usbcore: registered new interface driver usbhid [ 1.513149] usbhid: USB HID core driver [ 1.514665] drop_monitor: Initializing network drop monitor service [ 1.516713] TCP: cubic registered [ 1.518093] Initializing XFRM netlink socket [ 1.519734] NET: Registered protocol family 10 [ 1.521674] NET: Registered protocol family 17 [ 1.523473] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.525406] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.527340] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.530436] Loading compiled-in X.509 certificates [ 1.532071] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.535230] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.538842] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.542034] registered taskstats version 1 [ 1.545580] Key type trusted registered [ 1.548354] Key type encrypted registered [ 1.551114] IMA: No TPM chip found, activating TPM-bypass! [ 1.553421] rtc_cmos 00:00: setting system clock to 2018-08-19 10:10:52 UTC (1534673452) [ 1.557065] Freeing unused kernel memory: 1680k freed [ 1.563004] 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.568820] systemd[1]: Detected virtualization kvm. [ 1.570610] systemd[1]: Detected architecture x86-64. [ 1.572396] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.575695] systemd[1]: No hostname configured. [ 1.577428] systemd[1]: Set hostname to . [ 1.579272] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.603717] systemd[1]: Reached target Swap. [ 1.605308] systemd[1]: Starting Swap. [[32m OK [0m] Created slice Root Slice. [ 1.607824] systemd[1]: Created slice Root Slice. [ 1.609562] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.612421] systemd[1]: Listening on udev Control Socket. [ 1.614307] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.617253] systemd[1]: Listening on udev Kernel Socket. [ 1.619102] systemd[1]: Starting udev Kernel Socket. [ 1.620923] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.623955] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.628150] systemd[1]: Reached target Local File Systems. [ 1.630043] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Paths. [ 1.632842] systemd[1]: Reached target Paths. [ 1.634485] systemd[1]: Starting Paths. [[32m OK [0m] Listening on Journal Socket. [ 1.637133] systemd[1]: Listening on Journal Socket. [ 1.638904] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Sockets. [ 1.641652] systemd[1]: Reached target Sockets. [ 1.643335] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.646030] systemd[1]: Created slice System Slice. [ 1.647786] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.650448] systemd[1]: Reached target Slices. [ 1.652141] systemd[1]: Starting Slices. [ 1.654073] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.657085] 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.662292] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.666455] systemd[1]: Reached target Timers. [ 1.668133] systemd[1]: Starting Timers. [ 1.670025] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Journal Service. [ 1.674314] 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.737029] RPC: Registered named UNIX socket transport module. [ 1.739042] RPC: Registered udp transport module. [ 1.740659] RPC: Registered tcp transport module. [ 1.742249] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.778843] 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.853291] FDC 0 is a S82078B [ 1.864145] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.904304] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.907946] scsi host0: ata_piix [ 1.909597] scsi host1: ata_piix [ 1.911466] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.913559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.919056] vda: vda1 [ 1.933684] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.935920] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.938078] usb 1-1: Product: QEMU USB Tablet [ 1.939798] usb 1-1: Manufacturer: QEMU [ 1.941350] usb 1-1: SerialNumber: 42 [[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... [ 1.952824] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.956194] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started 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.087349] SGI XFS with ACLs, security attributes, no debug enabled [ 2.090194] XFS (vda1): Mounting V4 Filesystem [ 2.113415] 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 Sockets. [[32m OK [0m] Stopped target System Initialization. [[ 2.313898] tsc: Refined TSC clocksource calibration: 3491.869 MHz [32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[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 target Swap. [[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.353886] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.426495] SELinux: Disabled at runtime. [ 2.462871] type=1404 audit(1534673453.409:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.492194] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.494208] 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] Created slice system-getty.slice. Mounting Huge Pages File System... [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Mounting Debug File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Listening on udev Kernel Socket. Starting Setup Virtual Console... Starting Apply Kernel Variables... [[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-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Starting Remount Root and Kernel File Systems... Mounting 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. [ 2.840654] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Apply Kernel Variables. [[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] Mounted NFSD configuration filesystem. Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Setup Virtual Console. [ 2.988847] 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 Configure read-only root support. [[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 Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting Import network configuration from initramfs... Starting Mark the need to relabel after reboot... Starting udev Kernel Device Manager... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 3.100566] type=1305 audit(1534673454.046:3): audit_pid=440 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[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. [ 3.279034] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.287358] [drm] Initialized drm 1.1.0 20060810 [ 3.293405] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Reached target Basic System. [ 3.318210] ppdev: user-space parallel port driver Starting NTP client/server... [ 3.338898] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.338899] [TTM] Initializing pool allocator [ 3.338901] [TTM] Initializing DMA pool allocator [ 3.339200] [drm] fb mappable at 0xFC000000 [ 3.339200] [drm] vram aper at 0xFC000000 [ 3.339201] [drm] size 33554432 [ 3.339201] [drm] fb depth is 24 [ 3.339201] [drm] pitch is 3072 Starting Authorization Manager... [ 3.378443] fbcon: cirrusdrmfb (fb0) is primary device [ 3.402003] Console: switching to colour frame buffer device 128x48 [ 3.415050] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Dump dmesg to /var/log/dmesg... [ 3.417844] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Login Service... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Initial cloud-init job (pre-networking)... Starting GSSAPI Proxy Daemon... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started NTP client/server. [[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.[ 3.514214] AES CTR mode by8 optimization enabled 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. [ 3.536505] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 3.545946] alg: No test for crc32 (crc32-pclmul) [ 3.550124] intel_rapl: no valid rapl domains found in package 0 [ 3.554159] intel_powerclamp: No package C-state available [ 3.563663] intel_powerclamp: No package C-state available[ 3.570278] cloud-init[503]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 10:10:55 +0000. Up 3.53 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 System Logging Service... Starting Initial cloud-init job (metadata service crawler)... Starting nginx - high performance web server... Starting Notify NFS peers of a restart... Starting PostgreSQL 9.5 database server... Starting Postfix Mail Transport Agent... Starting Dynamic System Tuning Daemon... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting Crash recovery kernel arming... Starting LSB: Supports the direct execution of binary formats.... Starting LSB: Starts Logstash as a daemon.... Starting RabbitMQ Service... [[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 OpenSSH server daemon. [[32m OK [0m] Started System Logging Service. [[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.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.920770] cloud-init[796]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 10:10:57 +0000. Up 5.85 seconds. [ 5.965407] cloud-init[796]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.967587] cloud-init[796]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.969690] cloud-init[796]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.971757] cloud-init[796]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.974079] cloud-init[796]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.978604] cloud-init[796]: ci-info: | eth0: | True | 192.168.120.11 | 255.255.255.0 | fa:16:3e:c1:19:58 | [ 5.980687] cloud-init[796]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.983418] cloud-init[796]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.985636] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.987823] cloud-init[796]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.991450] cloud-init[796]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.993663] cloud-init[796]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.995899] cloud-init[796]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.998126] cloud-init[796]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.047130] cloud-init[796]: 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: [ 10.260234] cloud-init[2579]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 19 Aug 2018 10:11:01 +0000. Up 10.19 seconds. [ 10.567751] cloud-init[2750]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 19 Aug 2018 10:11:01 +0000. Up 10.50 seconds. ci-info: ++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++ ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ci-info: | ssh-rsa | b0:78:b7:18:58:bf:5d:ba:8e:c8:01:e0:8b:9a:d2:98 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 256 ec:4a:7d:c6:4a:d4:38:03:1e:d5:f4:cf:e8:1f:f1:69 (ECDSA) ec2: 256 4c:1f:7c:71:f5:a9:8b:83:70:f0:2a:b2:18:ea:e4:23 (ED25519) ec2: 2048 de:55:dc:64:de:b5:41:67:2a:6b:61:55:3f:c6:92:8d (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAF/VRHg+Zmgczo/iL9Ky04LO1oMtyemBiDkxMaJMXetSkVO/UzzoOaZYsU+ZHEFk8kFLfRg8mX/E2EubUM4Upw= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEIQfrbNnyNkXuvrU94cOnRQZlO2zAPA07yX/c2HcNgm ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVW9UtKAjoWMl1lFxVzCltiWwjjzZIwTSdkOuNIDG8WRfeoL1dUkegWyvbWBl71QVR8pYu6WxowwZ+xK+j251WQN1mfWerQFdABNuH4uDSYuytTh5gYQu5PvSQVh/OPLk/vJzy+UtAP4vq0HT+GVF9Tv0GN6Hyd246AEIeSgj8DZtC+9uWrG9mwn9gNKQdorjNaQWxp1BeeRf9E6ke876xRHda84yDd2e3GUO7+1LeKkyHrlL6+CF6dTMZmU7OfQVXPTNuANaIxotVe1DFQnajIaihh7HeRNMGnM3OCkNaGTCk3FjZfXUFlvq+3PpxC9kPuiPJThZPlcW1fb+6dKId -----END SSH HOST KEY KEYS----- [ 10.633752] cloud-init[2750]: Cloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 10:11:02 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.62 seconds 2018-08-19 10:11:04,272 - paramiko.transport - DEBUG - starting thread (client mode): 0x2e8ae910L 2018-08-19 10:11:04,273 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 10:11:04,280 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-19 10:11:04,280 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-19 10:11:04,300 - 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-19 10:11:04,300 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 10:11:04,301 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-19 10:11:04,301 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 10:11:04,301 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 10:11:04,301 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 10:11:04,319 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 10:11:04,320 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 10:11:04,336 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.217: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-19 10:11:04,337 - paramiko.transport - DEBUG - Trying discovered key b078b71858bf5dba8ec801e08b9ad298 in /tmp/tmph8PZTw 2018-08-19 10:11:04,361 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 10:11:04,422 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-19 10:11:04,438 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-19 10:11:04,438 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-19 10:11:04,439 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-19 10:11:04,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/status 2018-08-19 10:11:04,759 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:04,759 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:04,759 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:04,760 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:04,760 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:04,760 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:04,760 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:04,760 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 804, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 3780, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "running", "MainPID": 1870, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 3776, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 899, "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": 844, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 3774, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 862, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-19 10:11:04,760 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:04,760 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:04 GMT 2018-08-19 10:11:04,760 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:04,760 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2389 2018-08-19 10:11:04,760 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:04,761 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 804, 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': 3780, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 1870, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 3776, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 899, 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': 844, 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': 3774, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 862, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-19 10:11:04,761 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/status 2018-08-19 10:11:04,932 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:04,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:04,933 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:04,933 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:04,933 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:04,933 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:04,933 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:04,933 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 804, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 3780, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "running", "MainPID": 1870, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 3776, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 899, "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": 844, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 3774, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 862, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-19 10:11:04,933 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:04,933 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:04 GMT 2018-08-19 10:11:04,933 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:04,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2389 2018-08-19 10:11:04,934 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:04,934 - functest.core.cloudify - INFO - The current manager status is running 2018-08-19 10:11:04,934 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.217:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-19 10:11:05,180 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:05,181 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:05,181 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:05,181 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:05,181 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:05,181 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:05,181 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:05,181 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-19 10:11:05,181 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T10:11:04.615Z", "updated_at": "2018-08-19T10:11:04.615Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-19 10:11:05,181 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:05,182 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:04 GMT 2018-08-19 10:11:05,182 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:05,182 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-19 10:11:05,182 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:05,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/secrets 2018-08-19 10:11:05,265 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:05,265 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:05,266 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:05,266 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:05,266 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:05,266 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:05,266 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:05,266 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-19T10:11:04.615Z", "updated_at": "2018-08-19T10:11:04.615Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-19 10:11:05,266 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:05,266 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:04 GMT 2018-08-19 10:11:05,266 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:05,267 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-19 10:11:05,267 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:05,267 - functest.core.cloudify - DEBUG - List secrets: 2018-08-19 10:11:05,267 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.217:80/api/v3/secrets/foo 2018-08-19 10:11:05,303 - functest.core.cloudify - INFO - try 1: Cloudify Manager isn't up and running 2018-08-19 10:11:35,334 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/status 2018-08-19 10:11:35,491 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:35,491 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:35,492 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:35,492 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:35,492 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:35,492 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:35,492 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:35,492 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4047, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4056, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "running", "MainPID": 9460, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 10645, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 899, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8840, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8857, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 10644, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4006, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-19 10:11:35,492 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:35,492 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:35 GMT 2018-08-19 10:11:35,492 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:35,493 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2395 2018-08-19 10:11:35,493 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:35,493 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4047, 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': 4056, u'state': u'running', u'Id': u'cloudify-mgmtworker.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Celery Management'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'LSB: Starts Logstash as a daemon.', u'MainPID': 0, u'state': u'running', u'Id': u'logstash.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Logstash'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'RabbitMQ Service', u'MainPID': 9460, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 10645, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 899, 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': 8840, 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': 8857, 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': 10644, u'state': u'running', u'Id': u'cloudify-riemann.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Riemann'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'nginx - high performance web server', u'MainPID': 4006, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-19 10:11:35,494 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/status 2018-08-19 10:11:35,625 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:35,625 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:35,625 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:35,626 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:35,626 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:35,626 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:35,626 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:35,626 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4047, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4056, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "running", "MainPID": 9460, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 10645, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 899, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8840, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8857, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 10644, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4006, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-19 10:11:35,626 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:35,626 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:35 GMT 2018-08-19 10:11:35,626 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:35,627 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2395 2018-08-19 10:11:35,627 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:35,627 - functest.core.cloudify - INFO - The current manager status is running 2018-08-19 10:11:35,627 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.217:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-19 10:11:35,743 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:35,743 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:35,743 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:35,743 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:35,743 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:35,743 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:35,744 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:35,744 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-19 10:11:35,744 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T10:11:35.701Z", "updated_at": "2018-08-19T10:11:35.701Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-19 10:11:35,744 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:35,744 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:35 GMT 2018-08-19 10:11:35,744 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:35,744 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-19 10:11:35,744 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:35,744 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/secrets 2018-08-19 10:11:35,901 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:35,901 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:35,901 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:35,901 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:35,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:35,902 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:35,902 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:35,902 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-19T10:11:35.701Z", "updated_at": "2018-08-19T10:11:35.701Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-19 10:11:35,902 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:35,902 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:35 GMT 2018-08-19 10:11:35,902 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:35,902 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-19 10:11:35,902 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:35,903 - functest.core.cloudify - DEBUG - List secrets: 2018-08-19 10:11:35,903 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.217:80/api/v3/secrets/foo 2018-08-19 10:11:36,046 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:36,047 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:36,047 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:36,047 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:36,047 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:36,047 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:36,047 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:36,047 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-19 10:11:36,047 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T10:11:35.701Z", "updated_at": "2018-08-19T10:11:35.701Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-19 10:11:36,047 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:36,048 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:36 GMT 2018-08-19 10:11:36,048 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:36,048 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-19 10:11:36,048 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:36,048 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-19 10:11:36,048 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-19 10:11:36,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 10:11:36,064 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:11:36,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:11:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df65473d-18cb-47f4-89ee-2522fa55ef7c Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.27:5000/v3/projects/73576fbd0cd64967aa17328fc50b6ef9"}, "tags": [], "enabled": true, "id": "73576fbd0cd64967aa17328fc50b6ef9", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-19 10:11:36,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-df65473d-18cb-47f4-89ee-2522fa55ef7c 2018-08-19 10:11:36,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.200428962708s 2018-08-19 10:11:36,260 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-df65473d-18cb-47f4-89ee-2522fa55ef7c 2018-08-19 10:11:36,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-19 10:11:36,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/quotas/73576fbd0cd64967aa17328fc50b6ef9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dbb56d468613d7311538c95f4f1912bf860de6e0" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-19 10:11:36,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-bab88ee5-88a2-47dc-8134-9ad66c216a63 Date: Sun, 19 Aug 2018 10:11:36 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-19 10:11:36,583 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/73576fbd0cd64967aa17328fc50b6ef9.json used request id req-bab88ee5-88a2-47dc-8134-9ad66c216a63 2018-08-19 10:11:36,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.3204600811s 2018-08-19 10:11:36,583 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/73576fbd0cd64967aa17328fc50b6ef9.json used request id req-bab88ee5-88a2-47dc-8134-9ad66c216a63 2018-08-19 10:11:36,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-08-19 10:11:36,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-19 10:11:36,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-19 10:11:36,596 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 10:11:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7222044-90cd-4283-a15e-fe591696a5cf Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-19 10:11:36,596 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-f7222044-90cd-4283-a15e-fe591696a5cf 2018-08-19 10:11:36,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:11:36,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:11:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-033207e0-38e0-47ad-8c02-81e1d4c35dd4 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/012668ad07c34510a76ee2503281f9cb"}, "enabled": true, "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1de0e64add6448e0a8b5752f402eb2fd"}, "enabled": true, "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/3f83350c4e9a43ae87a2600bb2a1a314"}, "enabled": true, "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/477b85685b75469db08c6a659067bd48"}, "enabled": true, "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/59aad9c36a7d42b6a271bc3a35c5a39f"}, "enabled": true, "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5b8d604f1d03452fab77ec4833ca15de"}, "enabled": true, "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/655735565e5c422bb657fbd66e4a8d4c"}, "enabled": true, "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/6a0af4ff3dc94408a5132917d313f0b5"}, "enabled": true, "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/717c88ec1f2e4106b987eeb75e3320fd"}, "enabled": true, "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f0631a82bbb4970853fdd9ee97203c2"}, "enabled": true, "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f5947702d824fb594b3afca5197709d"}, "enabled": true, "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a3e41d5d1c274d21adbcc5ffec0cfb0e"}, "enabled": true, "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a582ffbdb6f14018b1b71fc2bfb32f01"}, "enabled": true, "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c10f1a74d52045b1acb2ffa2d597c1c1"}, "enabled": true, "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e68e98acf2224a65b39a77ee316d0668"}, "enabled": true, "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-19 10:11:36,792 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-033207e0-38e0-47ad-8c02-81e1d4c35dd4 2018-08-19 10:11:36,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.205229997635s 2018-08-19 10:11:36,792 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-033207e0-38e0-47ad-8c02-81e1d4c35dd4 2018-08-19 10:11:36,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-19 10:11:36,804 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:11:36,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:11:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d12b88c-7342-494a-b45b-c266826f8cce Content-Encoding: gzip Content-Length: 1959 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/000d36f5849349d589492c752470ef01"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "000d36f5849349d589492c752470ef01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/023e749465084fd8837d77fe049ff7da"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "023e749465084fd8837d77fe049ff7da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/05df4d1b217e4cb5811aff9847795222"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "05df4d1b217e4cb5811aff9847795222"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0ca31e0820d04cbfb8f405b624d5f476"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/147898b374c0437fa0a5d3f5544dac0a"}, "url": "http://12.0.0.31:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/15f913eba29e4350bcb09450178040e4"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "15f913eba29e4350bcb09450178040e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1903a55ffaf64ebeb7ddb4c82b49e3b5"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1edf9165dc4d489a8f9be1436b1e49ce"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/26866cb9d6284ee0bed387808668c56a"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "26866cb9d6284ee0bed387808668c56a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2bff29cb6afb495da552771628664193"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "2bff29cb6afb495da552771628664193"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2f3a4bc2a17247e1934945f3408eb18d"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2f97188c8dd0428bb488e248c2b50f8d"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/378a295aa46441c6aac8a5f406fe15df"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3cdda7aa3c964219b59617e52421463f"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "3cdda7aa3c964219b59617e52421463f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3e32451c8d674060aa767e7efea717d9"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "3e32451c8d674060aa767e7efea717d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/521227585c1c4b11aede77ac9209eebd"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "521227585c1c4b11aede77ac9209eebd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/53681316446f42598cc4bd0c9b1ba910"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/577af91c7ddd47dd911c20b1606314d4"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "577af91c7ddd47dd911c20b1606314d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5c96820741a14a5996761aca8a14df61"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "5c96820741a14a5996761aca8a14df61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/79bd10179dfc45be9086100469760d1b"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "79bd10179dfc45be9086100469760d1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/964eb6f380394750bd835d9bf2512ce0"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "964eb6f380394750bd835d9bf2512ce0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/970a5a7ddd80462d99b9d1f16c9ffa96"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/97da7dcde1314b918dc5ea38ef3323e9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "97da7dcde1314b918dc5ea38ef3323e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a01826edc042480c85a8004f3230dd2e"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "a01826edc042480c85a8004f3230dd2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a791c3f5d0e34d7cbd4502f4ca20b793"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "477b85685b75469db08c6a659067bd48", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ae5814841328432ba11457e529b40e1d"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "ae5814841328432ba11457e529b40e1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/af6cd6dada8b4d12bcdee933d5a1980e"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b0f0168d819740b5a163104b00226469"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "b0f0168d819740b5a163104b00226469"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b73382a4ac9c403a91e856d6d7b0f52a"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c237ccead0f94d1087417f5cf752ba19"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "c237ccead0f94d1087417f5cf752ba19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c7fe8f758c7243f991850e5d6f2321c6"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ca19facebc164d2aa15092c193f3924d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "477b85685b75469db08c6a659067bd48", "id": "ca19facebc164d2aa15092c193f3924d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cbc27fe231b343238bf1778c08c24be0"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d14997ae63154446a547fe8d7c104ef9"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "d14997ae63154446a547fe8d7c104ef9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d219b39bbe8940989d679d86dd975353"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "d219b39bbe8940989d679d86dd975353"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d4b73d29406943dd92c91a676ef06172"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "d4b73d29406943dd92c91a676ef06172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d90d538f96ac443cb5c6ae4320a35a3d"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d989ecadde654e0c87206dc1372512c8"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "477b85685b75469db08c6a659067bd48", "id": "d989ecadde654e0c87206dc1372512c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e23e8d2adb6844a6ae6dbffd339daf39"}, "url": "http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e465444dabcc437fabbc372f94764ada"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "e465444dabcc437fabbc372f94764ada"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e5cbee4dc48d4e5a844f26beb1fa4e85"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e7de94af2fed4d0c8cd508f34a33f024"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-19 10:11:36,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-7d12b88c-7342-494a-b45b-c266826f8cce 2018-08-19 10:11:36,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.197949886322s 2018-08-19 10:11:37,000 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-7d12b88c-7342-494a-b45b-c266826f8cce 2018-08-19 10:11:37,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'ada64206-d21b-485d-8fa6-25a21fb199bd', 'keystone_tenant_name': u'cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.27:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'project_domain_name': 'Default'} 2018-08-19 10:11:37,007 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/secrets 2018-08-19 10:11:37,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:37,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:37,059 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:37,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:37,059 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:37,059 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:37,060 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:37,060 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-08-19 10:11:37,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:37,060 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:37 GMT 2018-08-19 10:11:37,060 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:37,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-08-19 10:11:37,060 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:37,060 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.217:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "ada64206-d21b-485d-8fa6-25a21fb199bd"} 2018-08-19 10:11:37,117 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:37,117 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:37,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:37,118 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:37,118 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:37,118 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:37,118 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:37,118 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-08-19 10:11:37,118 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T10:11:37.103Z", "updated_at": "2018-08-19T10:11:37.103Z", "created_by": "admin", "private_resource": false, "value": "ada64206-d21b-485d-8fa6-25a21fb199bd", "key": "keystone_password"} 2018-08-19 10:11:37,118 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:37,118 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:37 GMT 2018-08-19 10:11:37,118 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:37,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-08-19 10:11:37,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:37,119 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.217:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62"} 2018-08-19 10:11:37,178 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:37,178 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:37,179 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:37,179 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:37,179 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:37,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:37,179 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:37,179 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-08-19 10:11:37,179 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T10:11:37.164Z", "updated_at": "2018-08-19T10:11:37.164Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62", "key": "keystone_tenant_name"} 2018-08-19 10:11:37,179 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:37,179 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:37 GMT 2018-08-19 10:11:37,179 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:37,180 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-08-19 10:11:37,180 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:37,180 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.217:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-08-19 10:11:37,275 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:37,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:37,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:37,275 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:37,275 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:37,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:37,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:37,275 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-08-19 10:11:37,275 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T10:11:37.257Z", "updated_at": "2018-08-19T10:11:37.257Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-08-19 10:11:37,276 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:37,276 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:37 GMT 2018-08-19 10:11:37,276 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:37,276 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-08-19 10:11:37,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:37,276 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.217:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.27:5000"} 2018-08-19 10:11:37,334 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:37,334 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:37,334 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:37,334 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:37,334 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:37,334 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:37,334 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:37,335 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-08-19 10:11:37,335 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T10:11:37.321Z", "updated_at": "2018-08-19T10:11:37.321Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.27:5000", "key": "keystone_url"} 2018-08-19 10:11:37,335 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:37,335 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:37 GMT 2018-08-19 10:11:37,335 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:37,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-08-19 10:11:37,335 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:37,335 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.217:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-19 10:11:37,392 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:37,393 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:37,393 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:37,393 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:37,393 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:37,393 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:37,393 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:37,393 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-19 10:11:37,393 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T10:11:37.378Z", "updated_at": "2018-08-19T10:11:37.378Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-08-19 10:11:37,394 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:37,394 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:37 GMT 2018-08-19 10:11:37,394 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:37,394 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-08-19 10:11:37,394 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:37,394 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.217:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_f5326a3a-2fc8-42dd-8914-755fe2514b62"} 2018-08-19 10:11:37,450 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:37,451 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:37,451 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:37,451 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:37,451 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:37,451 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:37,451 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:37,451 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-08-19 10:11:37,451 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T10:11:37.437Z", "updated_at": "2018-08-19T10:11:37.438Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_f5326a3a-2fc8-42dd-8914-755fe2514b62", "key": "keystone_username"} 2018-08-19 10:11:37,452 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:37,452 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:37 GMT 2018-08-19 10:11:37,452 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:37,452 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-08-19 10:11:37,452 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:37,452 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.217:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-08-19 10:11:37,507 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:11:37,507 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:11:37,507 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:11:37,507 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:11:37,507 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:11:37,507 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:11:37,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:11:37,508 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-19 10:11:37,508 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T10:11:37.494Z", "updated_at": "2018-08-19T10:11:37.494Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-08-19 10:11:37,508 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:11:37,508 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:11:37 GMT 2018-08-19 10:11:37,508 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:11:37,508 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-08-19 10:11:37,508 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:11:37,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-08-19 10:11:37,509 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-19 10:11:37,510 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-19 10:11:37,511 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-19 10:11:37,516 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-19 10:11:37,583 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-19 10:11:37,584 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-19 10:11:37,585 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-19 10:11:37,585 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-19 10:11:37,586 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-19 10:11:37,590 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-19 10:12:07,470 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-19 10:12:07,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.sjc02.svwh.net * extras: mirrors.cat.pdx.edu * updates: repo1.sea.innoscale.net No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.11.6.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.11.6.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 7.4 MB/s | 54 MB 00:07 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.11.6.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : kernel-headers-3.10.0-862.11.6.el7.x86_64 9/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 10/24 Verifying : python-2.7.5-69.el7_5.x86_64 11/24 Verifying : libmpc-1.0.1-3.el7.x86_64 12/24 Verifying : glibc-common-2.17-222.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.11.6.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-08-19 10:12:07,472 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-19 10:12:07,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-08-19 10:12:07,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:12:07,477 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:12:07,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-bde63316-202c-4c21-9e51-3b7d88dbbb1d Date: Sun, 19 Aug 2018 10:12:07 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:37Z", "updated_at": "2018-08-19T10:08:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:38Z", "revision_number": 0, "id": "202517a3-a403-4ba9-9401-21dc53c23f9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:38Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "4324370a-f710-4289-bdd7-702e89c951cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-19T10:08:41Z", "revision_number": 0, "id": "593e4835-6af5-4e26-b14c-1cc943bc761d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:41Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T10:08:40Z", "revision_number": 0, "id": "5a8d661d-864c-438d-85a4-b164056931ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:40Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 443, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T10:08:39Z", "revision_number": 0, "id": "7e032e74-73ca-44db-a893-95679a039a11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:39Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 80, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-19T10:08:41Z", "revision_number": 0, "id": "ad7c905d-317a-472c-a6a2-2496afac635d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:41Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "e596c5ac-ee90-46c4-b0cc-29f378b905de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "fe78ab9a-a4a8-40f6-9392-6b76fbd9726f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 7, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "af823c02-8be0-4850-9811-931402644dcc", "name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}, {"description": "Default security group", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:07:07Z", "updated_at": "2018-08-19T10:07:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "67f6dd55-1add-4bb1-ad29-2b0528c712a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "b675bcc0-2568-4945-9088-bc410df5e23d", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "e803914e-03f5-4854-b173-61b297a7b2e8", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "f5f85605-942a-42fa-ad99-e82b4738bb91", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 1, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "name": "default"}]} 2018-08-19 10:12:07,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-bde63316-202c-4c21-9e51-3b7d88dbbb1d 2018-08-19 10:12:07,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0783019065857s 2018-08-19 10:12:07,555 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-bde63316-202c-4c21-9e51-3b7d88dbbb1d 2018-08-19 10:12:07,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 10:12:07,559 - 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}05f54317415907553e932f451a08176b7f625b73" -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": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8"}}' 2018-08-19 10:12:07,765 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-cf0aef7c-c605-4ef7-8abf-41620daf2cfc Date: Sun, 19 Aug 2018 10:12:07 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-19T10:12:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "port_range_min": 22, "revision_number": 0, "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:12:07Z", "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "9acec750-b37d-4e64-ad7e-4130f6aa863a"}} 2018-08-19 10:12:07,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-cf0aef7c-c605-4ef7-8abf-41620daf2cfc 2018-08-19 10:12:07,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.206315040588s 2018-08-19 10:12:07,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-cf0aef7c-c605-4ef7-8abf-41620daf2cfc 2018-08-19 10:12:07,766 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-08-19 10:12:07,860 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.217:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-08-19 10:12:10,525 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:10,525 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:10,525 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:10,525 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:10,525 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:10,525 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:10,526 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:10,526 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-19 10:12:10,526 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:10.472Z", "updated_at": "2018-08-19T10:12:10.472Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.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.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "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": {"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"}}}}, "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": []}, "extended_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": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"description": "", "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-08-19 10:12:10,528 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:10,528 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:10 GMT 2018-08-19 10:12:10,529 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:10,529 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-19 10:12:10,529 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:10,555 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-19 10:12:12,093 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-19 10:12:12,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:12:12,097 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:12:12,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-b8db646e-5d55-4ea2-a5a5-94a27d7313c6 Date: Sun, 19 Aug 2018 10:12:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:08:35Z", "file": "/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/file", "owner": "73576fbd0cd64967aa17328fc50b6ef9", "id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "size": 4373348352, "self": "/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T10:07:36Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:12:12,820 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b8db646e-5d55-4ea2-a5a5-94a27d7313c6 2018-08-19 10:12:12,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.724305868149s 2018-08-19 10:12:12,820 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b8db646e-5d55-4ea2-a5a5-94a27d7313c6 2018-08-19 10:12:12,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 10:12:12,833 - 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}05f54317415907553e932f451a08176b7f625b73" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/cloudify_ims-img_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62"}' 2018-08-19 10:12:13,604 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8faa29f3-fc13-4f0c-9e52-27b3d54739bf Date: Sun, 19 Aug 2018 10:12:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:12:13Z", "file": "/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6/file", "owner": "73576fbd0cd64967aa17328fc50b6ef9", "id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "size": null, "self": "/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62", "checksum": null, "created_at": "2018-08-19T10:12:13Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 10:12:13,604 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-8faa29f3-fc13-4f0c-9e52-27b3d54739bf 2018-08-19 10:12:13,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.774640083313s 2018-08-19 10:12:13,604 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-8faa29f3-fc13-4f0c-9e52-27b3d54739bf returning object 6acbb200-4403-4a21-ac60-57d8c9a81ce6 2018-08-19 10:12:13,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 10:12:13,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6/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}05f54317415907553e932f451a08176b7f625b73" -d '' 2018-08-19 10:12:17,849 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-99259dea-6c09-459f-afb5-c53eb0c322f0 Date: Sun, 19 Aug 2018 10:12: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-19 10:12:17,849 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6/file used request id req-99259dea-6c09-459f-afb5-c53eb0c322f0 2018-08-19 10:12:17,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.24425506592s 2018-08-19 10:12:17,850 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6/file used request id req-99259dea-6c09-459f-afb5-c53eb0c322f0 2018-08-19 10:12:17,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:12:17,858 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:12:18,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-c9b94de6-af14-4e7a-bccd-ba9ea4f4cebd Date: Sun, 19 Aug 2018 10:12:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:12:17Z", "file": "/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6/file", "owner": "73576fbd0cd64967aa17328fc50b6ef9", "id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "size": 263193088, "self": "/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-19T10:12:13Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:08:35Z", "file": "/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/file", "owner": "73576fbd0cd64967aa17328fc50b6ef9", "id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "size": 4373348352, "self": "/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T10:07:36Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:12:18,165 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c9b94de6-af14-4e7a-bccd-ba9ea4f4cebd 2018-08-19 10:12:18,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.311426877975s 2018-08-19 10:12:18,166 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c9b94de6-af14-4e7a-bccd-ba9ea4f4cebd 2018-08-19 10:12:18,168 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6/file', 'owner': u'73576fbd0cd64967aa17328fc50b6ef9', 'id': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'size': 263193088, u'self': u'/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'73576fbd0cd64967aa17328fc50b6ef9', 'name': 'cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T10:12:17Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T10:12:17Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'created': u'2018-08-19T10:12:13Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-19T10:12:13Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-19 10:12:18,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 10:12:18,172 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-19 10:12:18,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:12: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-8770bbd8-427c-42c0-ace4-9169f38bcdd0 x-compute-request-id: req-8770bbd8-427c-42c0-ace4-9169f38bcdd0 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "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": "84942ea4-4cc8-48ed-9505-eb40efed6697"}} 2018-08-19 10:12:18,221 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8770bbd8-427c-42c0-ace4-9169f38bcdd0 2018-08-19 10:12:18,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0521779060364s 2018-08-19 10:12:18,222 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8770bbd8-427c-42c0-ace4-9169f38bcdd0 2018-08-19 10:12:18,223 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62', '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'7dc2782794df470c83590a2cbd73fefb', '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'84942ea4-4cc8-48ed-9505-eb40efed6697', 'swap': 0}) 2018-08-19 10:12:18,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 10:12:18,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697/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}dbb56d468613d7311538c95f4f1912bf860de6e0" -d '{"extra_specs": {}}' 2018-08-19 10:12:18,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:12: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-76e4a137-ca50-4e54-88f3-4136cd360af4 x-compute-request-id: req-76e4a137-ca50-4e54-88f3-4136cd360af4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 10:12:18,246 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697/os-extra_specs used request id req-76e4a137-ca50-4e54-88f3-4136cd360af4 2018-08-19 10:12:18,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0231759548187s 2018-08-19 10:12:18,247 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697/os-extra_specs used request id req-76e4a137-ca50-4e54-88f3-4136cd360af4 2018-08-19 10:12:18,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-08-19 10:12:18,247 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.217:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "bono_cluster_size": 1, "flavor_id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-08-19 10:12:19,413 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:19,414 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:19,414 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:19,414 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:19,414 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:19,414 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:19,414 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:19,414 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-08-19 10:12:19,414 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "bono_cluster_size": 1, "flavor_id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "permalink": null, "description": null, "blueprint_id": "clearwater-opnfv", "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"}}}}, "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:18.398Z", "updated_at": "2018-08-19T10:12:18.398Z", "created_by": "admin", "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"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "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"}}}, {"created_at": null, "name": "heal", "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"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_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": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "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": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "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": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-08-19 10:12:19,414 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:19,414 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:19 GMT 2018-08-19 10:12:19,415 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:19,415 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-08-19 10:12:19,415 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:19,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions 2018-08-19 10:12:19,481 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:19,481 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:19,481 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:19,481 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:19,481 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:19,481 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:19,482 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:19,482 - 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": {"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"}}}}, "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-19T10:12:19.292Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "b198d579-1037-4412-9409-2eb445c5f0e8"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-19 10:12:19,482 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:19,482 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:19 GMT 2018-08-19 10:12:19,482 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:19,482 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-08-19 10:12:19,482 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:19,483 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:12:19,547 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:19,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:19,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:19,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:19,548 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:19,548 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:19,548 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:19,548 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-19 10:12:19,548 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:19,548 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:19 GMT 2018-08-19 10:12:19,548 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:19,548 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-19 10:12:19,549 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:19,549 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/b198d579-1037-4412-9409-2eb445c5f0e8 2018-08-19 10:12:19,628 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:19,628 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:19,628 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:19,628 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:19,628 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:19,628 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:19,628 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:19,629 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"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": {"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"}}}}, "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-19T10:12:19.292Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "b198d579-1037-4412-9409-2eb445c5f0e8"} 2018-08-19 10:12:19,629 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:19,629 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:19 GMT 2018-08-19 10:12:19,629 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:19,629 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-19 10:12:19,629 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:24,635 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:12:24,699 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:24,700 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:24,700 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:24,700 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:24,700 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:24,700 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:24,700 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:24,700 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:20.302Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:20.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:20.604Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:20.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8", "logger": "955f4647-1fc6-4698-86df-1adbb736ff1d"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:21.176Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:21.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8", "logger": "955f4647-1fc6-4698-86df-1adbb736ff1d"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:21.214Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:21.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:21.214Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:21.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:21.214Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:21.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:22.185Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:22.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8", "logger": "955f4647-1fc6-4698-86df-1adbb736ff1d"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:22.185Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:22.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8", "logger": "955f4647-1fc6-4698-86df-1adbb736ff1d"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:22.185Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:22.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8", "logger": "955f4647-1fc6-4698-86df-1adbb736ff1d"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:23.199Z", "message": "Installing from directory: /tmp/tmpNTWoy_ [args=--prefix=\"/tmp/openstack-CCsuOb\" --constraint=\"/tmp/openstack-CCsuOb/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:23.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8", "logger": "955f4647-1fc6-4698-86df-1adbb736ff1d"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:23.199Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpNTWoy_ --prefix=\"/tmp/openstack-CCsuOb\" --constraint=\"/tmp/openstack-CCsuOb/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:23.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8", "logger": "955f4647-1fc6-4698-86df-1adbb736ff1d"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-08-19 10:12:24,700 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:24,701 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:24 GMT 2018-08-19 10:12:24,701 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:24,701 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-08-19 10:12:24,701 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:24,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-08-19 10:12:24,701 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-08-19 10:12:24,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-08-19 10:12:24,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-19 10:12:24,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-08-19 10:12:24,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-19 10:12:24,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-19 10:12:24,702 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-08-19 10:12:24,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-08-19 10:12:24,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmpNTWoy_ [args=--prefix="/tmp/openstack-CCsuOb" --constraint="/tmp/openstack-CCsuOb/constraint.txt", package_name=cloudify-openstack-plugin] 2018-08-19 10:12:24,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpNTWoy_ --prefix="/tmp/openstack-CCsuOb" --constraint="/tmp/openstack-CCsuOb/constraint.txt" 2018-08-19 10:12:24,703 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/b198d579-1037-4412-9409-2eb445c5f0e8 2018-08-19 10:12:24,791 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:24,791 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:24,791 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:24,791 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:24,791 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:24,791 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:24,791 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:24,792 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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": {"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"}}}}, "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-19T10:12:19.292Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "b198d579-1037-4412-9409-2eb445c5f0e8"} 2018-08-19 10:12:24,792 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:24,792 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:24 GMT 2018-08-19 10:12:24,792 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:24,792 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-19 10:12:24,792 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:29,798 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:12:29,864 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:29,864 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:29,864 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:29,864 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:29,865 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:29,865 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:29,865 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:29,865 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-19 10:12:29,865 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:29,865 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:29 GMT 2018-08-19 10:12:29,865 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:29,865 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-19 10:12:29,865 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:29,866 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/b198d579-1037-4412-9409-2eb445c5f0e8 2018-08-19 10:12:29,926 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:29,926 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:29,926 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:29,926 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:29,926 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:29,926 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:29,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:29,927 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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": {"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"}}}}, "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-19T10:12:19.292Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "b198d579-1037-4412-9409-2eb445c5f0e8"} 2018-08-19 10:12:29,927 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:29,927 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:29 GMT 2018-08-19 10:12:29,927 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:29,927 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-19 10:12:29,927 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:34,933 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:12:35,009 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:35,009 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:35,009 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:35,009 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:35,009 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:35,009 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:35,009 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:35,010 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-19 10:12:35,010 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:35,010 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:35 GMT 2018-08-19 10:12:35,010 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:35,010 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-19 10:12:35,010 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:35,010 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/b198d579-1037-4412-9409-2eb445c5f0e8 2018-08-19 10:12:35,068 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:35,068 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:35,069 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:35,069 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:35,069 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:35,069 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:35,069 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:35,069 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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": {"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"}}}}, "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-19T10:12:19.292Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "b198d579-1037-4412-9409-2eb445c5f0e8"} 2018-08-19 10:12:35,069 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:35,069 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:35 GMT 2018-08-19 10:12:35,069 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:35,070 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-19 10:12:35,070 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:40,075 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:12:40,143 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:40,144 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:40,144 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:40,144 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:40,144 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:40,144 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:40,144 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:40,144 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-19 10:12:40,144 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:40,144 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:40 GMT 2018-08-19 10:12:40,145 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:40,145 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-19 10:12:40,145 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:40,145 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/b198d579-1037-4412-9409-2eb445c5f0e8 2018-08-19 10:12:40,208 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:40,208 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:40,208 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:40,208 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:40,208 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:40,209 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:40,209 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:40,209 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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": {"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"}}}}, "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-19T10:12:19.292Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "b198d579-1037-4412-9409-2eb445c5f0e8"} 2018-08-19 10:12:40,209 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:40,209 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:40 GMT 2018-08-19 10:12:40,209 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:40,209 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-19 10:12:40,209 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:45,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:12:45,297 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:45,298 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:45,298 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:45,298 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:45,298 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:45,298 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:45,298 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:45,298 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-19 10:12:45,298 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:45,298 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:45 GMT 2018-08-19 10:12:45,298 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:45,299 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-19 10:12:45,299 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:45,299 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/b198d579-1037-4412-9409-2eb445c5f0e8 2018-08-19 10:12:45,370 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:45,370 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:45,370 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:45,370 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:45,370 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:45,371 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:45,371 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:45,371 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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": {"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"}}}}, "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-19T10:12:19.292Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "b198d579-1037-4412-9409-2eb445c5f0e8"} 2018-08-19 10:12:45,371 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:45,371 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:45 GMT 2018-08-19 10:12:45,371 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:45,371 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-19 10:12:45,371 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:50,377 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:12:50,644 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:50,644 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:50,644 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:50,644 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:50,644 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:50,645 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:50,645 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:50,645 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:49.333Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:49.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8", "logger": "955f4647-1fc6-4698-86df-1adbb736ff1d"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:50.243Z", "message": "Removing directory: /tmp/tmpNTWoy_", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:50.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8", "logger": "955f4647-1fc6-4698-86df-1adbb736ff1d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:50.343Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:50.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8"}], "metadata": {"pagination": {"total": 14, "offset": 11, "size": 50}}} 2018-08-19 10:12:50,645 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:50,645 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:50 GMT 2018-08-19 10:12:50,645 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:50,645 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1573 2018-08-19 10:12:50,645 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:50,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-08-19 10:12:50,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpNTWoy_ 2018-08-19 10:12:50,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-19 10:12:50,646 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/b198d579-1037-4412-9409-2eb445c5f0e8 2018-08-19 10:12:50,706 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:50,706 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:50,706 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:50,706 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:50,706 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:50,706 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:50,706 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:50,707 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "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": {"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"}}}}, "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-19T10:12:19.292Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "b198d579-1037-4412-9409-2eb445c5f0e8"} 2018-08-19 10:12:50,707 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:50,707 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:50 GMT 2018-08-19 10:12:50,707 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:50,707 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-19 10:12:50,707 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:55,713 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:12:55,802 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:55,802 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:55,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:55,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:55,803 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:55,803 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:55,803 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:55,803 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:51.254Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:51.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:51.254Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:51.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:51.254Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:51.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "b198d579-1037-4412-9409-2eb445c5f0e8"}], "metadata": {"pagination": {"total": 17, "offset": 14, "size": 50}}} 2018-08-19 10:12:55,803 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:55,803 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:55 GMT 2018-08-19 10:12:55,803 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:55,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1534 2018-08-19 10:12:55,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:55,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-08-19 10:12:55,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-08-19 10:12:55,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-08-19 10:12:55,805 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/b198d579-1037-4412-9409-2eb445c5f0e8 2018-08-19 10:12:55,860 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:55,860 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:55,860 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:55,860 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:55,860 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:55,860 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:55,861 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:55,861 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "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": {"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"}}}}, "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-19T10:12:19.292Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "b198d579-1037-4412-9409-2eb445c5f0e8"} 2018-08-19 10:12:55,861 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:55,861 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:55 GMT 2018-08-19 10:12:55,861 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:55,861 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-08-19 10:12:55,861 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:55,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-08-19 10:12:55,862 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.217:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-08-19 10:12:56,010 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:56,010 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:56,010 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:56,010 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:56,010 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:56,010 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:56,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:56,011 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-08-19 10:12:56,011 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:12:56,011 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:56,011 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:56 GMT 2018-08-19 10:12:56,011 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:56,011 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:12:56,011 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:56,012 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:12:56,072 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:56,072 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:56,072 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:56,072 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:56,072 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:56,072 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:56,072 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:56,072 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-19 10:12:56,073 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:56,073 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:56 GMT 2018-08-19 10:12:56,073 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:56,073 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-19 10:12:56,073 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:12:56,073 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:12:56,129 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:12:56,129 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:12:56,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:12:56,130 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:12:56,130 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:12:56,130 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:12:56,130 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:12:56,130 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:12:56,130 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:12:56,130 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:12:56 GMT 2018-08-19 10:12:56,130 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:12:56,131 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:12:56,131 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:01,136 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:13:01,200 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:01,200 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:01,200 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:01,200 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:01,200 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:01,200 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:01,200 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:01,201 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:56.693Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:56.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_floatingip_z4pbic", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:57.861Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:57.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "base_security_group_haa7cz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:59.372Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:59.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_security_group_sxrnsi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:59.372Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:59.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_security_group_94y5p7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:59.372Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:59.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_floatingip_z4pbic", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:59.372Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:59.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_security_group_94y5p7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:59.372Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:59.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_floatingip_z4pbic", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:59.372Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:59.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_security_group_94y5p7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:59.372Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:59.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "base_security_group_haa7cz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:12:59.982Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:12:59.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "00216dd0-95e4-45c0-97cd-a0dc44a42cae"}, {"node_instance_id": "bind_floatingip_wm9b40", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_security_group_643na8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_floatingip_cll1ib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_security_group_bm4u6m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_security_group_u6lxem", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_security_group_x8yzfq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_security_group_cpd49d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "internal_sip_security_group_1wf4uv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "keypair_70y6m4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_floatingip_wm9b40", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_floatingip_cll1ib", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "base_security_group_haa7cz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_security_group_643na8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_security_group_bm4u6m", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_security_group_u6lxem", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_security_group_x8yzfq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_security_group_cpd49d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "internal_sip_security_group_1wf4uv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_security_group_sxrnsi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "keypair_70y6m4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "base_security_group_haa7cz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_security_group_643na8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_security_group_sxrnsi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.400Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "base_security_group_haa7cz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "00216dd0-95e4-45c0-97cd-a0dc44a42cae"}, {"node_instance_id": "base_security_group_haa7cz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "00216dd0-95e4-45c0-97cd-a0dc44a42cae"}, {"node_instance_id": "base_security_group_haa7cz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "00216dd0-95e4-45c0-97cd-a0dc44a42cae"}, {"node_instance_id": "bind_security_group_643na8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d3609f40-a7a1-4a8e-a6a9-9d15e7d6aff5"}, {"node_instance_id": "vellum_security_group_94y5p7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "b98ac06f-49c8-48c7-a53d-b2480c2ff919"}, {"node_instance_id": "vellum_security_group_94y5p7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "b98ac06f-49c8-48c7-a53d-b2480c2ff919"}, {"node_instance_id": "vellum_security_group_94y5p7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "b98ac06f-49c8-48c7-a53d-b2480c2ff919"}, {"node_instance_id": "vellum_security_group_94y5p7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "b98ac06f-49c8-48c7-a53d-b2480c2ff919"}, {"node_instance_id": "vellum_security_group_94y5p7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "b98ac06f-49c8-48c7-a53d-b2480c2ff919"}, {"node_instance_id": "vellum_security_group_94y5p7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "b98ac06f-49c8-48c7-a53d-b2480c2ff919"}, {"node_instance_id": "sprout_security_group_sxrnsi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d38fc8cf-985b-4747-a4ae-015f954eb3ad"}, {"node_instance_id": "base_security_group_haa7cz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "00216dd0-95e4-45c0-97cd-a0dc44a42cae"}, {"node_instance_id": "bind_security_group_643na8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d3609f40-a7a1-4a8e-a6a9-9d15e7d6aff5"}, {"node_instance_id": "base_security_group_haa7cz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "00216dd0-95e4-45c0-97cd-a0dc44a42cae"}, {"node_instance_id": "base_security_group_haa7cz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "00216dd0-95e4-45c0-97cd-a0dc44a42cae"}, {"node_instance_id": "bind_security_group_643na8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d3609f40-a7a1-4a8e-a6a9-9d15e7d6aff5"}, {"node_instance_id": "vellum_security_group_94y5p7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "b98ac06f-49c8-48c7-a53d-b2480c2ff919"}], "metadata": {"pagination": {"total": 58, "offset": 0, "size": 50}}} 2018-08-19 10:13:01,201 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:01,201 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:01 GMT 2018-08-19 10:13:01,201 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:01,201 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28682 2018-08-19 10:13:01,201 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:01,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-08-19 10:13:01,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:01,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:01,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:01,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:01,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-19 10:13:01,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-19 10:13:01,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-19 10:13:01,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-19 10:13:01,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-08-19 10:13:01,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:01,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:01,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:01,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:01,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:01,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:01,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:01,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:01,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:01,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-19 10:13:01,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-19 10:13:01,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-19 10:13:01,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-19 10:13:01,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-19 10:13:01,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-19 10:13:01,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-19 10:13:01,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-19 10:13:01,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-19 10:13:01,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-19 10:13:01,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-08-19 10:13:01,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-19 10:13:01,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-19 10:13:01,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-19 10:13:01,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:01,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:01,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:01,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:01,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:01,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:01,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:01,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:01,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:01,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:01,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:01,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:01,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:01,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380} 2018-08-19 10:13:01,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000} 2018-08-19 10:13:01,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53} 2018-08-19 10:13:01,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667} 2018-08-19 10:13:01,210 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:13:01,266 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:01,266 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:01,266 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:01,266 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:01,267 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:01,267 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:01,267 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:01,267 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:13:01,267 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:01,267 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:01 GMT 2018-08-19 10:13:01,267 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:01,267 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:13:01,267 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:06,273 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:13:06,414 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:06,414 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:06,414 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:06,415 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:06,415 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:06,415 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:06,415 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:06,415 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_security_group_94y5p7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "b98ac06f-49c8-48c7-a53d-b2480c2ff919"}, {"node_instance_id": "vellum_security_group_94y5p7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "b98ac06f-49c8-48c7-a53d-b2480c2ff919"}, {"node_instance_id": "vellum_security_group_94y5p7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "b98ac06f-49c8-48c7-a53d-b2480c2ff919"}, {"node_instance_id": "vellum_security_group_94y5p7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "b98ac06f-49c8-48c7-a53d-b2480c2ff919"}, {"node_instance_id": "vellum_security_group_94y5p7", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "b98ac06f-49c8-48c7-a53d-b2480c2ff919"}, {"node_instance_id": "sprout_security_group_sxrnsi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d38fc8cf-985b-4747-a4ae-015f954eb3ad"}, {"node_instance_id": "base_security_group_haa7cz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "00216dd0-95e4-45c0-97cd-a0dc44a42cae"}, {"node_instance_id": "bind_security_group_643na8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:00.693Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:00.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d3609f40-a7a1-4a8e-a6a9-9d15e7d6aff5"}, {"node_instance_id": "ellis_floatingip_z4pbic", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:02.810Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'created_at': u'2018-08-19T10:13:02Z', u'updated_at': u'2018-08-19T10:13:02Z', u'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'port_id': None, u'id': u'e6541482-338f-4c04-8d6b-08e66ef2f2bf'}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:02.810Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "44c18039-39ba-48fb-8d23-215c1983a660"}, {"node_instance_id": "ellis_floatingip_z4pbic", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:02.945Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:02.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_floatingip_z4pbic", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:03.431Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:03.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_floatingip_wm9b40", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:03.431Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:03.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_floatingip_z4pbic", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:04.437Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:04.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_security_group_cpd49d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:04.437Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:04.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_security_group_sxrnsi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:04.437Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:04.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_security_group_cpd49d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:04.793Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:04.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "db585fe3-822a-4062-8e3f-b1bcfed347f5"}, {"node_instance_id": "bind_security_group_643na8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.478Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_security_group_sxrnsi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.478Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_security_group_sxrnsi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.478Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_floatingip_cll1ib", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.478Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_security_group_x8yzfq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.478Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "base_security_group_haa7cz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.478Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_security_group_643na8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.478Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_floatingip_wm9b40", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.739Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'created_at': u'2018-08-19T10:13:05Z', u'updated_at': u'2018-08-19T10:13:05Z', u'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'port_id': None, u'id': u'287cd9fb-b13c-4492-bfbe-b2d13c27ff97'}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3749f503-737f-4fad-8627-d2e7bb162117"}, {"node_instance_id": "ellis_security_group_x8yzfq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.739Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "74a41ed4-8e07-4328-b3c4-1e895e459d14"}, {"node_instance_id": "homer_security_group_cpd49d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.739Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "db585fe3-822a-4062-8e3f-b1bcfed347f5"}, {"node_instance_id": "ellis_security_group_x8yzfq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.739Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "74a41ed4-8e07-4328-b3c4-1e895e459d14"}, {"node_instance_id": "homer_security_group_cpd49d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.739Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "db585fe3-822a-4062-8e3f-b1bcfed347f5"}, {"node_instance_id": "ellis_security_group_x8yzfq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.739Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "74a41ed4-8e07-4328-b3c4-1e895e459d14"}, {"node_instance_id": "ellis_security_group_x8yzfq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.739Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "74a41ed4-8e07-4328-b3c4-1e895e459d14"}, {"node_instance_id": "homer_security_group_cpd49d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:05.739Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:05.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "db585fe3-822a-4062-8e3f-b1bcfed347f5"}], "metadata": {"pagination": {"total": 81, "offset": 50, "size": 50}}} 2018-08-19 10:13:06,415 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:06,415 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:06 GMT 2018-08-19 10:13:06,415 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:06,416 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19215 2018-08-19 10:13:06,416 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:06,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211} 2018-08-19 10:13:06,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311} 2018-08-19 10:13:06,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000} 2018-08-19 10:13:06,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253} 2018-08-19 10:13:06,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-08-19 10:13:06,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888} 2018-08-19 10:13:06,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161} 2018-08-19 10:13:06,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53} 2018-08-19 10:13:06,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'created_at': u'2018-08-19T10:13:02Z', u'updated_at': u'2018-08-19T10:13:02Z', u'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'port_id': None, u'id': u'e6541482-338f-4c04-8d6b-08e66ef2f2bf'} 2018-08-19 10:13:06,418 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-19 10:13:06,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:06,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-19 10:13:06,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:06,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-19 10:13:06,419 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-19 10:13:06,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888} 2018-08-19 10:13:06,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:06,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:06,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:06,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-19 10:13:06,420 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-19 10:13:06,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-19 10:13:06,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-19 10:13:06,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'created_at': u'2018-08-19T10:13:05Z', u'updated_at': u'2018-08-19T10:13:05Z', u'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'port_id': None, u'id': u'287cd9fb-b13c-4492-bfbe-b2d13c27ff97'} 2018-08-19 10:13:06,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:06,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:06,421 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:06,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:06,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443} 2018-08-19 10:13:06,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80} 2018-08-19 10:13:06,422 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-08-19 10:13:06,422 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:13:06,578 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:06,578 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:06,578 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:06,578 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:06,578 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:06,578 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:06,579 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:06,579 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:13:06,579 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:06,579 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:06 GMT 2018-08-19 10:13:06,579 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:06,579 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:13:06,579 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:11,585 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:13:11,710 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:11,710 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:11,711 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:11,711 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:11,711 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:11,711 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:11,711 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:11,711 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "base_security_group_haa7cz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:06.585Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:06.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_floatingip_wm9b40", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:06.585Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:06.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_security_group_643na8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:06.585Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:06.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_security_group_u6lxem", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:06.585Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:06.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_floatingip_wm9b40", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:06.585Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:06.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_security_group_u6lxem", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:06.777Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:06.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1fa7019c-cc38-4a92-b919-83e643a70f23"}, {"node_instance_id": "dime_security_group_u6lxem", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:06.777Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:06.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1fa7019c-cc38-4a92-b919-83e643a70f23"}, {"node_instance_id": "dime_security_group_u6lxem", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:06.777Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:06.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1fa7019c-cc38-4a92-b919-83e643a70f23"}, {"node_instance_id": "vellum_security_group_94y5p7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:07.585Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:07.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "base_security_group_haa7cz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:07.585Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:07.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_floatingip_wm9b40", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:07.585Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:07.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_security_group_94y5p7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:07.585Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:07.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "keypair_70y6m4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:07.585Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:07.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_security_group_94y5p7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:07.585Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:07.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_security_group_u6lxem", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:07.793Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:07.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1fa7019c-cc38-4a92-b919-83e643a70f23"}, {"node_instance_id": "dime_security_group_u6lxem", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:07.793Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:07.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1fa7019c-cc38-4a92-b919-83e643a70f23"}, {"node_instance_id": "dime_security_group_u6lxem", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:07.793Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:07.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1fa7019c-cc38-4a92-b919-83e643a70f23"}, {"node_instance_id": "keypair_70y6m4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:08.619Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:08.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_security_group_bm4u6m", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:08.619Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:08.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "internal_sip_security_group_1wf4uv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:08.619Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:08.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_floatingip_cll1ib", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:08.619Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:08.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "keypair_70y6m4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:08.619Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:08.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_floatingip_cll1ib", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:08.861Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'created_at': u'2018-08-19T10:13:07Z', u'updated_at': u'2018-08-19T10:13:07Z', u'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'port_id': None, u'id': u'2c1b9f44-843b-4b86-b341-fea288a11925'}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:08.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a070d762-936a-4449-8d16-f622b14b831c"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:08.861Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:08.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:08.861Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:08.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "keypair_70y6m4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:08.861Z", "message": "Using external resource keypair: cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:08.861Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd2ff505-a4df-4b9d-941b-24274c5c4871"}, {"node_instance_id": "bono_floatingip_cll1ib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.660Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_security_group_cpd49d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.660Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_floatingip_cll1ib", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.660Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "keypair_70y6m4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.660Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_security_group_cpd49d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.660Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.660Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "internal_sip_security_group_1wf4uv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "292bc889-16da-45de-b7e1-988b2f96ff26"}, {"node_instance_id": "internal_sip_security_group_1wf4uv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "292bc889-16da-45de-b7e1-988b2f96ff26"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "internal_sip_security_group_1wf4uv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "292bc889-16da-45de-b7e1-988b2f96ff26"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "internal_sip_security_group_1wf4uv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "292bc889-16da-45de-b7e1-988b2f96ff26"}, {"node_instance_id": "internal_sip_security_group_1wf4uv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "292bc889-16da-45de-b7e1-988b2f96ff26"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "internal_sip_security_group_1wf4uv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "292bc889-16da-45de-b7e1-988b2f96ff26"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}], "metadata": {"pagination": {"total": 144, "offset": 81, "size": 50}}} 2018-08-19 10:13:11,711 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:11,711 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:11 GMT 2018-08-19 10:13:11,711 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:11,712 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30496 2018-08-19 10:13:11,712 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:11,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:11,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:11,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:11,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-19 10:13:11,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-19 10:13:11,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888} 2018-08-19 10:13:11,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889} 2018-08-19 10:13:11,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:11,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:11,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:11,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:11,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-08-19 10:13:11,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-19 10:13:11,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888} 2018-08-19 10:13:11,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:11,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-19 10:13:11,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-19 10:13:11,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-19 10:13:11,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-08-19 10:13:11,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'created_at': u'2018-08-19T10:13:07Z', u'updated_at': u'2018-08-19T10:13:07Z', u'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'73576fbd0cd64967aa17328fc50b6ef9', u'port_id': None, u'id': u'2c1b9f44-843b-4b86-b341-fea288a11925'} 2018-08-19 10:13:11,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478} 2018-08-19 10:13:11,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62 2018-08-19 10:13:11,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:11,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:11,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:11,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:11,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-19 10:13:11,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-19 10:13:11,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669} 2018-08-19 10:13:11,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'} 2018-08-19 10:13:11,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052} 2018-08-19 10:13:11,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054} 2018-08-19 10:13:11,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-08-19 10:13:11,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-08-19 10:13:11,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060} 2018-08-19 10:13:11,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062} 2018-08-19 10:13:11,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478} 2018-08-19 10:13:11,720 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:13:11,889 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:11,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:11,890 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:11,890 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:11,890 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:11,890 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:11,890 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:11,890 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:13:11,890 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:11,890 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:11 GMT 2018-08-19 10:13:11,890 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:11,891 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:13:11,891 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:16,896 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:13:16,960 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:16,960 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:16,960 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:16,960 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:16,960 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:16,960 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:16,960 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:16,960 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_security_group_bm4u6m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:09.833Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:09.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "54fe1358-fa2e-47d7-ad68-fa56d6962947"}, {"node_instance_id": "ellis_security_group_x8yzfq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:10.677Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:10.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:10.677Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:10.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:10.677Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:10.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:10.677Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:10.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:10.677Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:10.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:10.677Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:10.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:10.677Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:10.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_security_group_cpd49d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:10.677Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:10.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:10.677Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:10.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:10.677Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:10.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_security_group_x8yzfq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:10.677Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:10.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:11.045Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'cb5f8bca-6749-42a3-8221-f5f7117cf325', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:11.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2e995afd-d969-4137-8616-6441921a6de9"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:11.710Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:11.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:11.710Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:11.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:11.710Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:11.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_security_group_x8yzfq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:11.710Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:11.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:11.710Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:11.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_security_group_u6lxem", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:11.710Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:11.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:11.947Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:11.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "f1d24405-9b55-4270-a51a-5efff00d372e"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:11.947Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_dx6tsb'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:11.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "f1d24405-9b55-4270-a51a-5efff00d372e"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:11.947Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_zi9m2d'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:11.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2e995afd-d969-4137-8616-6441921a6de9"}, {"node_instance_id": "dime_security_group_u6lxem", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:12.822Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:12.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:12.822Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:12.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_security_group_u6lxem", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:12.822Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:12.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:12.957Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'aaad0c5e-3060-47ce-a21e-e74a7696ae62', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'287cd9fb-b13c-4492-bfbe-b2d13c27ff97', u'floating_ip_address': u'172.30.9.201', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:12.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1f089094-fe98-484d-a7c4-37c848a18d55"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:12.957Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_8hwmx5'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:12.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1f089094-fe98-484d-a7c4-37c848a18d55"}, {"node_instance_id": "dime_host_at6mve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:13.827Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:13.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:13.827Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:13.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:13.980Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:13.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2e995afd-d969-4137-8616-6441921a6de9"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:13.980Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_zi9m2d', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:13.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2e995afd-d969-4137-8616-6441921a6de9"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:13.980Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_zi9m2d', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:13.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2e995afd-d969-4137-8616-6441921a6de9"}, {"node_instance_id": "internal_sip_security_group_1wf4uv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:14.834Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:14.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "internal_sip_security_group_1wf4uv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:14.834Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:14.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:14.834Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:14.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "internal_sip_security_group_1wf4uv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:14.834Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:14.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:15.014Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:15.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "f1d24405-9b55-4270-a51a-5efff00d372e"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:15.014Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_dx6tsb', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:15.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "f1d24405-9b55-4270-a51a-5efff00d372e"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:15.014Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'93023ed4-8c4f-4407-8028-524f3aaec10d', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:15.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "ad6bd533-e56a-42d0-ab77-7e40eb200451"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:15.014Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_dx6tsb', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:15.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "f1d24405-9b55-4270-a51a-5efff00d372e"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:15.014Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_nafqne'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:15.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "ad6bd533-e56a-42d0-ab77-7e40eb200451"}, {"node_instance_id": "bono_security_group_bm4u6m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:15.842Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:15.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:15.842Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:15.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:15.842Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:15.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:15.842Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:15.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_security_group_bm4u6m", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:15.842Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:15.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:16.019Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:16.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1f089094-fe98-484d-a7c4-37c848a18d55"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:16.019Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_8hwmx5', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:16.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1f089094-fe98-484d-a7c4-37c848a18d55"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:16.019Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_8hwmx5', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:16.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1f089094-fe98-484d-a7c4-37c848a18d55"}, {"node_instance_id": "bono_host_h14e82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:16.848Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:16.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 183, "offset": 131, "size": 50}}} 2018-08-19 10:13:16,961 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:16,961 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:16 GMT 2018-08-19 10:13:16,961 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:16,961 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30307 2018-08-19 10:13:16,961 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:16,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060} 2018-08-19 10:13:16,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:16,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:16,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:16,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:16,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-19 10:13:16,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-19 10:13:16,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-19 10:13:16,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:16,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-19 10:13:16,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-19 10:13:16,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-19 10:13:16,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'cb5f8bca-6749-42a3-8221-f5f7117cf325', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-08-19 10:13:16,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:16,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:16,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-19 10:13:16,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:16,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-19 10:13:16,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-19 10:13:16,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}] 2018-08-19 10:13:16,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_dx6tsb'} 2018-08-19 10:13:16,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_zi9m2d'} 2018-08-19 10:13:16,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:16,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-19 10:13:16,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:16,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'aaad0c5e-3060-47ce-a21e-e74a7696ae62', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'287cd9fb-b13c-4492-bfbe-b2d13c27ff97', u'floating_ip_address': u'172.30.9.201', u'external_type': u'floatingip'}] 2018-08-19 10:13:16,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_8hwmx5'} 2018-08-19 10:13:16,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:16,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-19 10:13:16,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-19 10:13:16,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_zi9m2d', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:16,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_zi9m2d', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:16,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:16,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:16,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-19 10:13:16,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-19 10:13:16,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-19 10:13:16,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_dx6tsb', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:16,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'93023ed4-8c4f-4407-8028-524f3aaec10d', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-08-19 10:13:16,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_dx6tsb', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:16,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_nafqne'} 2018-08-19 10:13:16,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:16,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:16,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-19 10:13:16,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-19 10:13:16,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-19 10:13:16,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-19 10:13:16,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_8hwmx5', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:16,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_8hwmx5', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:16,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:13:16,970 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:13:17,025 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:17,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:17,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:17,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:17,026 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:17,026 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:17,026 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:17,026 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:13:17,026 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:17,026 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:17 GMT 2018-08-19 10:13:17,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:17,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:13:17,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:22,032 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:13:22,424 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:22,424 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:22,424 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:22,424 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:22,424 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:22,424 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:22,424 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:22,424 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:16.848Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:16.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_security_group_bm4u6m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:16.848Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:16.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:17.024Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'c25a1bb7-1ebf-499b-99ba-554e83b241e7', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'e6541482-338f-4c04-8d6b-08e66ef2f2bf', u'floating_ip_address': u'172.30.9.204', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:17.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "46b803ff-3889-4bbc-977d-c060dde28df0"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:17.024Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_ybdaqa'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:17.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "46b803ff-3889-4bbc-977d-c060dde28df0"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:17.869Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:17.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:17.869Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:17.869Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:18.142Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_nafqne', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:18.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "ad6bd533-e56a-42d0-ab77-7e40eb200451"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:18.886Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:18.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:18.886Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:18.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:18.886Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:18.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:18.886Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:18.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:18.886Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:18.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:19.039Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:19.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "46b803ff-3889-4bbc-977d-c060dde28df0"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:19.039Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:19.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "ad6bd533-e56a-42d0-ab77-7e40eb200451"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:19.039Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_ybdaqa', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:19.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "46b803ff-3889-4bbc-977d-c060dde28df0"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:19.039Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_nafqne', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:19.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "ad6bd533-e56a-42d0-ab77-7e40eb200451"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:19.039Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'43d1dd91-fac2-4ae2-9e39-cd8b7fd6c21a', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:19.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0d7fb0c2-fa0e-4359-ab6e-7f6be850c84f"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:19.039Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_ybdaqa', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:19.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "46b803ff-3889-4bbc-977d-c060dde28df0"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:19.039Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_at6mve'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:19.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0d7fb0c2-fa0e-4359-ab6e-7f6be850c84f"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:19.893Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:19.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:19.893Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:19.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:19.893Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:19.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:19.893Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:19.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:19.893Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:19.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:20.046Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'fe357f76-7f22-47c7-9eff-52d8d25bba3f', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'3f9f50cd-434d-4fa3-977e-a7e066ee993a', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:20.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "22372d09-6464-4656-828b-39c732270fdd"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:20.046Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_cc2rj1'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:20.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "22372d09-6464-4656-828b-39c732270fdd"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:20.908Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:20.908Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:21.054Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'fc54240e-a4bb-4091-bd27-da3b2c69cec1', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'fe357f76-7f22-47c7-9eff-52d8d25bba3f', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'2c1b9f44-843b-4b86-b341-fea288a11925', u'floating_ip_address': u'172.30.9.205', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:21.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "df2e60c9-4d92-4c6d-897c-adaac295cc61"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:21.054Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_h14e82'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:21.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "df2e60c9-4d92-4c6d-897c-adaac295cc61"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:21.912Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:21.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:21.912Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:21.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:22.060Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:22.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0d7fb0c2-fa0e-4359-ab6e-7f6be850c84f"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:22.060Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:22.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "22372d09-6464-4656-828b-39c732270fdd"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:22.060Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_at6mve', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:22.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0d7fb0c2-fa0e-4359-ab6e-7f6be850c84f"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:22.060Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_cc2rj1', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:22.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "22372d09-6464-4656-828b-39c732270fdd"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:22.060Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_at6mve', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:22.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0d7fb0c2-fa0e-4359-ab6e-7f6be850c84f"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:22.060Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_cc2rj1', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:22.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "22372d09-6464-4656-828b-39c732270fdd"}], "metadata": {"pagination": {"total": 218, "offset": 181, "size": 50}}} 2018-08-19 10:13:22,425 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:22,425 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:22 GMT 2018-08-19 10:13:22,425 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:22,425 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25605 2018-08-19 10:13:22,425 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:22,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-19 10:13:22,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:22,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'c25a1bb7-1ebf-499b-99ba-554e83b241e7', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'e6541482-338f-4c04-8d6b-08e66ef2f2bf', u'floating_ip_address': u'172.30.9.204', u'external_type': u'floatingip'}] 2018-08-19 10:13:22,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_ybdaqa'} 2018-08-19 10:13:22,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-19 10:13:22,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-19 10:13:22,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_nafqne', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:22,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:22,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-19 10:13:22,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:22,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-19 10:13:22,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-19 10:13:22,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-19 10:13:22,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-19 10:13:22,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_ybdaqa', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:22,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_nafqne', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:22,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'43d1dd91-fac2-4ae2-9e39-cd8b7fd6c21a', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-08-19 10:13:22,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_ybdaqa', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:22,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_at6mve'} 2018-08-19 10:13:22,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:22,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-19 10:13:22,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:22,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-19 10:13:22,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-19 10:13:22,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'fe357f76-7f22-47c7-9eff-52d8d25bba3f', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'3f9f50cd-434d-4fa3-977e-a7e066ee993a', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-08-19 10:13:22,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_cc2rj1'} 2018-08-19 10:13:22,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:22,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', u'external_type': u'keypair'}, {u'external_id': u'f612d83d-c17e-4cd7-923e-815072a03e2e', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'fc54240e-a4bb-4091-bd27-da3b2c69cec1', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'fe357f76-7f22-47c7-9eff-52d8d25bba3f', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'2c1b9f44-843b-4b86-b341-fea288a11925', u'floating_ip_address': u'172.30.9.205', u'external_type': u'floatingip'}] 2018-08-19 10:13:22,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_h14e82'} 2018-08-19 10:13:22,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-19 10:13:22,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:22,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-19 10:13:22,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-19 10:13:22,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_at6mve', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:22,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_cc2rj1', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:22,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_at6mve', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:22,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_cc2rj1', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:22,432 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:13:22,488 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:22,488 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:22,489 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:22,489 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:22,489 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:22,489 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:22,489 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:22,489 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:13:22,489 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:22,489 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:22 GMT 2018-08-19 10:13:22,489 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:22,490 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:13:22,490 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:27,495 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:13:27,575 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:27,575 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:27,575 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:27,575 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:27,576 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:27,576 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:27,576 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:27,576 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:23.395Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:23.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:23.395Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:23.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:23.397Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:23.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "df2e60c9-4d92-4c6d-897c-adaac295cc61"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:23.397Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_h14e82', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:23.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "df2e60c9-4d92-4c6d-897c-adaac295cc61"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:23.397Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_h14e82', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:23.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "df2e60c9-4d92-4c6d-897c-adaac295cc61"}, {"node_instance_id": "homer_host_nafqne", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:24.403Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:24.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:24.403Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:24.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:24.403Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:24.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:25.424Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:25.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:25.424Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:25.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:25.424Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:25.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:25.424Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:25.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:25.424Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:25.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:26.453Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:26.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:26.453Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:26.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:26.453Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:26.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:26.453Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:13:26.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:26.453Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:26.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:27.461Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:27.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:27.461Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:27.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:27.461Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:27.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:27.461Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:13:27.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:27.461Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:27.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:27.461Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:27.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:27.461Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:27.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 243, "offset": 218, "size": 50}}} 2018-08-19 10:13:27,576 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:27,576 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:27 GMT 2018-08-19 10:13:27,576 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:27,576 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14582 2018-08-19 10:13:27,576 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:27,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-19 10:13:27,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-19 10:13:27,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-19 10:13:27,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_h14e82', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:27,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_h14e82', 'key_name': u'cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'image': u'6acbb200-4403-4a21-ac60-57d8c9a81ce6', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62', 'cloudify_management_network_id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}, 'nics': [{'net-id': u'49cdffc5-e9aa-4e93-a9fd-ebc5a753590e'}], 'flavor': u'84942ea4-4cc8-48ed-9505-eb40efed6697'} 2018-08-19 10:13:27,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:27,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-19 10:13:27,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-19 10:13:27,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:27,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-19 10:13:27,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:27,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-19 10:13:27,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-19 10:13:27,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:27,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-19 10:13:27,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:27,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-19 10:13:27,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-19 10:13:27,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:27,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-19 10:13:27,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:27,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-19 10:13:27,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-19 10:13:27,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-19 10:13:27,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-19 10:13:27,581 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:13:27,728 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:27,728 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:27,728 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:27,728 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:27,729 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:27,729 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:27,729 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:27,729 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:13:27,729 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:27,729 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:27 GMT 2018-08-19 10:13:27,729 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:27,729 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:13:27,729 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:32,735 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:13:32,799 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:32,799 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:32,799 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:32,799 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:32,799 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:32,799 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:32,799 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:32,799 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_cc2rj1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:28.550Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:28.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:28.550Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:28.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:28.550Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:13:28.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:28.550Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:13:28.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:28.550Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:28.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:28.550Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:28.550Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:29.555Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:29.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:29.555Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping state. Retrying... [retry_after=30]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:13:29.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:29.555Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:13:29.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:30.562Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:30.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:30.562Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:30.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:30.562Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:30.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:31.579Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:13:31.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:32.583Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:scheduling state. Retrying... [retry_after=30]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:scheduling state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:scheduling state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:13:32.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 257, "offset": 243, "size": 50}}} 2018-08-19 10:13:32,800 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:32,800 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:32 GMT 2018-08-19 10:13:32,800 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:32,800 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10707 2018-08-19 10:13:32,800 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:32,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-19 10:13:32,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:32,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-19 10:13:32,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-19 10:13:32,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-19 10:13:32,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-19 10:13:32,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:13:32,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping state. Retrying... [retry_after=30] 2018-08-19 10:13:32,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-19 10:13:32,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-19 10:13:32,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:13:32,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-19 10:13:32,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-08-19 10:13:32,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:scheduling state. Retrying... [retry_after=30] 2018-08-19 10:13:32,803 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:13:32,857 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:32,857 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:32,857 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:32,857 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:32,857 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:32,857 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:32,858 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:32,858 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:13:32,858 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:32,858 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:32 GMT 2018-08-19 10:13:32,858 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:32,858 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:13:32,858 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:37,864 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:13:37,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:37,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:37,933 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:37,933 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:37,933 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:37,933 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:37,933 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:37,934 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-08-19 10:13:37,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:37,934 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:37 GMT 2018-08-19 10:13:37,934 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:37,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:13:37,934 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:37,934 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:13:38,001 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:38,001 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:38,001 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:38,001 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:38,001 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:38,001 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:38,001 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:38,001 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:13:38,002 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:38,002 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:37 GMT 2018-08-19 10:13:38,002 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:38,002 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:13:38,002 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:43,007 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:13:43,074 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:43,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:43,075 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:43,075 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:43,075 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:43,075 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:43,075 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:43,075 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-08-19 10:13:43,076 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:43,076 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:43 GMT 2018-08-19 10:13:43,076 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:43,076 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:13:43,076 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:43,076 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:13:43,131 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:43,131 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:43,131 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:43,131 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:43,132 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:43,132 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:43,132 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:43,132 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:13:43,132 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:43,132 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:43 GMT 2018-08-19 10:13:43,132 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:43,132 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:13:43,133 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:48,138 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:13:48,207 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:48,207 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:48,207 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:48,207 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:48,207 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:48,208 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:48,208 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:48,208 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-08-19 10:13:48,208 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:48,208 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:48 GMT 2018-08-19 10:13:48,208 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:48,208 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:13:48,208 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:48,208 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:13:48,264 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:48,264 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:48,265 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:48,265 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:48,265 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:48,265 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:48,265 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:48,265 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:13:48,265 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:48,265 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:48 GMT 2018-08-19 10:13:48,265 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:48,266 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:13:48,266 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:53,271 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:13:53,342 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:53,342 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:53,342 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:53,342 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:53,342 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:53,342 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:53,343 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:53,343 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-08-19 10:13:53,343 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:53,343 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:53 GMT 2018-08-19 10:13:53,343 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:53,343 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:13:53,343 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:53,344 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:13:53,397 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:53,397 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:53,398 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:53,398 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:53,398 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:53,398 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:53,398 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:53,398 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:13:53,398 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:53,398 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:53 GMT 2018-08-19 10:13:53,398 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:53,399 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:13:53,399 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:58,404 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:13:58,573 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:58,573 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:58,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:58,574 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:58,574 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:58,574 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:58,574 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:58,574 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_dx6tsb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:55.986Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:55.986Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:56.607Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:56.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:57.650Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:57.650Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:57.650Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:57.650Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 261, "offset": 257, "size": 50}}} 2018-08-19 10:13:58,574 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:58,574 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:58 GMT 2018-08-19 10:13:58,574 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:58,575 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2138 2018-08-19 10:13:58,575 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:13:58,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:13:58,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:13:58,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:13:58,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:13:58,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:13:58,632 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:13:58,632 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:13:58,633 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:13:58,633 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:13:58,633 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:13:58,633 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:13:58,633 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:13:58,633 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:13:58,633 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:13:58,633 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:13:58 GMT 2018-08-19 10:13:58,633 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:13:58,634 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:13:58,634 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:03,639 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:14:03,711 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:03,711 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:03,711 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:03,711 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:03,712 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:03,712 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:03,712 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:03,712 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_8hwmx5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:58.715Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:58.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:58.715Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:58.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:58.715Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:58.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:58.715Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:58.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:59.729Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:59.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:59.729Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:59.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:59.729Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:13:59.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:59.729Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:59.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:13:59.729Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:13:59.729Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:00.738Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:00.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:01.744Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:01.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:01.744Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:01.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:01.744Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:01.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:01.744Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:01.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:02.750Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:02.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:02.750Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:02.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:02.750Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:02.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:02.750Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:02.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 279, "offset": 261, "size": 50}}} 2018-08-19 10:14:03,712 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:03,712 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:03 GMT 2018-08-19 10:14:03,712 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:03,712 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13044 2018-08-19 10:14:03,712 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:03,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:14:03,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:14:03,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:14:03,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:14:03,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:14:03,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:14:03,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-19 10:14:03,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:14:03,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:14:03,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-19 10:14:03,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:14:03,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-19 10:14:03,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-19 10:14:03,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:14:03,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:14:03,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-19 10:14:03,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-19 10:14:03,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-19 10:14:03,716 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:14:03,778 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:03,779 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:03,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:03,779 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:03,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:03,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:03,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:03,779 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:14:03,779 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:03,779 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:03 GMT 2018-08-19 10:14:03,779 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:03,780 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:14:03,780 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:08,785 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:14:08,853 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:08,853 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:08,853 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:08,853 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:08,853 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:08,854 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:08,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:08,854 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:03.756Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:03.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:04.762Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:04.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 281, "offset": 279, "size": 50}}} 2018-08-19 10:14:08,854 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:08,854 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:08 GMT 2018-08-19 10:14:08,854 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:08,854 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2354 2018-08-19 10:14:08,854 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:08,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-19 10:14:08,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-19 10:14:08,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:14:08,911 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:08,911 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:08,911 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:08,911 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:08,912 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:08,912 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:08,912 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:08,912 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:14:08,912 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:08,912 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:08 GMT 2018-08-19 10:14:08,912 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:08,912 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:14:08,912 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:13,918 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:14:13,983 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:13,983 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:13,983 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:13,984 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:13,984 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:13,984 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:13,984 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:13,984 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-08-19 10:14:13,984 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:13,984 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:13 GMT 2018-08-19 10:14:13,984 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:13,984 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:14:13,984 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:13,985 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:14:14,041 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:14,041 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:14,042 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:14,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:14,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:14,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:14,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:14,042 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:14:14,042 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:14,042 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:14 GMT 2018-08-19 10:14:14,042 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:14,042 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:14:14,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:19,048 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:14:19,113 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:19,114 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:19,114 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:19,114 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:19,114 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:19,114 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:19,114 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:19,114 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-08-19 10:14:19,114 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:19,114 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:19 GMT 2018-08-19 10:14:19,114 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:19,115 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:14:19,115 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:19,115 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:14:19,170 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:19,170 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:19,170 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:19,170 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:19,170 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:19,170 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:19,170 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:19,171 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:14:19,171 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:19,171 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:19 GMT 2018-08-19 10:14:19,171 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:19,171 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:14:19,171 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:24,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:14:24,241 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:24,241 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:24,241 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:24,241 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:24,241 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:24,241 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:24,242 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:24,242 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-08-19 10:14:24,242 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:24,242 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:24 GMT 2018-08-19 10:14:24,242 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:24,242 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:14:24,242 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:24,242 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:14:24,296 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:24,296 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:24,296 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:24,296 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:24,296 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:24,297 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:24,297 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:24,297 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:14:24,297 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:24,297 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:24 GMT 2018-08-19 10:14:24,297 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:24,297 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:14:24,297 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:29,303 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:14:29,380 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:29,380 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:29,380 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:29,380 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:29,380 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:29,380 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:29,381 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:29,381 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_dx6tsb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:29.127Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:29.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 282, "offset": 281, "size": 50}}} 2018-08-19 10:14:29,381 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:29,381 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:29 GMT 2018-08-19 10:14:29,381 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:29,381 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 595 2018-08-19 10:14:29,381 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:29,382 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:29,382 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:14:29,451 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:29,451 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:29,452 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:29,452 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:29,452 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:29,452 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:29,452 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:29,452 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:14:29,452 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:29,452 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:29 GMT 2018-08-19 10:14:29,452 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:29,452 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:14:29,453 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:34,458 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:14:34,527 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:34,528 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:34,528 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:34,528 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:34,528 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:34,528 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:34,528 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:34,528 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:29.771Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:29.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:30.775Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:30.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:30.775Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:30.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:31.781Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:31.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:31.781Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:31.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:31.781Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:31.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:31.781Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:31.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:32.804Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:32.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:32.804Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:32.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:32.804Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:32.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:32.804Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:32.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:32.804Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:32.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:33.875Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:33.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:33.875Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:33.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:33.875Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:33.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:33.875Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:33.875Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 298, "offset": 282, "size": 50}}} 2018-08-19 10:14:34,528 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:34,528 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:34 GMT 2018-08-19 10:14:34,529 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:34,529 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10159 2018-08-19 10:14:34,529 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:34,529 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:34,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:34,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:34,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:34,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:34,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:34,530 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:34,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:34,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:34,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-19 10:14:34,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:34,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:34,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:34,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-19 10:14:34,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-19 10:14:34,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:34,532 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:14:34,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:34,592 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:34,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:34,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:34,593 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:34,593 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:34,593 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:34,593 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:14:34,593 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:34,593 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:34 GMT 2018-08-19 10:14:34,593 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:34,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:14:34,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:39,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:14:39,663 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:39,663 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:39,664 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:39,664 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:39,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:39,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:39,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:39,664 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:34.886Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:34.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:34.886Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:34.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:34.886Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:34.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:34.886Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:34.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:34.886Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:14:34.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:35.892Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:35.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:14:37.518Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:14:37.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 305, "offset": 298, "size": 50}}} 2018-08-19 10:14:39,664 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:39,664 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:39 GMT 2018-08-19 10:14:39,664 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:39,665 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6782 2018-08-19 10:14:39,665 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-19 10:14:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-19 10:14:39,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-19 10:14:39,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-19 10:14:39,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-19 10:14:39,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-08-19 10:14:39,666 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:14:39,722 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:39,722 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:39,722 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:39,722 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:39,722 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:39,723 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:39,723 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:39,723 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:14:39,723 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:39,723 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:39 GMT 2018-08-19 10:14:39,723 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:39,723 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:14:39,723 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:44,729 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:14:44,802 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:44,802 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:44,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:44,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:44,803 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:44,803 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:44,803 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:44,803 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-19 10:14:44,803 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:44,803 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:44 GMT 2018-08-19 10:14:44,803 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:44,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:14:44,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:44,804 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:14:44,885 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:44,885 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:44,885 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:44,886 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:44,886 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:44,886 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:44,886 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:44,886 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:14:44,886 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:44,886 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:44 GMT 2018-08-19 10:14:44,886 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:44,886 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:14:44,886 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:49,890 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:14:50,017 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:50,017 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:50,017 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:50,017 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:50,017 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:50,017 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:50,017 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:50,017 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-19 10:14:50,017 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:50,018 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:50 GMT 2018-08-19 10:14:50,018 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:50,018 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:14:50,018 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:50,018 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:14:50,135 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:50,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:50,136 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:50,136 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:50,136 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:50,136 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:50,136 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:50,136 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:14:50,136 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:50,136 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:50 GMT 2018-08-19 10:14:50,136 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:50,136 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:14:50,137 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:55,141 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:14:56,620 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:56,620 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:56,620 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:56,620 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:56,620 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:56,621 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:56,621 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:56,621 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-19 10:14:56,621 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:56,621 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:56 GMT 2018-08-19 10:14:56,621 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:56,621 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:14:56,621 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:14:56,622 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:14:56,929 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:14:56,929 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:14:56,929 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:14:56,929 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:14:56,929 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:14:56,930 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:14:56,930 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:14:56,930 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:14:56,930 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:14:56,930 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:14:56 GMT 2018-08-19 10:14:56,930 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:14:56,931 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:14:56,931 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:01,936 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:15:02,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:02,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:02,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:02,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:02,193 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:02,193 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:02,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:02,193 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-19 10:15:02,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:02,193 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:02 GMT 2018-08-19 10:15:02,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:02,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:15:02,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:02,194 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:15:03,777 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:03,777 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:03,777 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:03,777 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:03,777 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:03,777 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:03,777 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:03,777 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:15:03,778 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:03,778 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:03 GMT 2018-08-19 10:15:03,778 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:03,778 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:15:03,778 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:08,783 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:15:13,956 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:13,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:13,956 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:13,956 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:13,957 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:13,957 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:13,957 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:13,957 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_dx6tsb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:02.026Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:02.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:02.906Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:02.906Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:02.906Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:02.906Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:05.067Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:05.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:05.067Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:05.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:05.067Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:05.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:05.067Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:05.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:05.067Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:05.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:05.067Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:05.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:05.067Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:05.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:05.067Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:05.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:07.591Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:07.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:07.591Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:07.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 318, "offset": 305, "size": 50}}} 2018-08-19 10:15:13,957 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:13,957 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:13 GMT 2018-08-19 10:15:13,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:13,957 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6747 2018-08-19 10:15:13,957 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:13,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:13,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:13,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:13,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:13,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:13,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:13,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:13,960 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:15:19,906 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:19,906 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:19,907 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:19,907 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:19,907 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:19,907 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:19,907 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:19,907 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:15:19,907 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:19,907 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:19 GMT 2018-08-19 10:15:19,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:19,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:15:19,908 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:24,913 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:15:25,157 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:25,157 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:25,158 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:25,158 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:25,158 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:25,158 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:25,158 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:25,158 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:13.962Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:13.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:15.307Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:15:15.307Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:18.240Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:15:18.240Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:18.240Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:18.240Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:18.240Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:18.240Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:20.666Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:15:20.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:20.666Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:15:20.666Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:22.221Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:15:22.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:23.658Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:15:23.658Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:23.989Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:15:23.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:23.989Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-19T10:15:23.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 329, "offset": 318, "size": 50}}} 2018-08-19 10:15:25,158 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:25,158 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:25 GMT 2018-08-19 10:15:25,158 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:25,159 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10707 2018-08-19 10:15:25,159 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:25,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:25,159 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-19 10:15:25,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-19 10:15:25,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:25,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-19 10:15:25,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-19 10:15:25,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-19 10:15:25,160 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-19 10:15:25,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-19 10:15:25,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-19 10:15:25,161 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-19 10:15:25,161 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:15:25,413 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:25,413 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:25,414 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:25,414 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:25,414 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:25,414 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:25,414 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:25,414 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:15:25,414 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:25,414 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:25 GMT 2018-08-19 10:15:25,414 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:25,414 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:15:25,415 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:30,420 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:15:30,751 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:30,751 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:30,751 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:30,751 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:30,751 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:30,751 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:30,751 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:30,751 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-08-19 10:15:30,751 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:30,752 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:30 GMT 2018-08-19 10:15:30,752 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:30,752 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:15:30,752 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:30,752 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:15:30,856 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:30,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:30,857 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:30,857 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:30,857 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:30,857 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:30,857 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:30,857 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:15:30,857 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:30,857 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:30 GMT 2018-08-19 10:15:30,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:30,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:15:30,858 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:35,863 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:15:36,189 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:36,189 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:36,189 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:36,190 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:36,190 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:36,190 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:36,190 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:36,190 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-08-19 10:15:36,190 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:36,190 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:36 GMT 2018-08-19 10:15:36,190 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:36,190 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:15:36,190 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:36,191 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:15:36,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:36,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:36,257 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:36,258 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:36,258 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:36,258 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:36,258 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:36,258 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:15:36,258 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:36,258 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:36 GMT 2018-08-19 10:15:36,258 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:36,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:15:36,258 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:41,264 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:15:41,380 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:41,381 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:41,381 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:41,381 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:41,381 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:41,381 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:41,381 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:41,381 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-08-19 10:15:41,381 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:41,381 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:41 GMT 2018-08-19 10:15:41,381 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:41,382 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-19 10:15:41,382 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:41,382 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:15:41,590 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:41,590 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:41,591 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:41,591 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:41,591 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:41,591 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:41,591 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:41,591 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:15:41,591 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:41,591 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:41 GMT 2018-08-19 10:15:41,591 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:41,592 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:15:41,592 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:46,597 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:15:46,740 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:46,740 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:46,740 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:46,740 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:46,740 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:46,740 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:46,740 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:46,741 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_dx6tsb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:44.086Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:44.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:44.331Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:44.331Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 331, "offset": 329, "size": 50}}} 2018-08-19 10:15:46,741 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:46,741 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:46 GMT 2018-08-19 10:15:46,741 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:46,741 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1108 2018-08-19 10:15:46,741 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:46,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:46,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:46,742 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:15:46,982 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:46,983 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:46,983 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:46,983 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:46,983 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:46,983 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:46,983 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:46,983 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:15:46,983 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:46,983 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:46 GMT 2018-08-19 10:15:46,983 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:46,984 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:15:46,984 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:51,989 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:15:52,141 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:52,141 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:52,142 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:52,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:52,142 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:52,142 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:52,142 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:52,142 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:46.786Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:46.786Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5f36faa5-27cb-4061-b653-71b34da65f29"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:47.084Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:47.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:47.335Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:47.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.151Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.339Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.339Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.339Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.339Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.587Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.587Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.587Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.587Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.587Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.587Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.587Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.587Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.587Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:48.587Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:48.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:49.344Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:49.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:49.344Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:49.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:49.344Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:49.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:49.344Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:49.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:50.230Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:50.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5540961c-c036-4079-bf1d-7714f968151d"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:50.455Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:50.455Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:50.601Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:50.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a497aa15-7bbe-4659-9603-5dbc6dffe23f"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.357Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.357Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.357Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.357Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.357Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.357Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.357Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.357Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}], "metadata": {"pagination": {"total": 401, "offset": 331, "size": 50}}} 2018-08-19 10:15:52,142 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:52,142 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:52 GMT 2018-08-19 10:15:52,142 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:52,143 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26699 2018-08-19 10:15:52,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:52,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-19 10:15:52,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:52,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-19 10:15:52,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-19 10:15:52,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:52,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-19 10:15:52,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:52,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-19 10:15:52,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:15:52,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:52,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:52,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:52,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:52,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-19 10:15:52,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:52,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-19 10:15:52,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-19 10:15:52,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-19 10:15:52,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-19 10:15:52,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-19 10:15:52,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-19 10:15:52,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-19 10:15:52,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:52,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:52,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:52,152 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:15:52,368 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:52,368 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:52,368 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:52,369 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:52,369 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:52,369 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:52,369 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:52,369 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:15:52,369 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:52,369 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:52 GMT 2018-08-19 10:15:52,369 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:52,369 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:15:52,369 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:57,375 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:15:57,722 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:57,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:57,723 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:57,723 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:57,723 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:57,723 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:57,723 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:57,723 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "b21d14af-b429-4674-8eea-38c418b02adc"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:51.645Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:51.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "dime_host_at6mve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.370Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.370Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.370Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.370Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.370Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Creating Agent proxy_host_dx6tsb", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Downloading Agent Package from https://192.168.120.11:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}], "metadata": {"pagination": {"total": 560, "offset": 381, "size": 50}}} 2018-08-19 10:15:57,723 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:57,724 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:57 GMT 2018-08-19 10:15:57,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:57,724 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27244 2018-08-19 10:15:57,724 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:15:57,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,725 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,726 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-19 10:15:57,727 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-19 10:15:57,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-19 10:15:57,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-19 10:15:57,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-19 10:15:57,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:15:57,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-19 10:15:57,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-19 10:15:57,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-19 10:15:57,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:57,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-19 10:15:57,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:15:57,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:15:57,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-19 10:15:57,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-19 10:15:57,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_dx6tsb 2018-08-19 10:15:57,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.11:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-19 10:15:57,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-19 10:15:57,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-19 10:15:57,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-19 10:15:57,734 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:15:57,894 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:15:57,894 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:15:57,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:15:57,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:15:57,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:15:57,894 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:15:57,895 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:15:57,895 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:15:57,895 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:15:57,895 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:15:57 GMT 2018-08-19 10:15:57,895 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:15:57,895 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:15:57,895 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:02,901 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:16:02,978 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:02,979 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:02,979 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:02,979 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:02,979 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:02,979 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:02,979 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:02,979 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_dx6tsb/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:52.704Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:52.704Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:53.665Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:53.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:53.665Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:53.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:53.665Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:53.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:53.665Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:53.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:53.689Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:53.689Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:54.393Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:54.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:54.393Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:54.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:54.393Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:54.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:54.393Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:54.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:54.705Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:54.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:54.705Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:54.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:54.705Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:54.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6e1cc7f9-7323-4f38-a092-fff0132a5976"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:54.705Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:54.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "homer_host_nafqne", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.648Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.648Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.648Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}], "metadata": {"pagination": {"total": 688, "offset": 431, "size": 50}}} 2018-08-19 10:16:02,980 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:02,980 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:02 GMT 2018-08-19 10:16:02,980 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:02,980 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27426 2018-08-19 10:16:02,980 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:02,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_dx6tsb/cloudify/ssl/cloudify_internal_cert.pem 2018-08-19 10:16:02,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:02,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:02,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:02,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:16:02,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:16:02,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:16:02,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:16:02,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:16:02,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-19 10:16:02,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:02,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-19 10:16:02,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:02,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:02,993 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:16:03,062 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:03,062 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:03,062 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:03,062 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:03,062 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:03,062 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:03,062 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:03,062 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:16:03,062 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:03,062 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:03 GMT 2018-08-19 10:16:03,063 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:03,063 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:16:03,063 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:08,068 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:16:08,254 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:08,255 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:08,255 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:08,255 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:08,255 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:08,255 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:08,255 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:08,255 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Creating Agent bind_host_8hwmx5", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_dx6tsb/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Successfully created daemon: proxy_host_dx6tsb", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "79be8a59-50a9-4419-abc6-e6d57404edbb"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:55.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:55.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:56.656Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:56.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:56.656Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:56.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:56.656Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:56.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:56.656Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:56.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}], "metadata": {"pagination": {"total": 879, "offset": 481, "size": 50}}} 2018-08-19 10:16:08,256 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:08,256 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:08 GMT 2018-08-19 10:16:08,256 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:08,256 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27395 2018-08-19 10:16:08,256 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:08,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:16:08,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-19 10:16:08,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-19 10:16:08,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,259 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-19 10:16:08,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-19 10:16:08,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-19 10:16:08,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,260 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_8hwmx5 2018-08-19 10:16:08,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-19 10:16:08,261 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_dx6tsb/env 2018-08-19 10:16:08,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-19 10:16:08,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: proxy_host_dx6tsb 2018-08-19 10:16:08,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:08,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:08,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:16:08,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-19 10:16:08,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-19 10:16:08,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-19 10:16:08,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-19 10:16:08,265 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:08,265 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:16:08,326 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:08,326 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:08,326 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:08,327 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:08,327 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:08,327 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:08,327 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:08,327 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:16:08,327 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:08,327 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:08 GMT 2018-08-19 10:16:08,327 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:08,327 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:16:08,328 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:13,333 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:16:13,578 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:13,578 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:13,578 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:13,578 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:13,578 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:13,579 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:13,579 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:13,579 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Creating Agent dime_host_at6mve", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "system_python set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Downloading Agent Package from https://192.168.120.11:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Creating Agent vellum_host_zi9m2d", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_zi9m2d/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:57.734Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:57.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:58.074Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:58.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e0ca27fe-de6f-4b9e-86ba-646a5a76e30b"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:58.074Z", "message": "Creating agent from package", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:58.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:58.074Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:58.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:58.074Z", "message": "Downloading Agent Package from https://192.168.120.11:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:58.074Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:58.811Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:58.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:58.811Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:58.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:58.811Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:58.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:58.811Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:58.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:58.811Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:58.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:58.811Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:58.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:58.811Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:58.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "610c0e22-480a-4e0b-989a-2ce3b3d51b2c"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_zi9m2d/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.11', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_8hwmx5/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_8hwmx5/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bind_host_8hwmx5', 'REST_HOST': '192.168.120.11', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_8hwmx5/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_8hwmx5', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DlrUJw.R30R8F49KLSjJjfjL3uyLxqv0ig'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}], "metadata": {"pagination": {"total": 1010, "offset": 531, "size": 50}}} 2018-08-19 10:16:13,579 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:13,579 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:13 GMT 2018-08-19 10:16:13,579 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:13,579 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28437 2018-08-19 10:16:13,579 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:13,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_at6mve 2018-08-19 10:16:13,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-19 10:16:13,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-19 10:16:13,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.11:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-19 10:16:13,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_zi9m2d 2018-08-19 10:16:13,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:13,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_zi9m2d/cloudify/ssl/cloudify_internal_cert.pem 2018-08-19 10:16:13,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-19 10:16:13,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-19 10:16:13,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:13,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:16:13,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-19 10:16:13,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-19 10:16:13,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-19 10:16:13,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.11:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-19 10:16:13,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-19 10:16:13,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:16:13,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-19 10:16:13,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:13,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:13,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:13,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:16:13,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:16:13,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-19 10:16:13,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-19 10:16:13,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-19 10:16:13,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_zi9m2d/env 2018-08-19 10:16:13,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.11', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_8hwmx5/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_8hwmx5/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bind_host_8hwmx5', 'REST_HOST': '192.168.120.11', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_8hwmx5/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_8hwmx5', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DlrUJw.R30R8F49KLSjJjfjL3uyLxqv0ig'} 2018-08-19 10:16:13,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-19 10:16:13,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-19 10:16:13,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-19 10:16:13,589 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:16:13,660 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:13,660 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:13,660 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:13,660 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:13,661 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:13,661 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:13,661 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:13,661 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:16:13,661 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:13,661 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:13 GMT 2018-08-19 10:16:13,661 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:13,661 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:16:13,661 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:18,667 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:16:18,795 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:18,795 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:18,795 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:18,795 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:18,795 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:18,795 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:18,795 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:18,795 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Successfully created daemon: bind_host_8hwmx5", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_zi9m2d/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.118Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_8hwmx5/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.118Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a5bebdfe-5aad-4ace-b6e1-266a94770c4f"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.828Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.828Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.828Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.828Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.828Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.828Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.828Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:15:59.828Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:15:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "/home/ubuntu/vellum_host_zi9m2d/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.11', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_at6mve/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_at6mve/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'dime_host_at6mve', 'REST_HOST': '192.168.120.11', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_at6mve/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_at6mve', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DlrUJw.R30R8F49KLSjJjfjL3uyLxqv0ig'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Successfully created daemon: vellum_host_zi9m2d", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a7e49739-4c60-43d7-b7ed-547a73245cf1"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_at6mve/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}], "metadata": {"pagination": {"total": 1159, "offset": 581, "size": 50}}} 2018-08-19 10:16:18,796 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:18,796 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:18 GMT 2018-08-19 10:16:18,796 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:18,796 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28350 2018-08-19 10:16:18,796 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:18,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:16:18,797 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_8hwmx5 2018-08-19 10:16:18,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-19 10:16:18,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-19 10:16:18,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_zi9m2d/env 2018-08-19 10:16:18,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-19 10:16:18,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_8hwmx5/env 2018-08-19 10:16:18,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:18,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-19 10:16:18,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:18,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:18,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:18,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-19 10:16:18,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:18,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:18,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_zi9m2d/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-19 10:16:18,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-19 10:16:18,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.11', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_at6mve/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_at6mve/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'dime_host_at6mve', 'REST_HOST': '192.168.120.11', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_at6mve/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_at6mve', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DlrUJw.R30R8F49KLSjJjfjL3uyLxqv0ig'} 2018-08-19 10:16:18,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-19 10:16:18,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:18,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-19 10:16:18,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_zi9m2d 2018-08-19 10:16:18,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:18,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-19 10:16:18,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-19 10:16:18,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:18,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_at6mve/env 2018-08-19 10:16:18,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:16:18,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:18,805 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:16:18,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:18,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:18,871 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:18,872 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:18,872 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:18,872 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:18,872 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:18,872 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:16:18,872 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:18,872 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:18 GMT 2018-08-19 10:16:18,872 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:18,872 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:16:18,872 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:23,878 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:16:23,986 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:23,986 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:23,986 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:23,986 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:23,986 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:23,986 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:23,986 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:23,986 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.127Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.835Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.835Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.835Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:00.835Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:00.835Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "/home/ubuntu/dime_host_at6mve/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Successfully configured daemon: proxy_host_dx6tsb", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Configuring Agent proxy_host_dx6tsb", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3f061f70-255b-4a5c-a221-a6b109fc43e6"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "81f71dc6-6666-4733-af60-dd648bf5f3ea"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.136Z", "message": "Successfully created daemon: dime_host_at6mve", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "e07c60ab-1f60-4acd-b977-110347b79448"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.895Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.895Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.895Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.895Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.895Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.895Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.895Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:01.895Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:01.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Configuring Agent bind_host_8hwmx5", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}], "metadata": {"pagination": {"total": 1223, "offset": 631, "size": 50}}} 2018-08-19 10:16:23,987 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:23,987 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:23 GMT 2018-08-19 10:16:23,987 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:23,987 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27355 2018-08-19 10:16:23,987 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:23,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:23,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:23,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-19 10:16:23,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:23,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-19 10:16:23,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-19 10:16:23,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_at6mve/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-19 10:16:23,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:16:23,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_dx6tsb 2018-08-19 10:16:23,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_dx6tsb 2018-08-19 10:16:23,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:23,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-19 10:16:23,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-19 10:16:23,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-19 10:16:23,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_at6mve 2018-08-19 10:16:23,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-19 10:16:23,992 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:23,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-19 10:16:23,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-19 10:16:23,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:23,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:23,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:23,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-19 10:16:23,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,994 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:23,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:23,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_8hwmx5 2018-08-19 10:16:23,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-19 10:16:23,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:23,996 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:16:24,231 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:24,231 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:24,231 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:24,231 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:24,231 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:24,231 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:24,231 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:24,232 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:16:24,232 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:24,232 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:24 GMT 2018-08-19 10:16:24,232 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:24,232 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:16:24,232 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:29,237 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:16:29,533 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:29,533 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:29,533 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:29,533 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:29,533 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:29,533 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:29,534 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:29,534 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:02.139Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:02.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.039Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.039Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Successfully configured daemon: bind_host_8hwmx5", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Configuring Agent vellum_host_zi9m2d", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Successfully configured daemon: vellum_host_zi9m2d", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "5401be26-cf7e-47b6-a5f8-3ef9358d112c"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.452Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "30b131a9-f55a-4740-88f1-5a96567ad683"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.902Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.902Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.902Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.902Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.902Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.902Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:03.902Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:03.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}], "metadata": {"pagination": {"total": 1283, "offset": 681, "size": 50}}} 2018-08-19 10:16:29,534 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:29,534 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:29 GMT 2018-08-19 10:16:29,534 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:29,534 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27167 2018-08-19 10:16:29,534 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:29,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:29,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:29,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-19 10:16:29,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:29,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-19 10:16:29,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-19 10:16:29,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_8hwmx5 2018-08-19 10:16:29,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-19 10:16:29,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:29,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:16:29,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent vellum_host_zi9m2d 2018-08-19 10:16:29,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-19 10:16:29,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-19 10:16:29,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_zi9m2d 2018-08-19 10:16:29,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-19 10:16:29,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:29,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-19 10:16:29,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:16:29,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-19 10:16:29,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:29,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:29,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-19 10:16:29,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:29,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-19 10:16:29,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-19 10:16:29,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-19 10:16:29,543 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:29,544 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:16:29,671 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:29,671 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:29,671 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:29,671 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:29,671 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:29,671 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:29,671 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:29,671 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:16:29,672 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:29,672 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:29 GMT 2018-08-19 10:16:29,672 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:29,672 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:16:29,672 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:34,677 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:16:34,808 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:34,808 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:34,808 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:34,808 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:34,808 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:34,808 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:34,809 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:34,809 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Configuring Agent dime_host_at6mve", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Creating Agent homer_host_nafqne", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_nafqne/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}], "metadata": {"pagination": {"total": 1319, "offset": 731, "size": 50}}} 2018-08-19 10:16:34,809 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:34,809 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:34 GMT 2018-08-19 10:16:34,809 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:34,809 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27708 2018-08-19 10:16:34,809 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:34,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-19 10:16:34,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:34,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-19 10:16:34,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:34,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_at6mve 2018-08-19 10:16:34,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,815 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_nafqne 2018-08-19 10:16:34,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_nafqne/cloudify/ssl/cloudify_internal_cert.pem 2018-08-19 10:16:34,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-19 10:16:34,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-19 10:16:34,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:34,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-19 10:16:34,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:34,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-19 10:16:34,818 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:16:34,881 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:34,881 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:34,881 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:34,881 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:34,881 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:34,881 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:34,881 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:34,882 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:16:34,882 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:34,882 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:34 GMT 2018-08-19 10:16:34,882 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:34,882 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:16:34,882 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:39,887 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:16:40,024 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:40,024 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:40,025 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:40,025 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:40,025 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:40,025 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:40,025 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:40,025 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Creating Agent homer_host_nafqne", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:04.468Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:04.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.140Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.140Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.526Z", "message": "Successfully configured daemon: dime_host_at6mve", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2aecd96c-89f3-405d-b30b-13d59f2c6d7a"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.916Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.916Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:05.916Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:05.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Creating Agent ellis_host_ybdaqa", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}], "metadata": {"pagination": {"total": 1338, "offset": 781, "size": 50}}} 2018-08-19 10:16:40,025 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:40,025 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:40 GMT 2018-08-19 10:16:40,026 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:40,026 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27335 2018-08-19 10:16:40,026 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:40,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-19 10:16:40,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-19 10:16:40,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:40,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_nafqne 2018-08-19 10:16:40,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:40,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-19 10:16:40,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-19 10:16:40,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-19 10:16:40,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-19 10:16:40,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:16:40,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-19 10:16:40,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:40,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-19 10:16:40,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_at6mve 2018-08-19 10:16:40,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-19 10:16:40,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-19 10:16:40,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-19 10:16:40,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_ybdaqa 2018-08-19 10:16:40,034 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,035 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:40,035 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:16:40,194 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:40,194 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:40,194 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:40,195 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:40,195 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:40,195 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:40,195 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:40,195 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:16:40,195 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:40,195 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:40 GMT 2018-08-19 10:16:40,195 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:40,195 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:16:40,195 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:45,197 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:16:45,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:45,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:45,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:45,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:45,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:45,270 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:45,270 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:45,270 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_ybdaqa/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Creating Agent ellis_host_ybdaqa", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Downloading Agent Package from https://192.168.120.11:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:06.536Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:06.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.556Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Starting Agent proxy_host_dx6tsb", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "/home/ubuntu/sprout_host_cc2rj1/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Successfully created daemon: sprout_host_cc2rj1", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_cc2rj1/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.11', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_cc2rj1/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_cc2rj1/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'sprout_host_cc2rj1', 'REST_HOST': '192.168.120.11', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_cc2rj1/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_cc2rj1', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DlrUJw.R30R8F49KLSjJjfjL3uyLxqv0ig'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "581a1bbd-9c40-4bac-81af-f91c33f5d2c8"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.730Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.929Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.929Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:07.929Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:07.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}], "metadata": {"pagination": {"total": 1354, "offset": 831, "size": 50}}} 2018-08-19 10:16:45,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:45,271 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:45 GMT 2018-08-19 10:16:45,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:45,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28687 2018-08-19 10:16:45,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:45,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-19 10:16:45,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_ybdaqa/cloudify/ssl/cloudify_internal_cert.pem 2018-08-19 10:16:45,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-19 10:16:45,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-19 10:16:45,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_ybdaqa 2018-08-19 10:16:45,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.11:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-19 10:16:45,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:45,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:45,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:45,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-19 10:16:45,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_dx6tsb 2018-08-19 10:16:45,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-19 10:16:45,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_cc2rj1/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-19 10:16:45,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_cc2rj1 2018-08-19 10:16:45,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:16:45,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_cc2rj1/env 2018-08-19 10:16:45,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:45,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-19 10:16:45,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-19 10:16:45,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.11', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_cc2rj1/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_cc2rj1/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'sprout_host_cc2rj1', 'REST_HOST': '192.168.120.11', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_cc2rj1/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_cc2rj1', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DlrUJw.R30R8F49KLSjJjfjL3uyLxqv0ig'} 2018-08-19 10:16:45,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-19 10:16:45,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-19 10:16:45,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:45,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-19 10:16:45,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-19 10:16:45,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:45,280 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:16:45,339 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:45,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:45,339 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:45,339 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:45,339 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:45,339 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:45,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:45,339 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:16:45,340 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:45,340 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:45 GMT 2018-08-19 10:16:45,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:45,340 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:16:45,340 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:50,345 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:16:50,420 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:50,421 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:50,421 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:50,421 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:50,421 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:50,421 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:50,421 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:50,421 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_h14e82/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Downloading Agent Package from https://192.168.120.11:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Creating Agent bono_host_h14e82", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:08.738Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:08.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.653Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.11', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_ybdaqa/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_ybdaqa/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_ybdaqa', 'REST_HOST': '192.168.120.11', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_ybdaqa/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_ybdaqa', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DlrUJw.R30R8F49KLSjJjfjL3uyLxqv0ig'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Successfully created daemon: ellis_host_ybdaqa", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "/home/ubuntu/ellis_host_ybdaqa/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Starting Agent bind_host_8hwmx5", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.770Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_ybdaqa/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "d1e72e0d-de88-4b1f-9520-f42e39002eb9"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.962Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.962Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 1368, "offset": 881, "size": 50}}} 2018-08-19 10:16:50,421 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:50,422 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:50 GMT 2018-08-19 10:16:50,422 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:50,422 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28690 2018-08-19 10:16:50,422 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:50,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,423 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_h14e82/cloudify/ssl/cloudify_internal_cert.pem 2018-08-19 10:16:50,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-19 10:16:50,424 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,425 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-19 10:16:50,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:50,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-19 10:16:50,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:50,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.11:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-19 10:16:50,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_h14e82 2018-08-19 10:16:50,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-19 10:16:50,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-19 10:16:50,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.11', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_ybdaqa/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_ybdaqa/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'ellis_host_ybdaqa', 'REST_HOST': '192.168.120.11', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_ybdaqa/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_ybdaqa', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DlrUJw.R30R8F49KLSjJjfjL3uyLxqv0ig'} 2018-08-19 10:16:50,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-19 10:16:50,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-19 10:16:50,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_ybdaqa 2018-08-19 10:16:50,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-19 10:16:50,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:50,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_ybdaqa/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-19 10:16:50,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-19 10:16:50,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:16:50,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-19 10:16:50,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_8hwmx5 2018-08-19 10:16:50,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-19 10:16:50,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_ybdaqa/env 2018-08-19 10:16:50,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-19 10:16:50,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-19 10:16:50,431 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:16:50,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:50,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:50,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:50,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:50,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:50,571 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:50,571 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:50,571 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:16:50,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:50,571 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:50 GMT 2018-08-19 10:16:50,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:50,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:16:50,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:55,577 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:16:55,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:55,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:55,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:55,655 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:55,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:55,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:55,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:55,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_ybdaqa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:09.962Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:09.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Successfully started daemon: proxy_host_dx6tsb", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_dx6tsb start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Starting Agent vellum_host_zi9m2d", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3104d2a9-7ce8-4ea1-84b6-750fed897e03"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.817Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.970Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.970Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.970Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.970Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:10.970Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:10.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Successfully created daemon: bono_host_h14e82", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "[localhost] run: /home/ubuntu/proxy_host_dx6tsb/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2a9e2642-ef81-4a23-a61c-e498599b225e"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2a9e2642-ef81-4a23-a61c-e498599b225e"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2a9e2642-ef81-4a23-a61c-e498599b225e"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_nafqne/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Starting Agent dime_host_at6mve", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_h14e82/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2a9e2642-ef81-4a23-a61c-e498599b225e"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "/home/ubuntu/bono_host_h14e82/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.11', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_h14e82/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_h14e82/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bono_host_h14e82', 'REST_HOST': '192.168.120.11', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_h14e82/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_h14e82', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DlrUJw.R30R8F49KLSjJjfjL3uyLxqv0ig'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2158409a-2c9f-420f-9825-e6717d9d21c5"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.11', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_nafqne/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_nafqne/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'homer_host_nafqne', 'REST_HOST': '192.168.120.11', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_nafqne/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_nafqne', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DlrUJw.R30R8F49KLSjJjfjL3uyLxqv0ig'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2a9e2642-ef81-4a23-a61c-e498599b225e"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}], "metadata": {"pagination": {"total": 1372, "offset": 931, "size": 50}}} 2018-08-19 10:16:55,656 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:55,656 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:55 GMT 2018-08-19 10:16:55,656 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:55,656 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29332 2018-08-19 10:16:55,656 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:16:55,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-19 10:16:55,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_dx6tsb 2018-08-19 10:16:55,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_dx6tsb start 2018-08-19 10:16:55,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:55,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_zi9m2d 2018-08-19 10:16:55,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-19 10:16:55,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:55,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-19 10:16:55,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-19 10:16:55,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-19 10:16:55,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-19 10:16:55,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-19 10:16:55,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_h14e82 2018-08-19 10:16:55,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_dx6tsb/env/bin/pip freeze 2018-08-19 10:16:55,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-19 10:16:55,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:16:55,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-19 10:16:55,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-19 10:16:55,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_nafqne/env 2018-08-19 10:16:55,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_at6mve 2018-08-19 10:16:55,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_h14e82/env 2018-08-19 10:16:55,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-19 10:16:55,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-19 10:16:55,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:16:55,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-19 10:16:55,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_h14e82/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-19 10:16:55,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.11', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_h14e82/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_h14e82/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'bono_host_h14e82', 'REST_HOST': '192.168.120.11', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_h14e82/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_h14e82', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DlrUJw.R30R8F49KLSjJjfjL3uyLxqv0ig'} 2018-08-19 10:16:55,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-19 10:16:55,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:16:55,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.11', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_nafqne/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_nafqne/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'homer_host_nafqne', 'REST_HOST': '192.168.120.11', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_nafqne/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_nafqne', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DlrUJw.R30R8F49KLSjJjfjL3uyLxqv0ig'} 2018-08-19 10:16:55,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:16:55,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-19 10:16:55,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:16:55,666 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:16:55,723 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:16:55,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:16:55,723 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:16:55,723 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:16:55,723 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:16:55,724 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:16:55,724 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:16:55,724 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:16:55,724 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:16:55,724 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:16:55 GMT 2018-08-19 10:16:55,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:16:55,724 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:16:55,724 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:00,730 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:17:00,803 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:00,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:00,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:00,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:00,803 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:00,804 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:00,804 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:00,804 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:11.836Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:11.836Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.045Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.045Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.045Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.045Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_8hwmx5 start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": "Successfully started daemon: bind_host_8hwmx5", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": "Successfully created daemon: homer_host_nafqne", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": "/home/ubuntu/homer_host_nafqne/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "dd668e07-8fa1-418b-b6c0-6bf1d276aa61"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2a9e2642-ef81-4a23-a61c-e498599b225e"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "proxy_host_dx6tsb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": "Removing directory: /tmp/tmpEjujXY", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "2a9e2642-ef81-4a23-a61c-e498599b225e"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:12.862Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:12.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "7bff015f-64b1-4713-93a9-9f0db899e7c0"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.073Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.073Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.073Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.073Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.073Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.073Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.073Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.073Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.073Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Configuring Agent ellis_host_ybdaqa", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "799dfade-2cb3-42b1-a559-d03c95c268d6"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "[localhost] run: /home/ubuntu/bind_host_8hwmx5/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "799dfade-2cb3-42b1-a559-d03c95c268d6"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Configuring Agent sprout_host_cc2rj1", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}], "metadata": {"pagination": {"total": 1374, "offset": 981, "size": 50}}} 2018-08-19 10:17:00,804 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:00,804 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:00 GMT 2018-08-19 10:17:00,804 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:00,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27582 2018-08-19 10:17:00,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:00,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-19 10:17:00,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-19 10:17:00,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-19 10:17:00,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-19 10:17:00,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-19 10:17:00,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_8hwmx5 start 2018-08-19 10:17:00,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-19 10:17:00,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_8hwmx5 2018-08-19 10:17:00,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_nafqne 2018-08-19 10:17:00,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:17:00,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_nafqne/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-08-19 10:17:00,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-19 10:17:00,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpEjujXY 2018-08-19 10:17:00,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-19 10:17:00,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:00,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:00,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-19 10:17:00,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-19 10:17:00,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-19 10:17:00,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-19 10:17:00,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:00,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-19 10:17:00,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-19 10:17:00,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:17:00,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_ybdaqa 2018-08-19 10:17:00,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-19 10:17:00,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:17:00,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_8hwmx5/env/bin/pip freeze 2018-08-19 10:17:00,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:17:00,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_cc2rj1 2018-08-19 10:17:00,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:00,814 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:17:00,874 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:00,874 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:00,874 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:00,874 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:00,874 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:00,874 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:00,874 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:00,875 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:17:00,875 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:00,875 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:00 GMT 2018-08-19 10:17:00,875 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:00,875 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:17:00,875 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:05,880 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:17:05,963 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:05,963 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:05,963 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:05,963 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:05,963 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:05,963 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:05,963 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:05,964 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:13.888Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:13.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.084Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.084Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.084Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.084Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.084Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.084Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "799dfade-2cb3-42b1-a559-d03c95c268d6"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "799dfade-2cb3-42b1-a559-d03c95c268d6"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Successfully started daemon: vellum_host_zi9m2d", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Configuring Agent bono_host_h14e82", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Successfully configured daemon: bono_host_h14e82", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "799dfade-2cb3-42b1-a559-d03c95c268d6"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Removing directory: /tmp/tmpSH7kl6", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "799dfade-2cb3-42b1-a559-d03c95c268d6"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "bind_host_8hwmx5", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "799dfade-2cb3-42b1-a559-d03c95c268d6"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_zi9m2d start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1349323b-d1db-4516-aff2-40913d33780a"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:14.901Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:14.901Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6a1d0780-1a9c-4b20-a057-cb98c6474978"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.104Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.104Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.104Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.104Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.104Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.104Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.104Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.104Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.104Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.104Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.104Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.104Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "[localhost] run: /home/ubuntu/vellum_host_zi9m2d/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "bcdf2862-5c2d-498e-9b0a-46f677b272fd"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "bcdf2862-5c2d-498e-9b0a-46f677b272fd"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "bcdf2862-5c2d-498e-9b0a-46f677b272fd"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "bcdf2862-5c2d-498e-9b0a-46f677b272fd"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}], "metadata": {"pagination": {"total": 1374, "offset": 1031, "size": 50}}} 2018-08-19 10:17:05,964 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:05,964 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:05 GMT 2018-08-19 10:17:05,964 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:05,964 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27122 2018-08-19 10:17:05,964 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:05,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:05,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:05,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:05,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:17:05,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:05,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-19 10:17:05,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-19 10:17:05,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-19 10:17:05,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-19 10:17:05,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:05,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-19 10:17:05,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:05,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-19 10:17:05,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-19 10:17:05,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:17:05,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-19 10:17:05,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:05,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_zi9m2d 2018-08-19 10:17:05,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_h14e82 2018-08-19 10:17:05,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-19 10:17:05,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_h14e82 2018-08-19 10:17:05,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-19 10:17:05,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:05,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:17:05,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-19 10:17:05,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpSH7kl6 2018-08-19 10:17:05,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:05,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-19 10:17:05,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_zi9m2d start 2018-08-19 10:17:05,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:05,970 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:05,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-19 10:17:05,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-19 10:17:05,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:05,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:05,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:05,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-19 10:17:05,971 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-19 10:17:05,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:05,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-19 10:17:05,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-19 10:17:05,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:05,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_zi9m2d/env/bin/pip freeze 2018-08-19 10:17:05,972 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-19 10:17:05,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:17:05,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:05,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-19 10:17:05,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:05,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-19 10:17:05,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:05,973 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:17:06,035 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:06,035 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:06,035 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:06,035 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:06,035 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:06,035 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:06,035 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:06,036 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:17:06,036 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:06,036 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:06 GMT 2018-08-19 10:17:06,036 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:06,036 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:17:06,036 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:11,041 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:17:11,118 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:11,118 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:11,119 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:11,119 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:11,119 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:11,119 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:11,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:11,119 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Successfully started daemon: dime_host_at6mve", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "bcdf2862-5c2d-498e-9b0a-46f677b272fd"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_at6mve start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Configuring Agent homer_host_nafqne", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:15.913Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:15.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "064951f6-3a10-4eb3-99cc-195c0dcc4973"}, {"node_instance_id": "proxy_host_dx6tsb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.110Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.110Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.110Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.110Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.110Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.110Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.110Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.110Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Successfully configured daemon: homer_host_nafqne", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "proxy_node_jjgc42", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/41727/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "798efd99-66c3-4680-a2e0-367f8d6c595f"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "bcdf2862-5c2d-498e-9b0a-46f677b272fd"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "89c3c6d9-2bb0-4bae-a134-eddadcf41634"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "89c3c6d9-2bb0-4bae-a134-eddadcf41634"}, {"node_instance_id": "proxy_node_jjgc42", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Executing: /tmp/41727/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "798efd99-66c3-4680-a2e0-367f8d6c595f"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "89c3c6d9-2bb0-4bae-a134-eddadcf41634"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "[localhost] run: /home/ubuntu/dime_host_at6mve/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "89c3c6d9-2bb0-4bae-a134-eddadcf41634"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Starting Agent bono_host_h14e82", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "0c95513f-7ca1-4c2e-b121-ab8023c0d929"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "89c3c6d9-2bb0-4bae-a134-eddadcf41634"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:16.932Z", "message": "Removing directory: /tmp/tmpQIIY4p", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:16.932Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "bcdf2862-5c2d-498e-9b0a-46f677b272fd"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:17.135Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:17.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:17.135Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:17.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:17.135Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:17.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_node_jjgc42", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:17.135Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:17.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_node_jjgc42", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:17.135Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:17.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 1374, "offset": 1081, "size": 50}}} 2018-08-19 10:17:11,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:11,119 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:11 GMT 2018-08-19 10:17:11,120 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:11,120 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27276 2018-08-19 10:17:11,120 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:11,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_at6mve 2018-08-19 10:17:11,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:17:11,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-19 10:17:11,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_at6mve start 2018-08-19 10:17:11,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_nafqne 2018-08-19 10:17:11,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:17:11,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-19 10:17:11,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-19 10:17:11,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:11,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:11,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-19 10:17:11,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-19 10:17:11,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-19 10:17:11,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-19 10:17:11,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:11,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_nafqne 2018-08-19 10:17:11,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/41727/install_requirements.sh 2018-08-19 10:17:11,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-19 10:17:11,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-19 10:17:11,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-19 10:17:11,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/41727/install_requirements.sh 2018-08-19 10:17:11,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-19 10:17:11,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_at6mve/env/bin/pip freeze 2018-08-19 10:17:11,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-19 10:17:11,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-19 10:17:11,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_h14e82 2018-08-19 10:17:11,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:17:11,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:11,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-19 10:17:11,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:17:11,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpQIIY4p 2018-08-19 10:17:11,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:11,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:11,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-19 10:17:11,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:17:11,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:17:11,129 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:17:11,190 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:11,190 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:11,190 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:11,190 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:11,190 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:11,190 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:11,190 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:11,190 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:17:11,190 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:11,191 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:11 GMT 2018-08-19 10:17:11,191 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:11,191 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:17:11,191 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:16,196 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:17:16,273 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:16,273 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:16,273 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:16,273 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:16,273 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:16,273 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:16,274 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:16,274 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_node_jjgc42", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:17.135Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:17.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:17.135Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:17.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:17.135Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:17.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:17.135Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:17.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:17.135Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:17.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:17.135Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:17.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:17.135Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:17.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:17.135Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:17.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "Starting Agent homer_host_nafqne", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "89c3c6d9-2bb0-4bae-a134-eddadcf41634"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "dime_host_at6mve", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "Removing directory: /tmp/tmpc8zowi", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "89c3c6d9-2bb0-4bae-a134-eddadcf41634"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.097Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.146Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.146Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.146Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.146Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.146Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:18.146Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:18.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:19.150Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:19.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:19.150Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:19.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:19.150Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:19.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:19.150Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:19.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:19.150Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:19.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:19.150Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:19.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:19.289Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:19.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.102Z", "message": "Successfully started daemon: bono_host_h14e82", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.102Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.102Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_h14e82 start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.102Z", "message": "Successfully configured daemon: ellis_host_ybdaqa", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.102Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "8d6af185-65ff-4f66-82ce-9bd974c9929f"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.102Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "1a6d98cb-50d2-4f6d-ab26-7dd04fb5edce"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.154Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.154Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.154Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.154Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.154Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.154Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.154Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.154Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.154Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 1374, "offset": 1131, "size": 50}}} 2018-08-19 10:17:16,274 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:16,274 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:16 GMT 2018-08-19 10:17:16,274 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:16,274 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26279 2018-08-19 10:17:16,274 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:16,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:17:16,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-19 10:17:16,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:16,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:16,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-19 10:17:16,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-19 10:17:16,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-19 10:17:16,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:16,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:16,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_nafqne 2018-08-19 10:17:16,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:16,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:16,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:16,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:16,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:16,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-19 10:17:16,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:17:16,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:16,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:16,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpc8zowi 2018-08-19 10:17:16,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:17:16,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:16,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-19 10:17:16,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-19 10:17:16,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-19 10:17:16,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-19 10:17:16,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:16,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-19 10:17:16,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-19 10:17:16,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:16,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-19 10:17:16,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:16,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-19 10:17:16,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-19 10:17:16,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:17:16,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_h14e82 2018-08-19 10:17:16,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-19 10:17:16,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_h14e82 start 2018-08-19 10:17:16,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_ybdaqa 2018-08-19 10:17:16,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-19 10:17:16,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-19 10:17:16,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-19 10:17:16,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:16,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-19 10:17:16,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-19 10:17:16,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-19 10:17:16,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:16,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:16,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:16,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:16,283 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:17:16,346 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:16,346 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:16,347 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:16,347 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:16,347 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:16,347 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:16,347 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:16,347 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:17:16,347 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:16,347 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:16 GMT 2018-08-19 10:17:16,347 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:16,347 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:17:16,348 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:21,353 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:17:21,428 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:21,428 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:21,428 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:21,428 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:21,428 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:21,428 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:21,428 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:21,428 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.154Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:20.154Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:20.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "04a9cfb8-ebb7-444b-b644-666b10f0bf21"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Starting Agent ellis_host_ybdaqa", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "04a9cfb8-ebb7-444b-b644-666b10f0bf21"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "[localhost] run: /home/ubuntu/bono_host_h14e82/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "04a9cfb8-ebb7-444b-b644-666b10f0bf21"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "04a9cfb8-ebb7-444b-b644-666b10f0bf21"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.107Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.107Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "04a9cfb8-ebb7-444b-b644-666b10f0bf21"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:21.399Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:21.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:22.112Z", "message": "Successfully started daemon: homer_host_nafqne", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:22.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:22.112Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:22.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "04a9cfb8-ebb7-444b-b644-666b10f0bf21"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:22.112Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:22.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a02e34b8-ebd6-42e8-8637-06e967222fae"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:22.112Z", "message": "[localhost] run: /home/ubuntu/homer_host_nafqne/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:22.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a02e34b8-ebd6-42e8-8637-06e967222fae"}, {"node_instance_id": "bono_host_h14e82", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:22.112Z", "message": "Removing directory: /tmp/tmpCn8yIf", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:22.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "04a9cfb8-ebb7-444b-b644-666b10f0bf21"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:22.112Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:22.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:22.112Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_nafqne start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:22.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6bc45b85-1799-4f13-bc7f-b13c13b33b75"}, {"node_instance_id": "bind_host_8hwmx5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:22.159Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:22.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:22.159Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:22.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:22.159Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:22.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:22.159Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:22.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:22.159Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:22.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:23.151Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:23.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a02e34b8-ebd6-42e8-8637-06e967222fae"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:23.151Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:23.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a02e34b8-ebd6-42e8-8637-06e967222fae"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:23.151Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:23.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a02e34b8-ebd6-42e8-8637-06e967222fae"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:23.391Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:23.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:23.391Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:23.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:23.391Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:23.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:23.391Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:23.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:23.391Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:23.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:23.391Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:23.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:23.391Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:23.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.346Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.346Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a02e34b8-ebd6-42e8-8637-06e967222fae"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.346Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.346Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.346Z", "message": "Removing directory: /tmp/tmpwL99_K", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "a02e34b8-ebd6-42e8-8637-06e967222fae"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.346Z", "message": "Successfully configured daemon: sprout_host_cc2rj1", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3885e98a-9c89-4169-a00f-21e5e83338f7"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.346Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_ybdaqa start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.346Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}], "metadata": {"pagination": {"total": 1374, "offset": 1181, "size": 50}}} 2018-08-19 10:17:21,429 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:21,429 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:21 GMT 2018-08-19 10:17:21,429 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:21,429 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27345 2018-08-19 10:17:21,429 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:21,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:21,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:21,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:21,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-19 10:17:21,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:17:21,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:21,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:21,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_ybdaqa 2018-08-19 10:17:21,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-19 10:17:21,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:21,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:21,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_h14e82/env/bin/pip freeze 2018-08-19 10:17:21,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-19 10:17:21,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:21,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:21,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:21,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:21,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:17:21,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-19 10:17:21,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:21,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_nafqne 2018-08-19 10:17:21,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-19 10:17:21,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-19 10:17:21,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_nafqne/env/bin/pip freeze 2018-08-19 10:17:21,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpCn8yIf 2018-08-19 10:17:21,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-19 10:17:21,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_nafqne start 2018-08-19 10:17:21,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:21,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:21,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:21,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:21,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-19 10:17:21,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-19 10:17:21,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-19 10:17:21,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-19 10:17:21,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:21,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:21,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-19 10:17:21,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-19 10:17:21,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-19 10:17:21,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-19 10:17:21,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-19 10:17:21,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-19 10:17:21,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-19 10:17:21,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-19 10:17:21,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-19 10:17:21,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpwL99_K 2018-08-19 10:17:21,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_cc2rj1 2018-08-19 10:17:21,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_ybdaqa start 2018-08-19 10:17:21,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-19 10:17:21,438 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:17:21,506 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:21,506 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:21,506 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:21,506 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:21,506 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:21,507 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:21,507 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:21,507 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:17:21,507 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:21,507 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:21 GMT 2018-08-19 10:17:21,507 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:21,507 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:17:21,507 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:26,513 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:17:26,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:26,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:26,596 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:26,596 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:26,596 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:26,596 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:26,596 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:26,597 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.346Z", "message": "Successfully started daemon: ellis_host_ybdaqa", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "6cc6b4d8-a5bb-4f75-b9d5-2a9be6e0d0ae"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.398Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.398Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.398Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.398Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.398Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.398Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:24.398Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:24.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.351Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.351Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.351Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "73d20044-2c4c-44e3-9480-38e58622431f"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.351Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.351Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.351Z", "message": "[localhost] run: /home/ubuntu/ellis_host_ybdaqa/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "73d20044-2c4c-44e3-9480-38e58622431f"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.351Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:25.432Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:25.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.359Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "73d20044-2c4c-44e3-9480-38e58622431f"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.359Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "73d20044-2c4c-44e3-9480-38e58622431f"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.359Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "73d20044-2c4c-44e3-9480-38e58622431f"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.359Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.359Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.359Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.359Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.359Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.359Z", "message": "Starting Agent sprout_host_cc2rj1", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.359Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.415Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.415Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.415Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:26.415Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:26.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:27.363Z", "message": "Removing directory: /tmp/tmpo_c4ej", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:27.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "73d20044-2c4c-44e3-9480-38e58622431f"}, {"node_instance_id": "ellis_host_ybdaqa", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:27.363Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:27.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "73d20044-2c4c-44e3-9480-38e58622431f"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:27.419Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:27.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:27.419Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:27.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:27.419Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:27.419Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:28.483Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:28.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:28.483Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:28.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 1374, "offset": 1231, "size": 50}}} 2018-08-19 10:17:26,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:26,597 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:26 GMT 2018-08-19 10:17:26,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:26,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26664 2018-08-19 10:17:26,597 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:26,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_ybdaqa 2018-08-19 10:17:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-19 10:17:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-19 10:17:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:26,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-19 10:17:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-19 10:17:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-19 10:17:26,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:26,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-19 10:17:26,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_ybdaqa/env/bin/pip freeze 2018-08-19 10:17:26,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:26,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:26,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:26,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:26,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:26,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-19 10:17:26,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-19 10:17:26,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:26,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-19 10:17:26,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:26,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-19 10:17:26,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:26,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-19 10:17:26,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:26,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:26,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-19 10:17:26,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-19 10:17:26,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-19 10:17:26,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:26,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-19 10:17:26,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:26,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:26,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:26,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_cc2rj1 2018-08-19 10:17:26,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:17:26,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:26,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:26,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:26,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-19 10:17:26,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpo_c4ej 2018-08-19 10:17:26,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-19 10:17:26,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-19 10:17:26,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-19 10:17:26,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:26,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-19 10:17:26,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-19 10:17:26,606 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:17:26,675 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:26,675 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:26,676 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:26,676 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:26,676 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:26,676 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:26,676 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:26,676 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:17:26,676 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:26,676 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:26 GMT 2018-08-19 10:17:26,676 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:26,676 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:17:26,677 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:31,682 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:17:31,764 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:31,764 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:31,764 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:31,765 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:31,765 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:31,765 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:31,765 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:31,765 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:28.483Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:28.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:29.692Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:29.692Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:29.692Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:29.692Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:29.692Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:29.692Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:29.692Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:29.692Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:29.785Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:29.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:30.438Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_cc2rj1 start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:30.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:30.438Z", "message": "Successfully started daemon: sprout_host_cc2rj1", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:30.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "3fe09521-6139-47b9-ac69-a8c9bef55d5b"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:30.718Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:30.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:30.718Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:30.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:30.718Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:30.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:30.718Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:30.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:30.718Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:30.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:30.718Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:30.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:30.718Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:30.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:30.718Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:30.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:30.718Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:30.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:30.718Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:30.718Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:31.553Z", "message": "[localhost] run: /home/ubuntu/sprout_host_cc2rj1/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:31.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "77bd4017-34e3-4d4c-b6dc-61aee1ea0656"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:31.553Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:31.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "77bd4017-34e3-4d4c-b6dc-61aee1ea0656"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:31.553Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:31.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "77bd4017-34e3-4d4c-b6dc-61aee1ea0656"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:31.553Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:31.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "77bd4017-34e3-4d4c-b6dc-61aee1ea0656"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:31.553Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:31.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "77bd4017-34e3-4d4c-b6dc-61aee1ea0656"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:31.724Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:31.724Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:31.724Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:31.724Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:31.724Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:31.724Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:32.560Z", "message": "Removing directory: /tmp/tmpHHZBpd", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:32.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "77bd4017-34e3-4d4c-b6dc-61aee1ea0656"}, {"node_instance_id": "sprout_host_cc2rj1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:32.560Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:32.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "77bd4017-34e3-4d4c-b6dc-61aee1ea0656"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:32.731Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:32.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:32.731Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:32.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:32.731Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:32.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:32.731Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:32.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:32.731Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:32.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:32.731Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:32.731Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:33.755Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:33.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:34.837Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:34.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:34.837Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:34.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:34.837Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:34.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:34.837Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:34.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:34.837Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:34.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:35.842Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:35.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:35.842Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:35.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:35.842Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:35.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "ellis_host_ybdaqa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:35.842Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:35.842Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:36.917Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:36.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:36.917Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:36.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:36.917Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:36.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:36.917Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:36.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:36.917Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:36.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:37.941Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:37.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 1374, "offset": 1281, "size": 50}}} 2018-08-19 10:17:31,765 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:31,765 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:31 GMT 2018-08-19 10:17:31,765 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:31,765 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26318 2018-08-19 10:17:31,765 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:31,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-19 10:17:31,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:31,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,767 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-19 10:17:31,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_cc2rj1 start 2018-08-19 10:17:31,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_cc2rj1 2018-08-19 10:17:31,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:31,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-19 10:17:31,768 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:31,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:31,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:31,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-19 10:17:31,769 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-19 10:17:31,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_cc2rj1/env/bin/pip freeze 2018-08-19 10:17:31,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-19 10:17:31,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-19 10:17:31,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-08-19 10:17:31,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-08-19 10:17:31,770 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:31,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpHHZBpd 2018-08-19 10:17:31,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-08-19 10:17:31,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,771 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,772 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,772 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-19 10:17:31,772 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-19 10:17:31,772 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-19 10:17:31,772 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-19 10:17:31,772 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-19 10:17:31,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:31,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-19 10:17:31,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:31,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-19 10:17:31,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,773 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:31,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-08-19 10:17:31,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,774 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-08-19 10:17:31,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:31,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:17:31,834 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:31,834 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:31,834 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:31,834 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:31,834 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:31,835 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:31,835 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:31,835 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:17:31,835 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:31,835 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:31 GMT 2018-08-19 10:17:31,835 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:31,835 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:17:31,835 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:36,841 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:17:36,927 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:36,927 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:36,927 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:36,927 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:36,928 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:36,928 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:36,928 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:36,928 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:37.941Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:37.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:37.941Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:37.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:39.064Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:39.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "sprout_host_cc2rj1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:40.179Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:40.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:41.067Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:41.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:41.067Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:41.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:42.077Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:42.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:42.077Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:42.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:42.077Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:42.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_node_jjgc42", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:43.320Z", "message": "Execution done (return_code=0): /tmp/41727/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:43.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "798efd99-66c3-4680-a2e0-367f8d6c595f"}, {"node_instance_id": "proxy_node_jjgc42", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:43.787Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:43.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_node_jjgc42", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:45.003Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:45.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:45.003Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:45.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_ap9fcj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:45.003Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:45.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:45.003Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:45.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "proxy_node_jjgc42", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:45.003Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:45.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_ap9fcj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:45.939Z", "message": "Downloaded scripts/bind/bind.py to /tmp/LWXEI/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:45.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "897c4785-5fd7-45a8-88e5-5bb2ec8eef7b"}, {"node_instance_id": "bind_ap9fcj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:46.094Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:46.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_ap9fcj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:46.094Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:46.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": "bind_ap9fcj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:46.670Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:46.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "897c4785-5fd7-45a8-88e5-5bb2ec8eef7b"}, {"node_instance_id": "bind_ap9fcj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:46.670Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:46.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "897c4785-5fd7-45a8-88e5-5bb2ec8eef7b"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:47.097Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:47.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:47.097Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:47.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:47.097Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:47.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:48.111Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:48.111Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:48.111Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:48.111Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:48.111Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:48.111Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:52.709Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:52.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:53.126Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:53.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:53.126Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:53.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:54.754Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:54.754Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:56.344Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:56.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:16:58.577Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:16:58.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 1374, "offset": 1331, "size": 50}}} 2018-08-19 10:17:36,928 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:36,928 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:36 GMT 2018-08-19 10:17:36,928 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:36,928 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16817 2018-08-19 10:17:36,928 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:36,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-19 10:17:36,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/41727/install_requirements.sh 2018-08-19 10:17:36,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-19 10:17:36,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-19 10:17:36,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-19 10:17:36,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-08-19 10:17:36,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-19 10:17:36,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/LWXEI/bind.py 2018-08-19 10:17:36,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:17:36,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:17:36,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-08-19 10:17:36,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-08-19 10:17:36,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-08-19 10:17:36,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-08-19 10:17:36,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-08-19 10:17:36,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-08-19 10:17:36,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-19 10:17:36,935 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:17:36,996 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:36,996 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:36,996 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:36,996 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:36,996 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:36,996 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:36,996 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:36,996 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:17:36,997 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:36,997 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:36 GMT 2018-08-19 10:17:36,997 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:36,997 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:17:36,997 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:42,002 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:17:42,071 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:42,071 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:42,072 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:42,072 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:42,072 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:42,072 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:42,072 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:42,072 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1374, "offset": 1364, "size": 50}}} 2018-08-19 10:17:42,072 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:42,072 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:42 GMT 2018-08-19 10:17:42,073 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:42,073 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-19 10:17:42,073 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:42,073 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:17:42,129 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:42,129 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:42,129 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:42,129 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:42,129 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:42,129 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:42,129 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:42,129 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:17:42,129 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:42,130 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:42 GMT 2018-08-19 10:17:42,130 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:42,130 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:17:42,130 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:47,135 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:17:47,205 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:47,205 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:47,205 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:47,205 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:47,205 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:47,205 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:47,206 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:47,206 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1374, "offset": 1364, "size": 50}}} 2018-08-19 10:17:47,206 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:47,206 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:47 GMT 2018-08-19 10:17:47,206 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:47,206 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-19 10:17:47,206 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:47,207 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:17:47,271 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:47,272 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:47,272 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:47,272 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:47,272 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:47,272 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:47,272 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:47,272 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:17:47,273 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:47,273 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:47 GMT 2018-08-19 10:17:47,273 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:47,273 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:17:47,273 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:52,278 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:17:52,427 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:52,427 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:52,428 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:52,428 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:52,428 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:52,428 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:52,428 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:52,428 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_ap9fcj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:17:47.529Z", "message": "[localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:17:47.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4", "logger": "897c4785-5fd7-45a8-88e5-5bb2ec8eef7b"}], "metadata": {"pagination": {"total": 1375, "offset": 1364, "size": 50}}} 2018-08-19 10:17:52,428 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:52,428 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:52 GMT 2018-08-19 10:17:52,428 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:52,429 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 650 2018-08-19 10:17:52,429 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:52,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-08-19 10:17:52,429 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:17:52,486 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:52,487 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:52,487 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:52,487 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:52,487 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:52,487 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:52,487 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:52,487 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:17:52,487 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:52,488 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:52 GMT 2018-08-19 10:17:52,488 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:52,488 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:17:52,488 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:57,493 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:17:57,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:57,563 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:57,563 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:57,563 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:57,563 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:57,563 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:57,563 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:57,563 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1375, "offset": 1365, "size": 50}}} 2018-08-19 10:17:57,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:57,564 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:57 GMT 2018-08-19 10:17:57,564 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:57,564 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-19 10:17:57,564 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:17:57,564 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:17:57,622 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:17:57,623 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:17:57,623 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:17:57,623 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:17:57,623 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:17:57,623 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:17:57,623 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:17:57,623 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:17:57,623 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:17:57,623 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:17:57 GMT 2018-08-19 10:17:57,623 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:17:57,624 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:17:57,624 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:02,629 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:18:02,698 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:02,698 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:02,698 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:02,698 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:02,698 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:02,698 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:02,699 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:02,699 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1375, "offset": 1365, "size": 50}}} 2018-08-19 10:18:02,699 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:02,699 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:02 GMT 2018-08-19 10:18:02,699 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:02,699 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-19 10:18:02,699 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:02,699 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:18:02,755 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:02,755 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:02,755 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:02,756 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:02,756 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:02,756 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:02,756 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:02,756 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:18:02,756 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:02,756 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:02 GMT 2018-08-19 10:18:02,756 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:02,756 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:18:02,757 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:07,762 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:18:07,831 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:07,831 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:07,831 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:07,831 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:07,831 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:07,831 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:07,831 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:07,832 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1375, "offset": 1365, "size": 50}}} 2018-08-19 10:18:07,832 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:07,832 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:07 GMT 2018-08-19 10:18:07,832 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:07,832 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-19 10:18:07,832 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:07,832 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:18:07,906 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:07,906 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:07,906 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:07,906 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:07,906 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:07,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:07,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:07,907 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:18:07,907 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:07,907 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:07 GMT 2018-08-19 10:18:07,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:07,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-19 10:18:07,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:12,913 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:18:12,979 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:12,979 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:12,980 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:12,980 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:12,980 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:12,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:12,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:12,980 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_ap9fcj", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:08.014Z", "message": "Task failed 'script_runner.tasks.run' -> Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-8hwmx5\nE: There are problems and -y was used without --force-yes\noutput: Reading 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 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9", "node_name": "bind", "workflow_id": "install", "error_causes": [{"message": "Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-8hwmx5\nE: There are problems and -y was used without --force-yes\noutput: Reading 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 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 275, in eval_script\n execfile(script_path, eval_globals)\n File \"/tmp/LWXEI/bind.py\", line 262, in \n _main()\n File \"/tmp/LWXEI/bind.py\", line 258, in _main\n globals()[function](*args, **kwargs)\n File \"/tmp/LWXEI/bind.py\", line 117, in install\n error_message='Failed to install BIND packages')\n File \"/tmp/LWXEI/bind.py\", line 250, in _run\n raise exceptions.NonRecoverableError('{0}: {1}'.format(error_message, e))\nNonRecoverableError: Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-8hwmx5\nE: There are problems and -y was used without --force-yes\noutput: Reading 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 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-19T10:18:08.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}, {"node_instance_id": null, "event_type": "workflow_failed", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:08.151Z", "message": "'install' workflow execution failed: RuntimeError: Workflow failed: Task failed 'script_runner.tasks.run' -> Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-8hwmx5\nE: There are problems and -y was used without --force-yes\noutput: Reading 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 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:08.151Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 1377, "offset": 1365, "size": 50}}} 2018-08-19 10:18:12,980 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:12,980 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:12 GMT 2018-08-19 10:18:12,980 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:12,981 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5450 2018-08-19 10:18:12,981 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:12,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error. code: 100 error: sudo: unable to resolve host server-clearwater-opnfv-bind-host-8hwmx5 E: There are problems and -y was used without --force-yes output: 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 2 not upgraded. Need to get 433 kB of archives. After this operation, 1,639 kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! bind9utils bind9 2018-08-19 10:18:12,981 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution failed: RuntimeError: Workflow failed: Task failed 'script_runner.tasks.run' -> Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error. code: 100 error: sudo: unable to resolve host server-clearwater-opnfv-bind-host-8hwmx5 E: There are problems and -y was used without --force-yes output: 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 2 not upgraded. Need to get 433 kB of archives. After this operation, 1,639 kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! bind9utils bind9 2018-08-19 10:18:12,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/967580b2-9e6c-4e13-9364-f3b2274461b4 2018-08-19 10:18:13,039 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:13,039 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:13,039 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:13,039 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:13,040 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:13,040 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:13,040 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:13,040 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "failed", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 502, in _remote_workflow_child_thread\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 533, in _execute_workflow_function\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py\", line 27, in install\n node_instances=set(ctx.node_instances))\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 28, in install_node_instances\n processor.install()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 93, in install\n graph_finisher_func=self._finish_install)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 114, in _process_node_instances\n self.graph.execute()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 133, in execute\n self._handle_terminated_task(task)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed 'script_runner.tasks.run' -> Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-8hwmx5\nE: There are problems and -y was used without --force-yes\noutput: Reading 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 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9\n", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"} 2018-08-19 10:18:13,040 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:13,040 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:13 GMT 2018-08-19 10:18:13,040 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:13,040 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2424 2018-08-19 10:18:13,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:13,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'failed', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-08-19T10:12:55.932Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'Traceback (most recent call last):\n File "/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py", line 502, in _remote_workflow_child_thread\n File "/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py", line 533, in _execute_workflow_function\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py", line 27, in install\n node_instances=set(ctx.node_instances))\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 28, in install_node_instances\n processor.install()\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 93, in install\n graph_finisher_func=self._finish_install)\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py", line 114, in _process_node_instances\n self.graph.execute()\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py", line 133, in execute\n self._handle_terminated_task(task)\n File "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed \'script_runner.tasks.run\' -> Failed to install BIND packages: Command \'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes\' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-8hwmx5\nE: There are problems and -y was used without --force-yes\noutput: Reading 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 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9\n', u'deployment_id': u'clearwater-opnfv', u'id': u'967580b2-9e6c-4e13-9364-f3b2274461b4'} 2018-08-19 10:18:13,167 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 10:18:13,168 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 11:06 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-19 10:18:13,173 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-08-19 10:18:13,173 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions 2018-08-19 10:18:13,232 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:13,233 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:13,233 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:13,233 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:13,233 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:13,233 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:13,233 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:13,233 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "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": {"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"}}}}, "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-19T10:12:19.292Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "b198d579-1037-4412-9409-2eb445c5f0e8"}, {"status": "failed", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:12:55.932Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 502, in _remote_workflow_child_thread\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 533, in _execute_workflow_function\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py\", line 27, in install\n node_instances=set(ctx.node_instances))\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 28, in install_node_instances\n processor.install()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 93, in install\n graph_finisher_func=self._finish_install)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py\", line 114, in _process_node_instances\n self.graph.execute()\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 133, in execute\n self._handle_terminated_task(task)\n File \"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py\", line 207, in _handle_terminated_task\n raise RuntimeError(message)\nRuntimeError: Workflow failed: Task failed 'script_runner.tasks.run' -> Failed to install BIND packages: Command 'sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes' executed with an error.\ncode: 100\nerror: sudo: unable to resolve host server-clearwater-opnfv-bind-host-8hwmx5\nE: There are problems and -y was used without --force-yes\noutput: Reading 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 2 not upgraded.\nNeed to get 433 kB of archives.\nAfter this operation, 1,639 kB of additional disk space will be used.\nWARNING: The following packages cannot be authenticated!\n bind9utils bind9\n", "deployment_id": "clearwater-opnfv", "id": "967580b2-9e6c-4e13-9364-f3b2274461b4"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-08-19 10:18:13,233 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:13,233 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:13 GMT 2018-08-19 10:18:13,233 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:13,233 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8798 2018-08-19 10:18:13,233 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:13,234 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.217:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-19 10:18:13,368 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:13,369 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:13,369 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:13,369 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:13,369 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:13,369 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:13,369 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:13,369 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-08-19 10:18:13,369 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:18:13.300Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"} 2018-08-19 10:18:13,370 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:13,370 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:13 GMT 2018-08-19 10:18:13,370 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:13,370 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-19 10:18:13,370 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:13,370 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:18:13,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:13,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:13,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:13,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:13,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:13,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:13,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:13,434 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-19 10:18:13,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:13,435 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:13 GMT 2018-08-19 10:18:13,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:13,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-19 10:18:13,435 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:13,435 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/38ac1d7c-78a9-477b-8476-d49b00f7a90f 2018-08-19 10:18:13,493 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:13,493 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:13,493 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:13,493 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:13,493 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:13,493 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:13,493 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:13,494 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:18:13.300Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"} 2018-08-19 10:18:13,494 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:13,494 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:13 GMT 2018-08-19 10:18:13,494 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:13,494 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-19 10:18:13,494 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:18,500 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:18:18,568 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:18,568 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:18,569 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:18,569 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:18,569 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:18,569 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:18,569 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:18,569 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:14.029Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:14.029Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_jhpych", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.058Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_d3gcbp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.058Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "sprout_7r6ezf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.058Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_d3gcbp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.058Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_jhpych", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.058Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_qy96ql", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.058Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "ellis_wiofz4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.058Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_jhpych", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.058Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_d3gcbp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.058Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_bm32wd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.058Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "sprout_7r6ezf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.159Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "sprout_7r6ezf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.159Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_d3gcbp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.470Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/WUHWX/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "ada41b4c-c16c-4b4a-8d9c-ea704dd25360"}, {"node_instance_id": "dime_d3gcbp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.705Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "ada41b4c-c16c-4b4a-8d9c-ea704dd25360"}, {"node_instance_id": "homer_jhpych", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.705Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/C920P/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "b6664b6c-4b55-45d2-b672-952bb38aaa51"}, {"node_instance_id": "vellum_qy96ql", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.705Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/91HG1/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "a963875f-fb5c-4bae-925e-5c51ffbef315"}, {"node_instance_id": "sprout_7r6ezf", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.705Z", "message": "Executing: /tmp/H1Z0B/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "b0a83adf-3ff9-438a-a0bb-3451f8c31c01"}, {"node_instance_id": "homer_jhpych", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.705Z", "message": "Executing: /tmp/C920P/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "b6664b6c-4b55-45d2-b672-952bb38aaa51"}, {"node_instance_id": "vellum_qy96ql", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.705Z", "message": "Executing: /tmp/91HG1/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "a963875f-fb5c-4bae-925e-5c51ffbef315"}, {"node_instance_id": "sprout_7r6ezf", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.705Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/H1Z0B/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "b0a83adf-3ff9-438a-a0bb-3451f8c31c01"}, {"node_instance_id": "dime_d3gcbp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:15.705Z", "message": "Executing: /tmp/WUHWX/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:15.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "ada41b4c-c16c-4b4a-8d9c-ea704dd25360"}, {"node_instance_id": "dime_d3gcbp", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.168Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-dime-host-at6mve\nsudo: monit: command not found\n", "node_name": "dime", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-dime-host-at6mve\nsudo: monit: command not found\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/dime_host_at6mve/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/dime_host_at6mve/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/dime_host_at6mve/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-dime-host-at6mve\nsudo: monit: command not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-19T10:18:16.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "ellis_wiofz4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.168Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_qy96ql", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.168Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.168Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_bm32wd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.168Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_jhpych", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.168Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-homer-host-nafqne\nsudo: monit: command not found\n", "node_name": "homer", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-homer-host-nafqne\nsudo: monit: command not found\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/homer_host_nafqne/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/homer_host_nafqne/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/homer_host_nafqne/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-homer-host-nafqne\nsudo: monit: command not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-19T10:18:16.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_bm32wd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.168Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "ellis_wiofz4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.168Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_qy96ql", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.168Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_bm32wd", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Execution done (return_code=1): /tmp/G9STY/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "514bd578-f578-4e8b-902f-a26801aed45e"}, {"node_instance_id": "vellum_qy96ql", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Execution done (return_code=1): /tmp/91HG1/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "a963875f-fb5c-4bae-925e-5c51ffbef315"}, {"node_instance_id": "bono_bm32wd", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Executing: /tmp/G9STY/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "514bd578-f578-4e8b-902f-a26801aed45e"}, {"node_instance_id": "homer_jhpych", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "b6664b6c-4b55-45d2-b672-952bb38aaa51"}, {"node_instance_id": "vellum_qy96ql", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "a963875f-fb5c-4bae-925e-5c51ffbef315"}, {"node_instance_id": "ellis_wiofz4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "5e30bd95-328b-4726-828b-76fa2a746734"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Downloaded scripts/bind/bind.py to /tmp/4IWPF/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "1780096d-f5c0-45e9-9cee-efe0814e0adf"}, {"node_instance_id": "sprout_7r6ezf", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "b0a83adf-3ff9-438a-a0bb-3451f8c31c01"}, {"node_instance_id": "ellis_wiofz4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/KJ6DU/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "5e30bd95-328b-4726-828b-76fa2a746734"}, {"node_instance_id": "bono_bm32wd", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "514bd578-f578-4e8b-902f-a26801aed45e"}, {"node_instance_id": "bono_bm32wd", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/G9STY/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "514bd578-f578-4e8b-902f-a26801aed45e"}, {"node_instance_id": "ellis_wiofz4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Executing: /tmp/KJ6DU/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "5e30bd95-328b-4726-828b-76fa2a746734"}, {"node_instance_id": "dime_d3gcbp", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Execution done (return_code=1): /tmp/WUHWX/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "ada41b4c-c16c-4b4a-8d9c-ea704dd25360"}, {"node_instance_id": "homer_jhpych", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:16.712Z", "message": "Execution done (return_code=1): /tmp/C920P/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:16.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "b6664b6c-4b55-45d2-b672-952bb38aaa51"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:17.175Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:17.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:17.175Z", "message": "Task failed 'script_runner.tasks.run' -> u'homer'", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "u'homer'", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 275, in eval_script\n execfile(script_path, eval_globals)\n File \"/tmp/4IWPF/bind.py\", line 262, in \n _main()\n File \"/tmp/4IWPF/bind.py\", line 258, in _main\n globals()[function](*args, **kwargs)\n File \"/tmp/4IWPF/bind.py\", line 203, in remove_backend\n backends[role].pop(ctx.source.instance.id, None)\nKeyError: u'homer'\n", "type": "KeyError"}], "reported_timestamp": "2018-08-19T10:18:17.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_qy96ql", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:17.175Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-vellum-host-zi9m2d\nsudo: monit: command not found\n", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-vellum-host-zi9m2d\nsudo: monit: command not found\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/vellum_host_zi9m2d/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_zi9m2d/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_zi9m2d/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-vellum-host-zi9m2d\nsudo: monit: command not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-19T10:18:17.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:17.175Z", "message": "Task failed 'script_runner.tasks.run' -> u'dime'", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "u'dime'", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 275, in eval_script\n execfile(script_path, eval_globals)\n File \"/tmp/RQJLV/bind.py\", line 262, in \n _main()\n File \"/tmp/RQJLV/bind.py\", line 258, in _main\n globals()[function](*args, **kwargs)\n File \"/tmp/RQJLV/bind.py\", line 203, in remove_backend\n backends[role].pop(ctx.source.instance.id, None)\nKeyError: u'dime'\n", "type": "KeyError"}], "reported_timestamp": "2018-08-19T10:18:17.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:17.175Z", "message": "Task failed 'script_runner.tasks.run' -> u'vellum'", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "u'vellum'", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 275, in eval_script\n execfile(script_path, eval_globals)\n File \"/tmp/NGSVW/bind.py\", line 262, in \n _main()\n File \"/tmp/NGSVW/bind.py\", line 258, in _main\n globals()[function](*args, **kwargs)\n File \"/tmp/NGSVW/bind.py\", line 203, in remove_backend\n backends[role].pop(ctx.source.instance.id, None)\nKeyError: u'vellum'\n", "type": "KeyError"}], "reported_timestamp": "2018-08-19T10:18:17.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}], "metadata": {"pagination": {"total": 73, "offset": 0, "size": 50}}} 2018-08-19 10:18:18,569 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:18,569 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:18 GMT 2018-08-19 10:18:18,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:18,570 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 32028 2018-08-19 10:18:18,570 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:18,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-08-19 10:18:18,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-19 10:18:18,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-19 10:18:18,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-19 10:18:18,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:18:18,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:18:18,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-19 10:18:18,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-19 10:18:18,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:18:18,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:18:18,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-19 10:18:18,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:18:18,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:18:18,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/WUHWX/stop-dime.sh 2018-08-19 10:18:18,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-08-19 10:18:18,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/C920P/stop-homer.sh 2018-08-19 10:18:18,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/91HG1/stop-vellum.sh 2018-08-19 10:18:18,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/H1Z0B/stop-sprout.sh 2018-08-19 10:18:18,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/C920P/stop-homer.sh 2018-08-19 10:18:18,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/91HG1/stop-vellum.sh 2018-08-19 10:18:18,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/H1Z0B/stop-sprout.sh 2018-08-19 10:18:18,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/WUHWX/stop-dime.sh 2018-08-19 10:18:18,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-dime-host-at6mve sudo: monit: command not found 2018-08-19 10:18:18,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:18:18,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:18:18,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:18:18,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:18:18,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-homer-host-nafqne sudo: monit: command not found 2018-08-19 10:18:18,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:18:18,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:18:18,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:18:18,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/G9STY/stop-bono.sh 2018-08-19 10:18:18,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/91HG1/stop-vellum.sh 2018-08-19 10:18:18,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/G9STY/stop-bono.sh 2018-08-19 10:18:18,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-08-19 10:18:18,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-08-19 10:18:18,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-08-19 10:18:18,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/4IWPF/bind.py 2018-08-19 10:18:18,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-08-19 10:18:18,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/KJ6DU/stop-ellis.sh 2018-08-19 10:18:18,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-08-19 10:18:18,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/G9STY/stop-bono.sh 2018-08-19 10:18:18,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/KJ6DU/stop-ellis.sh 2018-08-19 10:18:18,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/WUHWX/stop-dime.sh 2018-08-19 10:18:18,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/C920P/stop-homer.sh 2018-08-19 10:18:18,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:18:18,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> u'homer' 2018-08-19 10:18:18,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-vellum-host-zi9m2d sudo: monit: command not found 2018-08-19 10:18:18,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> u'dime' 2018-08-19 10:18:18,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> u'vellum' 2018-08-19 10:18:18,579 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/38ac1d7c-78a9-477b-8476-d49b00f7a90f 2018-08-19 10:18:18,634 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:18,635 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:18,635 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:18,635 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:18,635 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:18,635 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:18,635 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:18,635 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:18:13.300Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"} 2018-08-19 10:18:18,635 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:18,635 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:18 GMT 2018-08-19 10:18:18,636 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:18,636 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-19 10:18:18,636 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:23,641 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:18:23,709 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:23,709 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:23,709 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:23,709 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:23,710 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:23,710 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:23,710 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:23,710 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_bm32wd", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:17.175Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-bono-host-h14e82\nsudo: monit: command not found\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-bono-host-h14e82\nsudo: monit: command not found\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_h14e82/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bono_host_h14e82/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bono_host_h14e82/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-bono-host-h14e82\nsudo: monit: command not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-19T10:18:17.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:17.175Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:17.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:17.730Z", "message": "Downloaded scripts/bind/bind.py to /tmp/RQJLV/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:17.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "e0949392-a838-4932-8c33-8df571b4a1ab"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:17.730Z", "message": "Downloaded scripts/bind/bind.py to /tmp/NGSVW/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:17.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "5e01c2d1-ee60-43ce-8d9f-7c702238ce0d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:17.730Z", "message": "Downloaded scripts/bind/bind.py to /tmp/6PL1Q/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:17.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "7d91b7e4-b087-4295-b1e6-5f164ae14431"}, {"node_instance_id": "dime_d3gcbp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.180Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_qy96ql", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.180Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_d3gcbp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.180Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_qy96ql", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.180Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_jhpych", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.180Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_bm32wd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.180Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_jhpych", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.180Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_d3gcbp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.180Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_qy96ql", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.180Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.180Z", "message": "Task failed 'script_runner.tasks.run' -> u'bono'", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "u'bono'", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 275, in eval_script\n execfile(script_path, eval_globals)\n File \"/tmp/6PL1Q/bind.py\", line 262, in \n _main()\n File \"/tmp/6PL1Q/bind.py\", line 258, in _main\n globals()[function](*args, **kwargs)\n File \"/tmp/6PL1Q/bind.py\", line 203, in remove_backend\n backends[role].pop(ctx.source.instance.id, None)\nKeyError: u'bono'\n", "type": "KeyError"}], "reported_timestamp": "2018-08-19T10:18:18.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_jhpych", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.180Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_bm32wd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.180Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_bm32wd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.180Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_qy96ql", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/IH5WB/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "8813ebe9-85ad-4f37-b096-d237209a5410"}, {"node_instance_id": "bono_bm32wd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "7b199d64-07eb-4c53-a6f8-08c5c361e552"}, {"node_instance_id": "dime_d3gcbp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/HC37J/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "1e866b1c-5836-4f27-88a6-ead840beb8dd"}, {"node_instance_id": "bono_bm32wd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/WZOU8/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "7b199d64-07eb-4c53-a6f8-08c5c361e552"}, {"node_instance_id": "homer_jhpych", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Executing: /tmp/GDW7W/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "8a3de1a9-263b-4470-a4c6-b7023ed6f1c9"}, {"node_instance_id": "dime_d3gcbp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Execution done (return_code=1): /tmp/HC37J/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "1e866b1c-5836-4f27-88a6-ead840beb8dd"}, {"node_instance_id": "bono_bm32wd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Executing: /tmp/WZOU8/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "7b199d64-07eb-4c53-a6f8-08c5c361e552"}, {"node_instance_id": "dime_d3gcbp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Executing: /tmp/HC37J/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "1e866b1c-5836-4f27-88a6-ead840beb8dd"}, {"node_instance_id": "dime_d3gcbp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "1e866b1c-5836-4f27-88a6-ead840beb8dd"}, {"node_instance_id": "homer_jhpych", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Execution done (return_code=1): /tmp/GDW7W/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "8a3de1a9-263b-4470-a4c6-b7023ed6f1c9"}, {"node_instance_id": "homer_jhpych", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "8a3de1a9-263b-4470-a4c6-b7023ed6f1c9"}, {"node_instance_id": "homer_jhpych", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/GDW7W/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "8a3de1a9-263b-4470-a4c6-b7023ed6f1c9"}, {"node_instance_id": "vellum_qy96ql", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Executing: /tmp/IH5WB/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "8813ebe9-85ad-4f37-b096-d237209a5410"}, {"node_instance_id": "vellum_qy96ql", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "8813ebe9-85ad-4f37-b096-d237209a5410"}, {"node_instance_id": "vellum_qy96ql", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:18.767Z", "message": "Execution done (return_code=1): /tmp/IH5WB/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:18.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "8813ebe9-85ad-4f37-b096-d237209a5410"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:19.185Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:19.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_d3gcbp", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:19.185Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-dime-host-at6mve\nclearwater-etcd: unrecognized service\n", "node_name": "dime", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-dime-host-at6mve\nclearwater-etcd: unrecognized service\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/dime_host_at6mve/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/dime_host_at6mve/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/dime_host_at6mve/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-dime-host-at6mve\nclearwater-etcd: unrecognized service\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-19T10:18:19.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:19.185Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:19.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:19.185Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:19.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_jhpych", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:19.185Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-homer-host-nafqne\nclearwater-etcd: unrecognized service\n", "node_name": "homer", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-homer-host-nafqne\nclearwater-etcd: unrecognized service\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/homer_host_nafqne/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/homer_host_nafqne/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/homer_host_nafqne/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-homer-host-nafqne\nclearwater-etcd: unrecognized service\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-19T10:18:19.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_host_nafqne", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:19.185Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:19.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:19.185Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:19.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_qy96ql", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:19.185Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-vellum-host-zi9m2d\nclearwater-etcd: unrecognized service\n", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-vellum-host-zi9m2d\nclearwater-etcd: unrecognized service\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/vellum_host_zi9m2d/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_zi9m2d/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/vellum_host_zi9m2d/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-vellum-host-zi9m2d\nclearwater-etcd: unrecognized service\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-19T10:18:19.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_bm32wd", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:19.185Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-bono-host-h14e82\nclearwater-etcd: unrecognized service\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-bono-host-h14e82\nclearwater-etcd: unrecognized service\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_h14e82/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bono_host_h14e82/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bono_host_h14e82/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-bono-host-h14e82\nclearwater-etcd: unrecognized service\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-19T10:18:19.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:19.185Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:19.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_host_at6mve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:19.185Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:19.185Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_bm32wd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:19.772Z", "message": "Execution done (return_code=1): /tmp/WZOU8/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:19.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "7b199d64-07eb-4c53-a6f8-08c5c361e552"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:20.189Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:20.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:20.189Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:20.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:20.189Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:20.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:20.189Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:20.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:20.189Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:20.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}], "metadata": {"pagination": {"total": 172, "offset": 50, "size": 50}}} 2018-08-19 10:18:23,710 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:23,710 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:23 GMT 2018-08-19 10:18:23,710 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:23,710 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 32426 2018-08-19 10:18:23,710 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:23,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-bono-host-h14e82 sudo: monit: command not found 2018-08-19 10:18:23,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:18:23,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/RQJLV/bind.py 2018-08-19 10:18:23,712 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/NGSVW/bind.py 2018-08-19 10:18:23,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/6PL1Q/bind.py 2018-08-19 10:18:23,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:18:23,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:18:23,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-19 10:18:23,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-19 10:18:23,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:18:23,713 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-19 10:18:23,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-19 10:18:23,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:18:23,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:18:23,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> u'bono' 2018-08-19 10:18:23,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:18:23,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:18:23,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:18:23,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/IH5WB/remove-cluster-node.sh 2018-08-19 10:18:23,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-19 10:18:23,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/HC37J/remove-cluster-node.sh 2018-08-19 10:18:23,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/WZOU8/remove-cluster-node.sh 2018-08-19 10:18:23,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/GDW7W/remove-cluster-node.sh 2018-08-19 10:18:23,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/HC37J/remove-cluster-node.sh 2018-08-19 10:18:23,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/WZOU8/remove-cluster-node.sh 2018-08-19 10:18:23,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/HC37J/remove-cluster-node.sh 2018-08-19 10:18:23,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-19 10:18:23,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/GDW7W/remove-cluster-node.sh 2018-08-19 10:18:23,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-19 10:18:23,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/GDW7W/remove-cluster-node.sh 2018-08-19 10:18:23,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/IH5WB/remove-cluster-node.sh 2018-08-19 10:18:23,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-19 10:18:23,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/IH5WB/remove-cluster-node.sh 2018-08-19 10:18:23,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-19 10:18:23,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-dime-host-at6mve clearwater-etcd: unrecognized service 2018-08-19 10:18:23,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-19 10:18:23,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-19 10:18:23,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-homer-host-nafqne clearwater-etcd: unrecognized service 2018-08-19 10:18:23,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-19 10:18:23,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-19 10:18:23,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-vellum-host-zi9m2d clearwater-etcd: unrecognized service 2018-08-19 10:18:23,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-bono-host-h14e82 clearwater-etcd: unrecognized service 2018-08-19 10:18:23,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-19 10:18:23,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-19 10:18:23,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/WZOU8/remove-cluster-node.sh 2018-08-19 10:18:23,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-19 10:18:23,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-19 10:18:23,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-19 10:18:23,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-19 10:18:23,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-19 10:18:23,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/38ac1d7c-78a9-477b-8476-d49b00f7a90f 2018-08-19 10:18:23,775 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:23,775 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:23,776 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:23,776 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:23,776 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:23,776 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:23,776 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:23,776 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:18:13.300Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"} 2018-08-19 10:18:23,776 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:23,776 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:23 GMT 2018-08-19 10:18:23,776 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:23,777 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-19 10:18:23,777 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:28,782 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:18:28,852 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:28,852 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:28,853 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:28,853 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:28,853 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:28,853 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:28,853 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:28,853 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:20.189Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:20.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:20.189Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:20.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:20.189Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:20.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:20.189Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:20.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:20.189Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:20.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:20.189Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:20.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "sprout_7r6ezf", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:20.878Z", "message": "Execution done (return_code=1): /tmp/H1Z0B/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:20.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "b0a83adf-3ff9-438a-a0bb-3451f8c31c01"}, {"node_instance_id": "homer_host_nafqne", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "sprout_7r6ezf", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-sprout-host-cc2rj1\nsudo: monit: command not found\n", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": [{"message": "sudo: unable to resolve host server-clearwater-opnfv-sprout-host-cc2rj1\nsudo: monit: command not found\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/sprout_host_cc2rj1/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/sprout_host_cc2rj1/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/sprout_host_cc2rj1/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: sudo: unable to resolve host server-clearwater-opnfv-sprout-host-cc2rj1\nsudo: monit: command not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_host_nafqne", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_host_h14e82", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_host_h14e82", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "vellum_host_zi9m2d", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_host_nafqne", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.310Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "6f5be833-dcea-41de-a384-79762ed91d80"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "ae3e0532-84b2-410d-8b66-5bd6ab8be11c"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "6f5be833-dcea-41de-a384-79762ed91d80"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "6f5be833-dcea-41de-a384-79762ed91d80"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "6f5be833-dcea-41de-a384-79762ed91d80"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "6f5be833-dcea-41de-a384-79762ed91d80"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "ae3e0532-84b2-410d-8b66-5bd6ab8be11c"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "6f5be833-dcea-41de-a384-79762ed91d80"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "6f5be833-dcea-41de-a384-79762ed91d80"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "ae3e0532-84b2-410d-8b66-5bd6ab8be11c"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "6f5be833-dcea-41de-a384-79762ed91d80"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "ae3e0532-84b2-410d-8b66-5bd6ab8be11c"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "ae3e0532-84b2-410d-8b66-5bd6ab8be11c"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Stopping Agent homer_host_nafqne", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "6f5be833-dcea-41de-a384-79762ed91d80"}, {"node_instance_id": "homer_host_nafqne", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "6f5be833-dcea-41de-a384-79762ed91d80"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "ae3e0532-84b2-410d-8b66-5bd6ab8be11c"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "ae3e0532-84b2-410d-8b66-5bd6ab8be11c"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "ae3e0532-84b2-410d-8b66-5bd6ab8be11c"}, {"node_instance_id": "vellum_host_zi9m2d", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:21.776Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:21.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f", "logger": "ae3e0532-84b2-410d-8b66-5bd6ab8be11c"}, {"node_instance_id": "bono_host_h14e82", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:22.368Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:22.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:22.368Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:22.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:22.368Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:22.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_host_at6mve", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:22.368Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:22.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:22.368Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:22.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": null, "event_type": "task_failed", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:22.368Z", "message": "Task failed 'script_runner.tasks.run' -> u'sprout'", "node_name": null, "workflow_id": "uninstall", "error_causes": [{"message": "u'sprout'", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 72, in run\n return process_execution(script_func, script_path, ctx, process)\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 143, in process_execution\n script_func(script_path, ctx, process)\n File \"/home/ubuntu/bind_host_8hwmx5/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 275, in eval_script\n execfile(script_path, eval_globals)\n File \"/tmp/ZH1IJ/bind.py\", line 262, in \n _main()\n File \"/tmp/ZH1IJ/bind.py\", line 258, in _main\n globals()[function](*args, **kwargs)\n File \"/tmp/ZH1IJ/bind.py\", line 203, in remove_backend\n backends[role].pop(ctx.source.instance.id, None)\nKeyError: u'sprout'\n", "type": "KeyError"}], "reported_timestamp": "2018-08-19T10:18:22.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_host_at6mve", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:22.368Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:22.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:22.368Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:22.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}, {"node_instance_id": "dime_host_at6mve", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-19T10:18:22.368Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-19T10:18:22.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"}], "metadata": {"pagination": {"total": 260, "offset": 100, "size": 50}}} 2018-08-19 10:18:28,853 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:28,853 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:28 GMT 2018-08-19 10:18:28,854 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:28,854 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28595 2018-08-19 10:18:28,854 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:28,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-19 10:18:28,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-19 10:18:28,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-19 10:18:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-19 10:18:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-19 10:18:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-19 10:18:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/H1Z0B/stop-sprout.sh 2018-08-19 10:18:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-19 10:18:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-19 10:18:28,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-19 10:18:28,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> sudo: unable to resolve host server-clearwater-opnfv-sprout-host-cc2rj1 sudo: monit: command not found 2018-08-19 10:18:28,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-19 10:18:28,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-19 10:18:28,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-19 10:18:28,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-19 10:18:28,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-19 10:18:28,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-19 10:18:28,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-19 10:18:28,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-19 10:18:28,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-19 10:18:28,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-19 10:18:28,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-19 10:18:28,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,859 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_nafqne 2018-08-19 10:18:28,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-19 10:18:28,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-19 10:18:28,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-19 10:18:28,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-19 10:18:28,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-19 10:18:28,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-19 10:18:28,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> u'sprout' 2018-08-19 10:18:28,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-19 10:18:28,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-19 10:18:28,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-19 10:18:28,863 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/38ac1d7c-78a9-477b-8476-d49b00f7a90f 2018-08-19 10:18:28,920 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 10:18:28,920 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 10:18:28,920 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 10:18:28,921 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 10:18:28,921 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 10:18:28,921 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 10:18:28,921 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 10:18:28,921 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-19T10:18:13.300Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "38ac1d7c-78a9-477b-8476-d49b00f7a90f"} 2018-08-19 10:18:28,921 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 10:18:28,921 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 10:18:28 GMT 2018-08-19 10:18:28,921 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 10:18:28,921 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-19 10:18:28,921 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 10:18:33,927 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-19 10:20:41,200 - 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 275, in clean wait_for_execution(self.cfy_client, execution, self.__logger) File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 335, in wait_for_execution sort='@timestamp').items File "/usr/lib/python2.7/site-packages/cloudify_rest_client/events.py", line 77, in list response = self.api.get(uri, _include=_include, params=params) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 252, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 233, in do_request 'SSL, but the client does'.format(e) ConnectionError: HTTPConnectionPool(host='172.30.9.217', port=80): Max retries exceeded with url: /api/v3/events?_offset=150&type=cloudify_event&type=cloudify_log&execution_id=38ac1d7c-78a9-477b-8476-d49b00f7a90f&_sort=%40timestamp&_size=50 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) This can happen when the manager is not working with SSL, but the client does 2018-08-19 10:20:41,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 10:20:41,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:20:42,266 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-41cb8c3b-0201-49a1-881c-2b3583187e18 Date: Sun, 19 Aug 2018 10:20: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-19 10:20:42,266 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6 used request id req-41cb8c3b-0201-49a1-881c-2b3583187e18 2018-08-19 10:20:42,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.055382967s 2018-08-19 10:20:42,266 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6 used request id req-41cb8c3b-0201-49a1-881c-2b3583187e18 2018-08-19 10:20:42,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 10:20:42,269 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:20:42,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20: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-2f907deb-a1bb-4a28-b383-57130388dbc4 x-compute-request-id: req-2f907deb-a1bb-4a28-b383-57130388dbc4 Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_f5326a3a-2fc8-42dd-8914-755fe2514b62", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "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": "53311987-dc36-4ce8-881b-9839c17bf71a"}, {"name": "cloudify_ims-flavor_alt_f5326a3a-2fc8-42dd-8914-755fe2514b62", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "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": "84942ea4-4cc8-48ed-9505-eb40efed6697"}]} 2018-08-19 10:20:42,594 - 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-2f907deb-a1bb-4a28-b383-57130388dbc4 2018-08-19 10:20:42,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.326854944229s 2018-08-19 10:20:42,594 - 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-2f907deb-a1bb-4a28-b383-57130388dbc4 2018-08-19 10:20:42,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 10:20:42,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:20:42,647 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 10:20: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-f43a7f91-458e-4e13-825b-66bf733fb0b0 x-compute-request-id: req-f43a7f91-458e-4e13-825b-66bf733fb0b0 Content-Length: 0 Content-Type: application/json 2018-08-19 10:20:42,647 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697 used request id req-f43a7f91-458e-4e13-825b-66bf733fb0b0 2018-08-19 10:20:42,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0505850315094s 2018-08-19 10:20:42,647 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697 used request id req-f43a7f91-458e-4e13-825b-66bf733fb0b0 2018-08-19 10:20:42,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-19 10:20:42,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/a42ce433-4627-4cdc-a3c1-75de0859422d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:20:44,048 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f8c1e1b6-e0e3-4d31-8a03-ad163b23b945 Content-Length: 0 Date: Sun, 19 Aug 2018 10:20:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:20:44,049 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/a42ce433-4627-4cdc-a3c1-75de0859422d.json used request id req-f8c1e1b6-e0e3-4d31-8a03-ad163b23b945 2018-08-19 10:20:44,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.39844322205s 2018-08-19 10:20:44,049 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/a42ce433-4627-4cdc-a3c1-75de0859422d.json used request id req-f8c1e1b6-e0e3-4d31-8a03-ad163b23b945 2018-08-19 10:20:44,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 10:20:44,054 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:20:44,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1636 X-Openstack-Request-Id: req-8624a4e6-f3ba-4824-8043-af30b7df5f1b Date: Sun, 19 Aug 2018 10:20:44 GMT RESP BODY: {"floatingips": [{"router_id": "01a85d54-4159-4b66-afb9-c37b1025cd2c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T10:16:41Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.201", "revision_number": 2, "port_id": "3b7fdafb-f964-44d2-a4ae-54749957d4a7", "id": "287cd9fb-b13c-4492-bfbe-b2d13c27ff97", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:13:05Z", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"router_id": "01a85d54-4159-4b66-afb9-c37b1025cd2c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T10:16:52Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.205", "revision_number": 2, "port_id": "9b576534-6d84-4b93-b82f-5ce73effed7f", "id": "2c1b9f44-843b-4b86-b341-fea288a11925", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:13:07Z", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"router_id": "01a85d54-4159-4b66-afb9-c37b1025cd2c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T10:16:51Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.204", "revision_number": 2, "port_id": "e01877ba-a1c5-4a08-a0a4-33f232ff8605", "id": "e6541482-338f-4c04-8d6b-08e66ef2f2bf", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:13:02Z", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}]} 2018-08-19 10:20:44,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-8624a4e6-f3ba-4824-8043-af30b7df5f1b 2018-08-19 10:20:44,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.345303058624s 2018-08-19 10:20:44,399 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-8624a4e6-f3ba-4824-8043-af30b7df5f1b 2018-08-19 10:20:44,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-19 10:20:44,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:20:44,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 10:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d992f702-7d02-4ca3-8eff-18c3fb84815c x-compute-request-id: req-d992f702-7d02-4ca3-8eff-18c3fb84815c Content-Type: application/json 2018-08-19 10:20:44,832 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165 used request id req-d992f702-7d02-4ca3-8eff-18c3fb84815c 2018-08-19 10:20:44,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.42361497879s 2018-08-19 10:20:44,833 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165 used request id req-d992f702-7d02-4ca3-8eff-18c3fb84815c 2018-08-19 10:20:44,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:20:44,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:20:45,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46c0ff01-3980-422e-be8b-129e7d307110 x-compute-request-id: req-46c0ff01-3980-422e-be8b-129e7d307110 Content-Encoding: gzip Content-Length: 1738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bd:eb", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bd:eb", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5c9e5f7e-7f59-4d27-b739-36566f6342e9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5c9e5f7e-7f59-4d27-b739-36566f6342e9", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-19T10:15:30.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "5c9e5f7e-7f59-4d27-b739-36566f6342e9", "security_groups": [{"name": "clearwater-sg_base"}, {"name": "default"}, {"name": "clearwater-sg_bono"}, {"name": "clearwater-sg_internal_sip"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-19T10:18:34Z", "hostId": "a0fe417534880250e6ddb39f1a2affca37308e9e4586c797d56ef179", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_bono_host_h14e82", "created": "2018-08-19T10:13:27Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:28:93", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/55ea1237-c60a-4c87-ae36-6f61cb15034e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/55ea1237-c60a-4c87-ae36-6f61cb15034e", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:15:34.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "55ea1237-c60a-4c87-ae36-6f61cb15034e", "security_groups": [{"name": "clearwater-sg_sprout"}, {"name": "clearwater-sg_base"}, {"name": "default"}, {"name": "clearwater-sg_internal_sip"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:15:34Z", "hostId": "a0fe417534880250e6ddb39f1a2affca37308e9e4586c797d56ef179", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_sprout_host_cc2rj1", "created": "2018-08-19T10:13:26Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:c8:a2", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/333eaa08-aa1c-41ec-b4c9-f94afa5dac43", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/333eaa08-aa1c-41ec-b4c9-f94afa5dac43", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:15:29.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "333eaa08-aa1c-41ec-b4c9-f94afa5dac43", "security_groups": [{"name": "clearwater-sg_dime"}, {"name": "clearwater-sg_base"}, {"name": "default"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:15:29Z", "hostId": "a0fe417534880250e6ddb39f1a2affca37308e9e4586c797d56ef179", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_dime_host_at6mve", "created": "2018-08-19T10:13:24Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:64:eb", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:64:eb", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/113084f0-bef6-4e3f-8840-6c739a8112e0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/113084f0-bef6-4e3f-8840-6c739a8112e0", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:15:23.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "113084f0-bef6-4e3f-8840-6c739a8112e0", "security_groups": [{"name": "clearwater-sg_ellis"}, {"name": "clearwater-sg_base"}, {"name": "default"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:15:24Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_ellis_host_ybdaqa", "created": "2018-08-19T10:13:23Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:d6:79", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1875a6c7-d1e8-4b69-a26f-1d607cd3365d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1875a6c7-d1e8-4b69-a26f-1d607cd3365d", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-19T10:15:21.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "1875a6c7-d1e8-4b69-a26f-1d607cd3365d", "security_groups": [{"name": "clearwater-sg_homer"}, {"name": "clearwater-sg_base"}, {"name": "default"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-19T10:18:34Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_homer_host_nafqne", "created": "2018-08-19T10:13:22Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ef:d3", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6aaf1300-503e-402e-bc98-9c9de9aff9e5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6aaf1300-503e-402e-bc98-9c9de9aff9e5", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-19T10:15:34.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "6aaf1300-503e-402e-bc98-9c9de9aff9e5", "security_groups": [{"name": "clearwater-sg_vellum"}, {"name": "clearwater-sg_base"}, {"name": "default"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-19T10:18:33Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_vellum_host_zi9m2d", "created": "2018-08-19T10:13:18Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:b0:d2", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:b0:d2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8738d3d4-bf4c-4662-af34-2aaa1499d70d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8738d3d4-bf4c-4662-af34-2aaa1499d70d", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:15:20.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "8738d3d4-bf4c-4662-af34-2aaa1499d70d", "security_groups": [{"name": "clearwater-sg_bind"}, {"name": "clearwater-sg_base"}, {"name": "default"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:15:21Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_bind_host_8hwmx5", "created": "2018-08-19T10:13:18Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:d5:8a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e69a6809-4b8b-4a4c-8998-0e765f783a3b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e69a6809-4b8b-4a4c-8998-0e765f783a3b", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:15:25.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "e69a6809-4b8b-4a4c-8998-0e765f783a3b", "security_groups": [{"name": "default"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:15:25Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_proxy_host_dx6tsb", "created": "2018-08-19T10:13:17Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:19:58", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:19:58", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a8b4adf4-c34f-40ef-b872-1d7c30c04165", "rel": "bookmark"}], "image": {"id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "links": [{"href": "http://172.30.9.27:8774/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:10:49.000000", "flavor": {"id": "53311987-dc36-4ce8-881b-9839c17bf71a", "links": [{"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "bookmark"}]}, "id": "a8b4adf4-c34f-40ef-b872-1d7c30c04165", "security_groups": [{"name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:20:44Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "cloudify_ims-vm_f5326a3a-2fc8-42dd-8914-755fe2514b62", "created": "2018-08-19T10:08:47Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 10:20:45,919 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-46c0ff01-3980-422e-be8b-129e7d307110 2018-08-19 10:20:45,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08608388901s 2018-08-19 10:20:45,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-46c0ff01-3980-422e-be8b-129e7d307110 2018-08-19 10:20:45,928 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 10:20:47,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 10:20:47,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:20:49,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d39295ae-f0ad-4633-b26f-3838b95dd2a5 x-compute-request-id: req-d39295ae-f0ad-4633-b26f-3838b95dd2a5 Content-Encoding: gzip Content-Length: 1568 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bd:eb", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:bd:eb", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/5c9e5f7e-7f59-4d27-b739-36566f6342e9", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/5c9e5f7e-7f59-4d27-b739-36566f6342e9", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-19T10:15:30.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "5c9e5f7e-7f59-4d27-b739-36566f6342e9", "security_groups": [{"name": "clearwater-sg_base"}, {"name": "default"}, {"name": "clearwater-sg_bono"}, {"name": "clearwater-sg_internal_sip"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-19T10:18:34Z", "hostId": "a0fe417534880250e6ddb39f1a2affca37308e9e4586c797d56ef179", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_bono_host_h14e82", "created": "2018-08-19T10:13:27Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:28:93", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/55ea1237-c60a-4c87-ae36-6f61cb15034e", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/55ea1237-c60a-4c87-ae36-6f61cb15034e", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:15:34.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "55ea1237-c60a-4c87-ae36-6f61cb15034e", "security_groups": [{"name": "clearwater-sg_sprout"}, {"name": "clearwater-sg_base"}, {"name": "default"}, {"name": "clearwater-sg_internal_sip"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:15:34Z", "hostId": "a0fe417534880250e6ddb39f1a2affca37308e9e4586c797d56ef179", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_sprout_host_cc2rj1", "created": "2018-08-19T10:13:26Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:c8:a2", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/333eaa08-aa1c-41ec-b4c9-f94afa5dac43", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/333eaa08-aa1c-41ec-b4c9-f94afa5dac43", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:15:29.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "333eaa08-aa1c-41ec-b4c9-f94afa5dac43", "security_groups": [{"name": "clearwater-sg_dime"}, {"name": "clearwater-sg_base"}, {"name": "default"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:15:29Z", "hostId": "a0fe417534880250e6ddb39f1a2affca37308e9e4586c797d56ef179", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_dime_host_at6mve", "created": "2018-08-19T10:13:24Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:64:eb", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:64:eb", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/113084f0-bef6-4e3f-8840-6c739a8112e0", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/113084f0-bef6-4e3f-8840-6c739a8112e0", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:15:23.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "113084f0-bef6-4e3f-8840-6c739a8112e0", "security_groups": [{"name": "clearwater-sg_ellis"}, {"name": "clearwater-sg_base"}, {"name": "default"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:15:24Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_ellis_host_ybdaqa", "created": "2018-08-19T10:13:23Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:d6:79", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/1875a6c7-d1e8-4b69-a26f-1d607cd3365d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/1875a6c7-d1e8-4b69-a26f-1d607cd3365d", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-19T10:15:21.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "1875a6c7-d1e8-4b69-a26f-1d607cd3365d", "security_groups": [{"name": "clearwater-sg_homer"}, {"name": "clearwater-sg_base"}, {"name": "default"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-19T10:18:34Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_homer_host_nafqne", "created": "2018-08-19T10:13:22Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:ef:d3", "version": 4, "addr": "192.168.120.21", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/6aaf1300-503e-402e-bc98-9c9de9aff9e5", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/6aaf1300-503e-402e-bc98-9c9de9aff9e5", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "stopped", "OS-SRV-USG:launched_at": "2018-08-19T10:15:34.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "6aaf1300-503e-402e-bc98-9c9de9aff9e5", "security_groups": [{"name": "clearwater-sg_vellum"}, {"name": "clearwater-sg_base"}, {"name": "default"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 4, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "SHUTOFF", "updated": "2018-08-19T10:18:33Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_vellum_host_zi9m2d", "created": "2018-08-19T10:13:18Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:b0:d2", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:b0:d2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/8738d3d4-bf4c-4662-af34-2aaa1499d70d", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/8738d3d4-bf4c-4662-af34-2aaa1499d70d", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:15:20.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "8738d3d4-bf4c-4662-af34-2aaa1499d70d", "security_groups": [{"name": "clearwater-sg_bind"}, {"name": "clearwater-sg_base"}, {"name": "default"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:15:21Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_bind_host_8hwmx5", "created": "2018-08-19T10:13:18Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}, {"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:d5:8a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e69a6809-4b8b-4a4c-8998-0e765f783a3b", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e69a6809-4b8b-4a4c-8998-0e765f783a3b", "rel": "bookmark"}], "image": {"id": "6acbb200-4403-4a21-ac60-57d8c9a81ce6", "links": [{"href": "http://172.30.9.27:8774/images/6acbb200-4403-4a21-ac60-57d8c9a81ce6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:15:25.000000", "flavor": {"id": "84942ea4-4cc8-48ed-9505-eb40efed6697", "links": [{"href": "http://172.30.9.27:8774/flavors/84942ea4-4cc8-48ed-9505-eb40efed6697", "rel": "bookmark"}]}, "id": "e69a6809-4b8b-4a4c-8998-0e765f783a3b", "security_groups": [{"name": "default"}], "user_id": "196b1cec35354ebbacfc8c2f413b6a35", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:15:25Z", "hostId": "a7ed01099d0948e8c0f6f5c53fe0a2310c1f58b49f7ca522727c8d51", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62", "name": "server_clearwater-opnfv_proxy_host_dx6tsb", "created": "2018-08-19T10:13:17Z", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "cloudify_ims-net_f5326a3a-2fc8-42dd-8914-755fe2514b62", "cloudify_management_network_id": "49cdffc5-e9aa-4e93-a9fd-ebc5a753590e"}}]} 2018-08-19 10:20:49,135 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d39295ae-f0ad-4633-b26f-3838b95dd2a5 2018-08-19 10:20:49,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2043159008s 2018-08-19 10:20:49,136 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d39295ae-f0ad-4633-b26f-3838b95dd2a5 2018-08-19 10:20:49,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 10:20:49,147 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:20:49,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 35166 X-Openstack-Request-Id: req-290258d4-dfaa-4577-8066-87d37821dd0a Date: Sun, 19 Aug 2018 10:20:49 GMT RESP BODY: {"security_groups": [{"description": "memcached Chronos 0MQ", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:13:01Z", "updated_at": "2018-08-19T10:13:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:01Z", "revision_number": 0, "id": "688001f6-22ec-406a-a414-d78c9a0d936a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:01Z", "security_group_id": "3f9f50cd-434d-4fa3-977e-a7e066ee993a", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:01Z", "revision_number": 0, "id": "693d08f6-dc9e-4c83-a375-431ead96f701", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:01Z", "security_group_id": "3f9f50cd-434d-4fa3-977e-a7e066ee993a", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9888, "updated_at": "2018-08-19T10:13:03Z", "revision_number": 0, "id": "f818e353-667b-44f8-a2c0-f9d9c161d7ab", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:03Z", "security_group_id": "3f9f50cd-434d-4fa3-977e-a7e066ee993a", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 9888, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 2, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "3f9f50cd-434d-4fa3-977e-a7e066ee993a", "name": "clearwater-sg_sprout"}, {"description": "memcached Chronos REST", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:13:07Z", "updated_at": "2018-08-19T10:13:11Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 10888, "updated_at": "2018-08-19T10:13:11Z", "revision_number": 0, "id": "2b2c1fa8-375c-4bb3-a8d7-b30bb9435001", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:11Z", "security_group_id": "43d1dd91-fac2-4ae2-9e39-cd8b7fd6c21a", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 10888, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 8889, "updated_at": "2018-08-19T10:13:10Z", "revision_number": 0, "id": "622f48f4-de60-4c86-a395-8ba74b935840", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:10Z", "security_group_id": "43d1dd91-fac2-4ae2-9e39-cd8b7fd6c21a", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 8889, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:07Z", "revision_number": 0, "id": "c1d40deb-a181-4d11-9d64-e9e0786d3239", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:07Z", "security_group_id": "43d1dd91-fac2-4ae2-9e39-cd8b7fd6c21a", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 8888, "updated_at": "2018-08-19T10:13:10Z", "revision_number": 0, "id": "c758d7d7-9bd6-496c-b5b2-f9518d064c10", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:10Z", "security_group_id": "43d1dd91-fac2-4ae2-9e39-cd8b7fd6c21a", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 8888, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:07Z", "revision_number": 0, "id": "f6cbd6f0-042c-442c-aaee-3f0acd88eaa2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:07Z", "security_group_id": "43d1dd91-fac2-4ae2-9e39-cd8b7fd6c21a", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 4, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "43d1dd91-fac2-4ae2-9e39-cd8b7fd6c21a", "name": "clearwater-sg_dime"}, {"description": "REST Cassandra 0MQ", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:13:05Z", "updated_at": "2018-08-19T10:13:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:05Z", "revision_number": 0, "id": "5fdfd945-ecbc-4b97-a003-03631726d202", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:05Z", "security_group_id": "93023ed4-8c4f-4407-8028-524f3aaec10d", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 7888, "updated_at": "2018-08-19T10:13:08Z", "revision_number": 0, "id": "c0d659b1-36af-4085-bb59-4c909e46057d", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:08Z", "security_group_id": "93023ed4-8c4f-4407-8028-524f3aaec10d", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 7888, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9160, "updated_at": "2018-08-19T10:13:08Z", "revision_number": 0, "id": "e5bbd09c-a5d4-4f17-ab1f-de72e138f444", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:08Z", "security_group_id": "93023ed4-8c4f-4407-8028-524f3aaec10d", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 9160, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:05Z", "revision_number": 0, "id": "f58e2be2-37f1-47ca-8703-022d77d24058", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:05Z", "security_group_id": "93023ed4-8c4f-4407-8028-524f3aaec10d", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 3, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "93023ed4-8c4f-4407-8028-524f3aaec10d", "name": "clearwater-sg_homer"}, {"description": "DNS", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:13:01Z", "updated_at": "2018-08-19T10:13:04Z", "security_group_rules": [{"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 53, "updated_at": "2018-08-19T10:13:03Z", "revision_number": 0, "id": "2c000335-d203-4ac3-b5e3-d6c8eb1ec78f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:03Z", "security_group_id": "aaad0c5e-3060-47ce-a21e-e74a7696ae62", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 53, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:01Z", "revision_number": 0, "id": "63c4d9c1-9704-4557-8cc4-d5403a8e953f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:01Z", "security_group_id": "aaad0c5e-3060-47ce-a21e-e74a7696ae62", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53, "updated_at": "2018-08-19T10:13:04Z", "revision_number": 0, "id": "bbb7f373-dd82-4ecd-bb22-f6f64b46c17a", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:04Z", "security_group_id": "aaad0c5e-3060-47ce-a21e-e74a7696ae62", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 53, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:01Z", "revision_number": 0, "id": "d52003fa-28b7-4cde-b370-e9d607f52505", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:01Z", "security_group_id": "aaad0c5e-3060-47ce-a21e-e74a7696ae62", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 3, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "aaad0c5e-3060-47ce-a21e-e74a7696ae62", "name": "clearwater-sg_bind"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:08:37Z", "updated_at": "2018-08-19T10:08:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:38Z", "revision_number": 0, "id": "202517a3-a403-4ba9-9401-21dc53c23f9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:38Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "4324370a-f710-4289-bdd7-702e89c951cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-19T10:08:41Z", "revision_number": 0, "id": "593e4835-6af5-4e26-b14c-1cc943bc761d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:41Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T10:08:40Z", "revision_number": 0, "id": "5a8d661d-864c-438d-85a4-b164056931ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:40Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 443, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T10:08:39Z", "revision_number": 0, "id": "7e032e74-73ca-44db-a893-95679a039a11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:39Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 80, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-19T10:08:41Z", "revision_number": 0, "id": "ad7c905d-317a-472c-a6a2-2496afac635d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:41Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "e596c5ac-ee90-46c4-b0cc-29f378b905de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:08:37Z", "revision_number": 0, "id": "fe78ab9a-a4a8-40f6-9392-6b76fbd9726f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:08:37Z", "security_group_id": "af823c02-8be0-4850-9811-931402644dcc", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 7, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "af823c02-8be0-4850-9811-931402644dcc", "name": "cloudify_ims-sg_f5326a3a-2fc8-42dd-8914-755fe2514b62"}, {"description": "Web UI", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:13:06Z", "updated_at": "2018-08-19T10:13:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:06Z", "revision_number": 0, "id": "3bdd1884-abf4-49e8-8140-8e0ffd8987b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:06Z", "security_group_id": "c25a1bb7-1ebf-499b-99ba-554e83b241e7", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T10:13:09Z", "revision_number": 0, "id": "948a2851-4aeb-4f83-965c-91d3a80168e5", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:09Z", "security_group_id": "c25a1bb7-1ebf-499b-99ba-554e83b241e7", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 443, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T10:13:09Z", "revision_number": 0, "id": "9ddadeeb-1e62-49ff-8aae-4b4e88891425", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:09Z", "security_group_id": "c25a1bb7-1ebf-499b-99ba-554e83b241e7", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 80, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:06Z", "revision_number": 0, "id": "fa2a522b-5df8-4ac8-bacf-a95dfa281b2f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:06Z", "security_group_id": "c25a1bb7-1ebf-499b-99ba-554e83b241e7", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 3, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "c25a1bb7-1ebf-499b-99ba-554e83b241e7", "name": "clearwater-sg_ellis"}, {"description": "REST Cassandra 0MQ", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:13:00Z", "updated_at": "2018-08-19T10:13:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9160, "updated_at": "2018-08-19T10:13:05Z", "revision_number": 0, "id": "284aaa78-e9f6-4b94-98ed-c3fcfa3600b0", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:05Z", "security_group_id": "cb5f8bca-6749-42a3-8221-f5f7117cf325", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 9160, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:00Z", "revision_number": 0, "id": "358b0fdb-bc50-4fff-86a2-9e305b5ba55d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:00Z", "security_group_id": "cb5f8bca-6749-42a3-8221-f5f7117cf325", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:00Z", "revision_number": 0, "id": "4e557023-9273-4edd-9bfd-9f88822eea07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:00Z", "security_group_id": "cb5f8bca-6749-42a3-8221-f5f7117cf325", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 7000, "updated_at": "2018-08-19T10:13:04Z", "revision_number": 0, "id": "73752db0-8864-49f6-93c1-30bf6f3f0191", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:04Z", "security_group_id": "cb5f8bca-6749-42a3-8221-f5f7117cf325", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 7000, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 7253, "updated_at": "2018-08-19T10:13:04Z", "revision_number": 0, "id": "83c4a5bf-8e23-4861-8d6c-e6897b7562d1", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:04Z", "security_group_id": "cb5f8bca-6749-42a3-8221-f5f7117cf325", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 7253, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 11211, "updated_at": "2018-08-19T10:13:03Z", "revision_number": 0, "id": "a2c91e96-e96f-4e97-9c23-095d80869a65", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:03Z", "security_group_id": "cb5f8bca-6749-42a3-8221-f5f7117cf325", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 11211, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 11311, "updated_at": "2018-08-19T10:13:04Z", "revision_number": 0, "id": "a9a66c1a-768c-4b37-9a64-09c30a79810f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:04Z", "security_group_id": "cb5f8bca-6749-42a3-8221-f5f7117cf325", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 11311, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 6668, "updated_at": "2018-08-19T10:13:05Z", "revision_number": 0, "id": "e84916c5-f3bb-4a2d-bc00-35416d8c7d4c", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:05Z", "security_group_id": "cb5f8bca-6749-42a3-8221-f5f7117cf325", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 6667, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 7, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "cb5f8bca-6749-42a3-8221-f5f7117cf325", "name": "clearwater-sg_vellum"}, {"description": "SSH", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:13:00Z", "updated_at": "2018-08-19T10:13:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:00Z", "revision_number": 0, "id": "2101f9ac-988f-433b-aa6a-aa6fa29768b9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:00Z", "security_group_id": "f612d83d-c17e-4cd7-923e-815072a03e2e", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 2380, "updated_at": "2018-08-19T10:13:04Z", "revision_number": 0, "id": "637e8d23-8cba-4e03-8bb9-1b153d6319ba", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:04Z", "security_group_id": "f612d83d-c17e-4cd7-923e-815072a03e2e", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 2380, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 161, "updated_at": "2018-08-19T10:13:04Z", "revision_number": 0, "id": "65e116d3-992d-4c8f-8622-67f965e8dab4", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:04Z", "security_group_id": "f612d83d-c17e-4cd7-923e-815072a03e2e", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 161, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:00Z", "revision_number": 0, "id": "b3f79571-1a38-4f64-92f3-ed06d6fa072a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:00Z", "security_group_id": "f612d83d-c17e-4cd7-923e-815072a03e2e", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 4000, "updated_at": "2018-08-19T10:13:03Z", "revision_number": 0, "id": "c640a54e-95d4-4046-b2ff-030f7ab0a401", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:03Z", "security_group_id": "f612d83d-c17e-4cd7-923e-815072a03e2e", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 4000, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:13:03Z", "revision_number": 0, "id": "e46c93df-e586-4585-b86b-bbd2c73c8800", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:03Z", "security_group_id": "f612d83d-c17e-4cd7-923e-815072a03e2e", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 5, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "f612d83d-c17e-4cd7-923e-815072a03e2e", "name": "clearwater-sg_base"}, {"description": "Default security group", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:07:07Z", "updated_at": "2018-08-19T10:12:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "67f6dd55-1add-4bb1-ad29-2b0528c712a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T10:12:07Z", "revision_number": 0, "id": "9acec750-b37d-4e64-ad7e-4130f6aa863a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:12:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "b675bcc0-2568-4945-9088-bc410df5e23d", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "e803914e-03f5-4854-b173-61b297a7b2e8", "remote_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:07:07Z", "revision_number": 0, "id": "f5f85605-942a-42fa-ad99-e82b4738bb91", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:07:07Z", "security_group_id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 2, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "f94694bf-0ffe-44f0-acd8-d7f5e29668c8", "name": "default"}, {"description": "STUN SIP RTP 0MQ", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:13:09Z", "updated_at": "2018-08-19T10:13:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 6669, "updated_at": "2018-08-19T10:13:14Z", "revision_number": 0, "id": "08f999b3-32fd-4c16-8efd-131769e91e4c", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:14Z", "security_group_id": "fc54240e-a4bb-4091-bd27-da3b2c69cec1", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 6669, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 65535, "updated_at": "2018-08-19T10:13:14Z", "revision_number": 0, "id": "11dffe2e-16e5-4353-87d6-6f93e3a401dc", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:14Z", "security_group_id": "fc54240e-a4bb-4091-bd27-da3b2c69cec1", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 32768, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 3478, "updated_at": "2018-08-19T10:13:12Z", "revision_number": 0, "id": "14511d85-90e0-4662-bf8b-fda3a5a3983d", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:12Z", "security_group_id": "fc54240e-a4bb-4091-bd27-da3b2c69cec1", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 3478, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:09Z", "revision_number": 0, "id": "308ec79e-8f0f-4647-8280-a89cbb3e3b08", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:09Z", "security_group_id": "fc54240e-a4bb-4091-bd27-da3b2c69cec1", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5058, "updated_at": "2018-08-19T10:13:15Z", "revision_number": 0, "id": "672d4ca1-11fb-4909-a3ae-075db824487b", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:15Z", "security_group_id": "fc54240e-a4bb-4091-bd27-da3b2c69cec1", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 5058, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:09Z", "revision_number": 0, "id": "6bbbbd7f-e66f-4214-a8a6-721cbb23e8c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:09Z", "security_group_id": "fc54240e-a4bb-4091-bd27-da3b2c69cec1", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 3478, "updated_at": "2018-08-19T10:13:12Z", "revision_number": 0, "id": "ba15f176-394d-461f-b279-a3a899736b81", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:12Z", "security_group_id": "fc54240e-a4bb-4091-bd27-da3b2c69cec1", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 3478, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5062, "updated_at": "2018-08-19T10:13:13Z", "revision_number": 0, "id": "c488e9fd-526c-4cb1-b4eb-cb807bc766f6", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:13Z", "security_group_id": "fc54240e-a4bb-4091-bd27-da3b2c69cec1", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 5062, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5060, "updated_at": "2018-08-19T10:13:13Z", "revision_number": 0, "id": "ed698b12-9a03-4c03-8f98-ea25d0e92d98", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:13Z", "security_group_id": "fc54240e-a4bb-4091-bd27-da3b2c69cec1", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 5060, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5060, "updated_at": "2018-08-19T10:13:13Z", "revision_number": 0, "id": "fb2cfc40-d9f2-4ad8-a3f3-297376b13b4f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:13Z", "security_group_id": "fc54240e-a4bb-4091-bd27-da3b2c69cec1", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 5060, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 9, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "fc54240e-a4bb-4091-bd27-da3b2c69cec1", "name": "clearwater-sg_bono"}, {"description": "Internal SIP signalling", "tags": [], "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "created_at": "2018-08-19T10:13:10Z", "updated_at": "2018-08-19T10:13:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:10Z", "revision_number": 0, "id": "71b02b41-3010-40ce-94df-4a5622d1d609", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:10Z", "security_group_id": "fe357f76-7f22-47c7-9eff-52d8d25bba3f", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv6", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T10:13:10Z", "revision_number": 0, "id": "c0222512-7f1d-4778-bb8b-afc6c84fe8da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T10:13:10Z", "security_group_id": "fe357f76-7f22-47c7-9eff-52d8d25bba3f", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": null, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5054, "updated_at": "2018-08-19T10:13:13Z", "revision_number": 0, "id": "c4e24d96-6fb3-4630-b63a-72e337775047", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:13Z", "security_group_id": "fe357f76-7f22-47c7-9eff-52d8d25bba3f", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 5054, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5058, "updated_at": "2018-08-19T10:13:13Z", "revision_number": 0, "id": "e6bea5f4-601d-4fc1-837a-2474ffe6dbd0", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:13Z", "security_group_id": "fe357f76-7f22-47c7-9eff-52d8d25bba3f", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 5058, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5052, "updated_at": "2018-08-19T10:13:13Z", "revision_number": 0, "id": "f942440b-9864-4466-ade3-4ffd7203c063", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-19T10:13:13Z", "security_group_id": "fe357f76-7f22-47c7-9eff-52d8d25bba3f", "tenant_id": "73576fbd0cd64967aa17328fc50b6ef9", "port_range_min": 5052, "ethertype": "IPv4", "project_id": "73576fbd0cd64967aa17328fc50b6ef9"}], "revision_number": 4, "project_id": "73576fbd0cd64967aa17328fc50b6ef9", "id": "fe357f76-7f22-47c7-9eff-52d8d25bba3f", "name": "clearwater-sg_internal_sip"}]} 2018-08-19 10:20:49,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-290258d4-dfaa-4577-8066-87d37821dd0a 2018-08-19 10:20:49,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.268007993698s 2018-08-19 10:20:49,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-290258d4-dfaa-4577-8066-87d37821dd0a 2018-08-19 10:20:49,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-19 10:20:49,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/af823c02-8be0-4850-9811-931402644dcc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:20:49,851 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-86bcb15f-5086-4359-9cb5-4ce926853b72 Content-Length: 0 Date: Sun, 19 Aug 2018 10:20:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 10:20:49,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/af823c02-8be0-4850-9811-931402644dcc.json used request id req-86bcb15f-5086-4359-9cb5-4ce926853b72 2018-08-19 10:20:49,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.430616855621s 2018-08-19 10:20:49,852 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/af823c02-8be0-4850-9811-931402644dcc.json used request id req-86bcb15f-5086-4359-9cb5-4ce926853b72 2018-08-19 10:20:49,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-19 10:20:49,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:20:49,912 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 10:20: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-a02d37b2-a369-4eed-a674-336d7379c44c x-compute-request-id: req-a02d37b2-a369-4eed-a674-336d7379c44c Content-Length: 0 Content-Type: application/json 2018-08-19 10:20:49,912 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62 used request id req-a02d37b2-a369-4eed-a674-336d7379c44c 2018-08-19 10:20:49,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0596079826355s 2018-08-19 10:20:49,912 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/cloudify_ims-kp_f5326a3a-2fc8-42dd-8914-755fe2514b62 used request id req-a02d37b2-a369-4eed-a674-336d7379c44c 2018-08-19 10:20:49,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 10:20:49,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/01a85d54-4159-4b66-afb9-c37b1025cd2c/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}05f54317415907553e932f451a08176b7f625b73" -d '{"subnet_id": "08c26368-6d48-4d75-80ce-a4874e6f795d"}' 2018-08-19 10:20:50,513 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 268 X-Openstack-Request-Id: req-c79c8217-b95d-4aa8-8129-f69b3b29cf98 Date: Sun, 19 Aug 2018 10:20:50 GMT RESP BODY: {"NeutronError": {"message": "Router interface for subnet 08c26368-6d48-4d75-80ce-a4874e6f795d on router 01a85d54-4159-4b66-afb9-c37b1025cd2c cannot be deleted, as it is required by one or more floating IPs.", "type": "RouterInterfaceInUseByFloatingIP", "detail": ""}} 2018-08-19 10:20:50,513 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/01a85d54-4159-4b66-afb9-c37b1025cd2c/remove_router_interface.json used request id req-c79c8217-b95d-4aa8-8129-f69b3b29cf98 2018-08-19 10:20:50,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 0.600718975067s 2018-08-19 10:20:50,514 - 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 249, in clean self.router, self.subnet.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4252, in remove_router_interface router['id'])) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 313, in put return self.request(url, 'PUT', **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 detaching interface from router 01a85d54-4159-4b66-afb9-c37b1025cd2c. (409) Client Error for url: http://172.30.9.27:9696/v2.0/routers/01a85d54-4159-4b66-afb9-c37b1025cd2c/remove_router_interface.json Router interface for subnet 08c26368-6d48-4d75-80ce-a4874e6f795d on router 01a85d54-4159-4b66-afb9-c37b1025cd2c cannot be deleted, as it is required by one or more floating IPs. 2018-08-19 10:20:50,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:20:50,523 - 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}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:20:50,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-b791a20a-988a-49b3-be4d-a5842382af1c Date: Sun, 19 Aug 2018 10:20:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:08:35Z", "file": "/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/file", "owner": "73576fbd0cd64967aa17328fc50b6ef9", "id": "8fae279a-e6e9-4426-a04d-8d350dd2616f", "size": 4373348352, "self": "/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/8fae279a-e6e9-4426-a04d-8d350dd2616f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_f5326a3a-2fc8-42dd-8914-755fe2514b62", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T10:07:36Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:20:50,804 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b791a20a-988a-49b3-be4d-a5842382af1c 2018-08-19 10:20:50,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.284821987152s 2018-08-19 10:20:50,805 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b791a20a-988a-49b3-be4d-a5842382af1c 2018-08-19 10:20:50,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 10:20:50,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}05f54317415907553e932f451a08176b7f625b73" 2018-08-19 10:20:52,475 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-293233b3-8983-442e-8304-082fe14f80c1 Date: Sun, 19 Aug 2018 10:20:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 10:20:52,475 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f used request id req-293233b3-8983-442e-8304-082fe14f80c1 2018-08-19 10:20:52,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.66924500465s 2018-08-19 10:20:52,476 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/8fae279a-e6e9-4426-a04d-8d350dd2616f used request id req-293233b3-8983-442e-8304-082fe14f80c1 2018-08-19 10:20:52,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 10:20:52,479 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:20:52,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20: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-eb19673c-7e0d-4a81-a3fd-6d1d2afdc585 x-compute-request-id: req-eb19673c-7e0d-4a81-a3fd-6d1d2afdc585 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_f5326a3a-2fc8-42dd-8914-755fe2514b62", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/53311987-dc36-4ce8-881b-9839c17bf71a", "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": "53311987-dc36-4ce8-881b-9839c17bf71a"}]} 2018-08-19 10:20:52,503 - 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-eb19673c-7e0d-4a81-a3fd-6d1d2afdc585 2018-08-19 10:20:52,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0266439914703s 2018-08-19 10:20:52,503 - 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-eb19673c-7e0d-4a81-a3fd-6d1d2afdc585 2018-08-19 10:20:52,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 10:20:52,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/53311987-dc36-4ce8-881b-9839c17bf71a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:20:52,533 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 10:20:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7f865611-9bd2-46c8-af22-bc38e6ee96fc x-compute-request-id: req-7f865611-9bd2-46c8-af22-bc38e6ee96fc Content-Length: 0 Content-Type: application/json 2018-08-19 10:20:52,533 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/53311987-dc36-4ce8-881b-9839c17bf71a used request id req-7f865611-9bd2-46c8-af22-bc38e6ee96fc 2018-08-19 10:20:52,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0284469127655s 2018-08-19 10:20:52,534 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/53311987-dc36-4ce8-881b-9839c17bf71a used request id req-7f865611-9bd2-46c8-af22-bc38e6ee96fc 2018-08-19 10:20:52,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 10:20:52,538 - 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}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:20:52,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebfd150a-7fa4-45f2-8d3c-fed2e69aba8a Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_f5326a3a-2fc8-42dd-8914-755fe2514b62", "links": {"self": "http://172.30.9.27:5000/v3/users/196b1cec35354ebbacfc8c2f413b6a35"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "196b1cec35354ebbacfc8c2f413b6a35", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 10:20:52,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ebfd150a-7fa4-45f2-8d3c-fed2e69aba8a 2018-08-19 10:20:52,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204969882965s 2018-08-19 10:20:52,740 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ebfd150a-7fa4-45f2-8d3c-fed2e69aba8a 2018-08-19 10:20:52,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 10:20:52,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/196b1cec35354ebbacfc8c2f413b6a35 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:20:52,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61b9a9a9-34ce-4536-88bf-32d551c64520 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_f5326a3a-2fc8-42dd-8914-755fe2514b62", "links": {"self": "http://172.30.9.27:5000/v3/users/196b1cec35354ebbacfc8c2f413b6a35"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "196b1cec35354ebbacfc8c2f413b6a35", "description": null}} 2018-08-19 10:20:52,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/196b1cec35354ebbacfc8c2f413b6a35 used request id req-61b9a9a9-34ce-4536-88bf-32d551c64520 2018-08-19 10:20:52,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.199086904526s 2018-08-19 10:20:52,943 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/196b1cec35354ebbacfc8c2f413b6a35 used request id req-61b9a9a9-34ce-4536-88bf-32d551c64520 2018-08-19 10:20:52,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 10:20:52,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/196b1cec35354ebbacfc8c2f413b6a35 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:20:53,282 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 10:20:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8f3690c-bb83-48e6-b8b0-2a56c7e3a886 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 10:20:53,282 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/196b1cec35354ebbacfc8c2f413b6a35 used request id req-d8f3690c-bb83-48e6-b8b0-2a56c7e3a886 2018-08-19 10:20:53,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.338209152222s 2018-08-19 10:20:53,283 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/196b1cec35354ebbacfc8c2f413b6a35 used request id req-d8f3690c-bb83-48e6-b8b0-2a56c7e3a886 2018-08-19 10:20:53,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 10:20:53,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:20:53,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5398c4ba-666e-4e01-adf2-aa805ecc0a98 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.27:5000/v3/projects/73576fbd0cd64967aa17328fc50b6ef9"}, "tags": [], "enabled": true, "id": "73576fbd0cd64967aa17328fc50b6ef9", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_f5326a3a-2fc8-42dd-8914-755fe2514b62"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-19 10:20:53,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-5398c4ba-666e-4e01-adf2-aa805ecc0a98 2018-08-19 10:20:53,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18074297905s 2018-08-19 10:20:53,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-5398c4ba-666e-4e01-adf2-aa805ecc0a98 2018-08-19 10:20:53,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 10:20:53,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/73576fbd0cd64967aa17328fc50b6ef9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dbb56d468613d7311538c95f4f1912bf860de6e0" 2018-08-19 10:20:53,787 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f033352-9c9a-494c-a413-8abe008018cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 10:20:53,787 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/73576fbd0cd64967aa17328fc50b6ef9 used request id req-8f033352-9c9a-494c-a413-8abe008018cf 2018-08-19 10:20:53,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.311239957809s 2018-08-19 10:20:53,787 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/73576fbd0cd64967aa17328fc50b6ef9 used request id req-8f033352-9c9a-494c-a413-8abe008018cf 2018-08-19 10:20:53,788 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-08-19 10:20:53,813 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-08-19 10:20:53,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 10:20:53,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 10:20:53,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 10:20:53,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 10:20:53,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 10:20:53,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 10:20:53,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 10:20:53,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 10:20:53,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 10:20:53,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 10:20:53,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 10:20:53,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 10:20:53,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 10:20:53,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 10:20:53,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 10:20:53,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 10:20:53,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 10:20:53,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 10:20:53,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 10:20:53,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 10:20:53,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 10:20:53,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 10:20:53,840 - 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-19 10:20:53,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a3f491f-1fa7-4f8c-ab90-f075061b666a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 10:20:53,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-7a3f491f-1fa7-4f8c-ab90-f075061b666a 2018-08-19 10:20:53,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:20:54,253 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:20:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["kDf0ILnVTj6k087RJo3I2w"], "issued_at": "2018-08-19T10:20:54.000000Z"}} 2018-08-19 10:20:54,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 10:20:54,257 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:54,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-ca12213e-4d45-4b3b-842c-5688e93a6d89 Date: Sun, 19 Aug 2018 10:20:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 10:20:54,890 - 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-ca12213e-4d45-4b3b-842c-5688e93a6d89 2018-08-19 10:20:54,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.632951021194s 2018-08-19 10:20:54,890 - 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-ca12213e-4d45-4b3b-842c-5688e93a6d89 2018-08-19 10:20:54,894 - 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-19 10:20:54,900 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c5c4799-da5b-4353-aa87-a5d9965c1b88 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-19 10:20:54,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-2c5c4799-da5b-4353-aa87-a5d9965c1b88 2018-08-19 10:20:54,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 10:20:54,904 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:55,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b19709b6-df92-4dfc-8bf1-a1309387a99f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 10:20:55,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-b19709b6-df92-4dfc-8bf1-a1309387a99f 2018-08-19 10:20:55,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.199047088623s 2018-08-19 10:20:55,101 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-b19709b6-df92-4dfc-8bf1-a1309387a99f 2018-08-19 10:20:55,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 10:20:55,111 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358"}}' 2018-08-19 10:20:55,325 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 10:20:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab574ce0-7bd1-4e3b-9c37-31b5c7fe1fb8 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/b513719f34a64a3da8b6f39c2da45101"}, "tags": [], "enabled": true, "id": "b513719f34a64a3da8b6f39c2da45101", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358"}} 2018-08-19 10:20:55,326 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-ab574ce0-7bd1-4e3b-9c37-31b5c7fe1fb8 2018-08-19 10:20:55,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.218100070953s 2018-08-19 10:20:55,326 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-ab574ce0-7bd1-4e3b-9c37-31b5c7fe1fb8 2018-08-19 10:20:55,327 - 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'b513719f34a64a3da8b6f39c2da45101', '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_a7f94325-f74d-468c-8e0d-8bf188814358'}) 2018-08-19 10:20:55,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 10:20:55,338 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4e37eef8-8f8a-4db8-a7c4-d85695835fb1", "email": null, "name": "heat_ims-user_a7f94325-f74d-468c-8e0d-8bf188814358"}}' 2018-08-19 10:20:55,799 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 10:20:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a812350d-4b48-430c-ab87-c47859a0a8d6 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_a7f94325-f74d-468c-8e0d-8bf188814358", "links": {"self": "http://172.30.9.27:5000/v3/users/5731a29aa06446a9832ea2fd21a2d2f4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5731a29aa06446a9832ea2fd21a2d2f4", "domain_id": "default", "password_expires_at": null}} 2018-08-19 10:20:55,799 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-a812350d-4b48-430c-ab87-c47859a0a8d6 2018-08-19 10:20:55,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.464947938919s 2018-08-19 10:20:55,799 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-a812350d-4b48-430c-ab87-c47859a0a8d6 2018-08-19 10:20:55,800 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5731a29aa06446a9832ea2fd21a2d2f4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_a7f94325-f74d-468c-8e0d-8bf188814358'}) 2018-08-19 10:20:55,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:20:55,807 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:56,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a48f772e-deb2-4102-a497-c709cfbd7914 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 10:20:56,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a48f772e-deb2-4102-a497-c709cfbd7914 2018-08-19 10:20:56,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.215710163116s 2018-08-19 10:20:56,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a48f772e-deb2-4102-a497-c709cfbd7914 2018-08-19 10:20:56,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:20:56,028 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:56,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88312e2c-3429-4151-99e8-85730089a544 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 10:20:56,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-88312e2c-3429-4151-99e8-85730089a544 2018-08-19 10:20:56,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.115115880966s 2018-08-19 10:20:56,140 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-88312e2c-3429-4151-99e8-85730089a544 2018-08-19 10:20:56,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:20:56,147 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:56,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71023336-c22b-48ec-893f-245f3d596c1a 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 10:20:56,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-71023336-c22b-48ec-893f-245f3d596c1a 2018-08-19 10:20:56,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.191521883011s 2018-08-19 10:20:56,336 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-71023336-c22b-48ec-893f-245f3d596c1a 2018-08-19 10:20:56,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 10:20:56,345 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:56,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfcf2d47-b8b1-4c3d-8116-17329f1d3040 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-19 10:20:56,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-cfcf2d47-b8b1-4c3d-8116-17329f1d3040 2018-08-19 10:20:56,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191126823425s 2018-08-19 10:20:56,533 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-cfcf2d47-b8b1-4c3d-8116-17329f1d3040 2018-08-19 10:20:56,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 10:20:56,538 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:56,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8f9d50e-1a11-4227-af5e-7e16de84ef28 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_ims-user_a7f94325-f74d-468c-8e0d-8bf188814358", "links": {"self": "http://172.30.9.27:5000/v3/users/5731a29aa06446a9832ea2fd21a2d2f4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5731a29aa06446a9832ea2fd21a2d2f4", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 10:20:56,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e8f9d50e-1a11-4227-af5e-7e16de84ef28 2018-08-19 10:20:56,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205424070358s 2018-08-19 10:20:56,740 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e8f9d50e-1a11-4227-af5e-7e16de84ef28 2018-08-19 10:20:56,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 10:20:56,755 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:56,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be36cd8a-4324-45f2-9006-84396f706e89 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/b513719f34a64a3da8b6f39c2da45101"}, "tags": [], "enabled": true, "id": "b513719f34a64a3da8b6f39c2da45101", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-19 10:20:56,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-be36cd8a-4324-45f2-9006-84396f706e89 2018-08-19 10:20:56,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196758031845s 2018-08-19 10:20:56,949 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-be36cd8a-4324-45f2-9006-84396f706e89 2018-08-19 10:20:56,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 10:20:56,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=5731a29aa06446a9832ea2fd21a2d2f4&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=b513719f34a64a3da8b6f39c2da45101" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:57,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-153387b6-e9da-46f0-9261-8d5db13a5150 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=5731a29aa06446a9832ea2fd21a2d2f4&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=b513719f34a64a3da8b6f39c2da45101", "previous": null, "next": null}} 2018-08-19 10:20:57,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=5731a29aa06446a9832ea2fd21a2d2f4&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=b513719f34a64a3da8b6f39c2da45101 used request id req-153387b6-e9da-46f0-9261-8d5db13a5150 2018-08-19 10:20:57,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.19892001152s 2018-08-19 10:20:57,156 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=5731a29aa06446a9832ea2fd21a2d2f4&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=b513719f34a64a3da8b6f39c2da45101 used request id req-153387b6-e9da-46f0-9261-8d5db13a5150 2018-08-19 10:20:57,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 10:20:57,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/b513719f34a64a3da8b6f39c2da45101/users/5731a29aa06446a9832ea2fd21a2d2f4/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:57,401 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 10:20:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94afdc6a-db68-447f-9716-e2eddb20ca41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 10:20:57,401 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/b513719f34a64a3da8b6f39c2da45101/users/5731a29aa06446a9832ea2fd21a2d2f4/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-94afdc6a-db68-447f-9716-e2eddb20ca41 2018-08-19 10:20:57,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.241827011108s 2018-08-19 10:20:57,402 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/b513719f34a64a3da8b6f39c2da45101/users/5731a29aa06446a9832ea2fd21a2d2f4/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-94afdc6a-db68-447f-9716-e2eddb20ca41 2018-08-19 10:20:57,403 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 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'b513719f34a64a3da8b6f39c2da45101', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '4e37eef8-8f8a-4db8-a7c4-d85695835fb1', 'username': u'heat_ims-user_a7f94325-f74d-468c-8e0d-8bf188814358', '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-19 10:20:57,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 10:20:57,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 10:20:57,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 10:20:57,404 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 10:20:57,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 10:20:57,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 10:20:57,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 10:20:57,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 10:20:57,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 10:20:57,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 10:20:57,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 10:20:57,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 10:20:57,405 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 10:20:57,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 10:20:57,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 10:20:57,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 10:20:57,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 10:20:57,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 10:20:57,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 10:20:57,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 10:20:57,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 10:20:57,406 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 10:20:57,408 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_a7f94325-f74d-468c-8e0d-8bf188814358', 'password': '4e37eef8-8f8a-4db8-a7c4-d85695835fb1', 'project_name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'b513719f34a64a3da8b6f39c2da45101', 'project_domain_name': 'Default'} 2018-08-19 10:20:57,438 - 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-19 10:20:57,439 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-08-19 10:20:57,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 10:20:57,446 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:57,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-502913f1-eafc-456b-9997-0b962c9b6dca Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/b513719f34a64a3da8b6f39c2da45101"}, "tags": [], "enabled": true, "id": "b513719f34a64a3da8b6f39c2da45101", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358"}]} 2018-08-19 10:20:57,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-502913f1-eafc-456b-9997-0b962c9b6dca 2018-08-19 10:20:57,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190382957458s 2018-08-19 10:20:57,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-502913f1-eafc-456b-9997-0b962c9b6dca 2018-08-19 10:20:57,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-19 10:20:57,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/quotas/b513719f34a64a3da8b6f39c2da45101.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-19 10:20:58,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-5eb004c4-9002-43e1-9400-4e1411427097 Date: Sun, 19 Aug 2018 10:20:58 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-19 10:20:58,010 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/b513719f34a64a3da8b6f39c2da45101.json used request id req-5eb004c4-9002-43e1-9400-4e1411427097 2018-08-19 10:20:58,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.373955965042s 2018-08-19 10:20:58,011 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/b513719f34a64a3da8b6f39c2da45101.json used request id req-5eb004c4-9002-43e1-9400-4e1411427097 2018-08-19 10:20:58,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:20:58,018 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:58,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92d30126-c5b1-4ac3-8b91-8e71447b4293 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 10:20:58,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-92d30126-c5b1-4ac3-8b91-8e71447b4293 2018-08-19 10:20:58,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193979978561s 2018-08-19 10:20:58,209 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-92d30126-c5b1-4ac3-8b91-8e71447b4293 2018-08-19 10:20:58,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-19 10:20:58,217 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-19 10:20:58,427 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 10:20:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b3a3440-cfa5-4680-b917-48357fa98683 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f9b445568dd74e6e94912a4131f3ac9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/f9b445568dd74e6e94912a4131f3ac9c"}, "name": "heat_stack_owner"}} 2018-08-19 10:20:58,427 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-2b3a3440-cfa5-4680-b917-48357fa98683 2018-08-19 10:20:58,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.213554859161s 2018-08-19 10:20:58,428 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-2b3a3440-cfa5-4680-b917-48357fa98683 2018-08-19 10:20:58,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 10:20:58,435 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:58,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d650eaa9-7bc2-4631-a6b9-26a456b61221 Content-Encoding: gzip Content-Length: 415 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}, {"domain_id": null, "id": "f9b445568dd74e6e94912a4131f3ac9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/f9b445568dd74e6e94912a4131f3ac9c"}, "name": "heat_stack_owner"}]} 2018-08-19 10:20:58,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d650eaa9-7bc2-4631-a6b9-26a456b61221 2018-08-19 10:20:58,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195955038071s 2018-08-19 10:20:58,628 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d650eaa9-7bc2-4631-a6b9-26a456b61221 2018-08-19 10:20:58,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 10:20:58,637 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:58,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fad7a86-805b-4f1b-9303-127bd9aa88ea 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-19 10:20:58,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-7fad7a86-805b-4f1b-9303-127bd9aa88ea 2018-08-19 10:20:58,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191063165665s 2018-08-19 10:20:58,825 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-7fad7a86-805b-4f1b-9303-127bd9aa88ea 2018-08-19 10:20:58,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 10:20:58,829 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:59,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4377256-3dac-463b-8733-36f369dd58bc Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_ims-user_a7f94325-f74d-468c-8e0d-8bf188814358", "links": {"self": "http://172.30.9.27:5000/v3/users/5731a29aa06446a9832ea2fd21a2d2f4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5731a29aa06446a9832ea2fd21a2d2f4", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 10:20:59,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e4377256-3dac-463b-8733-36f369dd58bc 2018-08-19 10:20:59,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201062917709s 2018-08-19 10:20:59,028 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-e4377256-3dac-463b-8733-36f369dd58bc 2018-08-19 10:20:59,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 10:20:59,043 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:59,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8a83d5a-53d5-46d1-bbe9-acaf507c47ba 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/b513719f34a64a3da8b6f39c2da45101"}, "tags": [], "enabled": true, "id": "b513719f34a64a3da8b6f39c2da45101", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-19 10:20:59,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-c8a83d5a-53d5-46d1-bbe9-acaf507c47ba 2018-08-19 10:20:59,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19789481163s 2018-08-19 10:20:59,239 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-c8a83d5a-53d5-46d1-bbe9-acaf507c47ba 2018-08-19 10:20:59,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 10:20:59,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=5731a29aa06446a9832ea2fd21a2d2f4&role.id=f9b445568dd74e6e94912a4131f3ac9c&scope.project.id=b513719f34a64a3da8b6f39c2da45101" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:59,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd37f51-ea91-465d-9094-7a46daa71a09 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=5731a29aa06446a9832ea2fd21a2d2f4&role.id=f9b445568dd74e6e94912a4131f3ac9c&scope.project.id=b513719f34a64a3da8b6f39c2da45101", "previous": null, "next": null}} 2018-08-19 10:20:59,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=5731a29aa06446a9832ea2fd21a2d2f4&role.id=f9b445568dd74e6e94912a4131f3ac9c&scope.project.id=b513719f34a64a3da8b6f39c2da45101 used request id req-fdd37f51-ea91-465d-9094-7a46daa71a09 2018-08-19 10:20:59,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.198947906494s 2018-08-19 10:20:59,446 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=5731a29aa06446a9832ea2fd21a2d2f4&role.id=f9b445568dd74e6e94912a4131f3ac9c&scope.project.id=b513719f34a64a3da8b6f39c2da45101 used request id req-fdd37f51-ea91-465d-9094-7a46daa71a09 2018-08-19 10:20:59,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 10:20:59,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/b513719f34a64a3da8b6f39c2da45101/users/5731a29aa06446a9832ea2fd21a2d2f4/roles/f9b445568dd74e6e94912a4131f3ac9c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" 2018-08-19 10:20:59,591 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 10:20:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-119fac53-f1b0-434f-93fd-6028996331b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 10:20:59,591 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/b513719f34a64a3da8b6f39c2da45101/users/5731a29aa06446a9832ea2fd21a2d2f4/roles/f9b445568dd74e6e94912a4131f3ac9c used request id req-119fac53-f1b0-434f-93fd-6028996331b1 2018-08-19 10:20:59,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.141482114792s 2018-08-19 10:20:59,591 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/b513719f34a64a3da8b6f39c2da45101/users/5731a29aa06446a9832ea2fd21a2d2f4/roles/f9b445568dd74e6e94912a4131f3ac9c used request id req-119fac53-f1b0-434f-93fd-6028996331b1 2018-08-19 10:20:59,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-19 10:20:59,593 - 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-19 10:20:59,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:20:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6293216-8333-46cb-b0d2-a2b0f7cd951a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 10:20:59,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b6293216-8333-46cb-b0d2-a2b0f7cd951a 2018-08-19 10:20:59,600 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 10:21:00,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "f9b445568dd74e6e94912a4131f3ac9c", "name": "heat_stack_owner"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T11:20:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b513719f34a64a3da8b6f39c2da45101", "name": "heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b513719f34a64a3da8b6f39c2da45101", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/b513719f34a64a3da8b6f39c2da45101", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/b513719f34a64a3da8b6f39c2da45101", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/b513719f34a64a3da8b6f39c2da45101", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/b513719f34a64a3da8b6f39c2da45101", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/b513719f34a64a3da8b6f39c2da45101", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/b513719f34a64a3da8b6f39c2da45101", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/b513719f34a64a3da8b6f39c2da45101", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/b513719f34a64a3da8b6f39c2da45101", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/b513719f34a64a3da8b6f39c2da45101", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_b513719f34a64a3da8b6f39c2da45101", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_b513719f34a64a3da8b6f39c2da45101", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_a7f94325-f74d-468c-8e0d-8bf188814358", "id": "5731a29aa06446a9832ea2fd21a2d2f4"}, "audit_ids": ["kHR5CnaJQUmxN1zDVept3g"], "issued_at": "2018-08-19T10:20:59.000000Z"}} 2018-08-19 10:21:00,010 - 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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" -d '{"keypair": {"name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358"}}' 2018-08-19 10:21:00,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:21:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-534d016b-47a2-468c-b728-cb7eef3db68c x-compute-request-id: req-534d016b-47a2-468c-b728-cb7eef3db68c Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmALYhCwfb5BO1QSTRaJ9vQj+wVL4OH2y4yO5oupK85ye0jphHdKB/SJrwhvbSxUSNaANm+Ep++apPQg8XF8PfnAgGl92/L5mGZmPHKqSQjT3YvsJcITD+/h6s4XVJPciOEsrga3oA9ZyI+Trjqw1mhY4sT/yO2sAt4rb+4Ilcvf0c1V0APq1NCgGAQYnq/LHcZHrep8A/iYZ8BxyWp4pzHL5W46Aqo4tuLH+6S7S1H2QfMGNv1vI0LK65tZ+LIjKAwB1jHlrn5ZpOWx/DjDCU+cBMNThVXaPgyTEV5rqGfRdeFLQ67SdsSvB8kgoiRXBx8OX48gMggvD+0htvKUQ3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEApgC2IQsH2+QTtUEk0Wifb0I/sFS+Dh9suMjuaLqSvOcntI6Y\nR3Sgf0ia8Ib20sVEjWgDZvhKfvmqT0IPFxfD35wIBpfdvy+ZhmZjxyqkkI092L7C\nXCEw/v4erOF1ST3IjhLK4Gt6APWciPk646sNZoWOLE/8jtrALeK2/uCJXL39HNVd\nAD6tTQoBgEGJ6vyx3GR63qfAP4mGfAcclqeKcxy+VuOgKqOLbix/uku0tR9kHzBj\nb9byNCyuubWfiyIygMAdYx5a5+WaTlsfw4wwlPnATDU4VV2j4MkxFea6hn0XXhS0\nOu0nbErwfJIKIkVwcfDl+PIDIILw/tIbbylENwIDAQABAoIBAFJXcAAb9J4CGDSE\nR7sH5m3NssHIhy2CMO/H21pfkYHaNzu8r5RiKWp5nUFJ8QzDhSmPOoDNEEbDmNMP\ntWSDCUnVn7WFhxzag5DDISMd59s79D2bAdWpMSCK9LRUcVUPLHgsoi2HolDvg+H9\nnlRn+JGuFcOtOV2y7DjWiGcNAZXaavP+9PyrNKUlBDR26EtgEuRSOFtx1r9ff5d5\nD8CpqEG0gLr/PeeBba3YwlJlGlzkh5RKpHJBEYXb7791S0xWvgB7xtfPJtRwT7rw\nalvDWxfnUSFdaL7XbZLkWQ+GsKZdcDyCR7Kw35ofm8HqeNFVTFp6N5LGB/Y+Rs1A\nraWrWwECgYEA2T4s1sd4CoWJ/q7dDzCFP68uac1+qaZVMFRa7MMRNObNmfxuaF5e\nsTFbS3VDmh87myZojqsk0Nd9TIL1cwAb7KUpsWXjXMyuMGYJd1qNGbSadPvHqpiL\nSUHi90Rk+PwD24BtDvt5MpZ53YGHH+JKeHxTcXdx4uJoETs9wdJm2eECgYEAw55S\nBIobdHCsUh+E8yqKXA9/fNjCIRQRaUiVu8RkpsqcK/Li5MYhuIHAWbLAHtqRgOS6\nqIkN9FNZgI2WelXGBqzL0czcwWi+nC/y3UQAhA+iebVNYCe7KrDm82KxKXt+oaB2\nUKGiPkT8d1vjLA4JSawK3qchWkNpLLjXlF9r0RcCgYBbC22rTcmHT1P4Arzugr01\nZWukN9UfsG//YzsAAviRHTGJmXuEDhjNVgwW4bxFOVW3vi8Pq7YwOD9w82l+mssZ\nMFb62+Kfn8BY1EqfVLnRzhj1chfJ7UhimVRPoMBYgPX05ivOnaG7i8jjBkflGudu\n+1vVL+Pw3EYVAqjtNAqawQKBgDzVlpIc1Q7wH1bmwHTSzPZ2R2JvEmgxEn0YeqBL\nIjYQmmK8hT06NLBpgYUjpsWxmUBpYXcaMEHETfhBkAN5ez0GLdiQCjMHvQdbjf6r\nsDFhn1iUPnzhvj43h4s3LPtGkYn4GfNXYNpWn+EKrWo87zx/CV5WwXONtT6YOUrG\nJgR/AoGAIDvhFxR1jQjZsQvhKAFS4AVCaLyVmL+PYyy0WrHg7CqS2td+23KSZEI+\nxrThLz8mWlNxw83c/cuLpSg5zIRMNxA+e1o26BuaiSio69bapzuil2eXRp+esZA5\ncMhFyHd5Av1i4Pd7cQf2iHX3DRsdBMVHhSEkmAHnq4msRWUu22s=\n-----END RSA PRIVATE KEY-----\n", "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "fingerprint": "0b:7c:02:86:c5:ea:9c:8a:af:f7:13:43:d9:21:ce:b6"}} 2018-08-19 10:21:00,514 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-534d016b-47a2-468c-b728-cb7eef3db68c 2018-08-19 10:21:00,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.921941041946s 2018-08-19 10:21:00,515 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-534d016b-47a2-468c-b728-cb7eef3db68c 2018-08-19 10:21:00,515 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmALYhCwfb5BO1QSTRaJ9vQj+wVL4OH2y4yO5oupK85ye0jphHdKB/SJrwhvbSxUSNaANm+Ep++apPQg8XF8PfnAgGl92/L5mGZmPHKqSQjT3YvsJcITD+/h6s4XVJPciOEsrga3oA9ZyI+Trjqw1mhY4sT/yO2sAt4rb+4Ilcvf0c1V0APq1NCgGAQYnq/LHcZHrep8A/iYZ8BxyWp4pzHL5W46Aqo4tuLH+6S7S1H2QfMGNv1vI0LK65tZ+LIjKAwB1jHlrn5ZpOWx/DjDCU+cBMNThVXaPgyTEV5rqGfRdeFLQ67SdsSvB8kgoiRXBx8OX48gMggvD+0htvKUQ3 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEApgC2IQsH2+QTtUEk0Wifb0I/sFS+Dh9suMjuaLqSvOcntI6Y\nR3Sgf0ia8Ib20sVEjWgDZvhKfvmqT0IPFxfD35wIBpfdvy+ZhmZjxyqkkI092L7C\nXCEw/v4erOF1ST3IjhLK4Gt6APWciPk646sNZoWOLE/8jtrALeK2/uCJXL39HNVd\nAD6tTQoBgEGJ6vyx3GR63qfAP4mGfAcclqeKcxy+VuOgKqOLbix/uku0tR9kHzBj\nb9byNCyuubWfiyIygMAdYx5a5+WaTlsfw4wwlPnATDU4VV2j4MkxFea6hn0XXhS0\nOu0nbErwfJIKIkVwcfDl+PIDIILw/tIbbylENwIDAQABAoIBAFJXcAAb9J4CGDSE\nR7sH5m3NssHIhy2CMO/H21pfkYHaNzu8r5RiKWp5nUFJ8QzDhSmPOoDNEEbDmNMP\ntWSDCUnVn7WFhxzag5DDISMd59s79D2bAdWpMSCK9LRUcVUPLHgsoi2HolDvg+H9\nnlRn+JGuFcOtOV2y7DjWiGcNAZXaavP+9PyrNKUlBDR26EtgEuRSOFtx1r9ff5d5\nD8CpqEG0gLr/PeeBba3YwlJlGlzkh5RKpHJBEYXb7791S0xWvgB7xtfPJtRwT7rw\nalvDWxfnUSFdaL7XbZLkWQ+GsKZdcDyCR7Kw35ofm8HqeNFVTFp6N5LGB/Y+Rs1A\nraWrWwECgYEA2T4s1sd4CoWJ/q7dDzCFP68uac1+qaZVMFRa7MMRNObNmfxuaF5e\nsTFbS3VDmh87myZojqsk0Nd9TIL1cwAb7KUpsWXjXMyuMGYJd1qNGbSadPvHqpiL\nSUHi90Rk+PwD24BtDvt5MpZ53YGHH+JKeHxTcXdx4uJoETs9wdJm2eECgYEAw55S\nBIobdHCsUh+E8yqKXA9/fNjCIRQRaUiVu8RkpsqcK/Li5MYhuIHAWbLAHtqRgOS6\nqIkN9FNZgI2WelXGBqzL0czcwWi+nC/y3UQAhA+iebVNYCe7KrDm82KxKXt+oaB2\nUKGiPkT8d1vjLA4JSawK3qchWkNpLLjXlF9r0RcCgYBbC22rTcmHT1P4Arzugr01\nZWukN9UfsG//YzsAAviRHTGJmXuEDhjNVgwW4bxFOVW3vi8Pq7YwOD9w82l+mssZ\nMFb62+Kfn8BY1EqfVLnRzhj1chfJ7UhimVRPoMBYgPX05ivOnaG7i8jjBkflGudu\n+1vVL+Pw3EYVAqjtNAqawQKBgDzVlpIc1Q7wH1bmwHTSzPZ2R2JvEmgxEn0YeqBL\nIjYQmmK8hT06NLBpgYUjpsWxmUBpYXcaMEHETfhBkAN5ez0GLdiQCjMHvQdbjf6r\nsDFhn1iUPnzhvj43h4s3LPtGkYn4GfNXYNpWn+EKrWo87zx/CV5WwXONtT6YOUrG\nJgR/AoGAIDvhFxR1jQjZsQvhKAFS4AVCaLyVmL+PYyy0WrHg7CqS2td+23KSZEI+\nxrThLz8mWlNxw83c/cuLpSg5zIRMNxA+e1o26BuaiSio69bapzuil2eXRp+esZA5\ncMhFyHd5Av1i4Pd7cQf2iHX3DRsdBMVHhSEkmAHnq4msRWUu22s=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'5731a29aa06446a9832ea2fd21a2d2f4', 'name': u'heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358', 'created_at': '2018-08-19T10:21:00.515862', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'0b:7c:02:86:c5:ea:9c:8a:af:f7:13:43:d9:21:ce:b6', 'type': 'ssh', 'id': u'heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358'}) 2018-08-19 10:21:00,516 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-19 10:21:02,083 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-19 10:21:02,084 - 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-19 10:21:02,088 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 10:21:02 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-19 10:21:02,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:21:02,097 - 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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:21:02,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f844d6e5-d088-4b35-be92-79b72bed1567 Date: Sun, 19 Aug 2018 10:21:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:21:02,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f844d6e5-d088-4b35-be92-79b72bed1567 2018-08-19 10:21:02,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.307853937149s 2018-08-19 10:21:02,401 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f844d6e5-d088-4b35-be92-79b72bed1567 2018-08-19 10:21:02,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 10:21:02,413 - 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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358"}' 2018-08-19 10:21:02,742 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/49533cdd-a217-421e-b89b-26f8a694a298 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-88524779-cee6-484b-bb4a-99e0bc657428 Date: Sun, 19 Aug 2018 10:21:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:21:02Z", "file": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298/file", "owner": "b513719f34a64a3da8b6f39c2da45101", "id": "49533cdd-a217-421e-b89b-26f8a694a298", "size": null, "self": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "checksum": null, "created_at": "2018-08-19T10:21:02Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 10:21:02,742 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-88524779-cee6-484b-bb4a-99e0bc657428 2018-08-19 10:21:02,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.332382917404s 2018-08-19 10:21:02,742 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-88524779-cee6-484b-bb4a-99e0bc657428 returning object 49533cdd-a217-421e-b89b-26f8a694a298 2018-08-19 10:21:02,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 10:21:02,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/49533cdd-a217-421e-b89b-26f8a694a298/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" -d '' 2018-08-19 10:21:08,258 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-57babede-a0a0-4cec-ad73-2d73bcd42acc Date: Sun, 19 Aug 2018 10:21: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-19 10:21:08,259 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/49533cdd-a217-421e-b89b-26f8a694a298/file used request id req-57babede-a0a0-4cec-ad73-2d73bcd42acc 2018-08-19 10:21:08,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.51567077637s 2018-08-19 10:21:08,259 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/49533cdd-a217-421e-b89b-26f8a694a298/file used request id req-57babede-a0a0-4cec-ad73-2d73bcd42acc 2018-08-19 10:21:08,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 10:21:08,268 - 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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:21:08,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-34dfd9d9-e034-4a6e-b347-a5aafd9dad6d Date: Sun, 19 Aug 2018 10:21:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:21:08Z", "file": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298/file", "owner": "b513719f34a64a3da8b6f39c2da45101", "id": "49533cdd-a217-421e-b89b-26f8a694a298", "size": 263193088, "self": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-19T10:21:02Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 10:21:08,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-34dfd9d9-e034-4a6e-b347-a5aafd9dad6d 2018-08-19 10:21:08,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.292061090469s 2018-08-19 10:21:08,556 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-34dfd9d9-e034-4a6e-b347-a5aafd9dad6d 2018-08-19 10:21:08,558 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap', u'metadata': Munch({})})], 'file': u'/v2/images/49533cdd-a217-421e-b89b-26f8a694a298/file', 'owner': u'b513719f34a64a3da8b6f39c2da45101', 'id': u'49533cdd-a217-421e-b89b-26f8a694a298', 'size': 263193088, u'self': u'/v2/images/49533cdd-a217-421e-b89b-26f8a694a298', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T10:21:08Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T10:21:08Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/49533cdd-a217-421e-b89b-26f8a694a298', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358', 'created': u'2018-08-19T10:21:02Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-19T10:21:02Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/49533cdd-a217-421e-b89b-26f8a694a298', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-19 10:21:08,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 10:21:08,562 - 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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-19 10:21:08,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:21:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8c882a1-97e7-4e39-80e1-04000b8acc20 x-compute-request-id: req-d8c882a1-97e7-4e39-80e1-04000b8acc20 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "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": "c98a7890-08e8-41d5-8b07-9cbf693a00b9"}} 2018-08-19 10:21:08,913 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d8c882a1-97e7-4e39-80e1-04000b8acc20 2018-08-19 10:21:08,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.353713035583s 2018-08-19 10:21:08,913 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d8c882a1-97e7-4e39-80e1-04000b8acc20 2018-08-19 10:21:08,914 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358', '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'7dc2782794df470c83590a2cbd73fefb', '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'c98a7890-08e8-41d5-8b07-9cbf693a00b9', 'swap': 0}) 2018-08-19 10:21:08,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 10:21:08,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9/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}bdc8fde00fb15bfaf04244e283383aea5c7a31d4" -d '{"extra_specs": {}}' 2018-08-19 10:21:08,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:21:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2240486c-7cb7-4468-8bee-99e06fce5b9d x-compute-request-id: req-2240486c-7cb7-4468-8bee-99e06fce5b9d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 10:21:08,936 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9/os-extra_specs used request id req-2240486c-7cb7-4468-8bee-99e06fce5b9d 2018-08-19 10:21:08,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209791660309s 2018-08-19 10:21:08,936 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9/os-extra_specs used request id req-2240486c-7cb7-4468-8bee-99e06fce5b9d 2018-08-19 10:21:08,936 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-08-19 10:21:09,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-08-19 10:21:09,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" -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_a7f94325-f74d-468c-8e0d-8bf188814358", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "public_sig_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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-19 10:21:23,217 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 10:21:09 GMT Server: Apache x-openstack-request-id: req-efbb8b24-5547-4e87-949b-3d543137b4a1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344 Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}]}} 2018-08-19 10:21:23,217 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks used request id req-efbb8b24-5547-4e87-949b-3d543137b4a1 2018-08-19 10:21:23,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 13.5127570629s 2018-08-19 10:21:23,217 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks used request id req-efbb8b24-5547-4e87-949b-3d543137b4a1 2018-08-19 10:21:23,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:21:23,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:21:23,917 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:21:23 GMT Server: Apache x-openstack-request-id: req-882dc769-6526-45c2-8677-9bcf3628601c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/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-19 10:21:24,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:21:23 GMT Server: Apache x-openstack-request-id: req-85b1035d-1afd-436f-8683-00cd1912905e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 431 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-19T10:21:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/clearwater-opnfv/events/3b5c7071-592d-4200-9bc0-5ae51c4e9a2c", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "id": "3b5c7071-592d-4200-9bc0-5ae51c4e9a2c"}, {"resource_name": "security_groups", "event_time": "2018-08-19T10:21:23Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/security_groups/events/01f881e0-cdf3-4a5d-a4b2-2839397e02ae", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-lfxoyx32gcrv", "id": "01f881e0-cdf3-4a5d-a4b2-2839397e02ae"}]} 2018-08-19 10:21:24,629 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?sort_dir=asc&sort_dir=asc used request id req-85b1035d-1afd-436f-8683-00cd1912905e 2018-08-19 10:21:24,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.41080904007s 2018-08-19 10:21:24,629 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?sort_dir=asc&sort_dir=asc used request id req-85b1035d-1afd-436f-8683-00cd1912905e 2018-08-19 10:21:29,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:21:29,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=01f881e0-cdf3-4a5d-a4b2-2839397e02ae&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:21:29,665 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:21:29 GMT Server: Apache x-openstack-request-id: req-21262dec-2e91-4570-ab3f-26548793e283 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=01f881e0-cdf3-4a5d-a4b2-2839397e02ae&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-19 10:21:29,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:21:29 GMT Server: Apache x-openstack-request-id: req-5fb752ba-40f5-4284-825a-37819276426c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 432 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-19T10:21:24Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sig_network/events/eb7bdc49-dc5a-4544-8f88-27e4a11c355e", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-rb4m252gm3am", "id": "eb7bdc49-dc5a-4544-8f88-27e4a11c355e"}, {"resource_name": "mgmt_network", "event_time": "2018-08-19T10:21:25Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/mgmt_network/events/3cd4ae52-eda2-4591-8dc9-eec4a050f124", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-27pgitfi2wf4", "id": "3cd4ae52-eda2-4591-8dc9-eec4a050f124"}]} 2018-08-19 10:21:29,715 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=01f881e0-cdf3-4a5d-a4b2-2839397e02ae&sort_dir=asc&marker=01f881e0-cdf3-4a5d-a4b2-2839397e02ae&sort_dir=asc used request id req-5fb752ba-40f5-4284-825a-37819276426c 2018-08-19 10:21:29,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0793240070343s 2018-08-19 10:21:29,715 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=01f881e0-cdf3-4a5d-a4b2-2839397e02ae&sort_dir=asc&marker=01f881e0-cdf3-4a5d-a4b2-2839397e02ae&sort_dir=asc used request id req-5fb752ba-40f5-4284-825a-37819276426c 2018-08-19 10:21:34,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:21:34,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=3cd4ae52-eda2-4591-8dc9-eec4a050f124&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:21:35,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:21:34 GMT Server: Apache x-openstack-request-id: req-ec90495e-c416-4886-a8da-99f40554a168 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=3cd4ae52-eda2-4591-8dc9-eec4a050f124&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-19 10:21:36,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:21:35 GMT Server: Apache x-openstack-request-id: req-e149492d-1683-4e0c-9544-b7ff6f465b3b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:21:36,187 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=3cd4ae52-eda2-4591-8dc9-eec4a050f124&sort_dir=asc&marker=3cd4ae52-eda2-4591-8dc9-eec4a050f124&sort_dir=asc used request id req-e149492d-1683-4e0c-9544-b7ff6f465b3b 2018-08-19 10:21:36,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.46596312523s 2018-08-19 10:21:36,188 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=3cd4ae52-eda2-4591-8dc9-eec4a050f124&sort_dir=asc&marker=3cd4ae52-eda2-4591-8dc9-eec4a050f124&sort_dir=asc used request id req-e149492d-1683-4e0c-9544-b7ff6f465b3b 2018-08-19 10:21:41,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:21:41,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=3cd4ae52-eda2-4591-8dc9-eec4a050f124&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:21:42,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:21:41 GMT Server: Apache x-openstack-request-id: req-da984d4d-d4e5-4e6c-938e-31dddea30ebe Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=3cd4ae52-eda2-4591-8dc9-eec4a050f124&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-19 10:21:42,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:21:42 GMT Server: Apache x-openstack-request-id: req-5a1eeae1-6a5d-4869-86eb-c6cf5e3b57ed Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 358 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-19T10:21:41Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sig_network/events/3ac98361-4526-4e71-9176-e537d4f76cbe", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "faefaf86-9433-4a3b-9011-9a2c1e2f0428", "id": "3ac98361-4526-4e71-9176-e537d4f76cbe"}]} 2018-08-19 10:21:42,056 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=3cd4ae52-eda2-4591-8dc9-eec4a050f124&sort_dir=asc&marker=3cd4ae52-eda2-4591-8dc9-eec4a050f124&sort_dir=asc used request id req-5a1eeae1-6a5d-4869-86eb-c6cf5e3b57ed 2018-08-19 10:21:42,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.866993904114s 2018-08-19 10:21:42,056 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=3cd4ae52-eda2-4591-8dc9-eec4a050f124&sort_dir=asc&marker=3cd4ae52-eda2-4591-8dc9-eec4a050f124&sort_dir=asc used request id req-5a1eeae1-6a5d-4869-86eb-c6cf5e3b57ed 2018-08-19 10:21:47,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:21:47,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=3ac98361-4526-4e71-9176-e537d4f76cbe&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:21:47,795 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:21:47 GMT Server: Apache x-openstack-request-id: req-a1c55882-d2e5-44a4-af14-fc5c77621d5d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=3ac98361-4526-4e71-9176-e537d4f76cbe&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-19 10:21:48,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:21:47 GMT Server: Apache x-openstack-request-id: req-3533f60c-a6cf-42aa-900a-1845ec93ce0c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 541 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-19T10:21:44Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/mgmt_network/events/19f50ec8-5317-43bf-ad46-db86c3736b3f", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "2d7b0d8d-7cda-4976-8482-13eec3b2f5e1", "id": "19f50ec8-5317-43bf-ad46-db86c3736b3f"}, {"resource_name": "security_groups", "event_time": "2018-08-19T10:21:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/security_groups/events/129d2fbd-5ff7-4a69-a323-f4055d4d373b", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "12a48349-5040-4575-9f55-e91c71eed811", "id": "129d2fbd-5ff7-4a69-a323-f4055d4d373b"}, {"resource_name": "dns", "event_time": "2018-08-19T10:21:47Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dns/events/9c66e5ba-1941-44b1-8199-4832bbc1dcbd", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-ouiufh4jyn6w", "id": "9c66e5ba-1941-44b1-8199-4832bbc1dcbd"}]} 2018-08-19 10:21:48,535 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=3ac98361-4526-4e71-9176-e537d4f76cbe&sort_dir=asc&marker=3ac98361-4526-4e71-9176-e537d4f76cbe&sort_dir=asc used request id req-3533f60c-a6cf-42aa-900a-1845ec93ce0c 2018-08-19 10:21:48,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.4730989933s 2018-08-19 10:21:48,536 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=3ac98361-4526-4e71-9176-e537d4f76cbe&sort_dir=asc&marker=3ac98361-4526-4e71-9176-e537d4f76cbe&sort_dir=asc used request id req-3533f60c-a6cf-42aa-900a-1845ec93ce0c 2018-08-19 10:21:53,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:21:53,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:21:54,322 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:21:53 GMT Server: Apache x-openstack-request-id: req-1a0e3af0-ecc8-42ab-b352-fa47367458a9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:21:55,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:21:54 GMT Server: Apache x-openstack-request-id: req-83967879-de9e-4e3b-90d0-3fd6e329c6f3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:21:55,161 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-83967879-de9e-4e3b-90d0-3fd6e329c6f3 2018-08-19 10:21:55,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.61821293831s 2018-08-19 10:21:55,161 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-83967879-de9e-4e3b-90d0-3fd6e329c6f3 2018-08-19 10:22:00,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:22:00,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:00,198 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:00 GMT Server: Apache x-openstack-request-id: req-041ab521-fa15-40e3-921d-6b688e2d0276 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:22:00,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:00 GMT Server: Apache x-openstack-request-id: req-e3f5a717-a8a1-4bda-b286-06aca9746875 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:22:00,240 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-e3f5a717-a8a1-4bda-b286-06aca9746875 2018-08-19 10:22:00,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729489326477s 2018-08-19 10:22:00,240 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-e3f5a717-a8a1-4bda-b286-06aca9746875 2018-08-19 10:22:00,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:22:00,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:00,270 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:00 GMT Server: Apache x-openstack-request-id: req-307b4836-9f29-4125-924e-60311c0071c0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:22:00,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:00 GMT Server: Apache x-openstack-request-id: req-7bebafe9-c6a1-4b50-9f69-a79be655259f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:22:00,997 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7bebafe9-c6a1-4b50-9f69-a79be655259f 2018-08-19 10:22:00,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.756353139877s 2018-08-19 10:22:00,998 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7bebafe9-c6a1-4b50-9f69-a79be655259f 2018-08-19 10:22:06,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:22:06,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:06,814 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:06 GMT Server: Apache x-openstack-request-id: req-1d0da160-5950-4a7b-a232-49c4080b2e11 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:22:07,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:06 GMT Server: Apache x-openstack-request-id: req-8eb09178-bc8d-406b-a506-aa51eccb5072 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:22:07,579 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-8eb09178-bc8d-406b-a506-aa51eccb5072 2018-08-19 10:22:07,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.57428717613s 2018-08-19 10:22:07,579 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-8eb09178-bc8d-406b-a506-aa51eccb5072 2018-08-19 10:22:12,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:22:12,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:13,282 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:12 GMT Server: Apache x-openstack-request-id: req-b0e07c36-87db-4eed-a51b-f0d5d042ed36 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:22:14,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:13 GMT Server: Apache x-openstack-request-id: req-8f57eea9-f589-4777-a86a-26a34699aef5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:22:14,007 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-8f57eea9-f589-4777-a86a-26a34699aef5 2018-08-19 10:22:14,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.42367291451s 2018-08-19 10:22:14,008 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-8f57eea9-f589-4777-a86a-26a34699aef5 2018-08-19 10:22:14,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:22:14,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:14,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:14 GMT Server: Apache x-openstack-request-id: req-743e7f00-3b39-451a-9fc2-043ad85feee6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:22:14,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:14 GMT Server: Apache x-openstack-request-id: req-8f1e8bc3-cfa2-4854-95bb-5210d6dd524e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:22:14,753 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8f1e8bc3-cfa2-4854-95bb-5210d6dd524e 2018-08-19 10:22:14,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.744654178619s 2018-08-19 10:22:14,754 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8f1e8bc3-cfa2-4854-95bb-5210d6dd524e 2018-08-19 10:22:19,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:22:19,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:19,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:19 GMT Server: Apache x-openstack-request-id: req-10db6a9e-bc21-4513-8324-f713003cef85 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:22:19,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:19 GMT Server: Apache x-openstack-request-id: req-257a6657-5512-4776-acea-6b2bfc1db0d8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:22:19,836 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-257a6657-5512-4776-acea-6b2bfc1db0d8 2018-08-19 10:22:19,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750689506531s 2018-08-19 10:22:19,836 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-257a6657-5512-4776-acea-6b2bfc1db0d8 2018-08-19 10:22:24,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:22:24,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:25,558 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:24 GMT Server: Apache x-openstack-request-id: req-270369c0-917d-4345-8381-e2c345a8ed18 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:22:26,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:25 GMT Server: Apache x-openstack-request-id: req-a7f96e98-b3e7-4304-a249-ba1d8231bcfc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:22:26,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-a7f96e98-b3e7-4304-a249-ba1d8231bcfc 2018-08-19 10:22:26,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.42333984375s 2018-08-19 10:22:26,266 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-a7f96e98-b3e7-4304-a249-ba1d8231bcfc 2018-08-19 10:22:26,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:22:26,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:26,983 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:26 GMT Server: Apache x-openstack-request-id: req-48efc6c6-d8ec-4198-987b-5d14ee1cd000 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:22:27,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:26 GMT Server: Apache x-openstack-request-id: req-abe3db84-3c5c-454f-b4ab-2acbd9be7c4f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:22:27,026 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-abe3db84-3c5c-454f-b4ab-2acbd9be7c4f 2018-08-19 10:22:27,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.759632110596s 2018-08-19 10:22:27,026 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-abe3db84-3c5c-454f-b4ab-2acbd9be7c4f 2018-08-19 10:22:32,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:22:32,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:32,079 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:32 GMT Server: Apache x-openstack-request-id: req-879ca03c-7822-4e08-9e52-d00218f99181 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:22:32,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:32 GMT Server: Apache x-openstack-request-id: req-8f237f2c-ae94-42ba-9af0-f14bd74d6198 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:22:32,122 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-8f237f2c-ae94-42ba-9af0-f14bd74d6198 2018-08-19 10:22:32,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0891199111938s 2018-08-19 10:22:32,123 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-8f237f2c-ae94-42ba-9af0-f14bd74d6198 2018-08-19 10:22:37,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:22:37,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:37,806 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:37 GMT Server: Apache x-openstack-request-id: req-a6061e88-ca87-4d3e-bc3f-62998a9d6278 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:22:38,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:37 GMT Server: Apache x-openstack-request-id: req-4f1271f1-9e3d-442d-9ba2-bc5d7e904751 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:22:38,528 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-4f1271f1-9e3d-442d-9ba2-bc5d7e904751 2018-08-19 10:22:38,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.39904594421s 2018-08-19 10:22:38,528 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-4f1271f1-9e3d-442d-9ba2-bc5d7e904751 2018-08-19 10:22:38,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:22:38,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:38,574 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:38 GMT Server: Apache x-openstack-request-id: req-f517db5f-5c54-48af-97d6-49ecd43e7ba5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:22:39,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:38 GMT Server: Apache x-openstack-request-id: req-44849b01-bbc9-485b-b59b-671027a68d69 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:22:39,423 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-44849b01-bbc9-485b-b59b-671027a68d69 2018-08-19 10:22:39,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.894164085388s 2018-08-19 10:22:39,423 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-44849b01-bbc9-485b-b59b-671027a68d69 2018-08-19 10:22:44,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:22:44,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:45,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:44 GMT Server: Apache x-openstack-request-id: req-bd593004-941a-423f-af35-4a3d0a4e48fe Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:22:45,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:45 GMT Server: Apache x-openstack-request-id: req-7088c5e8-987f-4ec9-957a-4d372bf3798c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:22:45,964 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-7088c5e8-987f-4ec9-957a-4d372bf3798c 2018-08-19 10:22:45,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.53258800507s 2018-08-19 10:22:45,964 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-7088c5e8-987f-4ec9-957a-4d372bf3798c 2018-08-19 10:22:50,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:22:50,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:50,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:50 GMT Server: Apache x-openstack-request-id: req-b20afc75-8d2c-4a80-b0d8-df8414bdd091 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:22:51,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:50 GMT Server: Apache x-openstack-request-id: req-d824fad3-66fc-4a7e-835f-40f0cc038176 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:22:51,838 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-d824fad3-66fc-4a7e-835f-40f0cc038176 2018-08-19 10:22:51,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.871209859848s 2018-08-19 10:22:51,838 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-d824fad3-66fc-4a7e-835f-40f0cc038176 2018-08-19 10:22:51,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:22:51,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:51,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:51 GMT Server: Apache x-openstack-request-id: req-0126b7cd-bef3-4fc7-8f73-6a0eebb03e46 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:22:51,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:51 GMT Server: Apache x-openstack-request-id: req-42a72bfb-e606-493b-b742-b283aa68ba53 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:22:51,910 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-42a72bfb-e606-493b-b742-b283aa68ba53 2018-08-19 10:22:51,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.071585893631s 2018-08-19 10:22:51,911 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-42a72bfb-e606-493b-b742-b283aa68ba53 2018-08-19 10:22:56,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:22:56,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:22:56,947 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:22:56 GMT Server: Apache x-openstack-request-id: req-1400d558-350d-4bb3-b8c0-e606bb1ce972 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:22:57,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:22:56 GMT Server: Apache x-openstack-request-id: req-e3b0eda2-8b12-4cdc-ab9f-10da5f4c96d2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:22:57,660 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-e3b0eda2-8b12-4cdc-ab9f-10da5f4c96d2 2018-08-19 10:22:57,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.742381095886s 2018-08-19 10:22:57,660 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-e3b0eda2-8b12-4cdc-ab9f-10da5f4c96d2 2018-08-19 10:23:02,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:23:02,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:02,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:02 GMT Server: Apache x-openstack-request-id: req-ea4acee1-98d6-47ba-afe1-ad1d79fb9715 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:23:02,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:02 GMT Server: Apache x-openstack-request-id: req-dc77200d-4d72-423b-a3a4-9a4475cba3a1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:23:02,737 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-dc77200d-4d72-423b-a3a4-9a4475cba3a1 2018-08-19 10:23:02,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706520080566s 2018-08-19 10:23:02,737 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-dc77200d-4d72-423b-a3a4-9a4475cba3a1 2018-08-19 10:23:02,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:23:02,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:02,767 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:02 GMT Server: Apache x-openstack-request-id: req-df2ce1a9-c728-4e32-967b-18c9f0ba3a03 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:23:02,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:02 GMT Server: Apache x-openstack-request-id: req-fd67dd43-27f9-4b13-9687-b5465a3468db Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:23:02,809 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-fd67dd43-27f9-4b13-9687-b5465a3468db 2018-08-19 10:23:02,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0710139274597s 2018-08-19 10:23:02,809 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-fd67dd43-27f9-4b13-9687-b5465a3468db 2018-08-19 10:23:07,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:23:07,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:07,846 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:07 GMT Server: Apache x-openstack-request-id: req-e717758a-36ee-4dcd-b20a-a85fe29e5a8d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:23:08,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:07 GMT Server: Apache x-openstack-request-id: req-bd29b3b4-932b-49ae-97f1-705c3ffdc541 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:23:08,655 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-bd29b3b4-932b-49ae-97f1-705c3ffdc541 2018-08-19 10:23:08,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.839361906052s 2018-08-19 10:23:08,656 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-bd29b3b4-932b-49ae-97f1-705c3ffdc541 2018-08-19 10:23:13,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:23:13,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:13,692 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:13 GMT Server: Apache x-openstack-request-id: req-8a5a2872-3154-4cf8-91b6-1b1329a8bab2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:23:13,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:13 GMT Server: Apache x-openstack-request-id: req-f324e655-7f73-4ab8-a14b-cf52a5ebffbd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:23:13,734 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-f324e655-7f73-4ab8-a14b-cf52a5ebffbd 2018-08-19 10:23:13,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072802066803s 2018-08-19 10:23:13,735 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-f324e655-7f73-4ab8-a14b-cf52a5ebffbd 2018-08-19 10:23:13,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:23:13,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:13,764 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:13 GMT Server: Apache x-openstack-request-id: req-785fff72-2e98-482b-b9d2-60a6894d1c2a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:23:13,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:13 GMT Server: Apache x-openstack-request-id: req-a66a78f1-4916-4cd3-813a-5ef291b71842 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:23:13,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a66a78f1-4916-4cd3-813a-5ef291b71842 2018-08-19 10:23:13,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0708289146423s 2018-08-19 10:23:13,807 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a66a78f1-4916-4cd3-813a-5ef291b71842 2018-08-19 10:23:18,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:23:18,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:18,842 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:18 GMT Server: Apache x-openstack-request-id: req-04347f70-55d5-4d60-8044-72c5632a1129 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:23:19,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:18 GMT Server: Apache x-openstack-request-id: req-fb870a71-073e-4d59-8508-28bd42c01672 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:23:19,565 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-fb870a71-073e-4d59-8508-28bd42c01672 2018-08-19 10:23:19,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.75152015686s 2018-08-19 10:23:19,565 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-fb870a71-073e-4d59-8508-28bd42c01672 2018-08-19 10:23:24,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:23:24,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:25,258 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:24 GMT Server: Apache x-openstack-request-id: req-ad75781e-1fa0-47f8-aa8e-c5e5fd3ad56e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:23:25,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:25 GMT Server: Apache x-openstack-request-id: req-96aeff8f-e16e-44a4-a6f0-d0bfd1d03e31 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:23:25,300 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-96aeff8f-e16e-44a4-a6f0-d0bfd1d03e31 2018-08-19 10:23:25,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.728941917419s 2018-08-19 10:23:25,300 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-96aeff8f-e16e-44a4-a6f0-d0bfd1d03e31 2018-08-19 10:23:25,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:23:25,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:26,114 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:25 GMT Server: Apache x-openstack-request-id: req-d9918ab5-334e-4a85-8cd8-53b29f1e35a1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:23:26,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:26 GMT Server: Apache x-openstack-request-id: req-641ce5ea-d9a5-4705-a766-46f5137437ba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:23:26,158 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-641ce5ea-d9a5-4705-a766-46f5137437ba 2018-08-19 10:23:26,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.856812000275s 2018-08-19 10:23:26,158 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-641ce5ea-d9a5-4705-a766-46f5137437ba 2018-08-19 10:23:31,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:23:31,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:31,901 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:31 GMT Server: Apache x-openstack-request-id: req-7679c4dd-78dc-4bb1-820d-2547a84499fa Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:23:31,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:31 GMT Server: Apache x-openstack-request-id: req-0ccdd850-ad2d-4225-b262-d3292410eeec Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:23:31,944 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-0ccdd850-ad2d-4225-b262-d3292410eeec 2018-08-19 10:23:31,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.779136896133s 2018-08-19 10:23:31,944 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-0ccdd850-ad2d-4225-b262-d3292410eeec 2018-08-19 10:23:36,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:23:36,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:36,981 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:36 GMT Server: Apache x-openstack-request-id: req-ff9dc70a-bb64-46d3-91cc-26303beaa3fc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:23:37,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:36 GMT Server: Apache x-openstack-request-id: req-389dca5c-7d02-4002-b14d-b1379165b53a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:23:37,023 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-389dca5c-7d02-4002-b14d-b1379165b53a 2018-08-19 10:23:37,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725400447845s 2018-08-19 10:23:37,023 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-389dca5c-7d02-4002-b14d-b1379165b53a 2018-08-19 10:23:37,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:23:37,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:37,054 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:37 GMT Server: Apache x-openstack-request-id: req-752933b4-2f44-4736-9f0c-51ad8baf4664 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:23:37,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:37 GMT Server: Apache x-openstack-request-id: req-6af21bbd-09dc-4b56-b54f-703001f99620 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:23:37,096 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6af21bbd-09dc-4b56-b54f-703001f99620 2018-08-19 10:23:37,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722968578339s 2018-08-19 10:23:37,096 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6af21bbd-09dc-4b56-b54f-703001f99620 2018-08-19 10:23:42,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:23:42,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:42,810 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:42 GMT Server: Apache x-openstack-request-id: req-af34149b-d476-4114-87e9-d474424c0d73 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:23:42,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:42 GMT Server: Apache x-openstack-request-id: req-aac199bc-1317-4499-bcb9-4cff91c97213 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:23:42,851 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-aac199bc-1317-4499-bcb9-4cff91c97213 2018-08-19 10:23:42,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.748162031174s 2018-08-19 10:23:42,852 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-aac199bc-1317-4499-bcb9-4cff91c97213 2018-08-19 10:23:47,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:23:47,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:47,885 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:47 GMT Server: Apache x-openstack-request-id: req-72b97382-b714-4d7b-a9ea-1f6702caea7f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&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-19 10:23:47,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:47 GMT Server: Apache x-openstack-request-id: req-2cf97d73-9c4f-4e33-9881-4e91385e50a4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 445 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-19T10:23:47Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dns/events/7548467c-f2e5-4010-8f8f-51bd43187238", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "8b41f77f-401c-45e9-b209-45b0d8d2eb03", "id": "7548467c-f2e5-4010-8f8f-51bd43187238"}, {"resource_name": "ellis", "event_time": "2018-08-19T10:23:47Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/ellis/events/9164e15e-04b6-4c36-8cd7-d53f5f8320fa", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-tiziql53jr3o", "id": "9164e15e-04b6-4c36-8cd7-d53f5f8320fa"}]} 2018-08-19 10:23:47,929 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-2cf97d73-9c4f-4e33-9881-4e91385e50a4 2018-08-19 10:23:47,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0756409168243s 2018-08-19 10:23:47,930 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc&marker=9c66e5ba-1941-44b1-8199-4832bbc1dcbd&sort_dir=asc used request id req-2cf97d73-9c4f-4e33-9881-4e91385e50a4 2018-08-19 10:23:52,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:23:52,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:52,967 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:52 GMT Server: Apache x-openstack-request-id: req-00e2ff49-0f6a-4abd-85a0-c46143af35c6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&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-19 10:23:53,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:52 GMT Server: Apache x-openstack-request-id: req-0fb4f755-965b-4ed1-8929-f134bf9b2b4a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:23:53,010 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc&marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc used request id req-0fb4f755-965b-4ed1-8929-f134bf9b2b4a 2018-08-19 10:23:53,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734901428223s 2018-08-19 10:23:53,010 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc&marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc used request id req-0fb4f755-965b-4ed1-8929-f134bf9b2b4a 2018-08-19 10:23:58,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:23:58,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:58,047 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:58 GMT Server: Apache x-openstack-request-id: req-6f684d3f-fed3-4ccd-b9d0-6f4bc6ef8bc2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&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-19 10:23:58,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:58 GMT Server: Apache x-openstack-request-id: req-c0e1f774-a193-4ab1-83af-0fcd625c90a4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:23:58,088 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc&marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc used request id req-c0e1f774-a193-4ab1-83af-0fcd625c90a4 2018-08-19 10:23:58,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721080303192s 2018-08-19 10:23:58,089 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc&marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc used request id req-c0e1f774-a193-4ab1-83af-0fcd625c90a4 2018-08-19 10:23:58,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:23:58,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:23:58,118 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:23:58 GMT Server: Apache x-openstack-request-id: req-1d6497b6-7ada-4064-8bb0-f3f91ef98cda Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:23:58,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:23:58 GMT Server: Apache x-openstack-request-id: req-a76484b8-0a83-436d-b3b5-1eaa0b7d5dc6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:23:58,161 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a76484b8-0a83-436d-b3b5-1eaa0b7d5dc6 2018-08-19 10:23:58,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719330310822s 2018-08-19 10:23:58,162 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a76484b8-0a83-436d-b3b5-1eaa0b7d5dc6 2018-08-19 10:24:03,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:24:03,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:03,198 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:03 GMT Server: Apache x-openstack-request-id: req-7c3f182a-8e58-4a54-8eaf-31724a7c4af7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&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-19 10:24:03,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:03 GMT Server: Apache x-openstack-request-id: req-c2cc2ba5-dd3d-43f2-b8d0-149cd9b6571b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:24:03,241 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc&marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc used request id req-c2cc2ba5-dd3d-43f2-b8d0-149cd9b6571b 2018-08-19 10:24:03,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072643995285s 2018-08-19 10:24:03,241 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc&marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc used request id req-c2cc2ba5-dd3d-43f2-b8d0-149cd9b6571b 2018-08-19 10:24:08,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:24:08,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:08,278 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:08 GMT Server: Apache x-openstack-request-id: req-a8cd7fbf-8d1c-401a-9cba-91b321956b21 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&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-19 10:24:08,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:08 GMT Server: Apache x-openstack-request-id: req-b2ca0b5c-f322-4148-afce-21d4c56b2d0d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:24:08,320 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc&marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc used request id req-b2ca0b5c-f322-4148-afce-21d4c56b2d0d 2018-08-19 10:24:08,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743160247803s 2018-08-19 10:24:08,321 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc&marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc used request id req-b2ca0b5c-f322-4148-afce-21d4c56b2d0d 2018-08-19 10:24:08,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:24:08,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:08,365 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:08 GMT Server: Apache x-openstack-request-id: req-7fd8c227-99b7-4460-b4a4-8626f397ff02 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:24:08,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:08 GMT Server: Apache x-openstack-request-id: req-1b1b07cd-0ec0-4def-a59e-0c6b276c5019 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:24:08,408 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1b1b07cd-0ec0-4def-a59e-0c6b276c5019 2018-08-19 10:24:08,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0863139629364s 2018-08-19 10:24:08,408 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1b1b07cd-0ec0-4def-a59e-0c6b276c5019 2018-08-19 10:24:13,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:24:13,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:13,443 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:13 GMT Server: Apache x-openstack-request-id: req-5e16db89-385d-4be5-bf2c-a731745b18d1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&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-19 10:24:14,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:13 GMT Server: Apache x-openstack-request-id: req-680a862e-d4ad-4a63-8147-edb6c93abaf9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-19T10:24:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/ellis/events/7e803afe-92c5-4253-95c3-edf3378b86e3", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "22be5de3-bf60-401d-bdf9-5f6513900004", "id": "7e803afe-92c5-4253-95c3-edf3378b86e3"}, {"resource_name": "homer", "event_time": "2018-08-19T10:24:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/homer/events/763c9bd5-11a5-4162-8ffb-2c5c7a86327e", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-mv6y3gdyct25", "id": "763c9bd5-11a5-4162-8ffb-2c5c7a86327e"}, {"resource_name": "vellum", "event_time": "2018-08-19T10:24:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/vellum/events/944f24dc-9a75-49e6-a5f8-fde14f0aff05", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-nt2rpss45dll", "id": "944f24dc-9a75-49e6-a5f8-fde14f0aff05"}, {"resource_name": "dime", "event_time": "2018-08-19T10:24:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dime/events/90b26971-1093-434d-89ee-746f46740bd8", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-5w7jbh7ux4t7", "id": "90b26971-1093-434d-89ee-746f46740bd8"}, {"resource_name": "bono", "event_time": "2018-08-19T10:24:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/bono/events/8e0556be-e1c4-4b00-a1aa-91bdef0c09a3", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-imyiyumjalax", "id": "8e0556be-e1c4-4b00-a1aa-91bdef0c09a3"}, {"resource_name": "sprout", "event_time": "2018-08-19T10:24:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sprout/events/c3ff4d45-716a-4a80-a20f-dc0850069936", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-ekpw5sypjvrk", "id": "c3ff4d45-716a-4a80-a20f-dc0850069936"}]} 2018-08-19 10:24:14,190 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc&marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc used request id req-680a862e-d4ad-4a63-8147-edb6c93abaf9 2018-08-19 10:24:14,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.775171041489s 2018-08-19 10:24:14,190 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc&marker=9164e15e-04b6-4c36-8cd7-d53f5f8320fa&sort_dir=asc used request id req-680a862e-d4ad-4a63-8147-edb6c93abaf9 2018-08-19 10:24:19,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:24:19,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:20,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:19 GMT Server: Apache x-openstack-request-id: req-0f33bef8-200b-483e-8185-fe9bc955d36c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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-19 10:24:20,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:20 GMT Server: Apache x-openstack-request-id: req-db85b528-b013-408a-9453-f08f062f6795 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:24:20,104 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-db85b528-b013-408a-9453-f08f062f6795 2018-08-19 10:24:20,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.906620025635s 2018-08-19 10:24:20,105 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-db85b528-b013-408a-9453-f08f062f6795 2018-08-19 10:24:25,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:24:25,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:25,141 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:25 GMT Server: Apache x-openstack-request-id: req-8ab70c85-268d-436a-b13c-ca27c443722a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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-19 10:24:25,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:25 GMT Server: Apache x-openstack-request-id: req-632dbf79-eff2-4e44-9de1-be884cf02434 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:24:25,184 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-632dbf79-eff2-4e44-9de1-be884cf02434 2018-08-19 10:24:25,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730698108673s 2018-08-19 10:24:25,184 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-632dbf79-eff2-4e44-9de1-be884cf02434 2018-08-19 10:24:25,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:24:25,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:25,215 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:25 GMT Server: Apache x-openstack-request-id: req-060e127a-2cd2-4343-893b-ab27e9e9bea6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:24:25,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:25 GMT Server: Apache x-openstack-request-id: req-82287909-7557-498e-890e-c5acd3ea580a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:24:25,258 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-82287909-7557-498e-890e-c5acd3ea580a 2018-08-19 10:24:25,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0735101699829s 2018-08-19 10:24:25,259 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-82287909-7557-498e-890e-c5acd3ea580a 2018-08-19 10:24:30,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:24:30,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:30,298 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:30 GMT Server: Apache x-openstack-request-id: req-d7eed1eb-287c-4375-88db-e4a74d3c4870 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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-19 10:24:30,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:30 GMT Server: Apache x-openstack-request-id: req-69b82b77-59bb-418f-b9f3-f88764ecef04 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:24:30,340 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-69b82b77-59bb-418f-b9f3-f88764ecef04 2018-08-19 10:24:30,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745599269867s 2018-08-19 10:24:30,340 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-69b82b77-59bb-418f-b9f3-f88764ecef04 2018-08-19 10:24:35,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:24:35,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:35,377 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:35 GMT Server: Apache x-openstack-request-id: req-ff49e1af-84b6-4227-bd85-248a6735743b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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-19 10:24:35,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:35 GMT Server: Apache x-openstack-request-id: req-2d24561c-0dcd-4fd5-91ba-a9f667a42550 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:24:35,420 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-2d24561c-0dcd-4fd5-91ba-a9f667a42550 2018-08-19 10:24:35,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732791423798s 2018-08-19 10:24:35,420 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-2d24561c-0dcd-4fd5-91ba-a9f667a42550 2018-08-19 10:24:35,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:24:35,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:35,451 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:35 GMT Server: Apache x-openstack-request-id: req-2cb125d8-00fc-4de0-8e22-31f7fed0b89d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:24:35,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:35 GMT Server: Apache x-openstack-request-id: req-afcf71c1-1113-4e81-86c8-551640f1dd86 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:24:35,494 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-afcf71c1-1113-4e81-86c8-551640f1dd86 2018-08-19 10:24:35,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0728890895844s 2018-08-19 10:24:35,494 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-afcf71c1-1113-4e81-86c8-551640f1dd86 2018-08-19 10:24:40,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:24:40,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:40,535 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:40 GMT Server: Apache x-openstack-request-id: req-3a22115d-e687-4b45-a983-6d13d04aef7b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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-19 10:24:40,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:40 GMT Server: Apache x-openstack-request-id: req-68acfbee-d3c9-4ef1-9e9a-887f147776d3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:24:40,578 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-68acfbee-d3c9-4ef1-9e9a-887f147776d3 2018-08-19 10:24:40,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0774750709534s 2018-08-19 10:24:40,579 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-68acfbee-d3c9-4ef1-9e9a-887f147776d3 2018-08-19 10:24:45,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:24:45,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:45,613 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:45 GMT Server: Apache x-openstack-request-id: req-9b127700-1324-48d8-aed3-a002bc54c8fa Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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-19 10:24:45,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:45 GMT Server: Apache x-openstack-request-id: req-bb314c68-7d34-47a2-b712-615eba97f5d1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:24:45,657 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-bb314c68-7d34-47a2-b712-615eba97f5d1 2018-08-19 10:24:45,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736019611359s 2018-08-19 10:24:45,657 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-bb314c68-7d34-47a2-b712-615eba97f5d1 2018-08-19 10:24:45,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:24:45,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:45,687 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:45 GMT Server: Apache x-openstack-request-id: req-26a7a8cf-e99b-444e-836c-32d9bff86602 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:24:45,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:45 GMT Server: Apache x-openstack-request-id: req-0d3a2280-178d-4875-a1e4-6c6b4bd30a71 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:24:45,729 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0d3a2280-178d-4875-a1e4-6c6b4bd30a71 2018-08-19 10:24:45,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712850093842s 2018-08-19 10:24:45,730 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0d3a2280-178d-4875-a1e4-6c6b4bd30a71 2018-08-19 10:24:50,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:24:50,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:50,767 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:50 GMT Server: Apache x-openstack-request-id: req-a454ed6e-156d-450f-8968-d7d9a00e319d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&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-19 10:24:50,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:50 GMT Server: Apache x-openstack-request-id: req-1fc31785-8b9c-4a1b-9014-c8a01ab2d885 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 443 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-08-19T10:24:48Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sprout/events/db2f07f9-586b-432e-bbfd-41c01f420107", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "fd8f3f61-3d51-4735-9cac-0228b21047f0", "id": "db2f07f9-586b-432e-bbfd-41c01f420107"}, {"resource_name": "homer", "event_time": "2018-08-19T10:24:50Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/homer/events/90426704-425a-4d4d-9f92-2a36700594dd", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "4222ec3c-8733-48d7-b1b2-5e16f1e8e4b4", "id": "90426704-425a-4d4d-9f92-2a36700594dd"}]} 2018-08-19 10:24:50,810 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-1fc31785-8b9c-4a1b-9014-c8a01ab2d885 2018-08-19 10:24:50,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737619400024s 2018-08-19 10:24:50,810 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc&marker=c3ff4d45-716a-4a80-a20f-dc0850069936&sort_dir=asc used request id req-1fc31785-8b9c-4a1b-9014-c8a01ab2d885 2018-08-19 10:24:55,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:24:55,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:24:55,848 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:24:55 GMT Server: Apache x-openstack-request-id: req-8f9f279d-ffe6-482b-9339-44af77489817 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:24:55,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:24:55 GMT Server: Apache x-openstack-request-id: req-e9ec33b6-4c04-4973-a9f1-4575d5924340 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:24:55,891 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-e9ec33b6-4c04-4973-a9f1-4575d5924340 2018-08-19 10:24:55,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744068622589s 2018-08-19 10:24:55,892 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-e9ec33b6-4c04-4973-a9f1-4575d5924340 2018-08-19 10:25:00,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:25:00,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:00,928 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:00 GMT Server: Apache x-openstack-request-id: req-a1038589-ac9b-46d4-90a3-a4d9a3f46a25 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:25:00,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:00 GMT Server: Apache x-openstack-request-id: req-d763b951-8879-44be-b5c8-c2d84e10e25d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:25:00,970 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-d763b951-8879-44be-b5c8-c2d84e10e25d 2018-08-19 10:25:00,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726308822632s 2018-08-19 10:25:00,971 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-d763b951-8879-44be-b5c8-c2d84e10e25d 2018-08-19 10:25:00,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:25:00,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:01,000 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:00 GMT Server: Apache x-openstack-request-id: req-9bc86ad5-82d6-4318-bab5-0ee4480be79e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:25:01,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:01 GMT Server: Apache x-openstack-request-id: req-8be9ae4a-f878-4522-a1a6-ba1dcbac0f52 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:25:01,027 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8be9ae4a-f878-4522-a1a6-ba1dcbac0f52 2018-08-19 10:25:01,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0559120178223s 2018-08-19 10:25:01,027 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8be9ae4a-f878-4522-a1a6-ba1dcbac0f52 2018-08-19 10:25:06,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:25:06,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:06,064 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:06 GMT Server: Apache x-openstack-request-id: req-45786ddf-f0b2-49f7-b998-3f8a2f39bf30 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:25:06,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:06 GMT Server: Apache x-openstack-request-id: req-d7737f46-9099-4c37-a590-f6faef8088f3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:25:06,112 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-d7737f46-9099-4c37-a590-f6faef8088f3 2018-08-19 10:25:06,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0782520771027s 2018-08-19 10:25:06,113 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-d7737f46-9099-4c37-a590-f6faef8088f3 2018-08-19 10:25:11,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:25:11,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:11,165 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:11 GMT Server: Apache x-openstack-request-id: req-41b53d49-269c-43d3-9bb5-c83f7959ed91 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:25:11,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:11 GMT Server: Apache x-openstack-request-id: req-6e547843-161c-47c2-ada0-c8135e6d6927 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:25:11,207 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-6e547843-161c-47c2-ada0-c8135e6d6927 2018-08-19 10:25:11,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0887489318848s 2018-08-19 10:25:11,208 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-6e547843-161c-47c2-ada0-c8135e6d6927 2018-08-19 10:25:11,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:25:11,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:11,254 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:11 GMT Server: Apache x-openstack-request-id: req-a88d924c-95c3-42cd-b0ca-c7c0083f263f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:25:11,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:11 GMT Server: Apache x-openstack-request-id: req-1a64d522-a7ce-4883-97e6-fe4dd1f35dd0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:25:11,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1a64d522-a7ce-4883-97e6-fe4dd1f35dd0 2018-08-19 10:25:11,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0888230800629s 2018-08-19 10:25:11,298 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1a64d522-a7ce-4883-97e6-fe4dd1f35dd0 2018-08-19 10:25:16,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:25:16,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:16,332 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:16 GMT Server: Apache x-openstack-request-id: req-842cfa8c-6d59-4ccf-be5d-7ce1ccea381f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:25:16,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:16 GMT Server: Apache x-openstack-request-id: req-440f8310-3352-4793-a001-43542540a32f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:25:16,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-440f8310-3352-4793-a001-43542540a32f 2018-08-19 10:25:16,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725071430206s 2018-08-19 10:25:16,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-440f8310-3352-4793-a001-43542540a32f 2018-08-19 10:25:21,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:25:21,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:21,412 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:21 GMT Server: Apache x-openstack-request-id: req-ac2e912e-3ec6-4958-a2bb-858022fc1e2e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:25:21,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:21 GMT Server: Apache x-openstack-request-id: req-37f203e9-a795-4b52-9e27-22ee575df510 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:25:21,454 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-37f203e9-a795-4b52-9e27-22ee575df510 2018-08-19 10:25:21,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073832988739s 2018-08-19 10:25:21,454 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-37f203e9-a795-4b52-9e27-22ee575df510 2018-08-19 10:25:21,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:25:21,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:21,484 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:21 GMT Server: Apache x-openstack-request-id: req-37310c24-428b-4982-a289-6fd0902c40ca Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:25:21,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:21 GMT Server: Apache x-openstack-request-id: req-6986c027-5d44-4c01-ba25-2dfaa4db768f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:25:21,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6986c027-5d44-4c01-ba25-2dfaa4db768f 2018-08-19 10:25:21,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0755789279938s 2018-08-19 10:25:21,531 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6986c027-5d44-4c01-ba25-2dfaa4db768f 2018-08-19 10:25:26,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:25:26,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:26,585 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:26 GMT Server: Apache x-openstack-request-id: req-f14d0f76-c319-4e2b-9b80-8e5c7f621710 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:25:26,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:26 GMT Server: Apache x-openstack-request-id: req-634f2917-0887-4fc3-b6e9-684f8f6b9e59 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:25:26,627 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-634f2917-0887-4fc3-b6e9-684f8f6b9e59 2018-08-19 10:25:26,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0889921188354s 2018-08-19 10:25:26,627 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-634f2917-0887-4fc3-b6e9-684f8f6b9e59 2018-08-19 10:25:31,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:25:31,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:31,662 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:31 GMT Server: Apache x-openstack-request-id: req-63aada78-748d-4e89-8db4-3915d00cdf05 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:25:31,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:31 GMT Server: Apache x-openstack-request-id: req-2f2dd9d8-41f3-4598-b1bc-9d6a04de5b3e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:25:31,703 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-2f2dd9d8-41f3-4598-b1bc-9d6a04de5b3e 2018-08-19 10:25:31,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735349655151s 2018-08-19 10:25:31,704 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-2f2dd9d8-41f3-4598-b1bc-9d6a04de5b3e 2018-08-19 10:25:31,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:25:31,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:31,739 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:31 GMT Server: Apache x-openstack-request-id: req-489c94d5-7b23-46b6-80ec-a2e5dbd3463c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:25:31,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:31 GMT Server: Apache x-openstack-request-id: req-eb1c31dd-ea2e-424f-9a94-1e12e6d67dd0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:25:31,782 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-eb1c31dd-ea2e-424f-9a94-1e12e6d67dd0 2018-08-19 10:25:31,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0777339935303s 2018-08-19 10:25:31,782 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-eb1c31dd-ea2e-424f-9a94-1e12e6d67dd0 2018-08-19 10:25:36,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:25:36,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:36,819 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:36 GMT Server: Apache x-openstack-request-id: req-0a5ebf7c-16c3-40da-9c6a-3655668ce76d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:25:36,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:36 GMT Server: Apache x-openstack-request-id: req-ea7e0c02-f67f-48a8-a47a-abd63ec44ea4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:25:36,896 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-ea7e0c02-f67f-48a8-a47a-abd63ec44ea4 2018-08-19 10:25:36,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.106925964355s 2018-08-19 10:25:36,897 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-ea7e0c02-f67f-48a8-a47a-abd63ec44ea4 2018-08-19 10:25:41,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:25:41,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:41,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:41 GMT Server: Apache x-openstack-request-id: req-0527a217-9f61-47f6-b9c7-9e128bd12a39 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:25:41,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:41 GMT Server: Apache x-openstack-request-id: req-2c4c6aa4-02f7-47c4-9dd3-cff0b48a4f33 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:25:41,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-2c4c6aa4-02f7-47c4-9dd3-cff0b48a4f33 2018-08-19 10:25:41,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0763380527496s 2018-08-19 10:25:41,979 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-2c4c6aa4-02f7-47c4-9dd3-cff0b48a4f33 2018-08-19 10:25:41,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:25:41,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:42,010 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:41 GMT Server: Apache x-openstack-request-id: req-10003693-3c5e-4ef4-9441-758a43cdcab7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:25:42,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:42 GMT Server: Apache x-openstack-request-id: req-60c564f1-e782-4f04-b534-a7e62311f223 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:25:42,053 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-60c564f1-e782-4f04-b534-a7e62311f223 2018-08-19 10:25:42,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0736570358276s 2018-08-19 10:25:42,054 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-60c564f1-e782-4f04-b534-a7e62311f223 2018-08-19 10:25:47,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:25:47,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:47,091 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:47 GMT Server: Apache x-openstack-request-id: req-c9b45653-75eb-45c9-8181-91da97adf272 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:25:47,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:47 GMT Server: Apache x-openstack-request-id: req-276d9cec-4bb0-4258-9b8b-4d911d019909 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:25:47,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-276d9cec-4bb0-4258-9b8b-4d911d019909 2018-08-19 10:25:47,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720319747925s 2018-08-19 10:25:47,133 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-276d9cec-4bb0-4258-9b8b-4d911d019909 2018-08-19 10:25:52,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:25:52,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:52,172 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:52 GMT Server: Apache x-openstack-request-id: req-d6941e28-1fc9-451f-b249-adc710e01126 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:25:52,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:52 GMT Server: Apache x-openstack-request-id: req-ca2a7168-ffa1-48d6-b1f5-109db9813dcf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:25:52,215 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-ca2a7168-ffa1-48d6-b1f5-109db9813dcf 2018-08-19 10:25:52,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0764620304108s 2018-08-19 10:25:52,216 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-ca2a7168-ffa1-48d6-b1f5-109db9813dcf 2018-08-19 10:25:52,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:25:52,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:52,245 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:52 GMT Server: Apache x-openstack-request-id: req-789edc4e-50aa-40f2-9abc-a52f155ca930 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:25:52,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:52 GMT Server: Apache x-openstack-request-id: req-b01835ba-9c32-4013-97f9-4a6e155fb596 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:25:52,289 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b01835ba-9c32-4013-97f9-4a6e155fb596 2018-08-19 10:25:52,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729119777679s 2018-08-19 10:25:52,290 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b01835ba-9c32-4013-97f9-4a6e155fb596 2018-08-19 10:25:57,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:25:57,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:25:57,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:25:57 GMT Server: Apache x-openstack-request-id: req-e6e89221-b67f-4c27-a4cf-396e2474a5f7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:25:57,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:25:57 GMT Server: Apache x-openstack-request-id: req-5addcdc3-3ece-4322-92a4-13095a0896e8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:25:57,367 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-5addcdc3-3ece-4322-92a4-13095a0896e8 2018-08-19 10:25:57,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070867061615s 2018-08-19 10:25:57,368 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-5addcdc3-3ece-4322-92a4-13095a0896e8 2018-08-19 10:26:02,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:26:02,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:02,405 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:02 GMT Server: Apache x-openstack-request-id: req-52aa8d94-fda4-4f87-8ad9-24a92fbec7bb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:26:02,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:02 GMT Server: Apache x-openstack-request-id: req-040bd571-a522-4799-9aa9-697edeca60d0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:26:02,579 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-040bd571-a522-4799-9aa9-697edeca60d0 2018-08-19 10:26:02,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.205955028534s 2018-08-19 10:26:02,580 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-040bd571-a522-4799-9aa9-697edeca60d0 2018-08-19 10:26:02,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:26:02,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:02,609 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:02 GMT Server: Apache x-openstack-request-id: req-85849f07-0e75-4fbf-9103-8f849de4b18d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:26:02,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:02 GMT Server: Apache x-openstack-request-id: req-ff64e6b6-23a3-472a-9731-6e7830c2acc3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:26:02,652 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ff64e6b6-23a3-472a-9731-6e7830c2acc3 2018-08-19 10:26:02,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0720369815826s 2018-08-19 10:26:02,653 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ff64e6b6-23a3-472a-9731-6e7830c2acc3 2018-08-19 10:26:07,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:26:07,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:07,690 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:07 GMT Server: Apache x-openstack-request-id: req-fc7dc66d-0e88-4e2b-8220-85d57efc05c0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:26:07,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:07 GMT Server: Apache x-openstack-request-id: req-c6f619ff-7bea-4e3c-95a8-d4227bebafb9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:26:07,731 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-c6f619ff-7bea-4e3c-95a8-d4227bebafb9 2018-08-19 10:26:07,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720109939575s 2018-08-19 10:26:07,732 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-c6f619ff-7bea-4e3c-95a8-d4227bebafb9 2018-08-19 10:26:12,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:26:12,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:12,768 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:12 GMT Server: Apache x-openstack-request-id: req-b97efd47-784d-4d56-a047-ecb99e870412 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:26:12,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:12 GMT Server: Apache x-openstack-request-id: req-945b1ea8-023f-4f05-b7e5-b798deb6e969 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:26:12,813 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-945b1ea8-023f-4f05-b7e5-b798deb6e969 2018-08-19 10:26:12,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0753548145294s 2018-08-19 10:26:12,813 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-945b1ea8-023f-4f05-b7e5-b798deb6e969 2018-08-19 10:26:12,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:26:12,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:12,843 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:12 GMT Server: Apache x-openstack-request-id: req-c85307a4-7950-4ecb-bbac-c0b8cbe00758 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:26:12,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:12 GMT Server: Apache x-openstack-request-id: req-10217019-9397-483d-aa54-d45d75c28928 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:26:12,885 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-10217019-9397-483d-aa54-d45d75c28928 2018-08-19 10:26:12,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716211795807s 2018-08-19 10:26:12,886 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-10217019-9397-483d-aa54-d45d75c28928 2018-08-19 10:26:17,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:26:17,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:17,923 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:17 GMT Server: Apache x-openstack-request-id: req-2a32798f-a5db-4884-87ff-2c6950c27e50 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:26:17,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:17 GMT Server: Apache x-openstack-request-id: req-2c02ce95-5b38-411b-aeeb-d5a01477dc1c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:26:17,966 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-2c02ce95-5b38-411b-aeeb-d5a01477dc1c 2018-08-19 10:26:17,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739369392395s 2018-08-19 10:26:17,967 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-2c02ce95-5b38-411b-aeeb-d5a01477dc1c 2018-08-19 10:26:22,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:26:22,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:23,678 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:22 GMT Server: Apache x-openstack-request-id: req-4a871095-1797-4ee9-8717-af99d777bcab Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:26:23,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:23 GMT Server: Apache x-openstack-request-id: req-3a46041c-04e6-4974-929c-15234e900fe2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:26:23,720 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-3a46041c-04e6-4974-929c-15234e900fe2 2018-08-19 10:26:23,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.74803185463s 2018-08-19 10:26:23,721 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-3a46041c-04e6-4974-929c-15234e900fe2 2018-08-19 10:26:23,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:26:23,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:23,766 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:23 GMT Server: Apache x-openstack-request-id: req-1fd9938f-5d04-4e3b-a1b9-ca74797a5dd6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:26:23,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:23 GMT Server: Apache x-openstack-request-id: req-86343050-24c5-4af3-9f0f-4128220ffc58 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:26:23,792 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-86343050-24c5-4af3-9f0f-4128220ffc58 2018-08-19 10:26:23,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0708329677582s 2018-08-19 10:26:23,793 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-86343050-24c5-4af3-9f0f-4128220ffc58 2018-08-19 10:26:28,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:26:28,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:28,829 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:28 GMT Server: Apache x-openstack-request-id: req-cee8e9fe-cfed-482d-bc42-9db66b3b1b48 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:26:28,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:28 GMT Server: Apache x-openstack-request-id: req-3918a51d-5b4a-479c-bd59-f3f7ed18ece7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:26:28,872 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-3918a51d-5b4a-479c-bd59-f3f7ed18ece7 2018-08-19 10:26:28,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727269649506s 2018-08-19 10:26:28,872 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-3918a51d-5b4a-479c-bd59-f3f7ed18ece7 2018-08-19 10:26:33,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:26:33,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:33,908 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:33 GMT Server: Apache x-openstack-request-id: req-94fde64f-b70b-40f1-b274-b7d364e71f73 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&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-19 10:26:34,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:33 GMT Server: Apache x-openstack-request-id: req-a90dd5a5-6561-4682-a84a-e6699d680a02 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 441 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-19T10:26:29Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/vellum/events/47a7f5e9-6d8d-43a5-a66a-b1e5c975def5", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "8bb41a68-0f01-4bc7-b603-3757f5aaf498", "id": "47a7f5e9-6d8d-43a5-a66a-b1e5c975def5"}, {"resource_name": "dime", "event_time": "2018-08-19T10:26:31Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dime/events/a9ccfc34-f217-4a51-bcd5-2edff4acf2ee", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "b8ee6983-357a-472c-a2aa-882422037e88", "id": "a9ccfc34-f217-4a51-bcd5-2edff4acf2ee"}]} 2018-08-19 10:26:34,631 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-a90dd5a5-6561-4682-a84a-e6699d680a02 2018-08-19 10:26:34,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.753274917603s 2018-08-19 10:26:34,631 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc&marker=90426704-425a-4d4d-9f92-2a36700594dd&sort_dir=asc used request id req-a90dd5a5-6561-4682-a84a-e6699d680a02 2018-08-19 10:26:39,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:26:39,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:39,668 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:39 GMT Server: Apache x-openstack-request-id: req-65170aec-c56a-4264-8ce2-18b912825367 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:26:39,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:39 GMT Server: Apache x-openstack-request-id: req-70f323d7-11cf-4e23-9e18-623211e71dfd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:26:39,711 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-70f323d7-11cf-4e23-9e18-623211e71dfd 2018-08-19 10:26:39,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733640193939s 2018-08-19 10:26:39,711 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-70f323d7-11cf-4e23-9e18-623211e71dfd 2018-08-19 10:26:44,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:26:44,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:44,748 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:44 GMT Server: Apache x-openstack-request-id: req-bb8ab984-77c6-4257-81ad-28d63b310113 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:26:44,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:44 GMT Server: Apache x-openstack-request-id: req-e659bbcb-852e-4bf0-9e96-0ce6bd276d03 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:26:44,790 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e659bbcb-852e-4bf0-9e96-0ce6bd276d03 2018-08-19 10:26:44,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729479789734s 2018-08-19 10:26:44,790 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e659bbcb-852e-4bf0-9e96-0ce6bd276d03 2018-08-19 10:26:44,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:26:44,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:44,837 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:44 GMT Server: Apache x-openstack-request-id: req-9c20d8f1-0860-4b0b-ae11-828066045c63 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:26:45,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:44 GMT Server: Apache x-openstack-request-id: req-0c1e108a-fe13-489a-86a6-80459a7ad4d9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:26:45,140 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0c1e108a-fe13-489a-86a6-80459a7ad4d9 2018-08-19 10:26:45,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.349395990372s 2018-08-19 10:26:45,141 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0c1e108a-fe13-489a-86a6-80459a7ad4d9 2018-08-19 10:26:50,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:26:50,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:50,177 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:50 GMT Server: Apache x-openstack-request-id: req-5d7ccf97-744a-4800-a2f6-872d7541b59c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:26:50,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:50 GMT Server: Apache x-openstack-request-id: req-b321f962-61a5-4ec6-9add-1abb9403e866 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:26:50,218 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b321f962-61a5-4ec6-9add-1abb9403e866 2018-08-19 10:26:50,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709989070892s 2018-08-19 10:26:50,219 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b321f962-61a5-4ec6-9add-1abb9403e866 2018-08-19 10:26:55,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:26:55,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:55,254 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:55 GMT Server: Apache x-openstack-request-id: req-0a622622-6a8d-489b-bc67-8cbef16ec044 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:26:55,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:55 GMT Server: Apache x-openstack-request-id: req-9fd484be-c238-43ff-a78b-8d5ce7de7975 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:26:55,298 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9fd484be-c238-43ff-a78b-8d5ce7de7975 2018-08-19 10:26:55,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738430023193s 2018-08-19 10:26:55,299 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9fd484be-c238-43ff-a78b-8d5ce7de7975 2018-08-19 10:26:55,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:26:55,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:26:55,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:26:55 GMT Server: Apache x-openstack-request-id: req-761a5c4c-891f-4869-bb34-3a665b6149d6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:26:55,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:26:55 GMT Server: Apache x-openstack-request-id: req-23618f3a-2a28-4e61-aa99-d85ad74837db Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:26:55,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-23618f3a-2a28-4e61-aa99-d85ad74837db 2018-08-19 10:26:55,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.314918041229s 2018-08-19 10:26:55,615 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-23618f3a-2a28-4e61-aa99-d85ad74837db 2018-08-19 10:27:00,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:27:00,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:00,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:00 GMT Server: Apache x-openstack-request-id: req-103c0d45-38ac-4dae-ace4-306b47b0bf37 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:27:00,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:00 GMT Server: Apache x-openstack-request-id: req-f46f3e54-14f8-44bb-abfc-ca70c6eca590 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:27:00,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f46f3e54-14f8-44bb-abfc-ca70c6eca590 2018-08-19 10:27:00,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724859237671s 2018-08-19 10:27:00,694 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f46f3e54-14f8-44bb-abfc-ca70c6eca590 2018-08-19 10:27:05,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:27:05,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:05,731 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:05 GMT Server: Apache x-openstack-request-id: req-c50e411b-61e0-40e5-8e4b-bfadaa250c46 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:27:05,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:05 GMT Server: Apache x-openstack-request-id: req-d3fe4e89-9d73-49d7-b460-870b22cf38ef Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:27:05,773 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d3fe4e89-9d73-49d7-b460-870b22cf38ef 2018-08-19 10:27:05,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733211040497s 2018-08-19 10:27:05,774 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d3fe4e89-9d73-49d7-b460-870b22cf38ef 2018-08-19 10:27:05,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:27:05,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:05,805 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:05 GMT Server: Apache x-openstack-request-id: req-c5df8660-da7a-4647-8a89-034d860d4c0e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:27:05,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:05 GMT Server: Apache x-openstack-request-id: req-cd0e9d12-c6ff-4417-92df-296ff2965a1d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:27:05,846 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-cd0e9d12-c6ff-4417-92df-296ff2965a1d 2018-08-19 10:27:05,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719828605652s 2018-08-19 10:27:05,847 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-cd0e9d12-c6ff-4417-92df-296ff2965a1d 2018-08-19 10:27:10,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:27:10,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:10,884 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:10 GMT Server: Apache x-openstack-request-id: req-ee01cd4b-163f-4577-8e74-107d58b080b6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:27:11,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:10 GMT Server: Apache x-openstack-request-id: req-c3c96e3e-efa7-4597-9f4c-fe087765c294 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:27:11,196 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c3c96e3e-efa7-4597-9f4c-fe087765c294 2018-08-19 10:27:11,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.342694044113s 2018-08-19 10:27:11,197 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c3c96e3e-efa7-4597-9f4c-fe087765c294 2018-08-19 10:27:16,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:27:16,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:16,503 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:16 GMT Server: Apache x-openstack-request-id: req-7e6c03da-0f2f-49ea-8277-8531808f9f01 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:27:16,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:16 GMT Server: Apache x-openstack-request-id: req-720aeda6-7af9-41e6-a3e8-2573566237c3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:27:16,545 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-720aeda6-7af9-41e6-a3e8-2573566237c3 2018-08-19 10:27:16,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.34300994873s 2018-08-19 10:27:16,546 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-720aeda6-7af9-41e6-a3e8-2573566237c3 2018-08-19 10:27:16,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:27:16,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:16,812 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:16 GMT Server: Apache x-openstack-request-id: req-a51d6b13-43a2-4e6a-8fc8-20bb0fb8edd3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:27:17,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:16 GMT Server: Apache x-openstack-request-id: req-61150396-51df-4479-adc7-7850682aeee5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:27:17,115 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-61150396-51df-4479-adc7-7850682aeee5 2018-08-19 10:27:17,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.56835103035s 2018-08-19 10:27:17,115 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-61150396-51df-4479-adc7-7850682aeee5 2018-08-19 10:27:22,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:27:22,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:22,152 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:22 GMT Server: Apache x-openstack-request-id: req-be5de270-babf-4277-a892-4a4ab065b200 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:27:22,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:22 GMT Server: Apache x-openstack-request-id: req-a0288ed4-7a5a-471f-91df-2d2ac9d6dec7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:27:22,195 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a0288ed4-7a5a-471f-91df-2d2ac9d6dec7 2018-08-19 10:27:22,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736899375916s 2018-08-19 10:27:22,196 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a0288ed4-7a5a-471f-91df-2d2ac9d6dec7 2018-08-19 10:27:27,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:27:27,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:27,231 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:27 GMT Server: Apache x-openstack-request-id: req-d180db77-3a24-4ea7-956a-6a24bcd71a8b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:27:27,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:27 GMT Server: Apache x-openstack-request-id: req-eece0c6a-dc98-4dbc-98af-a1790c1171cf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:27:27,273 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-eece0c6a-dc98-4dbc-98af-a1790c1171cf 2018-08-19 10:27:27,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719809532166s 2018-08-19 10:27:27,274 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-eece0c6a-dc98-4dbc-98af-a1790c1171cf 2018-08-19 10:27:27,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:27:27,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:27,304 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:27 GMT Server: Apache x-openstack-request-id: req-a3a21698-d3cc-4fc1-95f7-3e42e0d7b521 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:27:27,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:27 GMT Server: Apache x-openstack-request-id: req-d9c4b934-2cea-4325-9d0d-d6e6858ad133 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:27:27,597 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d9c4b934-2cea-4325-9d0d-d6e6858ad133 2018-08-19 10:27:27,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.322325944901s 2018-08-19 10:27:27,597 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d9c4b934-2cea-4325-9d0d-d6e6858ad133 2018-08-19 10:27:32,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:27:32,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:32,892 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:32 GMT Server: Apache x-openstack-request-id: req-f8d33609-7c5d-4d58-8888-0eecfa8b23cd Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:27:33,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:32 GMT Server: Apache x-openstack-request-id: req-8e57be47-bee3-4301-9493-67ed7e0cc2b1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:27:33,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8e57be47-bee3-4301-9493-67ed7e0cc2b1 2018-08-19 10:27:33,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.581438779831s 2018-08-19 10:27:33,185 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8e57be47-bee3-4301-9493-67ed7e0cc2b1 2018-08-19 10:27:38,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:27:38,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:38,219 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:38 GMT Server: Apache x-openstack-request-id: req-149bb752-acb8-4656-87e0-de8b8eda3e3f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:27:38,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:38 GMT Server: Apache x-openstack-request-id: req-4693e2df-edae-45aa-a863-854f2e7e871b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:27:38,532 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4693e2df-edae-45aa-a863-854f2e7e871b 2018-08-19 10:27:38,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.340962171555s 2018-08-19 10:27:38,533 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4693e2df-edae-45aa-a863-854f2e7e871b 2018-08-19 10:27:38,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:27:38,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:38,563 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:38 GMT Server: Apache x-openstack-request-id: req-ff6881cd-13c0-4fb7-9cc1-e243a996c257 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:27:38,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:38 GMT Server: Apache x-openstack-request-id: req-d05069dc-e675-4fd9-b5d5-ee67f14fe8de Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:27:38,604 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d05069dc-e675-4fd9-b5d5-ee67f14fe8de 2018-08-19 10:27:38,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712349414825s 2018-08-19 10:27:38,605 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d05069dc-e675-4fd9-b5d5-ee67f14fe8de 2018-08-19 10:27:43,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:27:43,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:43,931 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:43 GMT Server: Apache x-openstack-request-id: req-f7c9abb9-8cdb-4e84-b71f-5b25549313b5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:27:43,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:43 GMT Server: Apache x-openstack-request-id: req-975784b6-a0cf-47da-a952-f53dc0c0aaf3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:27:43,973 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-975784b6-a0cf-47da-a952-f53dc0c0aaf3 2018-08-19 10:27:43,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.36164689064s 2018-08-19 10:27:43,973 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-975784b6-a0cf-47da-a952-f53dc0c0aaf3 2018-08-19 10:27:48,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:27:48,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:49,008 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:48 GMT Server: Apache x-openstack-request-id: req-4756f100-a45a-47c6-b267-f05fe9701258 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:27:49,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:49 GMT Server: Apache x-openstack-request-id: req-646e021b-39e9-445f-bfcc-85a503eaa4de Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:27:49,051 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-646e021b-39e9-445f-bfcc-85a503eaa4de 2018-08-19 10:27:49,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071722984314s 2018-08-19 10:27:49,051 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-646e021b-39e9-445f-bfcc-85a503eaa4de 2018-08-19 10:27:49,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:27:49,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:49,081 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:49 GMT Server: Apache x-openstack-request-id: req-53c015aa-2552-40f4-b5ed-cafdb177eb5f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:27:49,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:49 GMT Server: Apache x-openstack-request-id: req-c399cffd-9a09-43d8-9d16-6f250cb6072e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:27:49,123 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c399cffd-9a09-43d8-9d16-6f250cb6072e 2018-08-19 10:27:49,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715689659119s 2018-08-19 10:27:49,124 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c399cffd-9a09-43d8-9d16-6f250cb6072e 2018-08-19 10:27:54,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:27:54,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:54,160 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:54 GMT Server: Apache x-openstack-request-id: req-fa90402e-e0e9-4fce-8f1e-17a9edb33595 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:27:54,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:54 GMT Server: Apache x-openstack-request-id: req-8f09f0ef-d197-4bab-a247-2fbdf3fe6a16 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:27:54,202 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8f09f0ef-d197-4bab-a247-2fbdf3fe6a16 2018-08-19 10:27:54,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720329284668s 2018-08-19 10:27:54,203 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8f09f0ef-d197-4bab-a247-2fbdf3fe6a16 2018-08-19 10:27:59,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:27:59,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:59,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:59 GMT Server: Apache x-openstack-request-id: req-86ec5c98-5144-4d29-b1df-58ecb6fa1f29 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:27:59,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:59 GMT Server: Apache x-openstack-request-id: req-b21adb12-0c6d-4138-bd92-594bb718a069 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:27:59,280 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b21adb12-0c6d-4138-bd92-594bb718a069 2018-08-19 10:27:59,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710680484772s 2018-08-19 10:27:59,280 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b21adb12-0c6d-4138-bd92-594bb718a069 2018-08-19 10:27:59,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:27:59,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:27:59,309 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:27:59 GMT Server: Apache x-openstack-request-id: req-df90b1ab-c631-4309-8a2a-f16016a343a8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:27:59,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:27:59 GMT Server: Apache x-openstack-request-id: req-7047a8ac-5e15-40ab-8e8e-e6f511b6ab49 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:27:59,350 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7047a8ac-5e15-40ab-8e8e-e6f511b6ab49 2018-08-19 10:27:59,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0697569847107s 2018-08-19 10:27:59,350 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7047a8ac-5e15-40ab-8e8e-e6f511b6ab49 2018-08-19 10:28:04,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:28:04,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:04,400 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:04 GMT Server: Apache x-openstack-request-id: req-1aae2c53-13bc-4855-8ec2-be10389548a7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:28:04,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:04 GMT Server: Apache x-openstack-request-id: req-233d63b3-c26f-409d-8161-280d5f956aa0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:28:04,880 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-233d63b3-c26f-409d-8161-280d5f956aa0 2018-08-19 10:28:04,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.526576042175s 2018-08-19 10:28:04,880 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-233d63b3-c26f-409d-8161-280d5f956aa0 2018-08-19 10:28:09,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:28:09,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:10,203 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:09 GMT Server: Apache x-openstack-request-id: req-146f33f3-2f1c-44b4-a388-07f6bd146c74 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:28:10,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:10 GMT Server: Apache x-openstack-request-id: req-20fa6430-f17c-4178-9f01-459991cc7453 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:28:10,517 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-20fa6430-f17c-4178-9f01-459991cc7453 2018-08-19 10:28:10,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.630266904831s 2018-08-19 10:28:10,517 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-20fa6430-f17c-4178-9f01-459991cc7453 2018-08-19 10:28:10,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:28:10,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:10,548 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:10 GMT Server: Apache x-openstack-request-id: req-85acd89e-f567-4c76-93cd-df64959df6f5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:28:10,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:10 GMT Server: Apache x-openstack-request-id: req-f702c411-3da5-4e99-9062-00cffd0b52b6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:28:10,590 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f702c411-3da5-4e99-9062-00cffd0b52b6 2018-08-19 10:28:10,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0725648403168s 2018-08-19 10:28:10,591 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f702c411-3da5-4e99-9062-00cffd0b52b6 2018-08-19 10:28:15,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:28:15,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:15,633 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:15 GMT Server: Apache x-openstack-request-id: req-4baa324d-59e3-44d3-97e5-fd1f69c67084 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:28:15,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:15 GMT Server: Apache x-openstack-request-id: req-2a8073cb-c42f-4b86-8ba7-5cf3e94f8a9c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:28:15,676 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2a8073cb-c42f-4b86-8ba7-5cf3e94f8a9c 2018-08-19 10:28:15,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0780019760132s 2018-08-19 10:28:15,676 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2a8073cb-c42f-4b86-8ba7-5cf3e94f8a9c 2018-08-19 10:28:20,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:28:20,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:21,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:20 GMT Server: Apache x-openstack-request-id: req-d646fcb4-b728-4cef-b592-f94a4074e644 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:28:21,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:21 GMT Server: Apache x-openstack-request-id: req-4d6f7713-7b34-4190-954f-1b711f907a08 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:28:21,372 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4d6f7713-7b34-4190-954f-1b711f907a08 2018-08-19 10:28:21,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.689446926117s 2018-08-19 10:28:21,372 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4d6f7713-7b34-4190-954f-1b711f907a08 2018-08-19 10:28:21,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:28:21,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:21,674 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:21 GMT Server: Apache x-openstack-request-id: req-59e171b5-e45c-43f2-85d4-f6a720684421 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:28:21,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:21 GMT Server: Apache x-openstack-request-id: req-218e507b-93a5-4f45-9b2f-8286e5c67b23 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:28:21,982 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-218e507b-93a5-4f45-9b2f-8286e5c67b23 2018-08-19 10:28:21,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.608999967575s 2018-08-19 10:28:21,982 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-218e507b-93a5-4f45-9b2f-8286e5c67b23 2018-08-19 10:28:26,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:28:26,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:27,282 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:26 GMT Server: Apache x-openstack-request-id: req-1063c823-9863-4356-9030-4173f32b7e53 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:28:27,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:27 GMT Server: Apache x-openstack-request-id: req-087f87fc-1161-4d1f-9432-87e6885b8fc1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:28:27,590 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-087f87fc-1161-4d1f-9432-87e6885b8fc1 2018-08-19 10:28:27,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.601897001266s 2018-08-19 10:28:27,591 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-087f87fc-1161-4d1f-9432-87e6885b8fc1 2018-08-19 10:28:32,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:28:32,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:32,627 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:32 GMT Server: Apache x-openstack-request-id: req-f08419f9-3d53-4725-8c90-819f48094cdb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:28:32,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:32 GMT Server: Apache x-openstack-request-id: req-bc62632b-9909-47ea-b0cc-18207b8b3c0c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:28:32,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bc62632b-9909-47ea-b0cc-18207b8b3c0c 2018-08-19 10:28:32,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.335347175598s 2018-08-19 10:28:32,933 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bc62632b-9909-47ea-b0cc-18207b8b3c0c 2018-08-19 10:28:32,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:28:32,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:32,965 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:32 GMT Server: Apache x-openstack-request-id: req-6e2a2d6a-a8b7-42d0-a429-6de81b64b7f2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:28:33,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:32 GMT Server: Apache x-openstack-request-id: req-20332601-e158-443b-a705-f876c47a43f0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:28:33,303 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-20332601-e158-443b-a705-f876c47a43f0 2018-08-19 10:28:33,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.36984205246s 2018-08-19 10:28:33,303 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-20332601-e158-443b-a705-f876c47a43f0 2018-08-19 10:28:38,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:28:38,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:38,340 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:38 GMT Server: Apache x-openstack-request-id: req-73323ab1-177c-41bf-9810-3cfcaf634020 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:28:38,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:38 GMT Server: Apache x-openstack-request-id: req-b57a8dc3-aa40-42cf-b853-c5722d5fba01 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:28:38,573 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b57a8dc3-aa40-42cf-b853-c5722d5fba01 2018-08-19 10:28:38,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.262537956238s 2018-08-19 10:28:38,573 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b57a8dc3-aa40-42cf-b853-c5722d5fba01 2018-08-19 10:28:43,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:28:43,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:43,609 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:43 GMT Server: Apache x-openstack-request-id: req-24e9a64a-e006-4748-9820-caafca96bef8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:28:43,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:43 GMT Server: Apache x-openstack-request-id: req-d70615ae-2862-4131-94bf-7e049e6c9a61 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:28:43,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d70615ae-2862-4131-94bf-7e049e6c9a61 2018-08-19 10:28:43,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.352917194366s 2018-08-19 10:28:43,932 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d70615ae-2862-4131-94bf-7e049e6c9a61 2018-08-19 10:28:43,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:28:43,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:43,963 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:43 GMT Server: Apache x-openstack-request-id: req-f20c1b31-866a-44b2-8676-50287d03111c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:28:44,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:43 GMT Server: Apache x-openstack-request-id: req-481366d4-8570-43ef-817e-b6baacc29886 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:28:44,257 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-481366d4-8570-43ef-817e-b6baacc29886 2018-08-19 10:28:44,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.324859857559s 2018-08-19 10:28:44,258 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-481366d4-8570-43ef-817e-b6baacc29886 2018-08-19 10:28:49,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:28:49,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:49,296 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:49 GMT Server: Apache x-openstack-request-id: req-feceef24-1bde-4102-bb06-3d7f36168c5f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:28:49,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:49 GMT Server: Apache x-openstack-request-id: req-0d1712ee-90c1-4886-bb4d-62472a6f3c78 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:28:49,338 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0d1712ee-90c1-4886-bb4d-62472a6f3c78 2018-08-19 10:28:49,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731630325317s 2018-08-19 10:28:49,338 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0d1712ee-90c1-4886-bb4d-62472a6f3c78 2018-08-19 10:28:54,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:28:54,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:54,662 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:54 GMT Server: Apache x-openstack-request-id: req-4f5ab3a6-6aa5-4205-bac3-87864f82dfc5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:28:54,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:54 GMT Server: Apache x-openstack-request-id: req-543e23d0-d79a-4898-8334-2532692f7b8e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:28:54,706 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-543e23d0-d79a-4898-8334-2532692f7b8e 2018-08-19 10:28:54,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.36149597168s 2018-08-19 10:28:54,706 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-543e23d0-d79a-4898-8334-2532692f7b8e 2018-08-19 10:28:54,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:28:54,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:54,737 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:54 GMT Server: Apache x-openstack-request-id: req-b0f877c1-5106-40d7-bd2c-5b3b4516bb5b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:28:54,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:54 GMT Server: Apache x-openstack-request-id: req-477852e3-bc7d-4778-bef3-dae8a7f8158d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:28:54,782 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-477852e3-bc7d-4778-bef3-dae8a7f8158d 2018-08-19 10:28:54,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0752468109131s 2018-08-19 10:28:54,783 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-477852e3-bc7d-4778-bef3-dae8a7f8158d 2018-08-19 10:28:59,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:28:59,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:28:59,819 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:28:59 GMT Server: Apache x-openstack-request-id: req-1f184668-65ab-4f40-9651-74146bd6dad2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:29:00,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:28:59 GMT Server: Apache x-openstack-request-id: req-aec2eda6-71fa-4c41-951b-dc72500a9a75 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:29:00,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aec2eda6-71fa-4c41-951b-dc72500a9a75 2018-08-19 10:29:00,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.356452941895s 2018-08-19 10:29:00,146 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aec2eda6-71fa-4c41-951b-dc72500a9a75 2018-08-19 10:29:05,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:29:05,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:05,182 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:05 GMT Server: Apache x-openstack-request-id: req-b198395b-95a8-47d6-9d0d-1668d2a2de86 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:29:05,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:05 GMT Server: Apache x-openstack-request-id: req-fe56a987-1acd-44c3-a58f-ad20ddad39da Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:29:05,477 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fe56a987-1acd-44c3-a58f-ad20ddad39da 2018-08-19 10:29:05,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.324970960617s 2018-08-19 10:29:05,477 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fe56a987-1acd-44c3-a58f-ad20ddad39da 2018-08-19 10:29:05,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:29:05,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:05,508 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:05 GMT Server: Apache x-openstack-request-id: req-424c3894-2ec0-4bd5-a49a-666c7975b16e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:29:05,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:05 GMT Server: Apache x-openstack-request-id: req-67f5b66b-b2a6-43e0-bfda-bdd78e1c7691 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:29:05,550 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-67f5b66b-b2a6-43e0-bfda-bdd78e1c7691 2018-08-19 10:29:05,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719630718231s 2018-08-19 10:29:05,550 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-67f5b66b-b2a6-43e0-bfda-bdd78e1c7691 2018-08-19 10:29:10,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:29:10,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:10,738 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:10 GMT Server: Apache x-openstack-request-id: req-b7094f14-13fb-4b4d-8ba2-6b96cf3f2043 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:29:10,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:10 GMT Server: Apache x-openstack-request-id: req-3b50243b-08a6-4937-a5f7-9fd3ea1d161e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:29:10,781 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3b50243b-08a6-4937-a5f7-9fd3ea1d161e 2018-08-19 10:29:10,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.224056959152s 2018-08-19 10:29:10,781 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3b50243b-08a6-4937-a5f7-9fd3ea1d161e 2018-08-19 10:29:15,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:29:15,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:15,817 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:15 GMT Server: Apache x-openstack-request-id: req-153f014b-b0c1-4eb1-9ded-218e215fbf70 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:29:15,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:15 GMT Server: Apache x-openstack-request-id: req-691f9634-8149-4da9-8098-ecddb67d6f65 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:29:15,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-691f9634-8149-4da9-8098-ecddb67d6f65 2018-08-19 10:29:15,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0703389644623s 2018-08-19 10:29:15,858 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-691f9634-8149-4da9-8098-ecddb67d6f65 2018-08-19 10:29:15,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:29:15,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:15,887 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:15 GMT Server: Apache x-openstack-request-id: req-ce0b8f39-0d26-4c06-ae86-f7b4ee18d1d6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:29:16,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:15 GMT Server: Apache x-openstack-request-id: req-fb12f1e6-2b84-46aa-bd4b-7e73111f48ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:29:16,191 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-fb12f1e6-2b84-46aa-bd4b-7e73111f48ff 2018-08-19 10:29:16,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.332247972488s 2018-08-19 10:29:16,191 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-fb12f1e6-2b84-46aa-bd4b-7e73111f48ff 2018-08-19 10:29:21,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:29:21,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:21,229 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:21 GMT Server: Apache x-openstack-request-id: req-03d5940c-941a-4e2a-9af2-fcda5c2951de Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:29:21,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:21 GMT Server: Apache x-openstack-request-id: req-682c21f7-681e-4fbb-bb92-4966ddae2653 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:29:21,271 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-682c21f7-681e-4fbb-bb92-4966ddae2653 2018-08-19 10:29:21,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729830265045s 2018-08-19 10:29:21,272 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-682c21f7-681e-4fbb-bb92-4966ddae2653 2018-08-19 10:29:26,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:29:26,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:26,308 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:26 GMT Server: Apache x-openstack-request-id: req-b50dcc87-fa65-4660-b8e2-1c2f9cde9077 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:29:26,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:26 GMT Server: Apache x-openstack-request-id: req-6a75772a-d2bd-453b-a2ef-e538ebc20bc9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:29:26,351 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6a75772a-d2bd-453b-a2ef-e538ebc20bc9 2018-08-19 10:29:26,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739810466766s 2018-08-19 10:29:26,352 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6a75772a-d2bd-453b-a2ef-e538ebc20bc9 2018-08-19 10:29:26,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:29:26,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:26,384 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:26 GMT Server: Apache x-openstack-request-id: req-d1ec2d16-c1ce-434e-a80b-9a1031805e81 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:29:26,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:26 GMT Server: Apache x-openstack-request-id: req-45f256f2-ceb3-4eaa-b770-409db1f89da5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:29:26,428 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-45f256f2-ceb3-4eaa-b770-409db1f89da5 2018-08-19 10:29:26,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0754549503326s 2018-08-19 10:29:26,428 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-45f256f2-ceb3-4eaa-b770-409db1f89da5 2018-08-19 10:29:31,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:29:31,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:31,464 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:31 GMT Server: Apache x-openstack-request-id: req-dcc3f8e6-8d89-403e-aee6-232ed02093f4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:29:31,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:31 GMT Server: Apache x-openstack-request-id: req-f58fff19-a0f3-4609-be9b-44c5d62c5205 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:29:31,506 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f58fff19-a0f3-4609-be9b-44c5d62c5205 2018-08-19 10:29:31,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722579956055s 2018-08-19 10:29:31,506 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f58fff19-a0f3-4609-be9b-44c5d62c5205 2018-08-19 10:29:36,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:29:36,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:36,543 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:36 GMT Server: Apache x-openstack-request-id: req-914fff9f-cda4-4f91-8d28-58b4fd52e577 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:29:36,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:36 GMT Server: Apache x-openstack-request-id: req-c902a641-68ce-421f-bab3-db7a7c8413c2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:29:36,585 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c902a641-68ce-421f-bab3-db7a7c8413c2 2018-08-19 10:29:36,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728850364685s 2018-08-19 10:29:36,585 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c902a641-68ce-421f-bab3-db7a7c8413c2 2018-08-19 10:29:36,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:29:36,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:36,903 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:36 GMT Server: Apache x-openstack-request-id: req-9f371743-99d3-431a-b34a-247c51d8a4aa Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:29:36,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:36 GMT Server: Apache x-openstack-request-id: req-5df9dc5c-d599-4b5d-b61b-c01501ad7a36 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:29:36,945 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5df9dc5c-d599-4b5d-b61b-c01501ad7a36 2018-08-19 10:29:36,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.359462022781s 2018-08-19 10:29:36,946 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5df9dc5c-d599-4b5d-b61b-c01501ad7a36 2018-08-19 10:29:41,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:29:41,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:41,984 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:41 GMT Server: Apache x-openstack-request-id: req-984aa941-0c6d-4a7c-b63c-4dd1eaf98d77 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:29:42,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:41 GMT Server: Apache x-openstack-request-id: req-42fb3a53-6724-4614-8e7f-0b3e582f5f05 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:29:42,027 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-42fb3a53-6724-4614-8e7f-0b3e582f5f05 2018-08-19 10:29:42,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744121074677s 2018-08-19 10:29:42,028 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-42fb3a53-6724-4614-8e7f-0b3e582f5f05 2018-08-19 10:29:47,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:29:47,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:47,065 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:47 GMT Server: Apache x-openstack-request-id: req-a27ae660-362f-4031-ba2b-268433430385 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:29:47,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:47 GMT Server: Apache x-openstack-request-id: req-a970c670-d7bc-4aad-9aca-3fa18db91972 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:29:47,107 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a970c670-d7bc-4aad-9aca-3fa18db91972 2018-08-19 10:29:47,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731511116028s 2018-08-19 10:29:47,107 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a970c670-d7bc-4aad-9aca-3fa18db91972 2018-08-19 10:29:47,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:29:47,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:47,137 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:47 GMT Server: Apache x-openstack-request-id: req-696a5c75-1e40-43d6-9fcb-f393783aaf4a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:29:47,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:47 GMT Server: Apache x-openstack-request-id: req-ae937279-b1c7-4edc-99f1-876b32085966 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:29:47,179 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ae937279-b1c7-4edc-99f1-876b32085966 2018-08-19 10:29:47,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0710051059723s 2018-08-19 10:29:47,179 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ae937279-b1c7-4edc-99f1-876b32085966 2018-08-19 10:29:52,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:29:52,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:52,217 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:52 GMT Server: Apache x-openstack-request-id: req-e661c5c9-7ca7-4c76-91d7-fd47d797abf6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:29:52,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:52 GMT Server: Apache x-openstack-request-id: req-a5f8b757-0472-4094-b544-fa6e62b2b56e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:29:52,260 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a5f8b757-0472-4094-b544-fa6e62b2b56e 2018-08-19 10:29:52,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739860534668s 2018-08-19 10:29:52,261 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a5f8b757-0472-4094-b544-fa6e62b2b56e 2018-08-19 10:29:57,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:29:57,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:57,296 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:57 GMT Server: Apache x-openstack-request-id: req-5ae4ac69-225c-4263-a1c7-b525d357084b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:29:57,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:57 GMT Server: Apache x-openstack-request-id: req-d7f4a125-52fd-4c8b-84c8-accc63538d1e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:29:57,343 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d7f4a125-52fd-4c8b-84c8-accc63538d1e 2018-08-19 10:29:57,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0769808292389s 2018-08-19 10:29:57,344 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d7f4a125-52fd-4c8b-84c8-accc63538d1e 2018-08-19 10:29:57,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:29:57,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:29:57,389 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:29:57 GMT Server: Apache x-openstack-request-id: req-06e0dac4-9a01-434d-8b2e-d655cd3cd05b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:29:57,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:29:57 GMT Server: Apache x-openstack-request-id: req-2ef17153-df8c-4b3f-9b6e-aebda9fef979 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:29:57,432 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2ef17153-df8c-4b3f-9b6e-aebda9fef979 2018-08-19 10:29:57,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0879068374634s 2018-08-19 10:29:57,433 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2ef17153-df8c-4b3f-9b6e-aebda9fef979 2018-08-19 10:30:02,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:30:02,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:02,471 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:02 GMT Server: Apache x-openstack-request-id: req-77f1cd6d-8664-42d8-a211-02c2061cfd09 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:30:02,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:02 GMT Server: Apache x-openstack-request-id: req-f45eb8a7-053a-40b0-8a8d-901598c1068d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:30:02,513 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f45eb8a7-053a-40b0-8a8d-901598c1068d 2018-08-19 10:30:02,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738968849182s 2018-08-19 10:30:02,514 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f45eb8a7-053a-40b0-8a8d-901598c1068d 2018-08-19 10:30:07,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:30:07,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:07,550 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:07 GMT Server: Apache x-openstack-request-id: req-a711d783-d811-4755-999c-124af452d464 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:30:07,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:07 GMT Server: Apache x-openstack-request-id: req-7f81c8a8-18b2-48f1-9d54-d8d006b2084a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:30:07,844 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7f81c8a8-18b2-48f1-9d54-d8d006b2084a 2018-08-19 10:30:07,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.324240922928s 2018-08-19 10:30:07,844 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7f81c8a8-18b2-48f1-9d54-d8d006b2084a 2018-08-19 10:30:07,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:30:07,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:07,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:07 GMT Server: Apache x-openstack-request-id: req-6a3cb36d-8772-4894-af13-1fec94b76a22 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:30:07,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:07 GMT Server: Apache x-openstack-request-id: req-716f80ac-0ffd-4e3a-bee3-01c9dae95a1f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:30:07,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-716f80ac-0ffd-4e3a-bee3-01c9dae95a1f 2018-08-19 10:30:07,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0738918781281s 2018-08-19 10:30:07,919 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-716f80ac-0ffd-4e3a-bee3-01c9dae95a1f 2018-08-19 10:30:12,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:30:12,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:12,955 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:12 GMT Server: Apache x-openstack-request-id: req-667aaec7-dea1-4549-add1-175887ba4cef Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:30:12,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:12 GMT Server: Apache x-openstack-request-id: req-e964a336-83d8-4be6-9828-8cde4360481b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:30:12,997 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e964a336-83d8-4be6-9828-8cde4360481b 2018-08-19 10:30:12,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717720985413s 2018-08-19 10:30:12,998 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e964a336-83d8-4be6-9828-8cde4360481b 2018-08-19 10:30:18,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:30:18,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:18,034 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:18 GMT Server: Apache x-openstack-request-id: req-e5edc4f4-0331-49a2-a389-73fc4b2936c7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:30:18,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:18 GMT Server: Apache x-openstack-request-id: req-8d1baa0e-8cba-4bfb-8c2e-050263c28198 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:30:18,329 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8d1baa0e-8cba-4bfb-8c2e-050263c28198 2018-08-19 10:30:18,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.325306892395s 2018-08-19 10:30:18,329 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8d1baa0e-8cba-4bfb-8c2e-050263c28198 2018-08-19 10:30:18,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:30:18,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:18,360 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:18 GMT Server: Apache x-openstack-request-id: req-6c0e8bc5-6c0b-47a6-ad0a-c7f6d9b983a6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:30:18,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:18 GMT Server: Apache x-openstack-request-id: req-ddb355ed-65ff-4273-a12a-c9abdfa1c1a9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:30:18,402 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ddb355ed-65ff-4273-a12a-c9abdfa1c1a9 2018-08-19 10:30:18,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716371536255s 2018-08-19 10:30:18,402 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ddb355ed-65ff-4273-a12a-c9abdfa1c1a9 2018-08-19 10:30:23,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:30:23,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:23,455 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:23 GMT Server: Apache x-openstack-request-id: req-47f17816-8503-4c81-865f-1b7c106319fa Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:30:23,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:23 GMT Server: Apache x-openstack-request-id: req-dfa8834b-f134-420a-ad4c-bb2f579dd7d3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:30:23,500 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dfa8834b-f134-420a-ad4c-bb2f579dd7d3 2018-08-19 10:30:23,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0915660858154s 2018-08-19 10:30:23,501 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dfa8834b-f134-420a-ad4c-bb2f579dd7d3 2018-08-19 10:30:28,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:30:28,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:28,538 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:28 GMT Server: Apache x-openstack-request-id: req-b9e63e22-64c0-4045-b109-0e7891ecb7ca Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:30:28,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:28 GMT Server: Apache x-openstack-request-id: req-22bb59ed-c897-4e84-9a75-63a6d90765c5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:30:28,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-22bb59ed-c897-4e84-9a75-63a6d90765c5 2018-08-19 10:30:28,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733439922333s 2018-08-19 10:30:28,580 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-22bb59ed-c897-4e84-9a75-63a6d90765c5 2018-08-19 10:30:28,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:30:28,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:28,612 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:28 GMT Server: Apache x-openstack-request-id: req-0edadaae-5c60-4d97-8965-c2ffcd5c688a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:30:28,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:28 GMT Server: Apache x-openstack-request-id: req-93f906f3-67f1-4418-9ada-d20667d8130a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:30:28,654 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-93f906f3-67f1-4418-9ada-d20667d8130a 2018-08-19 10:30:28,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730199813843s 2018-08-19 10:30:28,655 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-93f906f3-67f1-4418-9ada-d20667d8130a 2018-08-19 10:30:33,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:30:33,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:33,693 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:33 GMT Server: Apache x-openstack-request-id: req-676412b4-f32c-41f8-85b1-861b2ebf95ef Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:30:33,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:33 GMT Server: Apache x-openstack-request-id: req-f975f6ea-7a2b-4119-88b6-b0aac5ce4758 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:30:33,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f975f6ea-7a2b-4119-88b6-b0aac5ce4758 2018-08-19 10:30:33,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.313664197922s 2018-08-19 10:30:33,976 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f975f6ea-7a2b-4119-88b6-b0aac5ce4758 2018-08-19 10:30:38,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:30:38,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:39,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:38 GMT Server: Apache x-openstack-request-id: req-7dc9a84a-23eb-4819-ae8e-a82944e5a447 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:30:39,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:39 GMT Server: Apache x-openstack-request-id: req-c47a916a-83a6-4697-812b-4e0d5432f478 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:30:39,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c47a916a-83a6-4697-812b-4e0d5432f478 2018-08-19 10:30:39,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737819671631s 2018-08-19 10:30:39,056 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c47a916a-83a6-4697-812b-4e0d5432f478 2018-08-19 10:30:39,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:30:39,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:39,088 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:39 GMT Server: Apache x-openstack-request-id: req-f5684e5e-91de-4d91-a150-608a86778d3e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:30:39,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:39 GMT Server: Apache x-openstack-request-id: req-0ae386cb-7d36-4fbd-ab76-e1c4868fa69e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:30:39,131 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0ae386cb-7d36-4fbd-ab76-e1c4868fa69e 2018-08-19 10:30:39,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.074166059494s 2018-08-19 10:30:39,131 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0ae386cb-7d36-4fbd-ab76-e1c4868fa69e 2018-08-19 10:30:44,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:30:44,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:44,168 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:44 GMT Server: Apache x-openstack-request-id: req-d14a3138-d6d6-43bc-82af-a5cdcd67b715 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:30:44,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:44 GMT Server: Apache x-openstack-request-id: req-14780649-921e-4c78-9750-9474a4bed1c3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:30:44,210 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-14780649-921e-4c78-9750-9474a4bed1c3 2018-08-19 10:30:44,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723919868469s 2018-08-19 10:30:44,211 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-14780649-921e-4c78-9750-9474a4bed1c3 2018-08-19 10:30:49,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:30:49,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:49,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:49 GMT Server: Apache x-openstack-request-id: req-654e49b6-ba25-4cad-98ce-7c35570ede29 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:30:49,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:49 GMT Server: Apache x-openstack-request-id: req-b03ad7e2-4196-4710-8ef9-9db1b2fba720 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:30:49,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b03ad7e2-4196-4710-8ef9-9db1b2fba720 2018-08-19 10:30:49,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738031864166s 2018-08-19 10:30:49,291 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b03ad7e2-4196-4710-8ef9-9db1b2fba720 2018-08-19 10:30:49,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:30:49,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:49,321 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:49 GMT Server: Apache x-openstack-request-id: req-92694b99-7227-4eaa-b142-786d07aed10d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:30:49,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:49 GMT Server: Apache x-openstack-request-id: req-aa6577d2-519b-490a-9175-f8b334222ad1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:30:49,363 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-aa6577d2-519b-490a-9175-f8b334222ad1 2018-08-19 10:30:49,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718660354614s 2018-08-19 10:30:49,364 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-aa6577d2-519b-490a-9175-f8b334222ad1 2018-08-19 10:30:54,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:30:54,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:54,401 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:54 GMT Server: Apache x-openstack-request-id: req-b84cd2f9-3646-43c7-8aa1-78574ba34423 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:30:54,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:54 GMT Server: Apache x-openstack-request-id: req-e7465ee2-8cac-46c6-b451-a5a40407d795 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:30:54,444 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e7465ee2-8cac-46c6-b451-a5a40407d795 2018-08-19 10:30:54,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738739967346s 2018-08-19 10:30:54,445 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e7465ee2-8cac-46c6-b451-a5a40407d795 2018-08-19 10:30:59,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:30:59,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:59,476 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:59 GMT Server: Apache x-openstack-request-id: req-990ca90c-f2a1-4659-9f4f-a55fe9b77c18 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:30:59,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:59 GMT Server: Apache x-openstack-request-id: req-29db343a-76a1-47c3-8747-781f41ee4a97 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:30:59,653 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-29db343a-76a1-47c3-8747-781f41ee4a97 2018-08-19 10:30:59,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.207077026367s 2018-08-19 10:30:59,654 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-29db343a-76a1-47c3-8747-781f41ee4a97 2018-08-19 10:30:59,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:30:59,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:30:59,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:30:59 GMT Server: Apache x-openstack-request-id: req-f5100d24-d8ff-4fc7-b9b6-1929ebd0657e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:30:59,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:30:59 GMT Server: Apache x-openstack-request-id: req-92d8b95d-2115-44ae-95ed-5e94cf1b5e0d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:30:59,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-92d8b95d-2115-44ae-95ed-5e94cf1b5e0d 2018-08-19 10:30:59,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0882179737091s 2018-08-19 10:30:59,743 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-92d8b95d-2115-44ae-95ed-5e94cf1b5e0d 2018-08-19 10:31:04,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:31:04,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:04,783 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:04 GMT Server: Apache x-openstack-request-id: req-15ac4742-79a7-4a32-8fb6-344426a3f41e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:31:04,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:04 GMT Server: Apache x-openstack-request-id: req-00874319-4cb5-4d0f-afa3-91d2cb2e624a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:31:04,825 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-00874319-4cb5-4d0f-afa3-91d2cb2e624a 2018-08-19 10:31:04,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0753309726715s 2018-08-19 10:31:04,825 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-00874319-4cb5-4d0f-afa3-91d2cb2e624a 2018-08-19 10:31:09,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:31:09,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:09,862 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:09 GMT Server: Apache x-openstack-request-id: req-9dda843d-67be-4650-abcc-bd0fef22d6c2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:31:09,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:09 GMT Server: Apache x-openstack-request-id: req-11dba223-c300-4268-a89f-bcd172db92e1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:31:09,906 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-11dba223-c300-4268-a89f-bcd172db92e1 2018-08-19 10:31:09,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.075042963028s 2018-08-19 10:31:09,907 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-11dba223-c300-4268-a89f-bcd172db92e1 2018-08-19 10:31:09,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:31:09,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:09,937 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:09 GMT Server: Apache x-openstack-request-id: req-0557af6d-fdea-4e71-a163-25221e08d1d8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:31:09,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:09 GMT Server: Apache x-openstack-request-id: req-0b52835b-55d2-45e4-9406-d3ee98961e72 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:31:09,980 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0b52835b-55d2-45e4-9406-d3ee98961e72 2018-08-19 10:31:09,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722830295563s 2018-08-19 10:31:09,980 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0b52835b-55d2-45e4-9406-d3ee98961e72 2018-08-19 10:31:14,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:31:14,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:15,017 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:14 GMT Server: Apache x-openstack-request-id: req-679ae05e-1fef-4692-bab3-88d9ad9670db Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:31:15,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:15 GMT Server: Apache x-openstack-request-id: req-9479239d-6849-4d05-a82a-83e64270772f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:31:15,059 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9479239d-6849-4d05-a82a-83e64270772f 2018-08-19 10:31:15,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722548961639s 2018-08-19 10:31:15,060 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9479239d-6849-4d05-a82a-83e64270772f 2018-08-19 10:31:20,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:31:20,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:20,096 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:20 GMT Server: Apache x-openstack-request-id: req-a2083bfa-0954-45b3-8a66-cee545687c6e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:31:20,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:20 GMT Server: Apache x-openstack-request-id: req-85b07ba2-aabd-4ef6-b0e1-abaec030ebef Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:31:20,140 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-85b07ba2-aabd-4ef6-b0e1-abaec030ebef 2018-08-19 10:31:20,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749571323395s 2018-08-19 10:31:20,141 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-85b07ba2-aabd-4ef6-b0e1-abaec030ebef 2018-08-19 10:31:20,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:31:20,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:20,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:20 GMT Server: Apache x-openstack-request-id: req-4719a977-28c0-43cf-b450-9be8c3ade3f5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:31:20,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:20 GMT Server: Apache x-openstack-request-id: req-8d0b7ebc-cbec-4511-aa75-64c1ebc365f4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:31:20,218 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8d0b7ebc-cbec-4511-aa75-64c1ebc365f4 2018-08-19 10:31:20,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0765869617462s 2018-08-19 10:31:20,219 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8d0b7ebc-cbec-4511-aa75-64c1ebc365f4 2018-08-19 10:31:25,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:31:25,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:25,256 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:25 GMT Server: Apache x-openstack-request-id: req-0766e975-58f7-4a53-8af2-129b42fe3680 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:31:25,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:25 GMT Server: Apache x-openstack-request-id: req-0565c99d-1506-4f91-a538-636dbfa32150 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:31:25,298 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0565c99d-1506-4f91-a538-636dbfa32150 2018-08-19 10:31:25,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721318721771s 2018-08-19 10:31:25,298 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0565c99d-1506-4f91-a538-636dbfa32150 2018-08-19 10:31:30,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:31:30,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:30,334 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:30 GMT Server: Apache x-openstack-request-id: req-21077c43-f6b8-4314-97be-0399854b7d8e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:31:30,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:30 GMT Server: Apache x-openstack-request-id: req-7faab1c7-5402-4b8e-9571-d7e5079e88ad Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:31:30,635 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7faab1c7-5402-4b8e-9571-d7e5079e88ad 2018-08-19 10:31:30,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.331147909164s 2018-08-19 10:31:30,636 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7faab1c7-5402-4b8e-9571-d7e5079e88ad 2018-08-19 10:31:30,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:31:30,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:30,666 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:30 GMT Server: Apache x-openstack-request-id: req-d83af44a-2b83-4d88-9d37-9116f9110d37 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:31:30,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:30 GMT Server: Apache x-openstack-request-id: req-bf44115d-71eb-466b-a76e-340c68a55098 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:31:30,707 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bf44115d-71eb-466b-a76e-340c68a55098 2018-08-19 10:31:30,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0708410739899s 2018-08-19 10:31:30,708 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bf44115d-71eb-466b-a76e-340c68a55098 2018-08-19 10:31:35,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:31:35,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:35,761 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:35 GMT Server: Apache x-openstack-request-id: req-32139000-ba2f-4119-99e0-debdd1e909d3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:31:35,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:35 GMT Server: Apache x-openstack-request-id: req-55378a99-8d0a-4b41-b635-3864641dc118 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:31:35,805 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-55378a99-8d0a-4b41-b635-3864641dc118 2018-08-19 10:31:35,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0903170108795s 2018-08-19 10:31:35,805 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-55378a99-8d0a-4b41-b635-3864641dc118 2018-08-19 10:31:40,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:31:40,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:40,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:40 GMT Server: Apache x-openstack-request-id: req-92f59de6-0afd-4c83-8384-b26b4e4397eb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:31:40,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:40 GMT Server: Apache x-openstack-request-id: req-9fe1d346-853e-4ae7-a769-87dfbf919b57 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:31:40,883 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9fe1d346-853e-4ae7-a769-87dfbf919b57 2018-08-19 10:31:40,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719749927521s 2018-08-19 10:31:40,883 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9fe1d346-853e-4ae7-a769-87dfbf919b57 2018-08-19 10:31:40,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:31:40,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:40,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:40 GMT Server: Apache x-openstack-request-id: req-e54ef07c-10f3-494b-8a01-d2798a23c2fd Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:31:40,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:40 GMT Server: Apache x-openstack-request-id: req-b92cd9fe-e94e-4b7c-a10f-f45f6bcaf5ca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:31:40,961 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b92cd9fe-e94e-4b7c-a10f-f45f6bcaf5ca 2018-08-19 10:31:40,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0772540569305s 2018-08-19 10:31:40,962 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b92cd9fe-e94e-4b7c-a10f-f45f6bcaf5ca 2018-08-19 10:31:45,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:31:45,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:45,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:45 GMT Server: Apache x-openstack-request-id: req-25a0ede6-4a17-4825-a00c-48c406c2797d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:31:46,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:46 GMT Server: Apache x-openstack-request-id: req-56f7474c-d8fa-4584-85b3-1c0ca3708e56 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:31:46,314 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-56f7474c-d8fa-4584-85b3-1c0ca3708e56 2018-08-19 10:31:46,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.345592975616s 2018-08-19 10:31:46,315 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-56f7474c-d8fa-4584-85b3-1c0ca3708e56 2018-08-19 10:31:51,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:31:51,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:51,366 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:51 GMT Server: Apache x-openstack-request-id: req-48aa4a7a-1045-414e-aa50-f9674bc89202 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:31:51,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:51 GMT Server: Apache x-openstack-request-id: req-e9f09a0c-e97e-49e6-a47c-40efe998b218 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:31:51,408 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e9f09a0c-e97e-49e6-a47c-40efe998b218 2018-08-19 10:31:51,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0875730514526s 2018-08-19 10:31:51,408 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e9f09a0c-e97e-49e6-a47c-40efe998b218 2018-08-19 10:31:51,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:31:51,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:51,438 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:51 GMT Server: Apache x-openstack-request-id: req-99d848a7-8572-4b62-aaab-e1281d725967 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:31:51,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:51 GMT Server: Apache x-openstack-request-id: req-d1e0256e-916a-4136-90ad-90fd53ac0ec2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:31:51,737 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d1e0256e-916a-4136-90ad-90fd53ac0ec2 2018-08-19 10:31:51,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.32860994339s 2018-08-19 10:31:51,738 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d1e0256e-916a-4136-90ad-90fd53ac0ec2 2018-08-19 10:31:56,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:31:56,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:31:56,775 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:31:56 GMT Server: Apache x-openstack-request-id: req-b9483b0f-b35f-418a-b65a-bea74ac45ca3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:31:56,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:31:56 GMT Server: Apache x-openstack-request-id: req-3ce7b57a-93df-45d6-b150-5d7ce0f06f2b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:31:56,817 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3ce7b57a-93df-45d6-b150-5d7ce0f06f2b 2018-08-19 10:31:56,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725889205933s 2018-08-19 10:31:56,818 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3ce7b57a-93df-45d6-b150-5d7ce0f06f2b 2018-08-19 10:32:01,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:32:01,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:01,853 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:01 GMT Server: Apache x-openstack-request-id: req-0042ea30-0835-4b22-8af0-14eb4b66f8a5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:32:01,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:01 GMT Server: Apache x-openstack-request-id: req-704d5647-d841-404f-8783-dfe5e0bafe32 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:32:01,897 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-704d5647-d841-404f-8783-dfe5e0bafe32 2018-08-19 10:32:01,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733850002289s 2018-08-19 10:32:01,897 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-704d5647-d841-404f-8783-dfe5e0bafe32 2018-08-19 10:32:01,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:32:01,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:01,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:01 GMT Server: Apache x-openstack-request-id: req-3c7890b6-01cc-4236-a17f-7c7cd29b8d72 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:32:01,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:01 GMT Server: Apache x-openstack-request-id: req-6a36804d-08ff-4467-b8f7-80e915563abb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:32:01,972 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6a36804d-08ff-4467-b8f7-80e915563abb 2018-08-19 10:32:01,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0738048553467s 2018-08-19 10:32:01,972 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6a36804d-08ff-4467-b8f7-80e915563abb 2018-08-19 10:32:06,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:32:06,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:07,026 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:06 GMT Server: Apache x-openstack-request-id: req-4840c1db-11f6-456f-a952-263ec62eb5fc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:32:07,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:07 GMT Server: Apache x-openstack-request-id: req-278a22c2-c740-442b-8271-27ae8269639f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:32:07,070 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-278a22c2-c740-442b-8271-27ae8269639f 2018-08-19 10:32:07,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0917549133301s 2018-08-19 10:32:07,071 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-278a22c2-c740-442b-8271-27ae8269639f 2018-08-19 10:32:12,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:32:12,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:12,370 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:12 GMT Server: Apache x-openstack-request-id: req-b070b1cb-c336-4a0b-b4cc-da364c58af86 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:32:12,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:12 GMT Server: Apache x-openstack-request-id: req-66fe6308-2da6-4549-83b4-76c2fac05b2b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:32:12,413 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-66fe6308-2da6-4549-83b4-76c2fac05b2b 2018-08-19 10:32:12,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.33599615097s 2018-08-19 10:32:12,413 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-66fe6308-2da6-4549-83b4-76c2fac05b2b 2018-08-19 10:32:12,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:32:12,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:12,443 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:12 GMT Server: Apache x-openstack-request-id: req-dd0273e9-b187-4237-9c7e-025e3fc7ebb1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:32:12,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:12 GMT Server: Apache x-openstack-request-id: req-d3aaa3ea-7c20-48f9-9f75-7e3f23f852cc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:32:12,486 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d3aaa3ea-7c20-48f9-9f75-7e3f23f852cc 2018-08-19 10:32:12,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721969604492s 2018-08-19 10:32:12,486 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d3aaa3ea-7c20-48f9-9f75-7e3f23f852cc 2018-08-19 10:32:17,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:32:17,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:17,524 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:17 GMT Server: Apache x-openstack-request-id: req-85c83d56-528d-439d-9e7f-1bf9ca72e873 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:32:17,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:17 GMT Server: Apache x-openstack-request-id: req-3360be69-bba8-49f7-8bb5-927b37796a05 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:32:17,566 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3360be69-bba8-49f7-8bb5-927b37796a05 2018-08-19 10:32:17,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732688903809s 2018-08-19 10:32:17,567 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3360be69-bba8-49f7-8bb5-927b37796a05 2018-08-19 10:32:22,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:32:22,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:22,602 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:22 GMT Server: Apache x-openstack-request-id: req-b729bc22-1aed-4397-908a-8c8e20666f8b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:32:22,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:22 GMT Server: Apache x-openstack-request-id: req-b898bb1d-58b5-4120-83cd-63c21610743e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:32:22,644 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b898bb1d-58b5-4120-83cd-63c21610743e 2018-08-19 10:32:22,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072007894516s 2018-08-19 10:32:22,645 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b898bb1d-58b5-4120-83cd-63c21610743e 2018-08-19 10:32:22,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:32:22,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:22,675 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:22 GMT Server: Apache x-openstack-request-id: req-0a7cac88-d979-46e4-8a47-56160c3f1420 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:32:22,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:22 GMT Server: Apache x-openstack-request-id: req-ddc0da64-8304-4b19-b759-9e0725028ab4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:32:22,717 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ddc0da64-8304-4b19-b759-9e0725028ab4 2018-08-19 10:32:22,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718171596527s 2018-08-19 10:32:22,717 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ddc0da64-8304-4b19-b759-9e0725028ab4 2018-08-19 10:32:27,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:32:27,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:27,756 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:27 GMT Server: Apache x-openstack-request-id: req-a7255dd3-768e-49b4-88d0-bb8743059274 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:32:27,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:27 GMT Server: Apache x-openstack-request-id: req-5e92fc1a-df29-4ba9-a524-9d9f4eabcfe0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:32:27,799 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5e92fc1a-df29-4ba9-a524-9d9f4eabcfe0 2018-08-19 10:32:27,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749080181122s 2018-08-19 10:32:27,799 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5e92fc1a-df29-4ba9-a524-9d9f4eabcfe0 2018-08-19 10:32:32,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:32:32,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:32,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:32 GMT Server: Apache x-openstack-request-id: req-646e1517-e422-4e0f-9046-acb6c4759449 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:32:32,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:32 GMT Server: Apache x-openstack-request-id: req-79da6268-19c6-4a25-93fc-bc7ae2b9ce56 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:32:32,878 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-79da6268-19c6-4a25-93fc-bc7ae2b9ce56 2018-08-19 10:32:32,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723941326141s 2018-08-19 10:32:32,878 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-79da6268-19c6-4a25-93fc-bc7ae2b9ce56 2018-08-19 10:32:32,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:32:32,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:32,908 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:32 GMT Server: Apache x-openstack-request-id: req-e836476a-b6b0-4948-a733-468f2454e6d7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:32:33,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:32 GMT Server: Apache x-openstack-request-id: req-1e74d64a-e5bf-495b-8260-7064f7914c76 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:32:33,235 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1e74d64a-e5bf-495b-8260-7064f7914c76 2018-08-19 10:32:33,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.356360912323s 2018-08-19 10:32:33,235 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1e74d64a-e5bf-495b-8260-7064f7914c76 2018-08-19 10:32:38,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:32:38,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:38,275 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:38 GMT Server: Apache x-openstack-request-id: req-684ad15f-7397-4e90-a1e6-1238745403aa Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:32:38,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:38 GMT Server: Apache x-openstack-request-id: req-891aceca-e0bf-449a-a458-0139a233c8ba Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:32:38,586 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-891aceca-e0bf-449a-a458-0139a233c8ba 2018-08-19 10:32:38,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.343894004822s 2018-08-19 10:32:38,586 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-891aceca-e0bf-449a-a458-0139a233c8ba 2018-08-19 10:32:43,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:32:43,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:43,622 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:43 GMT Server: Apache x-openstack-request-id: req-ad25bcb0-9006-4d7a-8f89-8feedbf83b89 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:32:43,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:43 GMT Server: Apache x-openstack-request-id: req-974e24dd-5b76-40ec-b110-ac3a1d087447 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:32:43,664 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-974e24dd-5b76-40ec-b110-ac3a1d087447 2018-08-19 10:32:43,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717740058899s 2018-08-19 10:32:43,664 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-974e24dd-5b76-40ec-b110-ac3a1d087447 2018-08-19 10:32:43,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:32:43,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:43,946 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:43 GMT Server: Apache x-openstack-request-id: req-4f558029-b5a5-4338-80af-b23621fe8094 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:32:43,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:43 GMT Server: Apache x-openstack-request-id: req-13956c62-8898-4be7-b62d-61d9f80064bc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:32:43,988 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-13956c62-8898-4be7-b62d-61d9f80064bc 2018-08-19 10:32:43,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.322943925858s 2018-08-19 10:32:43,988 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-13956c62-8898-4be7-b62d-61d9f80064bc 2018-08-19 10:32:48,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:32:48,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:49,294 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:49 GMT Server: Apache x-openstack-request-id: req-5e00e013-25aa-4c36-b09e-d2ab7c8cfd15 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:32:49,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:49 GMT Server: Apache x-openstack-request-id: req-52b2e8de-88c8-405f-bcad-039fd8bcc0b7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:32:49,338 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-52b2e8de-88c8-405f-bcad-039fd8bcc0b7 2018-08-19 10:32:49,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.342673063278s 2018-08-19 10:32:49,338 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-52b2e8de-88c8-405f-bcad-039fd8bcc0b7 2018-08-19 10:32:54,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:32:54,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:54,377 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:54 GMT Server: Apache x-openstack-request-id: req-8fe5df71-3382-4e79-ae30-fd44a6ca92bc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:32:54,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:54 GMT Server: Apache x-openstack-request-id: req-dfa7f2cd-4a7c-4f8f-ba15-bb13a3fa58fb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:32:54,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dfa7f2cd-4a7c-4f8f-ba15-bb13a3fa58fb 2018-08-19 10:32:54,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0755250453949s 2018-08-19 10:32:54,420 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dfa7f2cd-4a7c-4f8f-ba15-bb13a3fa58fb 2018-08-19 10:32:54,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:32:54,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:54,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:54 GMT Server: Apache x-openstack-request-id: req-e6f292c8-7331-456e-9e01-c3a342899464 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:32:54,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:54 GMT Server: Apache x-openstack-request-id: req-2672b10d-dae9-44fa-9f19-9e3683c42778 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:32:54,492 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2672b10d-dae9-44fa-9f19-9e3683c42778 2018-08-19 10:32:54,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711531639099s 2018-08-19 10:32:54,492 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2672b10d-dae9-44fa-9f19-9e3683c42778 2018-08-19 10:32:59,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:32:59,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:32:59,531 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:32:59 GMT Server: Apache x-openstack-request-id: req-ac470b01-5cbe-4ed1-8479-725fe43a4bff Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:32:59,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:32:59 GMT Server: Apache x-openstack-request-id: req-110b5770-6af8-4c4f-80dc-b4ff111bb229 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:32:59,574 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-110b5770-6af8-4c4f-80dc-b4ff111bb229 2018-08-19 10:32:59,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748329162598s 2018-08-19 10:32:59,574 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-110b5770-6af8-4c4f-80dc-b4ff111bb229 2018-08-19 10:33:04,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:33:04,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:04,609 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:04 GMT Server: Apache x-openstack-request-id: req-2e51f376-c45e-41a9-b43e-47d089d3270e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:33:04,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:04 GMT Server: Apache x-openstack-request-id: req-37aa84b7-1cba-4a8f-b6df-b463099d002a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:33:04,907 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-37aa84b7-1cba-4a8f-b6df-b463099d002a 2018-08-19 10:33:04,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.327745914459s 2018-08-19 10:33:04,908 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-37aa84b7-1cba-4a8f-b6df-b463099d002a 2018-08-19 10:33:04,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:33:04,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:04,939 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:04 GMT Server: Apache x-openstack-request-id: req-fe91adc4-ce6a-4429-9a5f-bae1fe1c430a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:33:04,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:04 GMT Server: Apache x-openstack-request-id: req-36d409bc-887d-4c97-aeed-9202777af0bf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:33:04,982 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-36d409bc-887d-4c97-aeed-9202777af0bf 2018-08-19 10:33:04,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0739841461182s 2018-08-19 10:33:04,983 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-36d409bc-887d-4c97-aeed-9202777af0bf 2018-08-19 10:33:09,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:33:09,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:10,021 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:09 GMT Server: Apache x-openstack-request-id: req-794183cc-f9af-4955-b89c-b286ad6fcb82 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:33:10,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:10 GMT Server: Apache x-openstack-request-id: req-29a4144d-e5a9-44e8-8765-16e1c230cdf1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:33:10,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-29a4144d-e5a9-44e8-8765-16e1c230cdf1 2018-08-19 10:33:10,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729620456696s 2018-08-19 10:33:10,063 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-29a4144d-e5a9-44e8-8765-16e1c230cdf1 2018-08-19 10:33:15,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:33:15,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:15,099 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:15 GMT Server: Apache x-openstack-request-id: req-c6b09225-a258-42bc-8c6b-89a79ebad431 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:33:15,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:15 GMT Server: Apache x-openstack-request-id: req-676ac275-a200-4685-a16d-601c17adbc3a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:33:15,140 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-676ac275-a200-4685-a16d-601c17adbc3a 2018-08-19 10:33:15,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071478843689s 2018-08-19 10:33:15,140 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-676ac275-a200-4685-a16d-601c17adbc3a 2018-08-19 10:33:15,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:33:15,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:15,170 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:15 GMT Server: Apache x-openstack-request-id: req-461736ef-372d-4187-90f9-69a1c87e03de Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:33:15,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:15 GMT Server: Apache x-openstack-request-id: req-c4f73e48-5ddd-4d50-ab1d-d0b8722548e5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:33:15,460 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c4f73e48-5ddd-4d50-ab1d-d0b8722548e5 2018-08-19 10:33:15,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.319041013718s 2018-08-19 10:33:15,460 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c4f73e48-5ddd-4d50-ab1d-d0b8722548e5 2018-08-19 10:33:20,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:33:20,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:20,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:20 GMT Server: Apache x-openstack-request-id: req-391b37bb-6775-4644-95ff-e6981fa37c7e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:33:20,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:20 GMT Server: Apache x-openstack-request-id: req-de0e0618-f2de-479c-8563-b8a8e7972752 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:33:20,850 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-de0e0618-f2de-479c-8563-b8a8e7972752 2018-08-19 10:33:20,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.383129835129s 2018-08-19 10:33:20,851 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-de0e0618-f2de-479c-8563-b8a8e7972752 2018-08-19 10:33:25,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:33:25,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:26,168 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:25 GMT Server: Apache x-openstack-request-id: req-70c42343-527f-47f8-8bc0-6f9f7862913a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:33:26,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:26 GMT Server: Apache x-openstack-request-id: req-5e9027c4-2747-4e40-b7f4-64dfaaaf1bbc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:33:26,210 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5e9027c4-2747-4e40-b7f4-64dfaaaf1bbc 2018-08-19 10:33:26,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.353664875031s 2018-08-19 10:33:26,211 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5e9027c4-2747-4e40-b7f4-64dfaaaf1bbc 2018-08-19 10:33:26,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:33:26,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:26,515 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:26 GMT Server: Apache x-openstack-request-id: req-65f53783-60b9-4a1c-9c7e-063fc64d4cd7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:33:26,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:26 GMT Server: Apache x-openstack-request-id: req-1a46f743-6224-42a4-aa0e-2174a9bdf118 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:33:26,557 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1a46f743-6224-42a4-aa0e-2174a9bdf118 2018-08-19 10:33:26,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.346131086349s 2018-08-19 10:33:26,558 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1a46f743-6224-42a4-aa0e-2174a9bdf118 2018-08-19 10:33:31,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:33:31,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:31,785 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:31 GMT Server: Apache x-openstack-request-id: req-867d9603-8c99-4760-be0c-6ba07327fc25 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:33:31,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:31 GMT Server: Apache x-openstack-request-id: req-0b5f06f6-1f3c-4eca-a2b1-26ac1addbc09 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:33:31,827 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0b5f06f6-1f3c-4eca-a2b1-26ac1addbc09 2018-08-19 10:33:31,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.262187004089s 2018-08-19 10:33:31,827 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0b5f06f6-1f3c-4eca-a2b1-26ac1addbc09 2018-08-19 10:33:36,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:33:36,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:36,863 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:36 GMT Server: Apache x-openstack-request-id: req-a60cc743-5d9a-4c4d-81fa-6df4e56f815c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:33:36,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:36 GMT Server: Apache x-openstack-request-id: req-eae6dd1a-6d5b-498c-83de-2fad622558ee Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:33:36,906 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-eae6dd1a-6d5b-498c-83de-2fad622558ee 2018-08-19 10:33:36,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725200176239s 2018-08-19 10:33:36,906 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-eae6dd1a-6d5b-498c-83de-2fad622558ee 2018-08-19 10:33:36,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:33:36,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:36,952 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:36 GMT Server: Apache x-openstack-request-id: req-689b3fb6-4d20-4190-8002-bdb73beda185 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:33:36,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:36 GMT Server: Apache x-openstack-request-id: req-c2b6974b-092f-4f5d-ac10-c246d3c86ff7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:33:36,996 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c2b6974b-092f-4f5d-ac10-c246d3c86ff7 2018-08-19 10:33:36,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0890448093414s 2018-08-19 10:33:36,996 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c2b6974b-092f-4f5d-ac10-c246d3c86ff7 2018-08-19 10:33:42,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:33:42,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:42,291 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:42 GMT Server: Apache x-openstack-request-id: req-e488f6c6-f01f-4924-9943-fb68304d04c4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:33:42,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:42 GMT Server: Apache x-openstack-request-id: req-40df7a64-6e6d-4013-8558-22a409c8049a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:33:42,337 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-40df7a64-6e6d-4013-8558-22a409c8049a 2018-08-19 10:33:42,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.333995103836s 2018-08-19 10:33:42,337 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-40df7a64-6e6d-4013-8558-22a409c8049a 2018-08-19 10:33:47,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:33:47,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:47,636 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:47 GMT Server: Apache x-openstack-request-id: req-e30a220b-9b1d-473d-a14b-05488a60e086 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:33:47,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:47 GMT Server: Apache x-openstack-request-id: req-a990d808-0e66-4498-b0a0-b0f11b365451 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:33:47,678 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a990d808-0e66-4498-b0a0-b0f11b365451 2018-08-19 10:33:47,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.334774017334s 2018-08-19 10:33:47,678 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a990d808-0e66-4498-b0a0-b0f11b365451 2018-08-19 10:33:47,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:33:47,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:47,970 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:47 GMT Server: Apache x-openstack-request-id: req-8d87dbb9-3763-4f7a-b0d3-b5a71604f984 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:33:48,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:47 GMT Server: Apache x-openstack-request-id: req-10e33ca0-28f6-4dcd-a763-d2e856cead4d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:33:48,012 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-10e33ca0-28f6-4dcd-a763-d2e856cead4d 2018-08-19 10:33:48,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.333904027939s 2018-08-19 10:33:48,013 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-10e33ca0-28f6-4dcd-a763-d2e856cead4d 2018-08-19 10:33:53,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:33:53,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:53,045 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:53 GMT Server: Apache x-openstack-request-id: req-d2fb41a1-3461-44cd-86dd-00d3c90f0963 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:33:53,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:53 GMT Server: Apache x-openstack-request-id: req-95b702a7-6a5c-45dd-83a3-f9ed5392878b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:33:53,422 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-95b702a7-6a5c-45dd-83a3-f9ed5392878b 2018-08-19 10:33:53,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.406974077225s 2018-08-19 10:33:53,423 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-95b702a7-6a5c-45dd-83a3-f9ed5392878b 2018-08-19 10:33:58,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:33:58,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:58,454 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:58 GMT Server: Apache x-openstack-request-id: req-6b8c99f4-5373-4ce3-bd1e-f27883820e86 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:33:58,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:58 GMT Server: Apache x-openstack-request-id: req-36b43b45-5b55-4c50-85d5-863b2680ab67 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:33:58,767 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-36b43b45-5b55-4c50-85d5-863b2680ab67 2018-08-19 10:33:58,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.342704057693s 2018-08-19 10:33:58,767 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-36b43b45-5b55-4c50-85d5-863b2680ab67 2018-08-19 10:33:58,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:33:58,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:33:58,797 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:33:58 GMT Server: Apache x-openstack-request-id: req-a9fa4a62-e26b-4562-b080-7fe4a08bbaf6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:33:59,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:33:58 GMT Server: Apache x-openstack-request-id: req-ce54a097-8f34-4d87-ae38-0241efd7695b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:33:59,091 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ce54a097-8f34-4d87-ae38-0241efd7695b 2018-08-19 10:33:59,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.323055028915s 2018-08-19 10:33:59,091 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ce54a097-8f34-4d87-ae38-0241efd7695b 2018-08-19 10:34:04,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:34:04,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:04,366 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:04 GMT Server: Apache x-openstack-request-id: req-1eccbb80-e428-4e50-b97a-70f88c1baa10 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:34:04,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:04 GMT Server: Apache x-openstack-request-id: req-fc130c5a-7a1e-47ff-b1f9-d57e164c549a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:34:04,541 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fc130c5a-7a1e-47ff-b1f9-d57e164c549a 2018-08-19 10:34:04,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.443379878998s 2018-08-19 10:34:04,542 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fc130c5a-7a1e-47ff-b1f9-d57e164c549a 2018-08-19 10:34:09,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:34:09,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:09,577 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:09 GMT Server: Apache x-openstack-request-id: req-7f0fae31-2c60-49a9-82aa-62d4dd1beb0d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:34:09,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:09 GMT Server: Apache x-openstack-request-id: req-733f4a0b-6aa2-4d4d-af11-8731f8441f1d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:34:09,620 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-733f4a0b-6aa2-4d4d-af11-8731f8441f1d 2018-08-19 10:34:09,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727410316467s 2018-08-19 10:34:09,621 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-733f4a0b-6aa2-4d4d-af11-8731f8441f1d 2018-08-19 10:34:09,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:34:09,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:09,927 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:09 GMT Server: Apache x-openstack-request-id: req-04a09f09-1d8d-46be-a05c-b5d4655932c6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:34:10,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:09 GMT Server: Apache x-openstack-request-id: req-7b95e47c-601f-4bf0-90d7-5ad681e00b73 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:34:10,233 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7b95e47c-601f-4bf0-90d7-5ad681e00b73 2018-08-19 10:34:10,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.611735105515s 2018-08-19 10:34:10,234 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7b95e47c-601f-4bf0-90d7-5ad681e00b73 2018-08-19 10:34:15,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:34:15,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:15,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:15 GMT Server: Apache x-openstack-request-id: req-cbdb7e32-6bde-426f-9cee-4922e2b2f8af Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:34:15,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:15 GMT Server: Apache x-openstack-request-id: req-15de9f38-27cd-4970-9637-191600c00264 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:34:15,609 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-15de9f38-27cd-4970-9637-191600c00264 2018-08-19 10:34:15,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.368647098541s 2018-08-19 10:34:15,609 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-15de9f38-27cd-4970-9637-191600c00264 2018-08-19 10:34:20,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:34:20,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:20,644 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:20 GMT Server: Apache x-openstack-request-id: req-091db030-0d4e-46d3-92f7-cc3554bed7fd Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:34:20,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:20 GMT Server: Apache x-openstack-request-id: req-0826a390-b444-44b4-a1f6-b36133ca3a2b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:34:20,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0826a390-b444-44b4-a1f6-b36133ca3a2b 2018-08-19 10:34:20,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710010528564s 2018-08-19 10:34:20,686 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0826a390-b444-44b4-a1f6-b36133ca3a2b 2018-08-19 10:34:20,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:34:20,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:20,732 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:20 GMT Server: Apache x-openstack-request-id: req-12b63b24-fb56-4603-865d-34affd01f307 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:34:21,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:20 GMT Server: Apache x-openstack-request-id: req-c61dd307-5a9c-4c81-92e0-1a90ba3f1fc4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:34:21,048 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c61dd307-5a9c-4c81-92e0-1a90ba3f1fc4 2018-08-19 10:34:21,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.360882997513s 2018-08-19 10:34:21,048 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c61dd307-5a9c-4c81-92e0-1a90ba3f1fc4 2018-08-19 10:34:26,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:34:26,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:26,091 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:26 GMT Server: Apache x-openstack-request-id: req-dae9b526-76ca-48da-acc7-dd943d9fa2d9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:34:26,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:26 GMT Server: Apache x-openstack-request-id: req-abd11639-c021-4ba3-8caa-e8ee659f846e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:34:26,626 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-abd11639-c021-4ba3-8caa-e8ee659f846e 2018-08-19 10:34:26,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.570647001266s 2018-08-19 10:34:26,626 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-abd11639-c021-4ba3-8caa-e8ee659f846e 2018-08-19 10:34:31,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:34:31,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:31,663 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:31 GMT Server: Apache x-openstack-request-id: req-455f5e20-9599-4a6a-93bd-7678f565d283 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:34:31,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:31 GMT Server: Apache x-openstack-request-id: req-0d3b98cc-fdfc-4aab-b69a-3a23bd03a934 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:34:31,950 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0d3b98cc-fdfc-4aab-b69a-3a23bd03a934 2018-08-19 10:34:31,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.31779384613s 2018-08-19 10:34:31,950 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0d3b98cc-fdfc-4aab-b69a-3a23bd03a934 2018-08-19 10:34:31,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:34:31,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:31,981 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:31 GMT Server: Apache x-openstack-request-id: req-2711453d-0b73-46e2-b604-a30598e51185 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:34:32,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:31 GMT Server: Apache x-openstack-request-id: req-ce33c006-3f9b-4c79-958e-2e9443d17eec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:34:32,023 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ce33c006-3f9b-4c79-958e-2e9443d17eec 2018-08-19 10:34:32,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0717940330505s 2018-08-19 10:34:32,023 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ce33c006-3f9b-4c79-958e-2e9443d17eec 2018-08-19 10:34:37,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:34:37,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:37,061 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:37 GMT Server: Apache x-openstack-request-id: req-ad435e71-2f77-4521-b2aa-156b3ed95bbb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:34:37,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:37 GMT Server: Apache x-openstack-request-id: req-45c11cc5-8211-4656-a4e6-d376f967bfa8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:34:37,104 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-45c11cc5-8211-4656-a4e6-d376f967bfa8 2018-08-19 10:34:37,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736730098724s 2018-08-19 10:34:37,104 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-45c11cc5-8211-4656-a4e6-d376f967bfa8 2018-08-19 10:34:42,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:34:42,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:42,141 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:42 GMT Server: Apache x-openstack-request-id: req-226e56af-bbdf-4fb1-9488-06b12373c6b1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:34:42,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:42 GMT Server: Apache x-openstack-request-id: req-2f0447be-e66c-4be7-a0a6-b29916a9439b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:34:42,184 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2f0447be-e66c-4be7-a0a6-b29916a9439b 2018-08-19 10:34:42,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736529827118s 2018-08-19 10:34:42,184 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2f0447be-e66c-4be7-a0a6-b29916a9439b 2018-08-19 10:34:42,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:34:42,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:42,216 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:42 GMT Server: Apache x-openstack-request-id: req-3714341a-7f00-41ed-ab33-7b160f7dbbee Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:34:42,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:42 GMT Server: Apache x-openstack-request-id: req-bacad3d9-c687-4bc6-bd0f-a7e822401238 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:34:42,537 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bacad3d9-c687-4bc6-bd0f-a7e822401238 2018-08-19 10:34:42,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.352784872055s 2018-08-19 10:34:42,538 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bacad3d9-c687-4bc6-bd0f-a7e822401238 2018-08-19 10:34:47,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:34:47,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:47,575 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:47 GMT Server: Apache x-openstack-request-id: req-c9009a9a-918b-4ba8-865f-2f95febdabf7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:34:47,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:47 GMT Server: Apache x-openstack-request-id: req-1b4dbcd6-e8dc-446d-ae03-4e0724bffa4e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:34:47,617 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1b4dbcd6-e8dc-446d-ae03-4e0724bffa4e 2018-08-19 10:34:47,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728380680084s 2018-08-19 10:34:47,618 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1b4dbcd6-e8dc-446d-ae03-4e0724bffa4e 2018-08-19 10:34:52,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:34:52,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:52,653 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:52 GMT Server: Apache x-openstack-request-id: req-2f874086-5a68-4fcd-a86d-d6d29b0feffb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:34:52,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:52 GMT Server: Apache x-openstack-request-id: req-195a0df8-093d-491a-83bb-795ae7fe6a7d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:34:52,695 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-195a0df8-093d-491a-83bb-795ae7fe6a7d 2018-08-19 10:34:52,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714797973633s 2018-08-19 10:34:52,696 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-195a0df8-093d-491a-83bb-795ae7fe6a7d 2018-08-19 10:34:52,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:34:52,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:52,725 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:52 GMT Server: Apache x-openstack-request-id: req-0f2f768a-04a9-4646-9c1a-59bf1bf2be3e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:34:52,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:52 GMT Server: Apache x-openstack-request-id: req-f9415e5f-e0d6-4afe-9a94-a5346141badd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:34:52,766 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f9415e5f-e0d6-4afe-9a94-a5346141badd 2018-08-19 10:34:52,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0697829723358s 2018-08-19 10:34:52,766 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f9415e5f-e0d6-4afe-9a94-a5346141badd 2018-08-19 10:34:57,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:34:57,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:34:57,804 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:34:57 GMT Server: Apache x-openstack-request-id: req-6eb01a68-e279-4e52-89eb-151a63dbad78 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:34:57,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:34:57 GMT Server: Apache x-openstack-request-id: req-4fbd467b-6098-4bda-9e52-e19a4f360a8f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:34:57,847 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4fbd467b-6098-4bda-9e52-e19a4f360a8f 2018-08-19 10:34:57,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743751525879s 2018-08-19 10:34:57,848 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4fbd467b-6098-4bda-9e52-e19a4f360a8f 2018-08-19 10:35:02,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:35:02,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:02,884 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:02 GMT Server: Apache x-openstack-request-id: req-939d2ff8-adcd-46de-a783-25560f256806 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:35:02,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:02 GMT Server: Apache x-openstack-request-id: req-7b2c65a9-35fd-4608-a5ea-edf84838f150 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:35:02,928 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7b2c65a9-35fd-4608-a5ea-edf84838f150 2018-08-19 10:35:02,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744230747223s 2018-08-19 10:35:02,928 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7b2c65a9-35fd-4608-a5ea-edf84838f150 2018-08-19 10:35:02,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:35:02,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:02,958 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:02 GMT Server: Apache x-openstack-request-id: req-c149103f-4c08-4423-804f-9ab825aa7c30 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:35:03,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:02 GMT Server: Apache x-openstack-request-id: req-3e313571-ed6a-416e-bda9-9662953631bf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:35:03,000 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3e313571-ed6a-416e-bda9-9662953631bf 2018-08-19 10:35:03,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712461471558s 2018-08-19 10:35:03,001 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3e313571-ed6a-416e-bda9-9662953631bf 2018-08-19 10:35:08,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:35:08,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:08,421 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:08 GMT Server: Apache x-openstack-request-id: req-d99df3a8-b4bc-40e8-8d37-9bc6097700f0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:35:08,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:08 GMT Server: Apache x-openstack-request-id: req-0cca7f2c-88f7-4548-9aee-b17f1ad0cf04 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:35:08,464 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0cca7f2c-88f7-4548-9aee-b17f1ad0cf04 2018-08-19 10:35:08,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.457097053528s 2018-08-19 10:35:08,465 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0cca7f2c-88f7-4548-9aee-b17f1ad0cf04 2018-08-19 10:35:13,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:35:13,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:13,501 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:13 GMT Server: Apache x-openstack-request-id: req-66e870df-5fd8-457e-884a-3d70b144e0bb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:35:13,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:13 GMT Server: Apache x-openstack-request-id: req-7fd1436f-adb5-49d2-ba6c-0520cabb0ec7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:35:13,543 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7fd1436f-adb5-49d2-ba6c-0520cabb0ec7 2018-08-19 10:35:13,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.07266497612s 2018-08-19 10:35:13,544 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7fd1436f-adb5-49d2-ba6c-0520cabb0ec7 2018-08-19 10:35:13,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:35:13,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:13,573 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:13 GMT Server: Apache x-openstack-request-id: req-4f9de210-cdeb-46ab-91b2-c3d4b9178f7b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:35:13,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:13 GMT Server: Apache x-openstack-request-id: req-28199201-82ab-4d31-af84-b50f1c24ef25 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:35:13,798 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-28199201-82ab-4d31-af84-b50f1c24ef25 2018-08-19 10:35:13,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.254099845886s 2018-08-19 10:35:13,799 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-28199201-82ab-4d31-af84-b50f1c24ef25 2018-08-19 10:35:18,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:35:18,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:18,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:18 GMT Server: Apache x-openstack-request-id: req-a63a820d-9471-4365-a84f-a24ffb4a6472 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:35:18,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:18 GMT Server: Apache x-openstack-request-id: req-aa66d7af-696e-4eae-86e9-fd800f8a2033 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:35:18,878 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aa66d7af-696e-4eae-86e9-fd800f8a2033 2018-08-19 10:35:18,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722670555115s 2018-08-19 10:35:18,878 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aa66d7af-696e-4eae-86e9-fd800f8a2033 2018-08-19 10:35:23,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:35:23,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:23,914 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:23 GMT Server: Apache x-openstack-request-id: req-a7d1b804-0680-4240-a9ce-f9cae6b36f75 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:35:23,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:23 GMT Server: Apache x-openstack-request-id: req-16841b87-0784-4280-a7ea-faf8dfa11d32 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:35:23,956 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-16841b87-0784-4280-a7ea-faf8dfa11d32 2018-08-19 10:35:23,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724060535431s 2018-08-19 10:35:23,957 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-16841b87-0784-4280-a7ea-faf8dfa11d32 2018-08-19 10:35:23,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:35:23,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:23,987 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:23 GMT Server: Apache x-openstack-request-id: req-48b0d530-f6f3-4aba-958c-1e2c7acd1229 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:35:24,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:23 GMT Server: Apache x-openstack-request-id: req-cee4b959-c430-4e43-8e71-3fde6df0149c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:35:24,029 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-cee4b959-c430-4e43-8e71-3fde6df0149c 2018-08-19 10:35:24,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721468925476s 2018-08-19 10:35:24,030 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-cee4b959-c430-4e43-8e71-3fde6df0149c 2018-08-19 10:35:29,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:35:29,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:29,065 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:29 GMT Server: Apache x-openstack-request-id: req-9e8ed46f-ac26-43f3-b94b-3501976e0a78 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:35:29,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:29 GMT Server: Apache x-openstack-request-id: req-6cc8f05d-1f8b-4747-8760-bc6871e506d1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:35:29,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6cc8f05d-1f8b-4747-8760-bc6871e506d1 2018-08-19 10:35:29,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.337752103806s 2018-08-19 10:35:29,375 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6cc8f05d-1f8b-4747-8760-bc6871e506d1 2018-08-19 10:35:34,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:35:34,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:34,690 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:34 GMT Server: Apache x-openstack-request-id: req-14bb0cd4-1d5d-497d-88f2-7a9e4f636fd9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:35:34,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:34 GMT Server: Apache x-openstack-request-id: req-6b275a50-7e42-470b-a4c0-ad48e640eaff Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:35:34,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6b275a50-7e42-470b-a4c0-ad48e640eaff 2018-08-19 10:35:34,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.362339019775s 2018-08-19 10:35:34,744 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6b275a50-7e42-470b-a4c0-ad48e640eaff 2018-08-19 10:35:34,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:35:34,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:34,773 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:34 GMT Server: Apache x-openstack-request-id: req-4543061b-f885-473c-8a26-8755e45be5d3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:35:34,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:34 GMT Server: Apache x-openstack-request-id: req-14f4922d-56df-43e8-af35-098038992a24 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:35:34,815 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-14f4922d-56df-43e8-af35-098038992a24 2018-08-19 10:35:34,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713939666748s 2018-08-19 10:35:34,816 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-14f4922d-56df-43e8-af35-098038992a24 2018-08-19 10:35:39,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:35:39,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:39,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:39 GMT Server: Apache x-openstack-request-id: req-031a28ec-1867-45a0-bc35-c5274dc8425b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:35:39,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:39 GMT Server: Apache x-openstack-request-id: req-080805ce-fb4a-4955-a490-e018e8b07cfa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:35:39,897 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-080805ce-fb4a-4955-a490-e018e8b07cfa 2018-08-19 10:35:39,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741350650787s 2018-08-19 10:35:39,897 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-080805ce-fb4a-4955-a490-e018e8b07cfa 2018-08-19 10:35:44,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:35:44,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:44,933 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:44 GMT Server: Apache x-openstack-request-id: req-7a2efa77-19db-4656-b54a-657270d97814 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:35:44,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:44 GMT Server: Apache x-openstack-request-id: req-884c4c0d-c5a6-4044-947a-c91c9c4f78ca Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:35:44,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-884c4c0d-c5a6-4044-947a-c91c9c4f78ca 2018-08-19 10:35:44,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717389583588s 2018-08-19 10:35:44,975 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-884c4c0d-c5a6-4044-947a-c91c9c4f78ca 2018-08-19 10:35:44,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:35:44,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:45,006 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:44 GMT Server: Apache x-openstack-request-id: req-98138454-4db7-468b-a694-2b712afce5d2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:35:45,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:45 GMT Server: Apache x-openstack-request-id: req-43c66486-c22f-4d2c-b144-1e8a285308bc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:35:45,049 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-43c66486-c22f-4d2c-b144-1e8a285308bc 2018-08-19 10:35:45,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730259418488s 2018-08-19 10:35:45,049 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-43c66486-c22f-4d2c-b144-1e8a285308bc 2018-08-19 10:35:50,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:35:50,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:50,088 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:50 GMT Server: Apache x-openstack-request-id: req-64b666ab-dacc-4a2f-bdf1-f5a0f7334a25 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:35:50,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:50 GMT Server: Apache x-openstack-request-id: req-be5ebea1-8b4c-494b-b2ff-1a8983a43a1f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:35:50,130 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-be5ebea1-8b4c-494b-b2ff-1a8983a43a1f 2018-08-19 10:35:50,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743010044098s 2018-08-19 10:35:50,131 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-be5ebea1-8b4c-494b-b2ff-1a8983a43a1f 2018-08-19 10:35:55,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:35:55,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:55,164 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:55 GMT Server: Apache x-openstack-request-id: req-cdd9ecda-7ff6-4d9e-a293-3bed54dddf75 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:35:55,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:55 GMT Server: Apache x-openstack-request-id: req-ff487d48-ee6a-4877-98a4-dc6b036a41b0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:35:55,205 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ff487d48-ee6a-4877-98a4-dc6b036a41b0 2018-08-19 10:35:55,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711019039154s 2018-08-19 10:35:55,206 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ff487d48-ee6a-4877-98a4-dc6b036a41b0 2018-08-19 10:35:55,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:35:55,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:35:55,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:35:55 GMT Server: Apache x-openstack-request-id: req-15ea2e2c-ee74-4519-8bd6-2056508d84ff Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:35:55,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:35:55 GMT Server: Apache x-openstack-request-id: req-57d8338a-4896-40c1-b007-255f85f623ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:35:55,611 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-57d8338a-4896-40c1-b007-255f85f623ff 2018-08-19 10:35:55,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.404803991318s 2018-08-19 10:35:55,612 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-57d8338a-4896-40c1-b007-255f85f623ff 2018-08-19 10:36:00,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:36:00,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:00,650 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:00 GMT Server: Apache x-openstack-request-id: req-5651f0e3-9efa-45a6-9313-8cfd7399059b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:36:00,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:00 GMT Server: Apache x-openstack-request-id: req-4caae917-8d0f-472a-975d-dee9e7a319e2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:36:00,692 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4caae917-8d0f-472a-975d-dee9e7a319e2 2018-08-19 10:36:00,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.07350897789s 2018-08-19 10:36:00,693 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4caae917-8d0f-472a-975d-dee9e7a319e2 2018-08-19 10:36:05,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:36:05,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:05,728 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:05 GMT Server: Apache x-openstack-request-id: req-7cf8811f-85d1-4540-8616-40cac019cafe Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:36:05,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:05 GMT Server: Apache x-openstack-request-id: req-65a87592-bdb0-45c4-a419-b933b00133c8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:36:05,770 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-65a87592-bdb0-45c4-a419-b933b00133c8 2018-08-19 10:36:05,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071760892868s 2018-08-19 10:36:05,770 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-65a87592-bdb0-45c4-a419-b933b00133c8 2018-08-19 10:36:05,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:36:05,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:05,800 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:05 GMT Server: Apache x-openstack-request-id: req-328d9d0c-c870-4bf5-8a32-b5fe4c349e9a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:36:05,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:05 GMT Server: Apache x-openstack-request-id: req-bd58a11d-5428-432c-ba2e-8b7a6149f222 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:36:05,825 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bd58a11d-5428-432c-ba2e-8b7a6149f222 2018-08-19 10:36:05,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0544989109039s 2018-08-19 10:36:05,826 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bd58a11d-5428-432c-ba2e-8b7a6149f222 2018-08-19 10:36:10,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:36:10,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:11,131 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:10 GMT Server: Apache x-openstack-request-id: req-a20c7651-5ae0-41d2-9142-ebb942805618 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:36:11,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:11 GMT Server: Apache x-openstack-request-id: req-e64105b5-1e62-475e-bed1-47f28ae96628 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:36:11,427 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e64105b5-1e62-475e-bed1-47f28ae96628 2018-08-19 10:36:11,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.593933820724s 2018-08-19 10:36:11,427 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e64105b5-1e62-475e-bed1-47f28ae96628 2018-08-19 10:36:16,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:36:16,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:16,563 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:16 GMT Server: Apache x-openstack-request-id: req-b6d04e31-2db8-4673-b14a-149a7cd94c9b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:36:16,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:16 GMT Server: Apache x-openstack-request-id: req-55a0f8b0-6ebb-4cd6-ba23-92111b5bd303 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:36:16,851 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-55a0f8b0-6ebb-4cd6-ba23-92111b5bd303 2018-08-19 10:36:16,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.418313980103s 2018-08-19 10:36:16,852 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-55a0f8b0-6ebb-4cd6-ba23-92111b5bd303 2018-08-19 10:36:16,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:36:16,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:16,897 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:16 GMT Server: Apache x-openstack-request-id: req-afbc5796-b730-47f0-847c-8bfde73fe16d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:36:16,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:16 GMT Server: Apache x-openstack-request-id: req-e4d710ce-e791-4e69-8b04-ad1990cdcbea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:36:16,940 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e4d710ce-e791-4e69-8b04-ad1990cdcbea 2018-08-19 10:36:16,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0879299640656s 2018-08-19 10:36:16,940 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e4d710ce-e791-4e69-8b04-ad1990cdcbea 2018-08-19 10:36:21,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:36:21,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:21,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:21 GMT Server: Apache x-openstack-request-id: req-cfc7a413-a568-40a4-845b-3338249f6aa7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:36:22,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:21 GMT Server: Apache x-openstack-request-id: req-da9981f7-51d1-4fef-8e4e-ae299ffd4729 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:36:22,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-da9981f7-51d1-4fef-8e4e-ae299ffd4729 2018-08-19 10:36:22,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0700371265411s 2018-08-19 10:36:22,017 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-da9981f7-51d1-4fef-8e4e-ae299ffd4729 2018-08-19 10:36:27,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:36:27,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:27,069 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:27 GMT Server: Apache x-openstack-request-id: req-72e880d1-8b25-4d98-8cc1-4f86556a1e63 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:36:27,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:27 GMT Server: Apache x-openstack-request-id: req-a88e4050-85f4-4536-a057-f3197244c948 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:36:27,111 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a88e4050-85f4-4536-a057-f3197244c948 2018-08-19 10:36:27,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0879528522491s 2018-08-19 10:36:27,112 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a88e4050-85f4-4536-a057-f3197244c948 2018-08-19 10:36:27,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:36:27,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:27,143 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:27 GMT Server: Apache x-openstack-request-id: req-60763800-2d19-42fd-b787-47b6625b1eff Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:36:27,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:27 GMT Server: Apache x-openstack-request-id: req-d30fb74d-ca19-4532-9da8-5a10dd453c11 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:36:27,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d30fb74d-ca19-4532-9da8-5a10dd453c11 2018-08-19 10:36:27,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0724790096283s 2018-08-19 10:36:27,185 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d30fb74d-ca19-4532-9da8-5a10dd453c11 2018-08-19 10:36:32,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:36:32,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:32,223 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:32 GMT Server: Apache x-openstack-request-id: req-80e34ffe-592d-4c39-beee-44dfa01c5d28 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:36:32,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:32 GMT Server: Apache x-openstack-request-id: req-25382035-9b7a-416d-87de-e1c8bdff61ba Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:36:32,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-25382035-9b7a-416d-87de-e1c8bdff61ba 2018-08-19 10:36:32,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726277828217s 2018-08-19 10:36:32,265 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-25382035-9b7a-416d-87de-e1c8bdff61ba 2018-08-19 10:36:37,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:36:37,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:37,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:37 GMT Server: Apache x-openstack-request-id: req-040b99b9-e9fe-4ad4-890b-fea151d5ea52 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:36:37,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:37 GMT Server: Apache x-openstack-request-id: req-1ad0438b-9c7a-40c1-adb4-b4a56f3dd48d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:36:37,343 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1ad0438b-9c7a-40c1-adb4-b4a56f3dd48d 2018-08-19 10:36:37,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726640224457s 2018-08-19 10:36:37,344 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1ad0438b-9c7a-40c1-adb4-b4a56f3dd48d 2018-08-19 10:36:37,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:36:37,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:37,374 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:37 GMT Server: Apache x-openstack-request-id: req-dc85bac7-6aff-42ff-9d1c-883ad3f43385 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:36:37,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:37 GMT Server: Apache x-openstack-request-id: req-4a10914e-1fe5-4cdf-a1b1-87956b299d5d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:36:37,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4a10914e-1fe5-4cdf-a1b1-87956b299d5d 2018-08-19 10:36:37,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.075236082077s 2018-08-19 10:36:37,420 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4a10914e-1fe5-4cdf-a1b1-87956b299d5d 2018-08-19 10:36:42,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:36:42,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:42,459 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:42 GMT Server: Apache x-openstack-request-id: req-1a532b43-7df2-4a41-be62-1917df3d20a6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:36:42,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:42 GMT Server: Apache x-openstack-request-id: req-4c722080-0b45-400a-9470-b808ac0a38a7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:36:42,502 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4c722080-0b45-400a-9470-b808ac0a38a7 2018-08-19 10:36:42,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747678279877s 2018-08-19 10:36:42,502 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4c722080-0b45-400a-9470-b808ac0a38a7 2018-08-19 10:36:47,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:36:47,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:47,537 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:47 GMT Server: Apache x-openstack-request-id: req-b1fb1d12-cf4b-45eb-8e73-ef9b98e347a4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:36:47,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:47 GMT Server: Apache x-openstack-request-id: req-90ca6681-e50e-4313-92da-2457084b0843 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:36:47,582 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-90ca6681-e50e-4313-92da-2457084b0843 2018-08-19 10:36:47,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745968818665s 2018-08-19 10:36:47,583 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-90ca6681-e50e-4313-92da-2457084b0843 2018-08-19 10:36:47,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:36:47,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:47,614 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:47 GMT Server: Apache x-openstack-request-id: req-f90f7cb7-be65-44a1-b3d6-df1df6c67855 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:36:47,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:47 GMT Server: Apache x-openstack-request-id: req-3dccd4b8-f0d9-48b4-84a0-77287f7360aa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:36:47,655 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3dccd4b8-f0d9-48b4-84a0-77287f7360aa 2018-08-19 10:36:47,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721378326416s 2018-08-19 10:36:47,656 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3dccd4b8-f0d9-48b4-84a0-77287f7360aa 2018-08-19 10:36:52,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:36:52,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:52,693 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:52 GMT Server: Apache x-openstack-request-id: req-07eda176-bf3b-43fd-8997-1f6aecd55fab Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:36:52,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:52 GMT Server: Apache x-openstack-request-id: req-41f255a1-5851-493f-a02a-8487ef8061e4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:36:52,987 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-41f255a1-5851-493f-a02a-8487ef8061e4 2018-08-19 10:36:52,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.325003147125s 2018-08-19 10:36:52,988 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-41f255a1-5851-493f-a02a-8487ef8061e4 2018-08-19 10:36:57,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:36:57,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:58,022 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:58 GMT Server: Apache x-openstack-request-id: req-4c73f4a9-1274-4c35-ac7f-3d383b79f4b5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:36:58,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:58 GMT Server: Apache x-openstack-request-id: req-0dc609ff-631c-42c2-a841-bbf62b3240fc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:36:58,063 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0dc609ff-631c-42c2-a841-bbf62b3240fc 2018-08-19 10:36:58,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0695478916168s 2018-08-19 10:36:58,064 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0dc609ff-631c-42c2-a841-bbf62b3240fc 2018-08-19 10:36:58,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:36:58,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:36:58,094 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:36:58 GMT Server: Apache x-openstack-request-id: req-de672ae5-cb95-430b-aa9f-f54acf638366 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:36:58,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:36:58 GMT Server: Apache x-openstack-request-id: req-10d2650b-5b11-48e9-b058-539af835a46d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:36:58,137 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-10d2650b-5b11-48e9-b058-539af835a46d 2018-08-19 10:36:58,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.072910785675s 2018-08-19 10:36:58,137 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-10d2650b-5b11-48e9-b058-539af835a46d 2018-08-19 10:37:03,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:37:03,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:03,179 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:03 GMT Server: Apache x-openstack-request-id: req-277c12a8-39a4-4549-af02-22ba65c2a972 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:37:03,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:03 GMT Server: Apache x-openstack-request-id: req-c9e3772f-c781-4288-a46f-49b17fc9440d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:37:03,487 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c9e3772f-c781-4288-a46f-49b17fc9440d 2018-08-19 10:37:03,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.342465162277s 2018-08-19 10:37:03,487 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c9e3772f-c781-4288-a46f-49b17fc9440d 2018-08-19 10:37:08,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:37:08,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:08,524 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:08 GMT Server: Apache x-openstack-request-id: req-f84d0e01-30d4-470c-b689-aa18137664cb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:37:08,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:08 GMT Server: Apache x-openstack-request-id: req-28eebe55-05f9-4d3b-9b5b-ea0106a154ce Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:37:08,566 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-28eebe55-05f9-4d3b-9b5b-ea0106a154ce 2018-08-19 10:37:08,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729088783264s 2018-08-19 10:37:08,567 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-28eebe55-05f9-4d3b-9b5b-ea0106a154ce 2018-08-19 10:37:08,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:37:08,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:08,596 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:08 GMT Server: Apache x-openstack-request-id: req-91e184e4-2e17-402c-b542-c26bc6c1a5d5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:37:08,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:08 GMT Server: Apache x-openstack-request-id: req-2c79c3bd-a9e3-409e-ab7b-0654b806f2f5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:37:08,638 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2c79c3bd-a9e3-409e-ab7b-0654b806f2f5 2018-08-19 10:37:08,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712738037109s 2018-08-19 10:37:08,639 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2c79c3bd-a9e3-409e-ab7b-0654b806f2f5 2018-08-19 10:37:13,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:37:13,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:13,677 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:13 GMT Server: Apache x-openstack-request-id: req-b0ce5e54-1a20-45ea-80b4-7f70a7d482e9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:37:13,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:13 GMT Server: Apache x-openstack-request-id: req-64d35fbd-5c44-4adc-a98e-17af80437391 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:37:13,720 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-64d35fbd-5c44-4adc-a98e-17af80437391 2018-08-19 10:37:13,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074266910553s 2018-08-19 10:37:13,720 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-64d35fbd-5c44-4adc-a98e-17af80437391 2018-08-19 10:37:18,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:37:18,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:19,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:18 GMT Server: Apache x-openstack-request-id: req-c8727e88-5139-4e4c-845f-25ef325eb2f6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:37:19,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:19 GMT Server: Apache x-openstack-request-id: req-46a375be-ea56-4d0d-aeb6-0b410fbfd12f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:37:19,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-46a375be-ea56-4d0d-aeb6-0b410fbfd12f 2018-08-19 10:37:19,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.578158140182s 2018-08-19 10:37:19,304 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-46a375be-ea56-4d0d-aeb6-0b410fbfd12f 2018-08-19 10:37:19,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:37:19,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:19,336 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:19 GMT Server: Apache x-openstack-request-id: req-6f879a2c-ba2c-4727-97ea-0b7a22b4608e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:37:19,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:19 GMT Server: Apache x-openstack-request-id: req-3f09d89e-9c93-4ecd-816d-ecfb2a46c6bb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:37:19,379 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3f09d89e-9c93-4ecd-816d-ecfb2a46c6bb 2018-08-19 10:37:19,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0741250514984s 2018-08-19 10:37:19,380 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3f09d89e-9c93-4ecd-816d-ecfb2a46c6bb 2018-08-19 10:37:24,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:37:24,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:24,416 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:24 GMT Server: Apache x-openstack-request-id: req-86741e59-585c-4592-806b-f94cf5b6a7c4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:37:24,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:24 GMT Server: Apache x-openstack-request-id: req-a024759b-6876-41b1-977d-de4ac462305a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:37:24,460 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a024759b-6876-41b1-977d-de4ac462305a 2018-08-19 10:37:24,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742249488831s 2018-08-19 10:37:24,461 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a024759b-6876-41b1-977d-de4ac462305a 2018-08-19 10:37:29,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:37:29,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:29,749 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:29 GMT Server: Apache x-openstack-request-id: req-be3b4d3d-f8a9-4892-ae2f-cf9f4a141ff3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:37:29,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:29 GMT Server: Apache x-openstack-request-id: req-db7e4e15-a2d2-4ece-b963-3ba5599dc4d7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:37:29,791 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-db7e4e15-a2d2-4ece-b963-3ba5599dc4d7 2018-08-19 10:37:29,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.324078083038s 2018-08-19 10:37:29,791 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-db7e4e15-a2d2-4ece-b963-3ba5599dc4d7 2018-08-19 10:37:29,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:37:29,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:29,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:29 GMT Server: Apache x-openstack-request-id: req-0d15926e-eb20-4006-b456-211df41aa8d3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:37:29,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:29 GMT Server: Apache x-openstack-request-id: req-a5e5cc82-0cea-45bc-91fd-db0cb1d01735 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:37:29,866 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a5e5cc82-0cea-45bc-91fd-db0cb1d01735 2018-08-19 10:37:29,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0746419429779s 2018-08-19 10:37:29,867 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a5e5cc82-0cea-45bc-91fd-db0cb1d01735 2018-08-19 10:37:34,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:37:34,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:34,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:34 GMT Server: Apache x-openstack-request-id: req-f9c8f8f0-06d4-4a47-ab42-8f3b4c153e18 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:37:34,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:34 GMT Server: Apache x-openstack-request-id: req-67e41b8d-afb0-45d1-aa89-80a88bd412bc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:37:34,949 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-67e41b8d-afb0-45d1-aa89-80a88bd412bc 2018-08-19 10:37:34,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747790336609s 2018-08-19 10:37:34,949 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-67e41b8d-afb0-45d1-aa89-80a88bd412bc 2018-08-19 10:37:39,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:37:39,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:39,985 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:39 GMT Server: Apache x-openstack-request-id: req-da35287b-932e-4e62-b326-3cf50fdc66bf Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:37:40,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:39 GMT Server: Apache x-openstack-request-id: req-f2f49d9a-c8b1-4451-b22f-fbf9079b7188 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:37:40,028 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f2f49d9a-c8b1-4451-b22f-fbf9079b7188 2018-08-19 10:37:40,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736401081085s 2018-08-19 10:37:40,029 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f2f49d9a-c8b1-4451-b22f-fbf9079b7188 2018-08-19 10:37:40,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:37:40,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:40,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:40 GMT Server: Apache x-openstack-request-id: req-22564767-d421-4f20-b3ec-89f84c44acd8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:37:40,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:40 GMT Server: Apache x-openstack-request-id: req-54ba023f-04b7-405b-b6ee-96fa243efcd3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:37:40,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-54ba023f-04b7-405b-b6ee-96fa243efcd3 2018-08-19 10:37:40,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.335009098053s 2018-08-19 10:37:40,365 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-54ba023f-04b7-405b-b6ee-96fa243efcd3 2018-08-19 10:37:45,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:37:45,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:45,404 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:45 GMT Server: Apache x-openstack-request-id: req-5fe40186-059e-4606-bd29-f4f93a810e86 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:37:45,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:45 GMT Server: Apache x-openstack-request-id: req-0612e673-bb65-4f12-8266-6b5c9d8236e1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:37:45,447 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0612e673-bb65-4f12-8266-6b5c9d8236e1 2018-08-19 10:37:45,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0762190818787s 2018-08-19 10:37:45,448 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0612e673-bb65-4f12-8266-6b5c9d8236e1 2018-08-19 10:37:50,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:37:50,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:50,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:50 GMT Server: Apache x-openstack-request-id: req-56e423ea-afc5-4c60-8ffe-99588ec3242a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:37:50,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:50 GMT Server: Apache x-openstack-request-id: req-8d1492c8-54fb-4901-9916-7290b781e434 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:37:50,525 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8d1492c8-54fb-4901-9916-7290b781e434 2018-08-19 10:37:50,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709450244904s 2018-08-19 10:37:50,525 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8d1492c8-54fb-4901-9916-7290b781e434 2018-08-19 10:37:50,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:37:50,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:50,555 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:50 GMT Server: Apache x-openstack-request-id: req-bda77032-cb2a-4b05-bd99-b56f6048b55e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:37:50,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:50 GMT Server: Apache x-openstack-request-id: req-d475ddd2-c59d-45e8-a956-bf4ff9199262 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:37:50,597 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d475ddd2-c59d-45e8-a956-bf4ff9199262 2018-08-19 10:37:50,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713000297546s 2018-08-19 10:37:50,597 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d475ddd2-c59d-45e8-a956-bf4ff9199262 2018-08-19 10:37:55,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:37:55,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:37:55,642 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:37:55 GMT Server: Apache x-openstack-request-id: req-62fc17e3-48e3-4651-8d2a-a7bfd28bc5fd Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:37:55,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:37:55 GMT Server: Apache x-openstack-request-id: req-c1f910fa-937c-4ca3-94b4-dc0cc576ffea Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:37:55,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c1f910fa-937c-4ca3-94b4-dc0cc576ffea 2018-08-19 10:37:55,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0821218490601s 2018-08-19 10:37:55,686 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c1f910fa-937c-4ca3-94b4-dc0cc576ffea 2018-08-19 10:38:00,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:38:00,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:00,739 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:00 GMT Server: Apache x-openstack-request-id: req-9e808dbc-d4db-48df-90df-38e2c6f8401f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:38:01,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:00 GMT Server: Apache x-openstack-request-id: req-7d4403b6-a158-4de4-a7da-fb66b284e508 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:38:01,068 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7d4403b6-a158-4de4-a7da-fb66b284e508 2018-08-19 10:38:01,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.375525951385s 2018-08-19 10:38:01,069 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7d4403b6-a158-4de4-a7da-fb66b284e508 2018-08-19 10:38:01,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:38:01,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:01,371 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:01 GMT Server: Apache x-openstack-request-id: req-6622b4ac-e7cc-41fc-baec-f1758a1bed0b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:38:01,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:01 GMT Server: Apache x-openstack-request-id: req-a88bb179-acfa-419e-921d-692af266b037 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:38:01,414 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a88bb179-acfa-419e-921d-692af266b037 2018-08-19 10:38:01,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.344678163528s 2018-08-19 10:38:01,415 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a88bb179-acfa-419e-921d-692af266b037 2018-08-19 10:38:06,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:38:06,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:06,451 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:06 GMT Server: Apache x-openstack-request-id: req-7104034c-8779-467f-a8bb-e22fd7f98820 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:38:06,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:06 GMT Server: Apache x-openstack-request-id: req-dfc2e09b-595d-438c-9c61-27e4e3b13068 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:38:06,494 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dfc2e09b-595d-438c-9c61-27e4e3b13068 2018-08-19 10:38:06,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728490352631s 2018-08-19 10:38:06,495 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dfc2e09b-595d-438c-9c61-27e4e3b13068 2018-08-19 10:38:11,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:38:11,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:11,531 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:11 GMT Server: Apache x-openstack-request-id: req-a5fdbdcb-bed3-4f58-a50b-27d1eee7ac2f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:38:11,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:11 GMT Server: Apache x-openstack-request-id: req-2dcdbf5c-ad9d-4097-971c-85e8770f78b8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:38:11,573 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2dcdbf5c-ad9d-4097-971c-85e8770f78b8 2018-08-19 10:38:11,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726759433746s 2018-08-19 10:38:11,574 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2dcdbf5c-ad9d-4097-971c-85e8770f78b8 2018-08-19 10:38:11,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:38:11,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:11,754 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:11 GMT Server: Apache x-openstack-request-id: req-fdcd169a-dd97-4c51-a09e-3143021f9a88 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:38:11,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:11 GMT Server: Apache x-openstack-request-id: req-e225f037-bfc3-4a0a-a838-94ba36b3dd65 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:38:11,798 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e225f037-bfc3-4a0a-a838-94ba36b3dd65 2018-08-19 10:38:11,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.224192857742s 2018-08-19 10:38:11,799 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e225f037-bfc3-4a0a-a838-94ba36b3dd65 2018-08-19 10:38:16,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:38:16,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:16,838 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:16 GMT Server: Apache x-openstack-request-id: req-35c5e9ec-d206-4bfa-85d0-f18e95bcbaa6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:38:16,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:16 GMT Server: Apache x-openstack-request-id: req-6dcc5e49-d80b-4a0f-b21a-44ead27dacb4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:38:16,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6dcc5e49-d80b-4a0f-b21a-44ead27dacb4 2018-08-19 10:38:16,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732221603394s 2018-08-19 10:38:16,880 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6dcc5e49-d80b-4a0f-b21a-44ead27dacb4 2018-08-19 10:38:21,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:38:21,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:21,915 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:21 GMT Server: Apache x-openstack-request-id: req-9cfec8fc-e654-4967-baaa-05cd60581e77 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:38:21,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:21 GMT Server: Apache x-openstack-request-id: req-242c378c-8c93-4e56-a5a6-8b8f9b690ecc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:38:21,959 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-242c378c-8c93-4e56-a5a6-8b8f9b690ecc 2018-08-19 10:38:21,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729029178619s 2018-08-19 10:38:21,959 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-242c378c-8c93-4e56-a5a6-8b8f9b690ecc 2018-08-19 10:38:21,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:38:21,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:21,989 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:21 GMT Server: Apache x-openstack-request-id: req-5eca36d0-e5c0-4055-9ef1-b5753e8d0570 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:38:22,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:21 GMT Server: Apache x-openstack-request-id: req-49d22170-ffcd-4e5d-8593-71beaa0f46d9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:38:22,031 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-49d22170-ffcd-4e5d-8593-71beaa0f46d9 2018-08-19 10:38:22,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0720820426941s 2018-08-19 10:38:22,032 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-49d22170-ffcd-4e5d-8593-71beaa0f46d9 2018-08-19 10:38:27,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:38:27,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:27,072 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:27 GMT Server: Apache x-openstack-request-id: req-d711cdee-da5d-434d-8e98-b68aa14df866 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:38:27,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:27 GMT Server: Apache x-openstack-request-id: req-928cb061-5488-4b48-a505-b134306792f8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:38:27,369 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-928cb061-5488-4b48-a505-b134306792f8 2018-08-19 10:38:27,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.330611944199s 2018-08-19 10:38:27,370 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-928cb061-5488-4b48-a505-b134306792f8 2018-08-19 10:38:32,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:38:32,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:32,406 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:32 GMT Server: Apache x-openstack-request-id: req-6e766a00-3dcb-4c23-828d-3babfb215288 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:38:32,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:32 GMT Server: Apache x-openstack-request-id: req-7e9811c3-93db-4619-9775-96fc2cff46cf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:38:32,450 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7e9811c3-93db-4619-9775-96fc2cff46cf 2018-08-19 10:38:32,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741460323334s 2018-08-19 10:38:32,450 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7e9811c3-93db-4619-9775-96fc2cff46cf 2018-08-19 10:38:32,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:38:32,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:32,481 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:32 GMT Server: Apache x-openstack-request-id: req-1a5f737b-d427-47f1-9351-e0d53fe1311e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:38:32,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:32 GMT Server: Apache x-openstack-request-id: req-1fa12b2a-7c81-48bb-9e42-61a496654753 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:38:32,525 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1fa12b2a-7c81-48bb-9e42-61a496654753 2018-08-19 10:38:32,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0739059448242s 2018-08-19 10:38:32,525 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1fa12b2a-7c81-48bb-9e42-61a496654753 2018-08-19 10:38:37,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:38:37,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:37,562 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:37 GMT Server: Apache x-openstack-request-id: req-76aac930-00fd-4c8e-a823-4e345ad3a1a5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:38:37,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:37 GMT Server: Apache x-openstack-request-id: req-10934741-9c05-47ce-b22d-b34cd13e8b6d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:38:37,604 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-10934741-9c05-47ce-b22d-b34cd13e8b6d 2018-08-19 10:38:37,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723979473114s 2018-08-19 10:38:37,605 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-10934741-9c05-47ce-b22d-b34cd13e8b6d 2018-08-19 10:38:42,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:38:42,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:42,647 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:42 GMT Server: Apache x-openstack-request-id: req-2f0c0ef0-de71-4ac8-9629-797923c565d7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:38:42,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:42 GMT Server: Apache x-openstack-request-id: req-38f19950-851f-4d89-bc23-e2881994f91f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:38:42,690 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-38f19950-851f-4d89-bc23-e2881994f91f 2018-08-19 10:38:42,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0793080329895s 2018-08-19 10:38:42,690 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-38f19950-851f-4d89-bc23-e2881994f91f 2018-08-19 10:38:42,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:38:42,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:42,720 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:42 GMT Server: Apache x-openstack-request-id: req-70513e70-d45b-4864-8c87-1ecd3c722a07 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:38:42,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:42 GMT Server: Apache x-openstack-request-id: req-6baeb4a3-30fe-4834-87df-0fdf32c23bf0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:38:42,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6baeb4a3-30fe-4834-87df-0fdf32c23bf0 2018-08-19 10:38:42,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0708110332489s 2018-08-19 10:38:42,762 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6baeb4a3-30fe-4834-87df-0fdf32c23bf0 2018-08-19 10:38:47,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:38:47,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:47,800 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:47 GMT Server: Apache x-openstack-request-id: req-19863225-49b3-432c-adcd-ec68fab98b61 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:38:47,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:47 GMT Server: Apache x-openstack-request-id: req-469ef85a-9d35-4e59-b4d9-6a3df7894084 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:38:47,844 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-469ef85a-9d35-4e59-b4d9-6a3df7894084 2018-08-19 10:38:47,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747320652008s 2018-08-19 10:38:47,844 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-469ef85a-9d35-4e59-b4d9-6a3df7894084 2018-08-19 10:38:52,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:38:52,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:53,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:52 GMT Server: Apache x-openstack-request-id: req-dd309f75-ba47-42c8-ac13-1a6146cdae70 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:38:53,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:53 GMT Server: Apache x-openstack-request-id: req-7796a5b5-4d59-4a66-b71b-8a11639fb69e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:38:53,217 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7796a5b5-4d59-4a66-b71b-8a11639fb69e 2018-08-19 10:38:53,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.367542982101s 2018-08-19 10:38:53,218 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7796a5b5-4d59-4a66-b71b-8a11639fb69e 2018-08-19 10:38:53,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:38:53,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:53,484 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:53 GMT Server: Apache x-openstack-request-id: req-044e1096-5bfd-425f-b4d9-2eb31abb685b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:38:53,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:53 GMT Server: Apache x-openstack-request-id: req-21b805ef-09c5-4982-8ae3-2fbc76469d58 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:38:53,526 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-21b805ef-09c5-4982-8ae3-2fbc76469d58 2018-08-19 10:38:53,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.308076858521s 2018-08-19 10:38:53,527 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-21b805ef-09c5-4982-8ae3-2fbc76469d58 2018-08-19 10:38:58,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:38:58,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:38:58,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:38:58 GMT Server: Apache x-openstack-request-id: req-70bf8a89-e3f4-4772-9174-aecfc2ed6d88 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:38:58,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:38:58 GMT Server: Apache x-openstack-request-id: req-dada994b-f160-49ea-887c-ee88f1c93281 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:38:58,880 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dada994b-f160-49ea-887c-ee88f1c93281 2018-08-19 10:38:58,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.345987796783s 2018-08-19 10:38:58,880 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dada994b-f160-49ea-887c-ee88f1c93281 2018-08-19 10:39:03,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:39:03,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:03,936 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:03 GMT Server: Apache x-openstack-request-id: req-4412dcfa-b22d-445b-b882-e165451d4d11 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:39:03,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:03 GMT Server: Apache x-openstack-request-id: req-8d23cb77-ff81-4d36-9683-804f958a0e06 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:39:03,980 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8d23cb77-ff81-4d36-9683-804f958a0e06 2018-08-19 10:39:03,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0938551425934s 2018-08-19 10:39:03,980 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8d23cb77-ff81-4d36-9683-804f958a0e06 2018-08-19 10:39:03,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:39:03,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:04,011 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:03 GMT Server: Apache x-openstack-request-id: req-d732b321-1950-47ca-bc03-9b6d0969dc20 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:39:04,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:04 GMT Server: Apache x-openstack-request-id: req-f67f2216-b24f-47de-9809-0113a7eece2d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:39:04,037 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f67f2216-b24f-47de-9809-0113a7eece2d 2018-08-19 10:39:04,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0559980869293s 2018-08-19 10:39:04,037 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f67f2216-b24f-47de-9809-0113a7eece2d 2018-08-19 10:39:09,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:39:09,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:09,075 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:09 GMT Server: Apache x-openstack-request-id: req-a8720ed9-1bf2-40c2-9261-4bd178c8ae23 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:39:09,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:09 GMT Server: Apache x-openstack-request-id: req-39637184-b122-4547-bcb4-69fa6bf3ec0d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:39:09,119 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-39637184-b122-4547-bcb4-69fa6bf3ec0d 2018-08-19 10:39:09,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0753469467163s 2018-08-19 10:39:09,120 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-39637184-b122-4547-bcb4-69fa6bf3ec0d 2018-08-19 10:39:14,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:39:14,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:14,158 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:14 GMT Server: Apache x-openstack-request-id: req-c51308a3-ed0c-4ac7-b6ca-99210859586e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:39:14,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:14 GMT Server: Apache x-openstack-request-id: req-4908e10b-0443-456b-9e8f-e91caffe0961 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:39:14,200 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4908e10b-0443-456b-9e8f-e91caffe0961 2018-08-19 10:39:14,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743069648743s 2018-08-19 10:39:14,200 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4908e10b-0443-456b-9e8f-e91caffe0961 2018-08-19 10:39:14,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:39:14,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:14,230 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:14 GMT Server: Apache x-openstack-request-id: req-2bac2cd1-9176-4677-ab83-c44e3a6066d6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:39:14,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:14 GMT Server: Apache x-openstack-request-id: req-b8755f9f-3f42-4426-9998-09dcaca63052 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:39:14,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b8755f9f-3f42-4426-9998-09dcaca63052 2018-08-19 10:39:14,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.340901851654s 2018-08-19 10:39:14,542 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b8755f9f-3f42-4426-9998-09dcaca63052 2018-08-19 10:39:19,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:39:19,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:19,578 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:19 GMT Server: Apache x-openstack-request-id: req-77d6d918-9d51-4611-9063-88613bc565e9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:39:19,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:19 GMT Server: Apache x-openstack-request-id: req-b341be9f-23d3-4ae1-92c7-4b45cd1f628c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:39:19,621 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b341be9f-23d3-4ae1-92c7-4b45cd1f628c 2018-08-19 10:39:19,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718410015106s 2018-08-19 10:39:19,621 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b341be9f-23d3-4ae1-92c7-4b45cd1f628c 2018-08-19 10:39:24,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:39:24,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:24,657 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:24 GMT Server: Apache x-openstack-request-id: req-7c9524d0-de77-4aa2-9b01-a60d7e0b4884 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:39:24,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:24 GMT Server: Apache x-openstack-request-id: req-b9d80a6a-c6cb-4399-a7ec-3955b9db28f9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:39:24,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b9d80a6a-c6cb-4399-a7ec-3955b9db28f9 2018-08-19 10:39:24,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.325434207916s 2018-08-19 10:39:24,953 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b9d80a6a-c6cb-4399-a7ec-3955b9db28f9 2018-08-19 10:39:24,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:39:24,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:24,982 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:24 GMT Server: Apache x-openstack-request-id: req-cfabdc86-d2c2-4554-aa2f-ed36707bf482 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:39:25,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:24 GMT Server: Apache x-openstack-request-id: req-5e0c65a8-8886-40b0-8a78-481e8075677d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:39:25,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5e0c65a8-8886-40b0-8a78-481e8075677d 2018-08-19 10:39:25,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.408639907837s 2018-08-19 10:39:25,362 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5e0c65a8-8886-40b0-8a78-481e8075677d 2018-08-19 10:39:30,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:39:30,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:30,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:30 GMT Server: Apache x-openstack-request-id: req-df04b132-1c39-4ef9-8378-37eb1e02d23a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:39:30,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:30 GMT Server: Apache x-openstack-request-id: req-8a65ec58-2a92-4c3c-b923-2527cf94764e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:39:30,712 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8a65ec58-2a92-4c3c-b923-2527cf94764e 2018-08-19 10:39:30,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.34334897995s 2018-08-19 10:39:30,713 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8a65ec58-2a92-4c3c-b923-2527cf94764e 2018-08-19 10:39:35,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:39:35,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:36,002 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:35 GMT Server: Apache x-openstack-request-id: req-55605121-4dec-4792-bd67-c35e81dc5424 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:39:36,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:36 GMT Server: Apache x-openstack-request-id: req-13e730d8-8ced-400e-b101-ad4224c49281 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:39:36,291 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-13e730d8-8ced-400e-b101-ad4224c49281 2018-08-19 10:39:36,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.572288036346s 2018-08-19 10:39:36,291 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-13e730d8-8ced-400e-b101-ad4224c49281 2018-08-19 10:39:36,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:39:36,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:36,321 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:36 GMT Server: Apache x-openstack-request-id: req-fb85fbfe-620a-413e-b3ce-9feeef8a5f46 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:39:36,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:36 GMT Server: Apache x-openstack-request-id: req-8d4451a4-4ef9-40aa-b33d-d315c0224534 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:39:36,364 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8d4451a4-4ef9-40aa-b33d-d315c0224534 2018-08-19 10:39:36,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.072215795517s 2018-08-19 10:39:36,365 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8d4451a4-4ef9-40aa-b33d-d315c0224534 2018-08-19 10:39:41,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:39:41,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:41,403 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:41 GMT Server: Apache x-openstack-request-id: req-23559e8f-5a27-4775-ad16-0fe7e5dcd310 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:39:41,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:41 GMT Server: Apache x-openstack-request-id: req-b0cac26b-6139-4736-9333-5108aab6d1ab Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:39:41,445 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b0cac26b-6139-4736-9333-5108aab6d1ab 2018-08-19 10:39:41,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734808444977s 2018-08-19 10:39:41,445 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b0cac26b-6139-4736-9333-5108aab6d1ab 2018-08-19 10:39:46,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:39:46,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:46,482 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:46 GMT Server: Apache x-openstack-request-id: req-be823513-ef19-41a8-9e58-d849d2b352be Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:39:46,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:46 GMT Server: Apache x-openstack-request-id: req-1271c11b-78f7-4891-ae18-b924f1450397 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:39:46,525 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1271c11b-78f7-4891-ae18-b924f1450397 2018-08-19 10:39:46,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739870071411s 2018-08-19 10:39:46,526 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1271c11b-78f7-4891-ae18-b924f1450397 2018-08-19 10:39:46,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:39:46,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:46,823 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:46 GMT Server: Apache x-openstack-request-id: req-1d28631d-d24e-4b82-824b-7179ddc1f067 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:39:46,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:46 GMT Server: Apache x-openstack-request-id: req-99e6a8d5-36f6-489c-9723-7bcc0214c0e7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:39:46,865 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-99e6a8d5-36f6-489c-9723-7bcc0214c0e7 2018-08-19 10:39:46,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.339206933975s 2018-08-19 10:39:46,866 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-99e6a8d5-36f6-489c-9723-7bcc0214c0e7 2018-08-19 10:39:51,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:39:51,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:52,184 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:51 GMT Server: Apache x-openstack-request-id: req-fcbd215a-5bd6-4fac-b13c-7e447ab5a338 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:39:52,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:52 GMT Server: Apache x-openstack-request-id: req-7a306cef-a658-4dc3-8b01-bb60b11013f5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:39:52,228 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7a306cef-a658-4dc3-8b01-bb60b11013f5 2018-08-19 10:39:52,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.354886054993s 2018-08-19 10:39:52,228 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7a306cef-a658-4dc3-8b01-bb60b11013f5 2018-08-19 10:39:57,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:39:57,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:57,581 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:57 GMT Server: Apache x-openstack-request-id: req-a25fadb1-6a20-4c58-b8b2-85b9f6ab721d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:39:57,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:57 GMT Server: Apache x-openstack-request-id: req-592c63cf-88d7-44b1-af24-20a88b4f64f0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:39:57,623 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-592c63cf-88d7-44b1-af24-20a88b4f64f0 2018-08-19 10:39:57,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.389494895935s 2018-08-19 10:39:57,624 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-592c63cf-88d7-44b1-af24-20a88b4f64f0 2018-08-19 10:39:57,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:39:57,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:39:57,653 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:39:57 GMT Server: Apache x-openstack-request-id: req-aef0e527-7fb7-4ef6-8aa7-a2a91993266e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:39:57,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:39:57 GMT Server: Apache x-openstack-request-id: req-6691a196-dcac-404d-97a6-68f688cd2c30 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:39:57,679 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6691a196-dcac-404d-97a6-68f688cd2c30 2018-08-19 10:39:57,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0546479225159s 2018-08-19 10:39:57,679 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6691a196-dcac-404d-97a6-68f688cd2c30 2018-08-19 10:40:02,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:40:02,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:02,717 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:02 GMT Server: Apache x-openstack-request-id: req-296d8907-cd55-4e1f-b6f9-cfe435a36e0e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:40:03,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:02 GMT Server: Apache x-openstack-request-id: req-9c5cc751-abfc-4327-a7d4-7903c7926388 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:40:03,032 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9c5cc751-abfc-4327-a7d4-7903c7926388 2018-08-19 10:40:03,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.345999956131s 2018-08-19 10:40:03,032 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9c5cc751-abfc-4327-a7d4-7903c7926388 2018-08-19 10:40:08,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:40:08,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:08,069 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:08 GMT Server: Apache x-openstack-request-id: req-ed8c0a1f-9c70-4327-b71a-4a7a4113db45 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:40:08,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:08 GMT Server: Apache x-openstack-request-id: req-c432f06b-f6f4-4d51-8f21-85b5d0f3da98 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:40:08,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c432f06b-f6f4-4d51-8f21-85b5d0f3da98 2018-08-19 10:40:08,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.335463047028s 2018-08-19 10:40:08,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c432f06b-f6f4-4d51-8f21-85b5d0f3da98 2018-08-19 10:40:08,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:40:08,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:08,405 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:08 GMT Server: Apache x-openstack-request-id: req-283b39a1-791c-4cce-a950-9b03a887aba5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:40:08,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:08 GMT Server: Apache x-openstack-request-id: req-4bd30748-b722-4ab5-9373-bfa119e8a1eb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:40:08,759 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4bd30748-b722-4ab5-9373-bfa119e8a1eb 2018-08-19 10:40:08,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.384611129761s 2018-08-19 10:40:08,760 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4bd30748-b722-4ab5-9373-bfa119e8a1eb 2018-08-19 10:40:13,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:40:13,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:13,793 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:13 GMT Server: Apache x-openstack-request-id: req-cbad8de6-0009-441e-940c-afc4a60b739d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:40:13,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:13 GMT Server: Apache x-openstack-request-id: req-6cf6c4b8-a442-4ee9-8fcc-5338147a5897 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:40:13,837 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6cf6c4b8-a442-4ee9-8fcc-5338147a5897 2018-08-19 10:40:13,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749750137329s 2018-08-19 10:40:13,838 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6cf6c4b8-a442-4ee9-8fcc-5338147a5897 2018-08-19 10:40:18,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:40:18,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:18,874 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:18 GMT Server: Apache x-openstack-request-id: req-a1677c49-99db-4509-a6b4-beb3618dccd5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:40:18,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:18 GMT Server: Apache x-openstack-request-id: req-562d3925-2914-4b84-965b-eb56c9510229 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:40:18,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-562d3925-2914-4b84-965b-eb56c9510229 2018-08-19 10:40:18,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749740600586s 2018-08-19 10:40:18,919 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-562d3925-2914-4b84-965b-eb56c9510229 2018-08-19 10:40:18,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:40:18,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:18,950 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:18 GMT Server: Apache x-openstack-request-id: req-b099bece-efdc-42f3-9216-adfe7a1fa6af Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:40:18,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:18 GMT Server: Apache x-openstack-request-id: req-68c894fc-5314-4185-8b0d-78d34aa514cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:40:18,993 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-68c894fc-5314-4185-8b0d-78d34aa514cb 2018-08-19 10:40:18,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0732629299164s 2018-08-19 10:40:18,993 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-68c894fc-5314-4185-8b0d-78d34aa514cb 2018-08-19 10:40:24,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:40:24,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:24,030 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:24 GMT Server: Apache x-openstack-request-id: req-24f427b6-cc84-4b56-afb0-618e2074bd1d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:40:24,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:24 GMT Server: Apache x-openstack-request-id: req-74e36650-0e01-4663-a67e-56bc72efee4b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:40:24,072 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-74e36650-0e01-4663-a67e-56bc72efee4b 2018-08-19 10:40:24,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722789764404s 2018-08-19 10:40:24,073 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-74e36650-0e01-4663-a67e-56bc72efee4b 2018-08-19 10:40:29,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:40:29,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:29,125 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:29 GMT Server: Apache x-openstack-request-id: req-f6299851-7da8-4724-aff6-c26a0b32005f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:40:29,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:29 GMT Server: Apache x-openstack-request-id: req-efebcd32-b2d0-4455-a54f-840d11ba275f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:40:29,168 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-efebcd32-b2d0-4455-a54f-840d11ba275f 2018-08-19 10:40:29,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.089145898819s 2018-08-19 10:40:29,168 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-efebcd32-b2d0-4455-a54f-840d11ba275f 2018-08-19 10:40:29,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:40:29,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:29,201 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:29 GMT Server: Apache x-openstack-request-id: req-99e378d7-d2ba-4f80-a075-b1c4494bdf89 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:40:29,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:29 GMT Server: Apache x-openstack-request-id: req-3d09ff56-84a4-4c1d-8dc0-6ed2eaec39a9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:40:29,547 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3d09ff56-84a4-4c1d-8dc0-6ed2eaec39a9 2018-08-19 10:40:29,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.37898015976s 2018-08-19 10:40:29,548 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3d09ff56-84a4-4c1d-8dc0-6ed2eaec39a9 2018-08-19 10:40:34,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:40:34,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:34,584 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:34 GMT Server: Apache x-openstack-request-id: req-a3ed9beb-073f-44a1-9268-46d607e002d9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:40:34,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:34 GMT Server: Apache x-openstack-request-id: req-a602ffd1-8047-4e6a-8928-b22490b605bc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:40:34,626 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a602ffd1-8047-4e6a-8928-b22490b605bc 2018-08-19 10:40:34,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719559192657s 2018-08-19 10:40:34,627 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a602ffd1-8047-4e6a-8928-b22490b605bc 2018-08-19 10:40:39,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:40:39,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:39,663 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:39 GMT Server: Apache x-openstack-request-id: req-2527b647-62ba-4dea-a792-f3fb9469ab42 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:40:39,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:39 GMT Server: Apache x-openstack-request-id: req-9297469c-4aeb-4c0f-a4aa-d178edea5546 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:40:39,706 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9297469c-4aeb-4c0f-a4aa-d178edea5546 2018-08-19 10:40:39,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729901790619s 2018-08-19 10:40:39,706 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9297469c-4aeb-4c0f-a4aa-d178edea5546 2018-08-19 10:40:39,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:40:39,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:39,736 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:39 GMT Server: Apache x-openstack-request-id: req-884d22c5-c308-4d8b-84d7-b7fe4c199cbb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:40:39,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:39 GMT Server: Apache x-openstack-request-id: req-41dbc448-fa32-4ce9-867a-8f8909c7c21a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:40:39,779 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-41dbc448-fa32-4ce9-867a-8f8909c7c21a 2018-08-19 10:40:39,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721380710602s 2018-08-19 10:40:39,779 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-41dbc448-fa32-4ce9-867a-8f8909c7c21a 2018-08-19 10:40:44,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:40:44,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:44,818 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:44 GMT Server: Apache x-openstack-request-id: req-64b5e6fb-919b-4941-8642-dcf4bdfe5b0d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:40:44,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:44 GMT Server: Apache x-openstack-request-id: req-7d9e4856-4317-4c3f-92a7-09c8e076e37e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:40:44,860 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7d9e4856-4317-4c3f-92a7-09c8e076e37e 2018-08-19 10:40:44,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744330883026s 2018-08-19 10:40:44,861 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7d9e4856-4317-4c3f-92a7-09c8e076e37e 2018-08-19 10:40:49,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:40:49,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:49,896 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:49 GMT Server: Apache x-openstack-request-id: req-f25a49b2-7833-434e-beb9-5bff97d4e39b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:40:50,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:49 GMT Server: Apache x-openstack-request-id: req-921349d7-9ef3-464a-af95-a6f81c8a2230 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:40:50,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-921349d7-9ef3-464a-af95-a6f81c8a2230 2018-08-19 10:40:50,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.341336011887s 2018-08-19 10:40:50,208 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-921349d7-9ef3-464a-af95-a6f81c8a2230 2018-08-19 10:40:50,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:40:50,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:50,501 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:50 GMT Server: Apache x-openstack-request-id: req-c5ce9eac-8a2b-43cd-a357-fe7686f55b85 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:40:50,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:50 GMT Server: Apache x-openstack-request-id: req-0c7f520e-d49f-4d25-9073-f2bf7ee0500b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:40:50,543 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0c7f520e-d49f-4d25-9073-f2bf7ee0500b 2018-08-19 10:40:50,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.334105014801s 2018-08-19 10:40:50,543 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0c7f520e-d49f-4d25-9073-f2bf7ee0500b 2018-08-19 10:40:55,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:40:55,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:40:55,580 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:40:55 GMT Server: Apache x-openstack-request-id: req-3a00a67e-c726-4134-addb-0bb08c7c4a17 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:40:55,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:40:55 GMT Server: Apache x-openstack-request-id: req-543e1dfb-d165-404c-8656-ffde67df7342 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:40:55,622 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-543e1dfb-d165-404c-8656-ffde67df7342 2018-08-19 10:40:55,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723478794098s 2018-08-19 10:40:55,623 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-543e1dfb-d165-404c-8656-ffde67df7342 2018-08-19 10:41:00,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:41:00,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:00,659 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:00 GMT Server: Apache x-openstack-request-id: req-2f056546-554b-4dc4-98f6-9d385568188b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:41:00,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:00 GMT Server: Apache x-openstack-request-id: req-6394a6ca-1b84-4ef4-a041-3792f8a046a6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:41:00,701 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6394a6ca-1b84-4ef4-a041-3792f8a046a6 2018-08-19 10:41:00,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719540119171s 2018-08-19 10:41:00,701 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6394a6ca-1b84-4ef4-a041-3792f8a046a6 2018-08-19 10:41:00,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:41:00,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:00,731 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:00 GMT Server: Apache x-openstack-request-id: req-473e4c5a-5856-49ef-becd-2883c77d8196 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:41:00,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:00 GMT Server: Apache x-openstack-request-id: req-ee9354e3-c810-4d5f-87cc-54d7e9d3a05a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:41:00,774 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ee9354e3-c810-4d5f-87cc-54d7e9d3a05a 2018-08-19 10:41:00,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0725169181824s 2018-08-19 10:41:00,775 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ee9354e3-c810-4d5f-87cc-54d7e9d3a05a 2018-08-19 10:41:05,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:41:05,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:05,829 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:05 GMT Server: Apache x-openstack-request-id: req-5cdc55e3-0ff2-4a91-b2de-2b098fb150d6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:41:05,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:05 GMT Server: Apache x-openstack-request-id: req-0f6041b4-0fa9-49ad-9dec-3f22999f1629 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:41:05,871 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0f6041b4-0fa9-49ad-9dec-3f22999f1629 2018-08-19 10:41:05,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0903069972992s 2018-08-19 10:41:05,872 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0f6041b4-0fa9-49ad-9dec-3f22999f1629 2018-08-19 10:41:10,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:41:10,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:10,907 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:10 GMT Server: Apache x-openstack-request-id: req-735880b3-ebc4-4eb4-a97a-c1f28bd99f90 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:41:10,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:10 GMT Server: Apache x-openstack-request-id: req-1234b839-7459-4be5-a2f7-ba90282d712f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:41:10,950 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1234b839-7459-4be5-a2f7-ba90282d712f 2018-08-19 10:41:10,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723428726196s 2018-08-19 10:41:10,950 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1234b839-7459-4be5-a2f7-ba90282d712f 2018-08-19 10:41:10,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:41:10,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:10,980 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:10 GMT Server: Apache x-openstack-request-id: req-5643c789-7afd-4936-9079-2216a30b0f45 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:41:11,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:10 GMT Server: Apache x-openstack-request-id: req-bc57c7b7-3905-4074-9c21-9bd4e1053175 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:41:11,024 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bc57c7b7-3905-4074-9c21-9bd4e1053175 2018-08-19 10:41:11,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729389190674s 2018-08-19 10:41:11,024 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bc57c7b7-3905-4074-9c21-9bd4e1053175 2018-08-19 10:41:16,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:41:16,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:16,063 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:16 GMT Server: Apache x-openstack-request-id: req-e32deaf9-ad2d-4662-84b2-7deaab36db6a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:41:16,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:16 GMT Server: Apache x-openstack-request-id: req-47044e53-55fb-491f-80a4-2ea9d48b44e0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:41:16,106 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-47044e53-55fb-491f-80a4-2ea9d48b44e0 2018-08-19 10:41:16,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746109485626s 2018-08-19 10:41:16,106 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-47044e53-55fb-491f-80a4-2ea9d48b44e0 2018-08-19 10:41:21,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:41:21,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:21,142 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:21 GMT Server: Apache x-openstack-request-id: req-0bf26e10-9047-4772-bb15-2a8720e2bdab Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:41:21,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:21 GMT Server: Apache x-openstack-request-id: req-0c752fc7-13c8-4764-bb82-df7d45e7db6c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:41:21,444 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0c752fc7-13c8-4764-bb82-df7d45e7db6c 2018-08-19 10:41:21,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.331866025925s 2018-08-19 10:41:21,444 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0c752fc7-13c8-4764-bb82-df7d45e7db6c 2018-08-19 10:41:21,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:41:21,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:21,474 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:21 GMT Server: Apache x-openstack-request-id: req-e36bd593-4e95-437f-933b-5bb53067f09e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:41:21,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:21 GMT Server: Apache x-openstack-request-id: req-ba3090b6-94ed-43c4-8c81-e54dff9f4725 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:41:21,772 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ba3090b6-94ed-43c4-8c81-e54dff9f4725 2018-08-19 10:41:21,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.327451944351s 2018-08-19 10:41:21,773 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ba3090b6-94ed-43c4-8c81-e54dff9f4725 2018-08-19 10:41:26,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:41:26,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:27,066 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:26 GMT Server: Apache x-openstack-request-id: req-67ecee22-bc6f-4832-ba1c-7d5da3d7888c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:41:27,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:27 GMT Server: Apache x-openstack-request-id: req-b41dd442-3701-4df9-91d6-b6eb97d11893 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:41:27,111 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b41dd442-3701-4df9-91d6-b6eb97d11893 2018-08-19 10:41:27,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.331242084503s 2018-08-19 10:41:27,111 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b41dd442-3701-4df9-91d6-b6eb97d11893 2018-08-19 10:41:32,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:41:32,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:32,147 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:32 GMT Server: Apache x-openstack-request-id: req-17bcfd46-b92d-4b92-b18a-a413ee91d7db Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:41:32,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:32 GMT Server: Apache x-openstack-request-id: req-bbe9f11e-54ac-49a0-9e36-8b3d4bb181a1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:41:32,195 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bbe9f11e-54ac-49a0-9e36-8b3d4bb181a1 2018-08-19 10:41:32,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0782029628754s 2018-08-19 10:41:32,196 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bbe9f11e-54ac-49a0-9e36-8b3d4bb181a1 2018-08-19 10:41:32,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:41:32,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:32,478 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:32 GMT Server: Apache x-openstack-request-id: req-e1173f90-20f4-44e4-b431-5f29fab8f2f0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:41:32,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:32 GMT Server: Apache x-openstack-request-id: req-afe24486-d0ea-4313-9885-f1c74eb9d8ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:41:32,520 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-afe24486-d0ea-4313-9885-f1c74eb9d8ce 2018-08-19 10:41:32,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.324100017548s 2018-08-19 10:41:32,521 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-afe24486-d0ea-4313-9885-f1c74eb9d8ce 2018-08-19 10:41:37,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:41:37,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:37,557 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:37 GMT Server: Apache x-openstack-request-id: req-5023b349-6e75-40df-83c6-7a8b823e880d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:41:37,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:37 GMT Server: Apache x-openstack-request-id: req-12de739d-aa24-493b-943f-d9045f73d191 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:41:37,601 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-12de739d-aa24-493b-943f-d9045f73d191 2018-08-19 10:41:37,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737838745117s 2018-08-19 10:41:37,602 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-12de739d-aa24-493b-943f-d9045f73d191 2018-08-19 10:41:42,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:41:42,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:42,638 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:42 GMT Server: Apache x-openstack-request-id: req-e090026d-1f3e-42b8-9927-019da7002070 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:41:42,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:42 GMT Server: Apache x-openstack-request-id: req-bc7ad47d-2d14-407d-9463-f2bc72ff3e85 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:41:42,679 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bc7ad47d-2d14-407d-9463-f2bc72ff3e85 2018-08-19 10:41:42,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716688632965s 2018-08-19 10:41:42,680 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bc7ad47d-2d14-407d-9463-f2bc72ff3e85 2018-08-19 10:41:42,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:41:42,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:42,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:42 GMT Server: Apache x-openstack-request-id: req-3e061bd2-b148-405f-811b-c3f18095a763 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:41:42,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:42 GMT Server: Apache x-openstack-request-id: req-c0cd288d-0e0c-4ce5-b127-6c09edade7e8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:41:42,751 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c0cd288d-0e0c-4ce5-b127-6c09edade7e8 2018-08-19 10:41:42,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709121227264s 2018-08-19 10:41:42,751 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c0cd288d-0e0c-4ce5-b127-6c09edade7e8 2018-08-19 10:41:47,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:41:47,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:47,789 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:47 GMT Server: Apache x-openstack-request-id: req-faf0b8cf-a5ae-444d-8622-0e490768cd1e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:41:48,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:47 GMT Server: Apache x-openstack-request-id: req-e28ce23a-f9cb-4350-8fad-f0bb053278b6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:41:48,112 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e28ce23a-f9cb-4350-8fad-f0bb053278b6 2018-08-19 10:41:48,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.353729963303s 2018-08-19 10:41:48,112 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e28ce23a-f9cb-4350-8fad-f0bb053278b6 2018-08-19 10:41:53,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:41:53,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:53,164 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:53 GMT Server: Apache x-openstack-request-id: req-aab8b5c9-ffb3-430d-b105-0a23f7ab5ecd Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:41:53,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:53 GMT Server: Apache x-openstack-request-id: req-c99b2b11-17f0-4ab3-bf4a-bf6f0d244f40 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:41:53,206 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c99b2b11-17f0-4ab3-bf4a-bf6f0d244f40 2018-08-19 10:41:53,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0875930786133s 2018-08-19 10:41:53,206 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c99b2b11-17f0-4ab3-bf4a-bf6f0d244f40 2018-08-19 10:41:53,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:41:53,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:53,253 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:53 GMT Server: Apache x-openstack-request-id: req-8a1ccd2b-3ff9-466f-95d3-590b0970182c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:41:53,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:53 GMT Server: Apache x-openstack-request-id: req-30486a67-4e45-4058-abf4-62acab750a6e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:41:53,575 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-30486a67-4e45-4058-abf4-62acab750a6e 2018-08-19 10:41:53,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.368176937103s 2018-08-19 10:41:53,575 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-30486a67-4e45-4058-abf4-62acab750a6e 2018-08-19 10:41:58,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:41:58,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:41:58,612 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:41:58 GMT Server: Apache x-openstack-request-id: req-596cf254-e8ef-4951-a360-4a827aaa525b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:41:58,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:41:58 GMT Server: Apache x-openstack-request-id: req-a349740d-1695-4949-916d-aa0c72d53019 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:41:58,654 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a349740d-1695-4949-916d-aa0c72d53019 2018-08-19 10:41:58,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719180107117s 2018-08-19 10:41:58,654 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a349740d-1695-4949-916d-aa0c72d53019 2018-08-19 10:42:03,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:42:03,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:03,690 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:03 GMT Server: Apache x-openstack-request-id: req-9d306b9d-bfb6-418d-8a6c-c27a2e64e3da Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:42:03,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:03 GMT Server: Apache x-openstack-request-id: req-5404c31f-0385-4c1b-a1d1-c040b25fbf0e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:42:03,733 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5404c31f-0385-4c1b-a1d1-c040b25fbf0e 2018-08-19 10:42:03,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726330280304s 2018-08-19 10:42:03,733 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5404c31f-0385-4c1b-a1d1-c040b25fbf0e 2018-08-19 10:42:03,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:42:03,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:03,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:03 GMT Server: Apache x-openstack-request-id: req-111b51ac-9bbe-489c-835d-5041724ca643 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:42:03,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:03 GMT Server: Apache x-openstack-request-id: req-4d14a387-8f49-4b4c-8b68-6402345cd1a4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:42:03,804 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4d14a387-8f49-4b4c-8b68-6402345cd1a4 2018-08-19 10:42:03,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0708549022675s 2018-08-19 10:42:03,805 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4d14a387-8f49-4b4c-8b68-6402345cd1a4 2018-08-19 10:42:08,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:42:08,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:08,866 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:08 GMT Server: Apache x-openstack-request-id: req-a7799e86-add8-4cda-a021-81aec7d995fb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:42:09,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:08 GMT Server: Apache x-openstack-request-id: req-ce471ec6-520c-4ac3-bba8-eb62617428ab Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:42:09,180 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ce471ec6-520c-4ac3-bba8-eb62617428ab 2018-08-19 10:42:09,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.36860704422s 2018-08-19 10:42:09,180 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ce471ec6-520c-4ac3-bba8-eb62617428ab 2018-08-19 10:42:14,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:42:14,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:14,216 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:14 GMT Server: Apache x-openstack-request-id: req-5b1c6b5f-8265-4fbd-8133-be0efe4d8b66 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:42:14,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:14 GMT Server: Apache x-openstack-request-id: req-4879c41f-aacd-4c5c-a8dd-ef7c0ae280fd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:42:14,260 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4879c41f-aacd-4c5c-a8dd-ef7c0ae280fd 2018-08-19 10:42:14,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743651390076s 2018-08-19 10:42:14,261 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4879c41f-aacd-4c5c-a8dd-ef7c0ae280fd 2018-08-19 10:42:14,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:42:14,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:14,560 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:14 GMT Server: Apache x-openstack-request-id: req-8df8c1a3-bfae-48fd-bd76-d13c9c8a6ed1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:42:14,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:14 GMT Server: Apache x-openstack-request-id: req-99001215-37f7-4324-853a-6b1c802d6e13 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:42:14,603 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-99001215-37f7-4324-853a-6b1c802d6e13 2018-08-19 10:42:14,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.341550111771s 2018-08-19 10:42:14,603 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-99001215-37f7-4324-853a-6b1c802d6e13 2018-08-19 10:42:19,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:42:19,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:19,640 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:19 GMT Server: Apache x-openstack-request-id: req-3187f8cb-58b2-43ab-8a25-6a8ee3c05e98 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:42:19,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:19 GMT Server: Apache x-openstack-request-id: req-7b8b7422-0db1-46d5-8b4e-cd0eef5f3f4c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:42:19,682 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7b8b7422-0db1-46d5-8b4e-cd0eef5f3f4c 2018-08-19 10:42:19,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072282075882s 2018-08-19 10:42:19,683 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7b8b7422-0db1-46d5-8b4e-cd0eef5f3f4c 2018-08-19 10:42:24,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:42:24,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:24,719 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:24 GMT Server: Apache x-openstack-request-id: req-b543fa0f-3c43-4b4a-9443-893161f334bc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:42:24,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:24 GMT Server: Apache x-openstack-request-id: req-1bdb245d-152f-4092-aefc-bf4de78143ea Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:42:24,760 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1bdb245d-152f-4092-aefc-bf4de78143ea 2018-08-19 10:42:24,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717279911041s 2018-08-19 10:42:24,761 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1bdb245d-152f-4092-aefc-bf4de78143ea 2018-08-19 10:42:24,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:42:24,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:24,789 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:24 GMT Server: Apache x-openstack-request-id: req-30d0e550-668b-4273-9fa9-a7102672aa55 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:42:24,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:24 GMT Server: Apache x-openstack-request-id: req-c8a24551-66c9-4f48-ba94-44fdb0196280 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:42:24,831 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c8a24551-66c9-4f48-ba94-44fdb0196280 2018-08-19 10:42:24,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0700809955597s 2018-08-19 10:42:24,831 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c8a24551-66c9-4f48-ba94-44fdb0196280 2018-08-19 10:42:29,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:42:29,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:29,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:29 GMT Server: Apache x-openstack-request-id: req-f540692e-75e6-4527-b280-88f858fdd527 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:42:29,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:29 GMT Server: Apache x-openstack-request-id: req-d47697bb-967c-464d-9dc3-96e6734b9c03 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:42:29,938 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d47697bb-967c-464d-9dc3-96e6734b9c03 2018-08-19 10:42:29,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.104907989502s 2018-08-19 10:42:29,938 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d47697bb-967c-464d-9dc3-96e6734b9c03 2018-08-19 10:42:34,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:42:34,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:34,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:34 GMT Server: Apache x-openstack-request-id: req-712a83c9-be44-401e-8e5f-f216d84face2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:42:35,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:34 GMT Server: Apache x-openstack-request-id: req-f5f8775c-3740-44e0-9f84-0cfd168fa3a2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:42:35,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f5f8775c-3740-44e0-9f84-0cfd168fa3a2 2018-08-19 10:42:35,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733530521393s 2018-08-19 10:42:35,017 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f5f8775c-3740-44e0-9f84-0cfd168fa3a2 2018-08-19 10:42:35,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:42:35,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:35,047 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:35 GMT Server: Apache x-openstack-request-id: req-037186f1-c443-4a8f-9cee-e6502a9eb276 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:42:35,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:35 GMT Server: Apache x-openstack-request-id: req-f3882fa4-ea04-48da-afe9-1e06e653a875 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:42:35,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f3882fa4-ea04-48da-afe9-1e06e653a875 2018-08-19 10:42:35,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0557579994202s 2018-08-19 10:42:35,074 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f3882fa4-ea04-48da-afe9-1e06e653a875 2018-08-19 10:42:40,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:42:40,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:40,112 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:40 GMT Server: Apache x-openstack-request-id: req-6f9b7049-c517-4261-8c9f-2f7f387cb87c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:42:40,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:40 GMT Server: Apache x-openstack-request-id: req-76889170-d492-49c0-b51a-93892c477db2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:42:40,155 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-76889170-d492-49c0-b51a-93892c477db2 2018-08-19 10:42:40,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745439529419s 2018-08-19 10:42:40,156 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-76889170-d492-49c0-b51a-93892c477db2 2018-08-19 10:42:45,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:42:45,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:45,471 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:45 GMT Server: Apache x-openstack-request-id: req-304c0de4-3a14-4914-8a89-05c3ea01ffa4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:42:45,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:45 GMT Server: Apache x-openstack-request-id: req-970a5762-eed3-49e2-af5e-d57159170c33 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:42:45,513 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-970a5762-eed3-49e2-af5e-d57159170c33 2018-08-19 10:42:45,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.350775957108s 2018-08-19 10:42:45,513 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-970a5762-eed3-49e2-af5e-d57159170c33 2018-08-19 10:42:45,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:42:45,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:45,562 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:45 GMT Server: Apache x-openstack-request-id: req-84d27abc-c903-4b03-84ec-5db63fc471fa Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:42:45,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:45 GMT Server: Apache x-openstack-request-id: req-89644070-edec-4f09-9760-9fda1248ace6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:42:45,605 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-89644070-edec-4f09-9760-9fda1248ace6 2018-08-19 10:42:45,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0909481048584s 2018-08-19 10:42:45,605 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-89644070-edec-4f09-9760-9fda1248ace6 2018-08-19 10:42:50,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:42:50,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:50,643 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:50 GMT Server: Apache x-openstack-request-id: req-95fdf351-a102-4d95-b316-599166c34416 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:42:50,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:50 GMT Server: Apache x-openstack-request-id: req-faf77d79-7a94-4753-bdba-8f2482b11178 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:42:50,686 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-faf77d79-7a94-4753-bdba-8f2482b11178 2018-08-19 10:42:50,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742638111115s 2018-08-19 10:42:50,687 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-faf77d79-7a94-4753-bdba-8f2482b11178 2018-08-19 10:42:55,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:42:55,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:55,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:55 GMT Server: Apache x-openstack-request-id: req-4d483fcc-b5fb-40b0-8abe-4a996c441c33 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:42:55,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:55 GMT Server: Apache x-openstack-request-id: req-b5db6cca-20e7-408a-b3c9-bbeb112759a1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:42:55,769 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b5db6cca-20e7-408a-b3c9-bbeb112759a1 2018-08-19 10:42:55,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0762748718262s 2018-08-19 10:42:55,769 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b5db6cca-20e7-408a-b3c9-bbeb112759a1 2018-08-19 10:42:55,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:42:55,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:42:55,800 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:42:55 GMT Server: Apache x-openstack-request-id: req-f8c7b15b-5684-4f37-9172-35dcfbbe78e1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:42:55,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:42:55 GMT Server: Apache x-openstack-request-id: req-bf170844-4238-4b5c-bf9a-3cc358c32248 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:42:55,842 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bf170844-4238-4b5c-bf9a-3cc358c32248 2018-08-19 10:42:55,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0723989009857s 2018-08-19 10:42:55,843 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bf170844-4238-4b5c-bf9a-3cc358c32248 2018-08-19 10:43:00,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:43:00,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:00,881 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:00 GMT Server: Apache x-openstack-request-id: req-07aa3607-d484-442a-b319-8978eafb6adf Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:43:00,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:00 GMT Server: Apache x-openstack-request-id: req-88604735-94fc-4d94-9c84-e76aff4fda6b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:43:00,924 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-88604735-94fc-4d94-9c84-e76aff4fda6b 2018-08-19 10:43:00,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746669769287s 2018-08-19 10:43:00,925 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-88604735-94fc-4d94-9c84-e76aff4fda6b 2018-08-19 10:43:05,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:43:05,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:05,962 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:05 GMT Server: Apache x-openstack-request-id: req-39b19b77-74b8-48f6-ac2a-bd14ffaf9c9f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:43:06,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:05 GMT Server: Apache x-openstack-request-id: req-4a5083ed-cb69-4a15-9dae-3be41870bbaf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:43:06,295 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4a5083ed-cb69-4a15-9dae-3be41870bbaf 2018-08-19 10:43:06,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.364099025726s 2018-08-19 10:43:06,295 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4a5083ed-cb69-4a15-9dae-3be41870bbaf 2018-08-19 10:43:06,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:43:06,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:06,343 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:06 GMT Server: Apache x-openstack-request-id: req-34210e83-fbae-4894-9c03-ffcaf0f38f61 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:43:06,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:06 GMT Server: Apache x-openstack-request-id: req-9e0b6518-3cc8-4417-8b30-ed9be9958a36 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:43:06,385 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9e0b6518-3cc8-4417-8b30-ed9be9958a36 2018-08-19 10:43:06,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0895040035248s 2018-08-19 10:43:06,386 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9e0b6518-3cc8-4417-8b30-ed9be9958a36 2018-08-19 10:43:11,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:43:11,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:11,419 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:11 GMT Server: Apache x-openstack-request-id: req-0fe123e0-d01c-4c48-92ad-ea71d5ef95f4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:43:11,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:11 GMT Server: Apache x-openstack-request-id: req-73981f1d-28b9-45f0-a6bc-44d5fac55b37 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:43:11,462 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-73981f1d-28b9-45f0-a6bc-44d5fac55b37 2018-08-19 10:43:11,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739359855652s 2018-08-19 10:43:11,463 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-73981f1d-28b9-45f0-a6bc-44d5fac55b37 2018-08-19 10:43:16,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:43:16,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:16,499 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:16 GMT Server: Apache x-openstack-request-id: req-d57b692b-9043-42f2-b860-eb7d73855449 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:43:16,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:16 GMT Server: Apache x-openstack-request-id: req-795f97b6-a2cd-4b8a-82c9-a3c7b77db112 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:43:16,812 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-795f97b6-a2cd-4b8a-82c9-a3c7b77db112 2018-08-19 10:43:16,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.343731880188s 2018-08-19 10:43:16,813 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-795f97b6-a2cd-4b8a-82c9-a3c7b77db112 2018-08-19 10:43:16,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:43:16,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:16,842 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:16 GMT Server: Apache x-openstack-request-id: req-779c6174-9a18-4224-9112-cae9dafc46c1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:43:17,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:16 GMT Server: Apache x-openstack-request-id: req-fd69b128-8af9-4860-b725-af295f002841 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:43:17,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-fd69b128-8af9-4860-b725-af295f002841 2018-08-19 10:43:17,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.327383995056s 2018-08-19 10:43:17,141 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-fd69b128-8af9-4860-b725-af295f002841 2018-08-19 10:43:22,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:43:22,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:22,178 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:22 GMT Server: Apache x-openstack-request-id: req-2985d110-0d5f-4ed1-b8ad-77202e1203db Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:43:22,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:22 GMT Server: Apache x-openstack-request-id: req-55c46b80-3169-4b8e-b57c-1fa6334b3690 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:43:22,222 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-55c46b80-3169-4b8e-b57c-1fa6334b3690 2018-08-19 10:43:22,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743589401245s 2018-08-19 10:43:22,223 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-55c46b80-3169-4b8e-b57c-1fa6334b3690 2018-08-19 10:43:27,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:43:27,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:27,258 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:27 GMT Server: Apache x-openstack-request-id: req-9b5a931c-4d2a-454a-b2be-604927be397d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:43:27,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:27 GMT Server: Apache x-openstack-request-id: req-a4ffb35d-457e-4f44-941b-ac2d60aa1453 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:43:27,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a4ffb35d-457e-4f44-941b-ac2d60aa1453 2018-08-19 10:43:27,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.350922107697s 2018-08-19 10:43:27,580 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a4ffb35d-457e-4f44-941b-ac2d60aa1453 2018-08-19 10:43:27,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:43:27,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:27,874 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:27 GMT Server: Apache x-openstack-request-id: req-42560903-71ce-40f6-92c3-d14b8d4908af Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:43:27,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:27 GMT Server: Apache x-openstack-request-id: req-a2455213-c87b-4cc8-b2b0-deb3e4dc3f89 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:43:27,900 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a2455213-c87b-4cc8-b2b0-deb3e4dc3f89 2018-08-19 10:43:27,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.31970500946s 2018-08-19 10:43:27,901 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a2455213-c87b-4cc8-b2b0-deb3e4dc3f89 2018-08-19 10:43:32,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:43:32,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:33,134 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:32 GMT Server: Apache x-openstack-request-id: req-f3d7a613-4f04-4a85-8092-5cc7eaf425e5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:43:33,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:33 GMT Server: Apache x-openstack-request-id: req-20cd2be4-1543-489c-978a-cb107b1609aa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:43:33,178 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-20cd2be4-1543-489c-978a-cb107b1609aa 2018-08-19 10:43:33,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.270945072174s 2018-08-19 10:43:33,179 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-20cd2be4-1543-489c-978a-cb107b1609aa 2018-08-19 10:43:38,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:43:38,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:38,528 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:38 GMT Server: Apache x-openstack-request-id: req-5700c8fa-4778-4f81-be10-b3813a119c2b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:43:38,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:38 GMT Server: Apache x-openstack-request-id: req-d176ef3f-59de-4a25-9025-68e8980a396c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:43:38,570 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d176ef3f-59de-4a25-9025-68e8980a396c 2018-08-19 10:43:38,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.385407924652s 2018-08-19 10:43:38,571 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d176ef3f-59de-4a25-9025-68e8980a396c 2018-08-19 10:43:38,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:43:38,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:38,601 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:38 GMT Server: Apache x-openstack-request-id: req-fcce1a07-272f-48d2-89bf-caec87511403 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:43:38,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:38 GMT Server: Apache x-openstack-request-id: req-177a1a6a-7237-4541-8c11-46e30d5f943d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:43:38,643 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-177a1a6a-7237-4541-8c11-46e30d5f943d 2018-08-19 10:43:38,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719230175018s 2018-08-19 10:43:38,643 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-177a1a6a-7237-4541-8c11-46e30d5f943d 2018-08-19 10:43:43,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:43:43,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:43,680 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:43 GMT Server: Apache x-openstack-request-id: req-5dc4f545-1786-4951-8ce2-196be5b2c5b5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:43:43,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:43 GMT Server: Apache x-openstack-request-id: req-221c213c-f83a-450f-bffe-8c62c8d4d682 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:43:43,725 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-221c213c-f83a-450f-bffe-8c62c8d4d682 2018-08-19 10:43:43,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074520111084s 2018-08-19 10:43:43,725 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-221c213c-f83a-450f-bffe-8c62c8d4d682 2018-08-19 10:43:48,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:43:48,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:48,761 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:48 GMT Server: Apache x-openstack-request-id: req-ee26fa50-3c07-4740-a304-dc157e92a41f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:43:48,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:48 GMT Server: Apache x-openstack-request-id: req-7cbfff50-8077-48f5-bcb5-449a7a726af1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:43:48,803 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7cbfff50-8077-48f5-bcb5-449a7a726af1 2018-08-19 10:43:48,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724561214447s 2018-08-19 10:43:48,804 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7cbfff50-8077-48f5-bcb5-449a7a726af1 2018-08-19 10:43:48,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:43:48,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:48,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:48 GMT Server: Apache x-openstack-request-id: req-8c69d186-fddc-44c2-bfad-9748b34c88d4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:43:48,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:48 GMT Server: Apache x-openstack-request-id: req-676174be-be7e-470b-968a-d1955894f6cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:43:48,877 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-676174be-be7e-470b-968a-d1955894f6cb 2018-08-19 10:43:48,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0728068351746s 2018-08-19 10:43:48,877 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-676174be-be7e-470b-968a-d1955894f6cb 2018-08-19 10:43:53,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:43:53,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:53,916 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:53 GMT Server: Apache x-openstack-request-id: req-ce34bdaa-5ab2-42dc-85f7-d8fa7136d303 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:43:54,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:53 GMT Server: Apache x-openstack-request-id: req-e1155696-ee3d-46b7-8ce0-95c0f213bdc4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:43:54,230 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e1155696-ee3d-46b7-8ce0-95c0f213bdc4 2018-08-19 10:43:54,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.345710992813s 2018-08-19 10:43:54,230 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e1155696-ee3d-46b7-8ce0-95c0f213bdc4 2018-08-19 10:43:59,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:43:59,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:59,267 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:59 GMT Server: Apache x-openstack-request-id: req-4e535bc2-c8d6-4037-b8b0-211a3be53041 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:43:59,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:59 GMT Server: Apache x-openstack-request-id: req-a32b6582-4e8b-439f-ae8f-0d949ca0810f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:43:59,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a32b6582-4e8b-439f-ae8f-0d949ca0810f 2018-08-19 10:43:59,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722379684448s 2018-08-19 10:43:59,309 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a32b6582-4e8b-439f-ae8f-0d949ca0810f 2018-08-19 10:43:59,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:43:59,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:43:59,338 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:43:59 GMT Server: Apache x-openstack-request-id: req-5d745ca0-5b73-495e-b677-b0d5fb4d418a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:43:59,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:43:59 GMT Server: Apache x-openstack-request-id: req-9e17048e-369f-4822-8f35-07f7be95e6ba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:43:59,649 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9e17048e-369f-4822-8f35-07f7be95e6ba 2018-08-19 10:43:59,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.339824914932s 2018-08-19 10:43:59,650 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9e17048e-369f-4822-8f35-07f7be95e6ba 2018-08-19 10:44:04,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:44:04,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:04,688 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:04 GMT Server: Apache x-openstack-request-id: req-04f34375-ed30-4160-a6d6-2e077113aea2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:44:04,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:04 GMT Server: Apache x-openstack-request-id: req-903b4c54-babb-4aeb-9004-95d661d59d97 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:44:04,729 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-903b4c54-babb-4aeb-9004-95d661d59d97 2018-08-19 10:44:04,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722951889038s 2018-08-19 10:44:04,730 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-903b4c54-babb-4aeb-9004-95d661d59d97 2018-08-19 10:44:09,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:44:09,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:09,765 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:09 GMT Server: Apache x-openstack-request-id: req-3cad6320-7b36-497f-a819-38dd2648389b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:44:09,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:09 GMT Server: Apache x-openstack-request-id: req-72b06c8e-8a82-48ad-bd90-1c0530a8ff63 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:44:09,807 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-72b06c8e-8a82-48ad-bd90-1c0530a8ff63 2018-08-19 10:44:09,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717000961304s 2018-08-19 10:44:09,808 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-72b06c8e-8a82-48ad-bd90-1c0530a8ff63 2018-08-19 10:44:09,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:44:09,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:09,840 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:09 GMT Server: Apache x-openstack-request-id: req-7f84df74-3062-4354-b549-db92442430d7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:44:09,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:09 GMT Server: Apache x-openstack-request-id: req-f68dae0c-86ba-4d1d-9d7c-d4a2238842c7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:44:09,883 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f68dae0c-86ba-4d1d-9d7c-d4a2238842c7 2018-08-19 10:44:09,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0753488540649s 2018-08-19 10:44:09,884 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f68dae0c-86ba-4d1d-9d7c-d4a2238842c7 2018-08-19 10:44:14,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:44:14,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:14,920 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:14 GMT Server: Apache x-openstack-request-id: req-9f28361e-ee44-4242-8d91-4f0ee9f5abc9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:44:15,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:14 GMT Server: Apache x-openstack-request-id: req-7d09c839-773f-4a7e-9563-10af00001ab6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:44:15,240 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7d09c839-773f-4a7e-9563-10af00001ab6 2018-08-19 10:44:15,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.349400997162s 2018-08-19 10:44:15,240 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7d09c839-773f-4a7e-9563-10af00001ab6 2018-08-19 10:44:20,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:44:20,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:20,276 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:20 GMT Server: Apache x-openstack-request-id: req-413f234f-54bf-497d-a170-3782f090bbe9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:44:20,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:20 GMT Server: Apache x-openstack-request-id: req-5cd5afd7-6a2e-481d-b399-6ae9bcdfff4f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:44:20,318 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5cd5afd7-6a2e-481d-b399-6ae9bcdfff4f 2018-08-19 10:44:20,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717451572418s 2018-08-19 10:44:20,318 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5cd5afd7-6a2e-481d-b399-6ae9bcdfff4f 2018-08-19 10:44:20,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:44:20,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:20,349 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:20 GMT Server: Apache x-openstack-request-id: req-a711876d-9699-4e10-bb85-6a62f340dbbb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:44:20,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:20 GMT Server: Apache x-openstack-request-id: req-ed9ef202-cdd3-4282-86c6-307f955a1c15 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:44:20,390 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ed9ef202-cdd3-4282-86c6-307f955a1c15 2018-08-19 10:44:20,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713729858398s 2018-08-19 10:44:20,391 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ed9ef202-cdd3-4282-86c6-307f955a1c15 2018-08-19 10:44:25,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:44:25,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:25,431 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:25 GMT Server: Apache x-openstack-request-id: req-8137ce0f-973c-4cb0-a9c0-6a41e9d76358 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:44:25,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:25 GMT Server: Apache x-openstack-request-id: req-7bdc738a-65bd-418e-87b6-de7341a0deaa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:44:25,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7bdc738a-65bd-418e-87b6-de7341a0deaa 2018-08-19 10:44:25,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0770738124847s 2018-08-19 10:44:25,475 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7bdc738a-65bd-418e-87b6-de7341a0deaa 2018-08-19 10:44:30,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:44:30,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:30,511 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:30 GMT Server: Apache x-openstack-request-id: req-8ed14a1d-eb0f-4282-b98b-04211c3c9601 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:44:30,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:30 GMT Server: Apache x-openstack-request-id: req-20e519e9-19d9-44d7-912d-dc424c151cd1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:44:30,553 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-20e519e9-19d9-44d7-912d-dc424c151cd1 2018-08-19 10:44:30,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071692943573s 2018-08-19 10:44:30,553 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-20e519e9-19d9-44d7-912d-dc424c151cd1 2018-08-19 10:44:30,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:44:30,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:30,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:30 GMT Server: Apache x-openstack-request-id: req-7db70f23-3468-42be-b559-ed290fb9f6f5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:44:30,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:30 GMT Server: Apache x-openstack-request-id: req-be5f4d10-98d1-4741-bd5c-3e120c71ee7d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:44:30,862 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-be5f4d10-98d1-4741-bd5c-3e120c71ee7d 2018-08-19 10:44:30,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.308572053909s 2018-08-19 10:44:30,863 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-be5f4d10-98d1-4741-bd5c-3e120c71ee7d 2018-08-19 10:44:35,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:44:35,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:36,153 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:35 GMT Server: Apache x-openstack-request-id: req-e7429219-b746-4c09-b4fa-0f16a8d05a3f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:44:36,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:36 GMT Server: Apache x-openstack-request-id: req-4c59ff4b-6d9c-4635-be57-ba03adda246f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:44:36,481 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4c59ff4b-6d9c-4635-be57-ba03adda246f 2018-08-19 10:44:36,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.611694097519s 2018-08-19 10:44:36,481 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4c59ff4b-6d9c-4635-be57-ba03adda246f 2018-08-19 10:44:41,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:44:41,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:41,518 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:41 GMT Server: Apache x-openstack-request-id: req-575733f5-1db6-4524-9d5a-c4852e61aa33 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:44:41,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:41 GMT Server: Apache x-openstack-request-id: req-a47c0046-2b2e-400e-84f9-455c653caf28 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:44:41,560 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a47c0046-2b2e-400e-84f9-455c653caf28 2018-08-19 10:44:41,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722341537476s 2018-08-19 10:44:41,560 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a47c0046-2b2e-400e-84f9-455c653caf28 2018-08-19 10:44:41,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:44:41,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:41,589 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:41 GMT Server: Apache x-openstack-request-id: req-3237fea1-3183-4f95-9883-49d9afc5b74d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:44:41,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:41 GMT Server: Apache x-openstack-request-id: req-f0500560-7133-429a-bfd7-ae61207fa105 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:44:41,631 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f0500560-7133-429a-bfd7-ae61207fa105 2018-08-19 10:44:41,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709059238434s 2018-08-19 10:44:41,632 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f0500560-7133-429a-bfd7-ae61207fa105 2018-08-19 10:44:46,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:44:46,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:46,667 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:46 GMT Server: Apache x-openstack-request-id: req-73ec40c2-e799-43ae-804e-33a7402d5a85 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:44:46,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:46 GMT Server: Apache x-openstack-request-id: req-62317fcf-d953-4e51-9af0-a3528fd69b9f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:44:46,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-62317fcf-d953-4e51-9af0-a3528fd69b9f 2018-08-19 10:44:46,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721061229706s 2018-08-19 10:44:46,710 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-62317fcf-d953-4e51-9af0-a3528fd69b9f 2018-08-19 10:44:51,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:44:51,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:51,746 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:51 GMT Server: Apache x-openstack-request-id: req-6cc7ee54-0c68-405f-a0ae-bbd7ae82b2cb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:44:51,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:51 GMT Server: Apache x-openstack-request-id: req-784caada-8658-407e-a21f-e8eacbc608e4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:44:51,787 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-784caada-8658-407e-a21f-e8eacbc608e4 2018-08-19 10:44:51,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071398973465s 2018-08-19 10:44:51,788 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-784caada-8658-407e-a21f-e8eacbc608e4 2018-08-19 10:44:51,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:44:51,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:51,819 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:51 GMT Server: Apache x-openstack-request-id: req-bfc424b8-91e8-4031-a007-8a89f330a485 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:44:51,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:51 GMT Server: Apache x-openstack-request-id: req-df5f8e5d-29ac-4aae-abb1-d061543f3535 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:44:51,861 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-df5f8e5d-29ac-4aae-abb1-d061543f3535 2018-08-19 10:44:51,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730941295624s 2018-08-19 10:44:51,862 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-df5f8e5d-29ac-4aae-abb1-d061543f3535 2018-08-19 10:44:56,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:44:56,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:44:56,911 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:44:56 GMT Server: Apache x-openstack-request-id: req-24e5dc64-6ef4-4b0e-9ae7-58472baf41e8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:44:56,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:44:56 GMT Server: Apache x-openstack-request-id: req-f9863afb-74d7-499c-896a-453ea4a0bc7b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:44:56,955 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f9863afb-74d7-499c-896a-453ea4a0bc7b 2018-08-19 10:44:56,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0902497768402s 2018-08-19 10:44:56,956 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f9863afb-74d7-499c-896a-453ea4a0bc7b 2018-08-19 10:45:01,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:45:01,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:02,008 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:01 GMT Server: Apache x-openstack-request-id: req-82f3035b-d8d9-4a24-93a9-149b39d33337 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:45:02,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:02 GMT Server: Apache x-openstack-request-id: req-a4c4a4db-2d12-41e9-9efb-f06995a1b19c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:45:02,052 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a4c4a4db-2d12-41e9-9efb-f06995a1b19c 2018-08-19 10:45:02,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0902578830719s 2018-08-19 10:45:02,052 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a4c4a4db-2d12-41e9-9efb-f06995a1b19c 2018-08-19 10:45:02,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:45:02,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:02,084 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:02 GMT Server: Apache x-openstack-request-id: req-dcd89dbf-28cc-487c-8e0c-afe199e5a703 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:45:02,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:02 GMT Server: Apache x-openstack-request-id: req-e8150c11-e148-4031-81bd-4c9cc69b89be Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:45:02,127 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e8150c11-e148-4031-81bd-4c9cc69b89be 2018-08-19 10:45:02,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0739939212799s 2018-08-19 10:45:02,127 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e8150c11-e148-4031-81bd-4c9cc69b89be 2018-08-19 10:45:07,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:45:07,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:07,165 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:07 GMT Server: Apache x-openstack-request-id: req-6e277945-d25e-43d1-a8a7-dca297e686a7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:45:07,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:07 GMT Server: Apache x-openstack-request-id: req-96d25ff8-958e-410a-b78f-42abab4da25b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:45:07,207 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-96d25ff8-958e-410a-b78f-42abab4da25b 2018-08-19 10:45:07,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728521347046s 2018-08-19 10:45:07,207 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-96d25ff8-958e-410a-b78f-42abab4da25b 2018-08-19 10:45:12,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:45:12,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:12,506 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:12 GMT Server: Apache x-openstack-request-id: req-8df22447-8fbe-4b30-9e85-3d2a78d22d0c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:45:12,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:12 GMT Server: Apache x-openstack-request-id: req-f34faee1-d877-4ba5-aeee-215da5ae9889 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:45:12,549 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f34faee1-d877-4ba5-aeee-215da5ae9889 2018-08-19 10:45:12,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.335880041122s 2018-08-19 10:45:12,550 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f34faee1-d877-4ba5-aeee-215da5ae9889 2018-08-19 10:45:12,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:45:12,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:12,870 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:12 GMT Server: Apache x-openstack-request-id: req-8cb557a0-d031-4fff-8c60-916f641db3a0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:45:12,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:12 GMT Server: Apache x-openstack-request-id: req-a4bad2e2-6b01-45ba-87c1-2584fb30cf26 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:45:12,912 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a4bad2e2-6b01-45ba-87c1-2584fb30cf26 2018-08-19 10:45:12,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.362043857574s 2018-08-19 10:45:12,913 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a4bad2e2-6b01-45ba-87c1-2584fb30cf26 2018-08-19 10:45:17,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:45:17,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:17,953 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:17 GMT Server: Apache x-openstack-request-id: req-9cfed134-aa61-41a2-90f9-79869b887b63 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:45:17,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:17 GMT Server: Apache x-openstack-request-id: req-d38941ad-29df-473d-99db-a92b4c7aefe2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:45:17,996 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d38941ad-29df-473d-99db-a92b4c7aefe2 2018-08-19 10:45:17,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0766689777374s 2018-08-19 10:45:17,997 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d38941ad-29df-473d-99db-a92b4c7aefe2 2018-08-19 10:45:22,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:45:23,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:23,029 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:23 GMT Server: Apache x-openstack-request-id: req-2c053879-23cd-4d1e-b7dd-7da75af2910a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:45:23,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:23 GMT Server: Apache x-openstack-request-id: req-1dcd0fff-b180-449b-915f-fb5cccce80a0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:45:23,070 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1dcd0fff-b180-449b-915f-fb5cccce80a0 2018-08-19 10:45:23,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071240901947s 2018-08-19 10:45:23,071 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1dcd0fff-b180-449b-915f-fb5cccce80a0 2018-08-19 10:45:23,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:45:23,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:23,105 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:23 GMT Server: Apache x-openstack-request-id: req-de90eb19-ed38-4f57-8631-e7687aa59334 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:45:23,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:23 GMT Server: Apache x-openstack-request-id: req-7b49f40a-5085-4637-80a1-d28ac6a2f934 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:45:23,444 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7b49f40a-5085-4637-80a1-d28ac6a2f934 2018-08-19 10:45:23,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.373046159744s 2018-08-19 10:45:23,445 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7b49f40a-5085-4637-80a1-d28ac6a2f934 2018-08-19 10:45:28,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:45:28,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:28,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:28 GMT Server: Apache x-openstack-request-id: req-12c1c276-47a6-4142-973b-04cdc01a4f7b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:45:28,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:28 GMT Server: Apache x-openstack-request-id: req-b68e8df5-d093-4cfe-9c3a-f397bac6b69a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:45:28,527 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b68e8df5-d093-4cfe-9c3a-f397bac6b69a 2018-08-19 10:45:28,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0757460594177s 2018-08-19 10:45:28,528 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b68e8df5-d093-4cfe-9c3a-f397bac6b69a 2018-08-19 10:45:33,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:45:33,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:33,565 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:33 GMT Server: Apache x-openstack-request-id: req-88809a90-fe0c-46e6-a9f2-c6c8852cef78 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:45:33,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:33 GMT Server: Apache x-openstack-request-id: req-efab23d0-139a-4b9f-b10d-e5e3035817bc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:45:33,606 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-efab23d0-139a-4b9f-b10d-e5e3035817bc 2018-08-19 10:45:33,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727739334106s 2018-08-19 10:45:33,607 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-efab23d0-139a-4b9f-b10d-e5e3035817bc 2018-08-19 10:45:33,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:45:33,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:33,636 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:33 GMT Server: Apache x-openstack-request-id: req-3b23f1a8-8c10-4e65-8e90-3842747af161 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:45:33,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:33 GMT Server: Apache x-openstack-request-id: req-0db3dfa2-bb9e-4558-8178-376bb1f869bc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:45:33,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0db3dfa2-bb9e-4558-8178-376bb1f869bc 2018-08-19 10:45:33,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.340099096298s 2018-08-19 10:45:33,948 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0db3dfa2-bb9e-4558-8178-376bb1f869bc 2018-08-19 10:45:38,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:45:38,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:38,986 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:38 GMT Server: Apache x-openstack-request-id: req-22464aa2-c1a8-445f-9f18-2f90049bdead Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:45:39,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:38 GMT Server: Apache x-openstack-request-id: req-e9b823e4-c22e-4440-a72e-8eda3aca0fd4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:45:39,028 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e9b823e4-c22e-4440-a72e-8eda3aca0fd4 2018-08-19 10:45:39,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730140209198s 2018-08-19 10:45:39,028 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e9b823e4-c22e-4440-a72e-8eda3aca0fd4 2018-08-19 10:45:44,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:45:44,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:44,065 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:44 GMT Server: Apache x-openstack-request-id: req-7d0a2256-3852-40ee-9255-33663fed5456 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:45:44,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:44 GMT Server: Apache x-openstack-request-id: req-f95551a5-d9c4-4d59-981f-3aa96f573482 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:45:44,382 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f95551a5-d9c4-4d59-981f-3aa96f573482 2018-08-19 10:45:44,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348106145859s 2018-08-19 10:45:44,383 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f95551a5-d9c4-4d59-981f-3aa96f573482 2018-08-19 10:45:44,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:45:44,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:44,413 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:44 GMT Server: Apache x-openstack-request-id: req-5122e231-d7a7-4e90-b240-96632ec5d648 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:45:44,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:44 GMT Server: Apache x-openstack-request-id: req-6cd268cb-ca20-43a1-ada8-38eec74552d3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:45:44,454 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6cd268cb-ca20-43a1-ada8-38eec74552d3 2018-08-19 10:45:44,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712192058563s 2018-08-19 10:45:44,455 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6cd268cb-ca20-43a1-ada8-38eec74552d3 2018-08-19 10:45:49,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:45:49,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:49,491 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:49 GMT Server: Apache x-openstack-request-id: req-1ef4f699-77f8-4215-a42d-778906e05072 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:45:49,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:49 GMT Server: Apache x-openstack-request-id: req-a6bf16f6-67e1-4e20-aa6b-7b8f44666077 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:45:49,532 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a6bf16f6-67e1-4e20-aa6b-7b8f44666077 2018-08-19 10:45:49,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711269378662s 2018-08-19 10:45:49,533 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a6bf16f6-67e1-4e20-aa6b-7b8f44666077 2018-08-19 10:45:54,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:45:54,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:54,570 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:54 GMT Server: Apache x-openstack-request-id: req-392f6b97-21f1-4849-81aa-6b9f7dc9b956 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:45:54,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:54 GMT Server: Apache x-openstack-request-id: req-33b31312-bf20-4736-a142-4e7edbd72f5b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:45:54,872 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-33b31312-bf20-4736-a142-4e7edbd72f5b 2018-08-19 10:45:54,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.333078861237s 2018-08-19 10:45:54,872 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-33b31312-bf20-4736-a142-4e7edbd72f5b 2018-08-19 10:45:54,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:45:54,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:45:55,184 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:45:54 GMT Server: Apache x-openstack-request-id: req-8eef1adb-607e-43f7-a9b9-771d0ae010b5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:45:55,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:45:55 GMT Server: Apache x-openstack-request-id: req-6e219c6b-0cfd-4147-90e6-3feb880517b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:45:55,227 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6e219c6b-0cfd-4147-90e6-3feb880517b3 2018-08-19 10:45:55,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.353888988495s 2018-08-19 10:45:55,227 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6e219c6b-0cfd-4147-90e6-3feb880517b3 2018-08-19 10:46:00,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:46:00,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:00,547 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:00 GMT Server: Apache x-openstack-request-id: req-a255226a-b66c-40e2-8585-f31644691850 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:46:00,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:00 GMT Server: Apache x-openstack-request-id: req-b0ce130b-5bd4-4344-b2cd-f8340601ad90 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:46:00,591 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b0ce130b-5bd4-4344-b2cd-f8340601ad90 2018-08-19 10:46:00,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.357251882553s 2018-08-19 10:46:00,591 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b0ce130b-5bd4-4344-b2cd-f8340601ad90 2018-08-19 10:46:05,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:46:05,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:05,894 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:05 GMT Server: Apache x-openstack-request-id: req-7754b2a9-1e4d-40da-9f06-5656815f7f2d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:46:06,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:05 GMT Server: Apache x-openstack-request-id: req-f4f70e13-f9e4-45e4-bfae-d2668ce0f5ed Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:46:06,207 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f4f70e13-f9e4-45e4-bfae-d2668ce0f5ed 2018-08-19 10:46:06,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.611029863358s 2018-08-19 10:46:06,207 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f4f70e13-f9e4-45e4-bfae-d2668ce0f5ed 2018-08-19 10:46:06,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:46:06,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:06,254 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:06 GMT Server: Apache x-openstack-request-id: req-e209fbb8-5c02-43c8-b189-3bea2c2b0e02 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:46:06,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:06 GMT Server: Apache x-openstack-request-id: req-911b0a8e-abd3-485f-b46f-64860ab87033 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:46:06,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-911b0a8e-abd3-485f-b46f-64860ab87033 2018-08-19 10:46:06,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0896620750427s 2018-08-19 10:46:06,298 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-911b0a8e-abd3-485f-b46f-64860ab87033 2018-08-19 10:46:11,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:46:11,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:11,336 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:11 GMT Server: Apache x-openstack-request-id: req-84b809e9-0e7d-4180-b8df-190e8e64b92e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:46:11,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:11 GMT Server: Apache x-openstack-request-id: req-65eb5f7f-8106-4e6e-a280-421f7ed3627c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:46:11,726 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-65eb5f7f-8106-4e6e-a280-421f7ed3627c 2018-08-19 10:46:11,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.421359062195s 2018-08-19 10:46:11,727 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-65eb5f7f-8106-4e6e-a280-421f7ed3627c 2018-08-19 10:46:16,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:46:16,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:16,764 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:16 GMT Server: Apache x-openstack-request-id: req-aedfaf03-6104-4a3d-bc72-216de7a9be66 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:46:16,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:16 GMT Server: Apache x-openstack-request-id: req-e3e36beb-596d-46fe-af13-53d75ac0425e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:46:16,805 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e3e36beb-596d-46fe-af13-53d75ac0425e 2018-08-19 10:46:16,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719149112701s 2018-08-19 10:46:16,805 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e3e36beb-596d-46fe-af13-53d75ac0425e 2018-08-19 10:46:16,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:46:16,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:16,835 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:16 GMT Server: Apache x-openstack-request-id: req-16c7ae0f-b367-4a04-a2d4-089529410703 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:46:16,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:16 GMT Server: Apache x-openstack-request-id: req-a6574aa9-4d89-4a81-8d21-eaa217bad7ea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:46:16,862 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a6574aa9-4d89-4a81-8d21-eaa217bad7ea 2018-08-19 10:46:16,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.05650806427s 2018-08-19 10:46:16,863 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a6574aa9-4d89-4a81-8d21-eaa217bad7ea 2018-08-19 10:46:21,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:46:21,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:21,901 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:21 GMT Server: Apache x-openstack-request-id: req-6e655a2b-97e1-4570-add5-79cded5f353e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:46:21,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:21 GMT Server: Apache x-openstack-request-id: req-27e3092c-431b-4593-b9c7-7493f09f10be Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:46:21,943 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-27e3092c-431b-4593-b9c7-7493f09f10be 2018-08-19 10:46:21,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723478794098s 2018-08-19 10:46:21,943 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-27e3092c-431b-4593-b9c7-7493f09f10be 2018-08-19 10:46:26,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:46:26,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:26,976 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:26 GMT Server: Apache x-openstack-request-id: req-8bbacb6e-d2f6-4b21-8fd4-552a4b2ca128 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:46:27,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:26 GMT Server: Apache x-openstack-request-id: req-b75e90cc-a2a6-49e9-8413-b33db01aebbe Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:46:27,019 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b75e90cc-a2a6-49e9-8413-b33db01aebbe 2018-08-19 10:46:27,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719120502472s 2018-08-19 10:46:27,019 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b75e90cc-a2a6-49e9-8413-b33db01aebbe 2018-08-19 10:46:27,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:46:27,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:27,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:27 GMT Server: Apache x-openstack-request-id: req-e67aa99c-9ee6-4245-8b09-0f28978a4574 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:46:27,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:27 GMT Server: Apache x-openstack-request-id: req-c579fe4c-3271-42bd-89cf-4d88d8a1925b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:46:27,345 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c579fe4c-3271-42bd-89cf-4d88d8a1925b 2018-08-19 10:46:27,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.325710058212s 2018-08-19 10:46:27,346 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c579fe4c-3271-42bd-89cf-4d88d8a1925b 2018-08-19 10:46:32,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:46:32,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:32,382 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:32 GMT Server: Apache x-openstack-request-id: req-79bfc4dd-84a1-46ea-8904-99b9eadce75e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:46:32,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:32 GMT Server: Apache x-openstack-request-id: req-55c473ed-2784-458a-b79d-ace3857b6c89 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:46:32,424 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-55c473ed-2784-458a-b79d-ace3857b6c89 2018-08-19 10:46:32,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718998908997s 2018-08-19 10:46:32,425 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-55c473ed-2784-458a-b79d-ace3857b6c89 2018-08-19 10:46:37,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:46:37,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:37,724 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:37 GMT Server: Apache x-openstack-request-id: req-0b75ad50-53c6-46af-91ca-cc52321e3a3e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:46:37,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:37 GMT Server: Apache x-openstack-request-id: req-4582fe43-0510-4edd-9cae-167bb8e21961 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:46:37,769 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4582fe43-0510-4edd-9cae-167bb8e21961 2018-08-19 10:46:37,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.338422060013s 2018-08-19 10:46:37,769 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4582fe43-0510-4edd-9cae-167bb8e21961 2018-08-19 10:46:37,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:46:37,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:37,798 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:37 GMT Server: Apache x-openstack-request-id: req-439fd09f-8d07-4518-bff3-9dbd771899cc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:46:37,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:37 GMT Server: Apache x-openstack-request-id: req-24b84865-fa87-4c09-9667-193f9b8a80ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:46:37,840 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-24b84865-fa87-4c09-9667-193f9b8a80ce 2018-08-19 10:46:37,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0705850124359s 2018-08-19 10:46:37,841 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-24b84865-fa87-4c09-9667-193f9b8a80ce 2018-08-19 10:46:42,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:46:42,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:42,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:42 GMT Server: Apache x-openstack-request-id: req-33811716-6e05-4092-93e3-65b06a70854c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:46:42,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:42 GMT Server: Apache x-openstack-request-id: req-da007837-d749-4a5a-a3f8-98e4b06f0c62 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:46:42,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-da007837-d749-4a5a-a3f8-98e4b06f0c62 2018-08-19 10:46:42,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711710453033s 2018-08-19 10:46:42,919 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-da007837-d749-4a5a-a3f8-98e4b06f0c62 2018-08-19 10:46:47,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:46:47,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:48,224 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:47 GMT Server: Apache x-openstack-request-id: req-16c8a745-0eb3-43d1-8e4a-ed26303b5ae5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:46:48,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:48 GMT Server: Apache x-openstack-request-id: req-1486fbd1-b5fd-4994-bbed-3dd34335e5fa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:46:48,266 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1486fbd1-b5fd-4994-bbed-3dd34335e5fa 2018-08-19 10:46:48,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.341551065445s 2018-08-19 10:46:48,267 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1486fbd1-b5fd-4994-bbed-3dd34335e5fa 2018-08-19 10:46:48,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:46:48,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:48,298 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:48 GMT Server: Apache x-openstack-request-id: req-fb23b492-c984-4e9e-bdfd-5e89f797270e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:46:48,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:48 GMT Server: Apache x-openstack-request-id: req-f6c5bb37-7e07-4d92-ab22-f084de61c0b4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:46:48,340 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f6c5bb37-7e07-4d92-ab22-f084de61c0b4 2018-08-19 10:46:48,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0731220245361s 2018-08-19 10:46:48,341 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f6c5bb37-7e07-4d92-ab22-f084de61c0b4 2018-08-19 10:46:53,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:46:53,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:53,378 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:53 GMT Server: Apache x-openstack-request-id: req-663b276f-4137-44dd-b6e2-e58cd4d1648e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:46:53,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:53 GMT Server: Apache x-openstack-request-id: req-1ec64dd5-c849-45bf-845a-d3dc740b9aab Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:46:53,421 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1ec64dd5-c849-45bf-845a-d3dc740b9aab 2018-08-19 10:46:53,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737509727478s 2018-08-19 10:46:53,422 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1ec64dd5-c849-45bf-845a-d3dc740b9aab 2018-08-19 10:46:58,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:46:58,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:58,460 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:58 GMT Server: Apache x-openstack-request-id: req-01fffae1-bf0a-47a4-b968-231647ed62bc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:46:58,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:58 GMT Server: Apache x-openstack-request-id: req-82d0496c-135c-4eed-8349-c21b3652f84d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:46:58,502 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-82d0496c-135c-4eed-8349-c21b3652f84d 2018-08-19 10:46:58,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740702152252s 2018-08-19 10:46:58,502 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-82d0496c-135c-4eed-8349-c21b3652f84d 2018-08-19 10:46:58,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:46:58,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:46:58,802 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:46:58 GMT Server: Apache x-openstack-request-id: req-ca250438-8423-4f23-b903-3089a9c182be Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:46:58,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:46:58 GMT Server: Apache x-openstack-request-id: req-4e6608c9-02e1-46bb-8078-1c4578f106dd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:46:58,844 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4e6608c9-02e1-46bb-8078-1c4578f106dd 2018-08-19 10:46:58,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.341161966324s 2018-08-19 10:46:58,844 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4e6608c9-02e1-46bb-8078-1c4578f106dd 2018-08-19 10:47:03,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:47:03,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:03,898 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:03 GMT Server: Apache x-openstack-request-id: req-cde05888-6461-4f7e-8c5d-0e79904e0340 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:47:03,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:03 GMT Server: Apache x-openstack-request-id: req-7209adb0-a47e-4fa8-9c09-df6b7c5c01de Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:47:03,941 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7209adb0-a47e-4fa8-9c09-df6b7c5c01de 2018-08-19 10:47:03,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0894701480865s 2018-08-19 10:47:03,941 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7209adb0-a47e-4fa8-9c09-df6b7c5c01de 2018-08-19 10:47:08,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:47:08,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:09,268 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:08 GMT Server: Apache x-openstack-request-id: req-232e485d-fbff-4d3b-b6dd-c9ee72d8af9c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:47:09,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:09 GMT Server: Apache x-openstack-request-id: req-09dbfae1-8f9d-470d-9440-b40d3dfba923 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:47:09,311 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-09dbfae1-8f9d-470d-9440-b40d3dfba923 2018-08-19 10:47:09,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.364085912704s 2018-08-19 10:47:09,311 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-09dbfae1-8f9d-470d-9440-b40d3dfba923 2018-08-19 10:47:09,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:47:09,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:09,633 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:09 GMT Server: Apache x-openstack-request-id: req-8594e005-0cc1-4c10-9ea6-fb446736f7c5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:47:09,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:09 GMT Server: Apache x-openstack-request-id: req-a3aaf68c-8fc8-49dc-aea1-5d319b1a6c2f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:47:09,677 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a3aaf68c-8fc8-49dc-aea1-5d319b1a6c2f 2018-08-19 10:47:09,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.365653991699s 2018-08-19 10:47:09,678 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a3aaf68c-8fc8-49dc-aea1-5d319b1a6c2f 2018-08-19 10:47:14,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:47:14,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:14,715 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:14 GMT Server: Apache x-openstack-request-id: req-239805b5-780b-4abc-8c6c-18a3ad4da8fa Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:47:15,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:14 GMT Server: Apache x-openstack-request-id: req-60cafdec-eb14-4d04-b082-fd7459ab6841 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:47:15,015 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-60cafdec-eb14-4d04-b082-fd7459ab6841 2018-08-19 10:47:15,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.33035993576s 2018-08-19 10:47:15,015 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-60cafdec-eb14-4d04-b082-fd7459ab6841 2018-08-19 10:47:20,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:47:20,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:20,047 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:20 GMT Server: Apache x-openstack-request-id: req-65462fb2-26f2-4b6a-b912-8a59d8d9493b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:47:20,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:20 GMT Server: Apache x-openstack-request-id: req-1c3b00a5-384f-43c4-8843-92616e982a24 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:47:20,439 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1c3b00a5-384f-43c4-8843-92616e982a24 2018-08-19 10:47:20,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.418894052505s 2018-08-19 10:47:20,440 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1c3b00a5-384f-43c4-8843-92616e982a24 2018-08-19 10:47:20,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:47:20,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:20,737 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:20 GMT Server: Apache x-openstack-request-id: req-b8cdd23c-2a3f-45ef-ba47-1f384ea6caf8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:47:20,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:20 GMT Server: Apache x-openstack-request-id: req-ca426ff3-e8f7-4dba-bddb-b6e77498d1fd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:47:20,779 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ca426ff3-e8f7-4dba-bddb-b6e77498d1fd 2018-08-19 10:47:20,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.338720083237s 2018-08-19 10:47:20,779 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ca426ff3-e8f7-4dba-bddb-b6e77498d1fd 2018-08-19 10:47:25,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:47:25,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:25,813 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:25 GMT Server: Apache x-openstack-request-id: req-25f97d5f-46f9-4dcc-8eec-2424898b01c6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:47:25,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:25 GMT Server: Apache x-openstack-request-id: req-9ee97333-2993-4656-9a5a-ccb1fbf67f35 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:47:25,856 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9ee97333-2993-4656-9a5a-ccb1fbf67f35 2018-08-19 10:47:25,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709841251373s 2018-08-19 10:47:25,856 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9ee97333-2993-4656-9a5a-ccb1fbf67f35 2018-08-19 10:47:30,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:47:30,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:30,892 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:30 GMT Server: Apache x-openstack-request-id: req-c622747f-77c4-4671-b0ab-ac1d0dbd92a3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:47:30,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:30 GMT Server: Apache x-openstack-request-id: req-8f483759-ad37-486d-8ae5-be4280552c15 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:47:30,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8f483759-ad37-486d-8ae5-be4280552c15 2018-08-19 10:47:30,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718657970428s 2018-08-19 10:47:30,934 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8f483759-ad37-486d-8ae5-be4280552c15 2018-08-19 10:47:30,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:47:30,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:30,964 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:30 GMT Server: Apache x-openstack-request-id: req-a2826d84-b47e-45b1-a591-e9faded28754 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:47:31,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:30 GMT Server: Apache x-openstack-request-id: req-52f43ac4-8d42-4089-8896-50564046a146 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:47:31,005 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-52f43ac4-8d42-4089-8896-50564046a146 2018-08-19 10:47:31,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706171989441s 2018-08-19 10:47:31,006 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-52f43ac4-8d42-4089-8896-50564046a146 2018-08-19 10:47:36,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:47:36,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:36,044 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:36 GMT Server: Apache x-openstack-request-id: req-4f5ff852-a7b7-4312-8fbd-9cc297dcccbb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:47:36,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:36 GMT Server: Apache x-openstack-request-id: req-cfed83b8-f353-4a17-9f86-973d73aaae19 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:47:36,091 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-cfed83b8-f353-4a17-9f86-973d73aaae19 2018-08-19 10:47:36,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0783259868622s 2018-08-19 10:47:36,091 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-cfed83b8-f353-4a17-9f86-973d73aaae19 2018-08-19 10:47:41,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:47:41,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:41,127 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:41 GMT Server: Apache x-openstack-request-id: req-ff1ea83d-325e-4a50-a99b-1c8d172db9f5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:47:41,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:41 GMT Server: Apache x-openstack-request-id: req-78c39559-0bdf-40f3-b4c4-ee6591438307 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:47:41,169 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-78c39559-0bdf-40f3-b4c4-ee6591438307 2018-08-19 10:47:41,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715510845184s 2018-08-19 10:47:41,169 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-78c39559-0bdf-40f3-b4c4-ee6591438307 2018-08-19 10:47:41,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:47:41,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:41,201 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:41 GMT Server: Apache x-openstack-request-id: req-ea8e59d8-ac4f-4f9f-8661-9fc877b10fce Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:47:41,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:41 GMT Server: Apache x-openstack-request-id: req-f5657ba6-f08b-4aee-8f5b-c7c613a593e9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:47:41,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f5657ba6-f08b-4aee-8f5b-c7c613a593e9 2018-08-19 10:47:41,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0737411975861s 2018-08-19 10:47:41,244 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f5657ba6-f08b-4aee-8f5b-c7c613a593e9 2018-08-19 10:47:46,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:47:46,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:46,280 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:46 GMT Server: Apache x-openstack-request-id: req-b6092116-0349-436b-b509-b98b91287d65 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:47:46,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:46 GMT Server: Apache x-openstack-request-id: req-01cffe43-e151-49ca-adca-3d09c8a00710 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:47:46,322 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-01cffe43-e151-49ca-adca-3d09c8a00710 2018-08-19 10:47:46,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714330673218s 2018-08-19 10:47:46,322 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-01cffe43-e151-49ca-adca-3d09c8a00710 2018-08-19 10:47:51,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:47:51,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:51,358 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:51 GMT Server: Apache x-openstack-request-id: req-e927e95a-bec7-4f61-85d7-dfbe59b20f9e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:47:51,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:51 GMT Server: Apache x-openstack-request-id: req-deeab1e6-009c-45c3-976d-c6edac03963c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:47:51,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-deeab1e6-009c-45c3-976d-c6edac03963c 2018-08-19 10:47:51,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725319385529s 2018-08-19 10:47:51,401 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-deeab1e6-009c-45c3-976d-c6edac03963c 2018-08-19 10:47:51,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:47:51,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:51,430 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:51 GMT Server: Apache x-openstack-request-id: req-1fc183a3-e15d-4178-baa1-103203c7b0df Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:47:51,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:51 GMT Server: Apache x-openstack-request-id: req-40f755bd-948a-404a-94ec-400c6536ed0f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:47:51,472 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-40f755bd-948a-404a-94ec-400c6536ed0f 2018-08-19 10:47:51,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0710511207581s 2018-08-19 10:47:51,473 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-40f755bd-948a-404a-94ec-400c6536ed0f 2018-08-19 10:47:56,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:47:56,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:47:56,527 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:47:56 GMT Server: Apache x-openstack-request-id: req-174b266e-612c-4af3-bb81-57f45532ca3b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:47:56,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:47:56 GMT Server: Apache x-openstack-request-id: req-2002da30-e929-4b09-9e43-1fc5af5eb77c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:47:56,701 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2002da30-e929-4b09-9e43-1fc5af5eb77c 2018-08-19 10:47:56,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.221678972244s 2018-08-19 10:47:56,702 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2002da30-e929-4b09-9e43-1fc5af5eb77c 2018-08-19 10:48:01,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:48:01,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:01,737 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:01 GMT Server: Apache x-openstack-request-id: req-f6e3dc45-abca-41b1-a7df-af52e1cf726d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:48:01,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:01 GMT Server: Apache x-openstack-request-id: req-5ee09427-2ed7-4534-8589-1c091d57f2e8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:48:01,778 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5ee09427-2ed7-4534-8589-1c091d57f2e8 2018-08-19 10:48:01,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708570480347s 2018-08-19 10:48:01,779 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5ee09427-2ed7-4534-8589-1c091d57f2e8 2018-08-19 10:48:01,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:48:01,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:01,809 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:01 GMT Server: Apache x-openstack-request-id: req-81f54f1a-951b-40a7-a323-b619b89a8b80 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:48:01,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:01 GMT Server: Apache x-openstack-request-id: req-ca0a682f-ed91-4509-aa7b-01bcb512c8ea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:48:01,853 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ca0a682f-ed91-4509-aa7b-01bcb512c8ea 2018-08-19 10:48:01,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0739579200745s 2018-08-19 10:48:01,854 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ca0a682f-ed91-4509-aa7b-01bcb512c8ea 2018-08-19 10:48:06,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:48:06,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:06,889 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:06 GMT Server: Apache x-openstack-request-id: req-a63dea09-7d95-4d98-bfa4-b29f6d216f83 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:48:06,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:06 GMT Server: Apache x-openstack-request-id: req-85a39a60-d383-49ce-8506-8453fbca9ac3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:48:06,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-85a39a60-d383-49ce-8506-8453fbca9ac3 2018-08-19 10:48:06,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720551013947s 2018-08-19 10:48:06,933 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-85a39a60-d383-49ce-8506-8453fbca9ac3 2018-08-19 10:48:11,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:48:11,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:11,968 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:11 GMT Server: Apache x-openstack-request-id: req-88c381c6-863d-4221-ab5a-4303f917130f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:48:12,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:11 GMT Server: Apache x-openstack-request-id: req-70b19218-2f0c-4f7f-9f37-6dcc9bb4ed92 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:48:12,011 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-70b19218-2f0c-4f7f-9f37-6dcc9bb4ed92 2018-08-19 10:48:12,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722849369049s 2018-08-19 10:48:12,011 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-70b19218-2f0c-4f7f-9f37-6dcc9bb4ed92 2018-08-19 10:48:12,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:48:12,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:12,056 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:12 GMT Server: Apache x-openstack-request-id: req-dc3d861b-753a-41c2-b3cd-a3fcfe1913ba Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:48:12,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:12 GMT Server: Apache x-openstack-request-id: req-042d18c6-f8ca-4288-8f74-79c27de33c37 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:48:12,098 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-042d18c6-f8ca-4288-8f74-79c27de33c37 2018-08-19 10:48:12,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0864038467407s 2018-08-19 10:48:12,098 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-042d18c6-f8ca-4288-8f74-79c27de33c37 2018-08-19 10:48:17,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:48:17,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:17,136 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:17 GMT Server: Apache x-openstack-request-id: req-30fa43b9-ee3a-498c-ba7b-a0151b11a9d1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:48:17,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:17 GMT Server: Apache x-openstack-request-id: req-c6f1fc6f-d6e6-471a-9172-b32dd4f2e46a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:48:17,177 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c6f1fc6f-d6e6-471a-9172-b32dd4f2e46a 2018-08-19 10:48:17,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724639892578s 2018-08-19 10:48:17,178 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c6f1fc6f-d6e6-471a-9172-b32dd4f2e46a 2018-08-19 10:48:22,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:48:22,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:22,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:22 GMT Server: Apache x-openstack-request-id: req-8441a6b8-2639-426f-8bf7-09e536638417 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:48:22,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:22 GMT Server: Apache x-openstack-request-id: req-a4b67e08-c292-4dab-b68a-3ed8fd513997 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:48:22,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a4b67e08-c292-4dab-b68a-3ed8fd513997 2018-08-19 10:48:22,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.359080791473s 2018-08-19 10:48:22,543 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a4b67e08-c292-4dab-b68a-3ed8fd513997 2018-08-19 10:48:22,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:48:22,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:22,573 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:22 GMT Server: Apache x-openstack-request-id: req-ad642b4d-d22a-47c0-8081-f561b2e7ec4f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:48:22,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:22 GMT Server: Apache x-openstack-request-id: req-75437292-39b2-4d73-bdb6-f2322fd67e6f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:48:22,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-75437292-39b2-4d73-bdb6-f2322fd67e6f 2018-08-19 10:48:22,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0708100795746s 2018-08-19 10:48:22,615 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-75437292-39b2-4d73-bdb6-f2322fd67e6f 2018-08-19 10:48:27,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:48:27,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:27,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:27 GMT Server: Apache x-openstack-request-id: req-d87b0247-d3bc-4dac-ab09-6f2ffe7a4eae Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:48:27,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:27 GMT Server: Apache x-openstack-request-id: req-6038e3d0-d653-4870-9b6b-890409dadb13 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:48:27,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6038e3d0-d653-4870-9b6b-890409dadb13 2018-08-19 10:48:27,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729660987854s 2018-08-19 10:48:27,695 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6038e3d0-d653-4870-9b6b-890409dadb13 2018-08-19 10:48:32,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:48:32,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:32,733 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:32 GMT Server: Apache x-openstack-request-id: req-256f80cf-1880-42c8-87c5-d4c934837c65 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:48:32,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:32 GMT Server: Apache x-openstack-request-id: req-8590a143-bf74-487c-9beb-ea82540bb660 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:48:32,775 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8590a143-bf74-487c-9beb-ea82540bb660 2018-08-19 10:48:32,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739541053772s 2018-08-19 10:48:32,775 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8590a143-bf74-487c-9beb-ea82540bb660 2018-08-19 10:48:32,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:48:32,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:32,806 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:32 GMT Server: Apache x-openstack-request-id: req-af5e2e31-ddcb-4c54-bfa0-6e76580d1425 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:48:33,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:32 GMT Server: Apache x-openstack-request-id: req-16cc37ae-6c69-4c2d-9016-c4bb321fbec4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:48:33,088 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-16cc37ae-6c69-4c2d-9016-c4bb321fbec4 2018-08-19 10:48:33,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.312646865845s 2018-08-19 10:48:33,089 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-16cc37ae-6c69-4c2d-9016-c4bb321fbec4 2018-08-19 10:48:38,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:48:38,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:38,401 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:38 GMT Server: Apache x-openstack-request-id: req-ca10fb34-e959-4e5e-b1aa-cab99de798ee Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:48:38,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:38 GMT Server: Apache x-openstack-request-id: req-04c64a1a-b92c-47f3-9b90-5e89de6df0e3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:48:38,443 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-04c64a1a-b92c-47f3-9b90-5e89de6df0e3 2018-08-19 10:48:38,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.347692966461s 2018-08-19 10:48:38,444 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-04c64a1a-b92c-47f3-9b90-5e89de6df0e3 2018-08-19 10:48:43,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:48:43,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:43,480 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:43 GMT Server: Apache x-openstack-request-id: req-18d94288-18e9-4877-99f1-ef2a3d617a13 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:48:43,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:43 GMT Server: Apache x-openstack-request-id: req-e7a54c35-db08-40e3-9575-8b2a3f6228b5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:48:43,521 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e7a54c35-db08-40e3-9575-8b2a3f6228b5 2018-08-19 10:48:43,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717589855194s 2018-08-19 10:48:43,522 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e7a54c35-db08-40e3-9575-8b2a3f6228b5 2018-08-19 10:48:43,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:48:43,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:43,551 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:43 GMT Server: Apache x-openstack-request-id: req-3dc33611-dbd7-4012-8ee1-560052b9c5b4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:48:43,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:43 GMT Server: Apache x-openstack-request-id: req-a0797871-4b53-441c-be37-b9f3259989da Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:48:43,593 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a0797871-4b53-441c-be37-b9f3259989da 2018-08-19 10:48:43,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0707459449768s 2018-08-19 10:48:43,593 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a0797871-4b53-441c-be37-b9f3259989da 2018-08-19 10:48:48,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:48:48,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:48,921 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:48 GMT Server: Apache x-openstack-request-id: req-5af634f8-6b7d-4932-b8e9-6286680f6b27 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:48:49,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:48 GMT Server: Apache x-openstack-request-id: req-c902ffd6-31d1-4db6-b5f2-1c53094db229 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:48:49,237 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c902ffd6-31d1-4db6-b5f2-1c53094db229 2018-08-19 10:48:49,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.637907981873s 2018-08-19 10:48:49,238 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c902ffd6-31d1-4db6-b5f2-1c53094db229 2018-08-19 10:48:54,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:48:54,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:54,274 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:54 GMT Server: Apache x-openstack-request-id: req-9fe0b2af-93e2-488f-91d5-87f65d332e80 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:48:54,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:54 GMT Server: Apache x-openstack-request-id: req-51120a91-118f-4c01-a62c-5907bb8b413c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:48:54,597 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-51120a91-118f-4c01-a62c-5907bb8b413c 2018-08-19 10:48:54,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.353224992752s 2018-08-19 10:48:54,597 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-51120a91-118f-4c01-a62c-5907bb8b413c 2018-08-19 10:48:54,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:48:54,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:54,643 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:54 GMT Server: Apache x-openstack-request-id: req-74ac0806-661f-4dbe-a94a-1b3b5d4fd438 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:48:54,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:54 GMT Server: Apache x-openstack-request-id: req-25faaf46-0448-4763-8cea-de0910725710 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:48:54,685 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-25faaf46-0448-4763-8cea-de0910725710 2018-08-19 10:48:54,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0875911712646s 2018-08-19 10:48:54,686 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-25faaf46-0448-4763-8cea-de0910725710 2018-08-19 10:48:59,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:48:59,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:48:59,719 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:48:59 GMT Server: Apache x-openstack-request-id: req-e5fcab74-e31a-4d2b-b9af-52680557b5ef Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:48:59,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:48:59 GMT Server: Apache x-openstack-request-id: req-6e305fcf-2fb5-4d8d-bcfd-f6b26ff6369b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:48:59,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6e305fcf-2fb5-4d8d-bcfd-f6b26ff6369b 2018-08-19 10:48:59,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0692219734192s 2018-08-19 10:48:59,762 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6e305fcf-2fb5-4d8d-bcfd-f6b26ff6369b 2018-08-19 10:49:04,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:49:04,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:04,798 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:04 GMT Server: Apache x-openstack-request-id: req-7568a313-b307-406a-b517-ea38a44960ab Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:49:04,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:04 GMT Server: Apache x-openstack-request-id: req-86f4f8fb-1ebc-465f-9733-760b5a020c82 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:49:04,840 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-86f4f8fb-1ebc-465f-9733-760b5a020c82 2018-08-19 10:49:04,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716230869293s 2018-08-19 10:49:04,840 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-86f4f8fb-1ebc-465f-9733-760b5a020c82 2018-08-19 10:49:04,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:49:04,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:04,870 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:04 GMT Server: Apache x-openstack-request-id: req-3b8daab6-4243-4864-946c-774e795d4a4a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:49:04,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:04 GMT Server: Apache x-openstack-request-id: req-2b4ac673-ecee-4140-a35d-1ab91bc8f21f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:49:04,912 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2b4ac673-ecee-4140-a35d-1ab91bc8f21f 2018-08-19 10:49:04,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0717558860779s 2018-08-19 10:49:04,913 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2b4ac673-ecee-4140-a35d-1ab91bc8f21f 2018-08-19 10:49:09,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:49:09,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:10,232 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:09 GMT Server: Apache x-openstack-request-id: req-ee909c86-a719-468a-b259-9efd725f341e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:49:10,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:10 GMT Server: Apache x-openstack-request-id: req-06db60ab-0cdd-4244-96b5-7c537e50b1f1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:49:10,277 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-06db60ab-0cdd-4244-96b5-7c537e50b1f1 2018-08-19 10:49:10,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.357391119003s 2018-08-19 10:49:10,277 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-06db60ab-0cdd-4244-96b5-7c537e50b1f1 2018-08-19 10:49:15,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:49:15,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:15,313 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:15 GMT Server: Apache x-openstack-request-id: req-b5603085-26a9-451f-a12d-5f3e6e796a39 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:49:15,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:15 GMT Server: Apache x-openstack-request-id: req-a1383f0a-0c4b-4187-b620-fa70957d0034 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:49:15,355 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a1383f0a-0c4b-4187-b620-fa70957d0034 2018-08-19 10:49:15,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721480846405s 2018-08-19 10:49:15,355 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a1383f0a-0c4b-4187-b620-fa70957d0034 2018-08-19 10:49:15,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:49:15,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:15,385 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:15 GMT Server: Apache x-openstack-request-id: req-ec152495-337e-4ad9-a9a6-c0a82053482b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:49:15,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:15 GMT Server: Apache x-openstack-request-id: req-5693d9f4-258e-4f12-b0a5-ab8cfec9c8e0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:49:15,427 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5693d9f4-258e-4f12-b0a5-ab8cfec9c8e0 2018-08-19 10:49:15,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709519386292s 2018-08-19 10:49:15,427 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5693d9f4-258e-4f12-b0a5-ab8cfec9c8e0 2018-08-19 10:49:20,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:49:20,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:20,464 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:20 GMT Server: Apache x-openstack-request-id: req-b6323f17-2dd3-429e-a19c-e0cb59e1443d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:49:20,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:20 GMT Server: Apache x-openstack-request-id: req-ecd63196-3bde-454a-bd46-0c0596628826 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:49:20,507 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ecd63196-3bde-454a-bd46-0c0596628826 2018-08-19 10:49:20,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733289718628s 2018-08-19 10:49:20,507 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ecd63196-3bde-454a-bd46-0c0596628826 2018-08-19 10:49:25,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:49:25,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:25,954 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:25 GMT Server: Apache x-openstack-request-id: req-6de53cd8-1633-4eaf-b945-21f1b21734ac Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:49:26,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:25 GMT Server: Apache x-openstack-request-id: req-79c224d1-8e9c-4d89-892b-c931143d3c5b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:49:26,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-79c224d1-8e9c-4d89-892b-c931143d3c5b 2018-08-19 10:49:26,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.905344963074s 2018-08-19 10:49:26,419 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-79c224d1-8e9c-4d89-892b-c931143d3c5b 2018-08-19 10:49:26,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:49:26,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:26,452 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:26 GMT Server: Apache x-openstack-request-id: req-1897a27f-fe8d-4ac8-8e44-0a18508da0cd Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:49:26,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:26 GMT Server: Apache x-openstack-request-id: req-6931bd95-fc02-41f4-a7f2-7d43795d2b07 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:49:26,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6931bd95-fc02-41f4-a7f2-7d43795d2b07 2018-08-19 10:49:26,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.447208166122s 2018-08-19 10:49:26,867 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6931bd95-fc02-41f4-a7f2-7d43795d2b07 2018-08-19 10:49:31,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:49:31,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:31,923 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:31 GMT Server: Apache x-openstack-request-id: req-b2a92af0-af48-45b8-97bb-1e505516f21b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:49:31,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:31 GMT Server: Apache x-openstack-request-id: req-bb6ffaad-c85e-426b-9031-6575c6bf5706 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:49:31,965 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bb6ffaad-c85e-426b-9031-6575c6bf5706 2018-08-19 10:49:31,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0908689498901s 2018-08-19 10:49:31,966 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bb6ffaad-c85e-426b-9031-6575c6bf5706 2018-08-19 10:49:36,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:49:36,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:37,002 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:36 GMT Server: Apache x-openstack-request-id: req-98644351-4758-4d7f-8fd5-a24128e1cdb2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:49:37,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:37 GMT Server: Apache x-openstack-request-id: req-e0b6075f-6c67-4d71-8103-287e8dc57115 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:49:37,044 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e0b6075f-6c67-4d71-8103-287e8dc57115 2018-08-19 10:49:37,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724101066589s 2018-08-19 10:49:37,044 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e0b6075f-6c67-4d71-8103-287e8dc57115 2018-08-19 10:49:37,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:49:37,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:37,076 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:37 GMT Server: Apache x-openstack-request-id: req-a080bc17-d3b8-48c8-a4dd-5733be331916 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:49:37,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:37 GMT Server: Apache x-openstack-request-id: req-52b2e6fd-c50e-4fc7-b7ef-ceb38916bc7d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:49:37,117 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-52b2e6fd-c50e-4fc7-b7ef-ceb38916bc7d 2018-08-19 10:49:37,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722341537476s 2018-08-19 10:49:37,118 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-52b2e6fd-c50e-4fc7-b7ef-ceb38916bc7d 2018-08-19 10:49:42,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:49:42,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:42,156 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:42 GMT Server: Apache x-openstack-request-id: req-9aec712f-90f5-43e9-bccc-cd75fd01b6e6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:49:42,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:42 GMT Server: Apache x-openstack-request-id: req-a26f6162-2735-4dde-89f5-38666b8720e4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:49:42,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a26f6162-2735-4dde-89f5-38666b8720e4 2018-08-19 10:49:42,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.317285060883s 2018-08-19 10:49:42,442 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a26f6162-2735-4dde-89f5-38666b8720e4 2018-08-19 10:49:47,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:49:47,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:47,479 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:47 GMT Server: Apache x-openstack-request-id: req-ec528e3a-4a8c-4534-bf0b-8f7afe724677 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:49:47,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:47 GMT Server: Apache x-openstack-request-id: req-d79906bc-43e8-4837-807d-371845ad37de Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:49:47,521 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d79906bc-43e8-4837-807d-371845ad37de 2018-08-19 10:49:47,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728180408478s 2018-08-19 10:49:47,521 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d79906bc-43e8-4837-807d-371845ad37de 2018-08-19 10:49:47,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:49:47,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:47,557 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:47 GMT Server: Apache x-openstack-request-id: req-ae43fea4-287f-44ff-a709-4aa4e0f806da Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:49:47,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:47 GMT Server: Apache x-openstack-request-id: req-a09a2f80-a3f4-44a7-9e7b-a517c0a1af63 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:49:47,598 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a09a2f80-a3f4-44a7-9e7b-a517c0a1af63 2018-08-19 10:49:47,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0766038894653s 2018-08-19 10:49:47,599 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a09a2f80-a3f4-44a7-9e7b-a517c0a1af63 2018-08-19 10:49:52,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:49:52,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:52,635 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:52 GMT Server: Apache x-openstack-request-id: req-8ef43d1a-428b-4646-aaff-66ea733145b3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:49:52,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:52 GMT Server: Apache x-openstack-request-id: req-e351aed3-2fc4-47e7-b42e-f614dab8ad55 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:49:52,966 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e351aed3-2fc4-47e7-b42e-f614dab8ad55 2018-08-19 10:49:52,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.360180854797s 2018-08-19 10:49:52,966 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e351aed3-2fc4-47e7-b42e-f614dab8ad55 2018-08-19 10:49:57,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:49:57,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:58,003 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:57 GMT Server: Apache x-openstack-request-id: req-ea45c889-8bc1-42d6-96dc-5cb403a49b97 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:49:58,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:58 GMT Server: Apache x-openstack-request-id: req-f0a37b98-0884-4add-80c7-88bca968c5bc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:49:58,305 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f0a37b98-0884-4add-80c7-88bca968c5bc 2018-08-19 10:49:58,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.332762002945s 2018-08-19 10:49:58,305 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f0a37b98-0884-4add-80c7-88bca968c5bc 2018-08-19 10:49:58,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:49:58,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:49:58,607 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:49:58 GMT Server: Apache x-openstack-request-id: req-f569195a-262a-4504-8b82-3d0544e104bb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:49:58,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:49:58 GMT Server: Apache x-openstack-request-id: req-62acf658-f267-4067-867f-ce6966977558 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:49:58,650 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-62acf658-f267-4067-867f-ce6966977558 2018-08-19 10:49:58,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.344974994659s 2018-08-19 10:49:58,651 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-62acf658-f267-4067-867f-ce6966977558 2018-08-19 10:50:03,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:50:03,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:03,689 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:03 GMT Server: Apache x-openstack-request-id: req-88af2307-ab93-4d4c-99a6-e8ab3540f50d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:50:03,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:03 GMT Server: Apache x-openstack-request-id: req-7a27368a-b566-4871-afdb-a7c0189c8017 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:50:03,985 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7a27368a-b566-4871-afdb-a7c0189c8017 2018-08-19 10:50:03,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.327034950256s 2018-08-19 10:50:03,985 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7a27368a-b566-4871-afdb-a7c0189c8017 2018-08-19 10:50:08,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:50:08,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:09,020 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:09 GMT Server: Apache x-openstack-request-id: req-61add384-b89d-4537-a5f0-f1bada75981e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:50:09,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:09 GMT Server: Apache x-openstack-request-id: req-ec3338c2-f933-4dba-be9d-30e18a589ffc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:50:09,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ec3338c2-f933-4dba-be9d-30e18a589ffc 2018-08-19 10:50:09,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706191062927s 2018-08-19 10:50:09,062 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ec3338c2-f933-4dba-be9d-30e18a589ffc 2018-08-19 10:50:09,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:50:09,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:09,092 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:09 GMT Server: Apache x-openstack-request-id: req-4862560b-e8fd-4802-b1a8-1e34bc5be3a8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:50:09,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:09 GMT Server: Apache x-openstack-request-id: req-7f292043-176d-4965-909b-dcc6b202519b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:50:09,134 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7f292043-176d-4965-909b-dcc6b202519b 2018-08-19 10:50:09,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711760520935s 2018-08-19 10:50:09,134 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7f292043-176d-4965-909b-dcc6b202519b 2018-08-19 10:50:14,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:50:14,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:14,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:14 GMT Server: Apache x-openstack-request-id: req-60f07181-4d3e-436d-aa3b-a1c62d25021e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:50:14,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:14 GMT Server: Apache x-openstack-request-id: req-3f648576-20fb-4534-8e80-ba8452379f97 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:50:14,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3f648576-20fb-4534-8e80-ba8452379f97 2018-08-19 10:50:14,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0751271247864s 2018-08-19 10:50:14,216 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3f648576-20fb-4534-8e80-ba8452379f97 2018-08-19 10:50:19,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:50:19,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:19,252 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:19 GMT Server: Apache x-openstack-request-id: req-51ae85ec-2f75-48ff-89f5-2d211c6737eb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:50:19,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:19 GMT Server: Apache x-openstack-request-id: req-48db7fa3-1cee-4465-a022-6d139cbda3f0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:50:19,294 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-48db7fa3-1cee-4465-a022-6d139cbda3f0 2018-08-19 10:50:19,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715909004211s 2018-08-19 10:50:19,294 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-48db7fa3-1cee-4465-a022-6d139cbda3f0 2018-08-19 10:50:19,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:50:19,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:19,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:19 GMT Server: Apache x-openstack-request-id: req-33b8fc3a-ca88-486d-b411-882c2e837026 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:50:19,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:19 GMT Server: Apache x-openstack-request-id: req-f954a377-a154-4c7b-a1d9-bdb367e2aef9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:50:19,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f954a377-a154-4c7b-a1d9-bdb367e2aef9 2018-08-19 10:50:19,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0734980106354s 2018-08-19 10:50:19,369 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f954a377-a154-4c7b-a1d9-bdb367e2aef9 2018-08-19 10:50:24,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:50:24,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:24,407 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:24 GMT Server: Apache x-openstack-request-id: req-1f1dcb90-7f10-4aa5-9885-95383df59d17 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:50:24,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:24 GMT Server: Apache x-openstack-request-id: req-63778d16-407a-4013-9534-6a5be1db8ea9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:50:24,450 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-63778d16-407a-4013-9534-6a5be1db8ea9 2018-08-19 10:50:24,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740690231323s 2018-08-19 10:50:24,450 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-63778d16-407a-4013-9534-6a5be1db8ea9 2018-08-19 10:50:29,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:50:29,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:29,486 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:29 GMT Server: Apache x-openstack-request-id: req-9c94e4a7-a7dc-4349-9cab-3f3b8c1ba4dd Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:50:29,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:29 GMT Server: Apache x-openstack-request-id: req-ed981509-1860-4c8c-9aa4-b3a3890a3a78 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:50:29,529 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ed981509-1860-4c8c-9aa4-b3a3890a3a78 2018-08-19 10:50:29,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729100704193s 2018-08-19 10:50:29,529 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ed981509-1860-4c8c-9aa4-b3a3890a3a78 2018-08-19 10:50:29,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:50:29,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:29,796 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:29 GMT Server: Apache x-openstack-request-id: req-d097a3ca-a1f1-4536-bf53-87c442c9e715 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:50:30,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:29 GMT Server: Apache x-openstack-request-id: req-b96a5716-215d-48f1-95c6-77fd49a2103b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:50:30,109 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b96a5716-215d-48f1-95c6-77fd49a2103b 2018-08-19 10:50:30,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.578918933868s 2018-08-19 10:50:30,109 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b96a5716-215d-48f1-95c6-77fd49a2103b 2018-08-19 10:50:35,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:50:35,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:35,148 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:35 GMT Server: Apache x-openstack-request-id: req-bacf0a72-801e-4e6c-bc99-2c1dc608cdad Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:50:35,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:35 GMT Server: Apache x-openstack-request-id: req-b6814a75-e15c-45fe-a897-575ee05190a0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:50:35,189 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b6814a75-e15c-45fe-a897-575ee05190a0 2018-08-19 10:50:35,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726659297943s 2018-08-19 10:50:35,189 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b6814a75-e15c-45fe-a897-575ee05190a0 2018-08-19 10:50:40,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:50:40,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:40,597 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:40 GMT Server: Apache x-openstack-request-id: req-037c9ceb-38a7-4106-b4d2-1fc13e034688 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:50:40,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:40 GMT Server: Apache x-openstack-request-id: req-158924de-44a1-4971-9a78-f194357dcff3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:50:40,880 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-158924de-44a1-4971-9a78-f194357dcff3 2018-08-19 10:50:40,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.684959888458s 2018-08-19 10:50:40,880 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-158924de-44a1-4971-9a78-f194357dcff3 2018-08-19 10:50:40,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:50:40,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:40,911 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:40 GMT Server: Apache x-openstack-request-id: req-0d41559a-c57a-40e5-b054-70fe9a2409a4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:50:40,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:40 GMT Server: Apache x-openstack-request-id: req-5ecdbe5b-3b30-412c-886d-4115de2fb650 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:50:40,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5ecdbe5b-3b30-412c-886d-4115de2fb650 2018-08-19 10:50:40,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715041160583s 2018-08-19 10:50:40,953 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5ecdbe5b-3b30-412c-886d-4115de2fb650 2018-08-19 10:50:45,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:50:45,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:45,991 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:45 GMT Server: Apache x-openstack-request-id: req-7d9e6fb2-69bc-46bf-8c99-1ea0b126c997 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:50:46,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:45 GMT Server: Apache x-openstack-request-id: req-c021dfb0-7023-49c9-bf34-27617d53606d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:50:46,034 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c021dfb0-7023-49c9-bf34-27617d53606d 2018-08-19 10:50:46,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738031864166s 2018-08-19 10:50:46,034 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c021dfb0-7023-49c9-bf34-27617d53606d 2018-08-19 10:50:51,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:50:51,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:51,068 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:51 GMT Server: Apache x-openstack-request-id: req-9ccec091-947f-4bf9-994b-7ffe7c61bd7d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:50:51,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:51 GMT Server: Apache x-openstack-request-id: req-0701eb94-c665-4040-9d40-e1a556fa61e2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:50:51,110 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0701eb94-c665-4040-9d40-e1a556fa61e2 2018-08-19 10:50:51,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737240314484s 2018-08-19 10:50:51,111 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0701eb94-c665-4040-9d40-e1a556fa61e2 2018-08-19 10:50:51,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:50:51,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:51,142 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:51 GMT Server: Apache x-openstack-request-id: req-f887e8b0-1c7d-4d05-b8e2-d0e95da323e1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:50:51,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:51 GMT Server: Apache x-openstack-request-id: req-886e2e4d-78f3-46e0-9408-b9d305f5c164 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:50:51,183 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-886e2e4d-78f3-46e0-9408-b9d305f5c164 2018-08-19 10:50:51,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722510814667s 2018-08-19 10:50:51,184 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-886e2e4d-78f3-46e0-9408-b9d305f5c164 2018-08-19 10:50:56,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:50:56,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:50:56,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:50:56 GMT Server: Apache x-openstack-request-id: req-1c89651d-e9b3-4c62-ba2f-5e3c7a9268b3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:50:56,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:50:56 GMT Server: Apache x-openstack-request-id: req-b9270116-d0a0-4671-9e97-351e3b755a5b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:50:56,263 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b9270116-d0a0-4671-9e97-351e3b755a5b 2018-08-19 10:50:56,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718879699707s 2018-08-19 10:50:56,263 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b9270116-d0a0-4671-9e97-351e3b755a5b 2018-08-19 10:51:01,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:51:01,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:01,299 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:01 GMT Server: Apache x-openstack-request-id: req-8c41c7b7-14fc-4141-a172-c89142d109ff Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:51:01,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:01 GMT Server: Apache x-openstack-request-id: req-70abbdb7-2389-4088-804d-c14b6175736c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:51:01,341 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-70abbdb7-2389-4088-804d-c14b6175736c 2018-08-19 10:51:01,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721621513367s 2018-08-19 10:51:01,342 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-70abbdb7-2389-4088-804d-c14b6175736c 2018-08-19 10:51:01,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:51:01,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:01,372 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:01 GMT Server: Apache x-openstack-request-id: req-2548c76d-ca81-4b96-930b-a367208a529b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:51:01,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:01 GMT Server: Apache x-openstack-request-id: req-42504f87-b603-4dc4-a0b5-66c8a9366c9c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:51:01,414 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-42504f87-b603-4dc4-a0b5-66c8a9366c9c 2018-08-19 10:51:01,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722289085388s 2018-08-19 10:51:01,415 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-42504f87-b603-4dc4-a0b5-66c8a9366c9c 2018-08-19 10:51:06,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:51:06,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:06,448 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:06 GMT Server: Apache x-openstack-request-id: req-fe8e4a4c-93f6-4ba5-ae88-7e4d4619809b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:51:06,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:06 GMT Server: Apache x-openstack-request-id: req-5f662043-bda9-40ea-a3d6-0adab8d9b4a2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:51:06,744 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5f662043-bda9-40ea-a3d6-0adab8d9b4a2 2018-08-19 10:51:06,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.326317071915s 2018-08-19 10:51:06,744 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5f662043-bda9-40ea-a3d6-0adab8d9b4a2 2018-08-19 10:51:11,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:51:11,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:11,782 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:11 GMT Server: Apache x-openstack-request-id: req-93b05a7c-36c5-4839-8838-87f7e0b44dd7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:51:11,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:11 GMT Server: Apache x-openstack-request-id: req-bd8bc33a-0ea0-4e4d-b401-2a67d183dba0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:51:11,823 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bd8bc33a-0ea0-4e4d-b401-2a67d183dba0 2018-08-19 10:51:11,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723271369934s 2018-08-19 10:51:11,823 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bd8bc33a-0ea0-4e4d-b401-2a67d183dba0 2018-08-19 10:51:11,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:51:11,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:11,855 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:11 GMT Server: Apache x-openstack-request-id: req-00f02a1a-f4cc-49c3-b325-71bb4834c390 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:51:11,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:11 GMT Server: Apache x-openstack-request-id: req-5735c0ee-4241-4ad0-9a2c-57831c8c25f4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:51:11,896 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5735c0ee-4241-4ad0-9a2c-57831c8c25f4 2018-08-19 10:51:11,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0725951194763s 2018-08-19 10:51:11,897 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5735c0ee-4241-4ad0-9a2c-57831c8c25f4 2018-08-19 10:51:16,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:51:16,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:16,934 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:16 GMT Server: Apache x-openstack-request-id: req-ec49ff18-979b-4898-8a3c-ed3fe5e8ba05 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:51:16,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:16 GMT Server: Apache x-openstack-request-id: req-1ec992b2-d0e5-4e72-af41-6caaf5f6b704 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:51:16,977 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1ec992b2-d0e5-4e72-af41-6caaf5f6b704 2018-08-19 10:51:16,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732469558716s 2018-08-19 10:51:16,977 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1ec992b2-d0e5-4e72-af41-6caaf5f6b704 2018-08-19 10:51:21,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:51:21,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:22,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:21 GMT Server: Apache x-openstack-request-id: req-853331f4-ec71-4d83-b3b4-0fb70a30d565 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:51:22,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:22 GMT Server: Apache x-openstack-request-id: req-b7b1f918-db0e-46c9-88b2-38fe1156ed31 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:51:22,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b7b1f918-db0e-46c9-88b2-38fe1156ed31 2018-08-19 10:51:22,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.333830833435s 2018-08-19 10:51:22,317 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b7b1f918-db0e-46c9-88b2-38fe1156ed31 2018-08-19 10:51:22,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:51:22,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:22,347 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:22 GMT Server: Apache x-openstack-request-id: req-2e3e26b6-33ee-4e91-a859-94924209ac40 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:51:22,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:22 GMT Server: Apache x-openstack-request-id: req-acebfcf5-e3cb-4398-8309-4319563cb6e7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:51:22,390 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-acebfcf5-e3cb-4398-8309-4319563cb6e7 2018-08-19 10:51:22,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0723481178284s 2018-08-19 10:51:22,391 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-acebfcf5-e3cb-4398-8309-4319563cb6e7 2018-08-19 10:51:27,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:51:27,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:27,428 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:27 GMT Server: Apache x-openstack-request-id: req-5c420e8f-eb62-46a8-b083-01dade0c50ab Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:51:27,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:27 GMT Server: Apache x-openstack-request-id: req-9c9c31c2-c0e4-46e8-9383-6419546d0ef8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:51:27,471 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9c9c31c2-c0e4-46e8-9383-6419546d0ef8 2018-08-19 10:51:27,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735630989075s 2018-08-19 10:51:27,471 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9c9c31c2-c0e4-46e8-9383-6419546d0ef8 2018-08-19 10:51:32,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:51:32,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:32,762 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:32 GMT Server: Apache x-openstack-request-id: req-2d5d746c-1c5c-4bcf-9e52-6da4ef7e5a11 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:51:32,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:32 GMT Server: Apache x-openstack-request-id: req-d94f36eb-a75e-4e63-9f15-8e0967815575 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:51:32,805 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d94f36eb-a75e-4e63-9f15-8e0967815575 2018-08-19 10:51:32,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.327955961227s 2018-08-19 10:51:32,806 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d94f36eb-a75e-4e63-9f15-8e0967815575 2018-08-19 10:51:32,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:51:32,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:32,836 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:32 GMT Server: Apache x-openstack-request-id: req-4761f00d-7eba-4459-95a2-1947b66e1cd2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:51:32,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:32 GMT Server: Apache x-openstack-request-id: req-b7d6ede0-b2f2-47ec-9c98-1ba53f8e0ffb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:51:32,878 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b7d6ede0-b2f2-47ec-9c98-1ba53f8e0ffb 2018-08-19 10:51:32,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715761184692s 2018-08-19 10:51:32,878 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b7d6ede0-b2f2-47ec-9c98-1ba53f8e0ffb 2018-08-19 10:51:37,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:51:37,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:37,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:37 GMT Server: Apache x-openstack-request-id: req-0f4fa7d5-8527-465b-b4d2-0dc5da8a6bba Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:51:37,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:37 GMT Server: Apache x-openstack-request-id: req-ab72ddda-f9ed-45cc-abb9-c8979741f726 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:51:37,961 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ab72ddda-f9ed-45cc-abb9-c8979741f726 2018-08-19 10:51:37,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0754981040955s 2018-08-19 10:51:37,961 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ab72ddda-f9ed-45cc-abb9-c8979741f726 2018-08-19 10:51:42,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:51:42,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:42,997 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:42 GMT Server: Apache x-openstack-request-id: req-bff77460-dea7-4d34-a7d6-e022354ac324 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:51:43,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:43 GMT Server: Apache x-openstack-request-id: req-28299930-b52e-4a1b-b9ae-a5293c425a82 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:51:43,044 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-28299930-b52e-4a1b-b9ae-a5293c425a82 2018-08-19 10:51:43,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.076602935791s 2018-08-19 10:51:43,044 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-28299930-b52e-4a1b-b9ae-a5293c425a82 2018-08-19 10:51:43,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:51:43,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:43,073 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:43 GMT Server: Apache x-openstack-request-id: req-ae5830e8-e395-4ed3-8ce0-bb29bee366d3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:51:43,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:43 GMT Server: Apache x-openstack-request-id: req-fab383a1-4c95-4b08-b7e0-6c711788665c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:51:43,398 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-fab383a1-4c95-4b08-b7e0-6c711788665c 2018-08-19 10:51:43,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.353024959564s 2018-08-19 10:51:43,398 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-fab383a1-4c95-4b08-b7e0-6c711788665c 2018-08-19 10:51:48,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:51:48,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:48,712 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:48 GMT Server: Apache x-openstack-request-id: req-db268780-607a-4ff4-9422-01b785a8eb8f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:51:48,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:48 GMT Server: Apache x-openstack-request-id: req-1d0c921c-83d1-4e88-89c9-9a7e43e59fec Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:51:48,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1d0c921c-83d1-4e88-89c9-9a7e43e59fec 2018-08-19 10:51:48,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348774909973s 2018-08-19 10:51:48,754 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1d0c921c-83d1-4e88-89c9-9a7e43e59fec 2018-08-19 10:51:53,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:51:53,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:54,070 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:53 GMT Server: Apache x-openstack-request-id: req-420acc0a-cbe3-4e47-92c3-47bd6515fce3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:51:54,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:54 GMT Server: Apache x-openstack-request-id: req-8d8fc8c1-a950-46b1-9c07-0da10c0cd85b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:51:54,113 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8d8fc8c1-a950-46b1-9c07-0da10c0cd85b 2018-08-19 10:51:54,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.352609872818s 2018-08-19 10:51:54,113 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8d8fc8c1-a950-46b1-9c07-0da10c0cd85b 2018-08-19 10:51:54,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:51:54,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:54,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:54 GMT Server: Apache x-openstack-request-id: req-4d62ca84-f5a4-4493-9b6c-63d0cca0894c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:51:54,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:54 GMT Server: Apache x-openstack-request-id: req-393d93c8-5c59-4174-a62a-a640bc6292f3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:51:54,186 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-393d93c8-5c59-4174-a62a-a640bc6292f3 2018-08-19 10:51:54,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721249580383s 2018-08-19 10:51:54,187 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-393d93c8-5c59-4174-a62a-a640bc6292f3 2018-08-19 10:51:59,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:51:59,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:51:59,466 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:51:59 GMT Server: Apache x-openstack-request-id: req-d1521ff0-45a1-49e0-93d3-d029b15dd7a5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:51:59,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:51:59 GMT Server: Apache x-openstack-request-id: req-9db14a61-8242-4dd7-9e5c-538ddb8f7636 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:51:59,511 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9db14a61-8242-4dd7-9e5c-538ddb8f7636 2018-08-19 10:51:59,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.317447900772s 2018-08-19 10:51:59,511 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9db14a61-8242-4dd7-9e5c-538ddb8f7636 2018-08-19 10:52:04,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:52:04,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:04,546 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:04 GMT Server: Apache x-openstack-request-id: req-167cff1d-a3f1-4af9-8d4a-9b0d38d1a1a1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:52:04,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:04 GMT Server: Apache x-openstack-request-id: req-aa07ae67-6feb-45c3-a55b-9604ade8a28f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:52:04,588 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aa07ae67-6feb-45c3-a55b-9604ade8a28f 2018-08-19 10:52:04,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709080696106s 2018-08-19 10:52:04,588 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aa07ae67-6feb-45c3-a55b-9604ade8a28f 2018-08-19 10:52:04,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:52:04,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:04,620 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:04 GMT Server: Apache x-openstack-request-id: req-c185472c-cc91-4198-b40f-17f06d7ad564 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:52:04,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:04 GMT Server: Apache x-openstack-request-id: req-9a160adf-c7ec-441e-91c2-afd51524d191 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:52:04,662 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9a160adf-c7ec-441e-91c2-afd51524d191 2018-08-19 10:52:04,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730090141296s 2018-08-19 10:52:04,662 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9a160adf-c7ec-441e-91c2-afd51524d191 2018-08-19 10:52:09,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:52:09,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:09,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:09 GMT Server: Apache x-openstack-request-id: req-a187772d-16ae-4e89-9022-fa2965515563 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:52:09,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:09 GMT Server: Apache x-openstack-request-id: req-0906387b-bf3e-41cc-827b-6e962ac50a76 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:52:09,738 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0906387b-bf3e-41cc-827b-6e962ac50a76 2018-08-19 10:52:09,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733461380005s 2018-08-19 10:52:09,739 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0906387b-bf3e-41cc-827b-6e962ac50a76 2018-08-19 10:52:14,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:52:14,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:14,775 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:14 GMT Server: Apache x-openstack-request-id: req-b02de23c-4f91-4a72-8198-a78460147fa4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:52:14,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:14 GMT Server: Apache x-openstack-request-id: req-23b57530-815e-45e9-8c11-a3c310b19391 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:52:14,818 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-23b57530-815e-45e9-8c11-a3c310b19391 2018-08-19 10:52:14,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734281539917s 2018-08-19 10:52:14,819 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-23b57530-815e-45e9-8c11-a3c310b19391 2018-08-19 10:52:14,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:52:14,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:14,849 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:14 GMT Server: Apache x-openstack-request-id: req-e6997a10-ebf6-498d-9fba-978af56403dc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:52:14,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:14 GMT Server: Apache x-openstack-request-id: req-8bb7a395-9668-4393-9c5f-5d89aedbee21 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:52:14,892 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8bb7a395-9668-4393-9c5f-5d89aedbee21 2018-08-19 10:52:14,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0725519657135s 2018-08-19 10:52:14,892 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8bb7a395-9668-4393-9c5f-5d89aedbee21 2018-08-19 10:52:19,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:52:19,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:19,930 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:19 GMT Server: Apache x-openstack-request-id: req-57142595-21e3-4241-b450-3d7ad30558ad Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:52:20,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:19 GMT Server: Apache x-openstack-request-id: req-d1eb8583-5ce9-4f32-98f9-488d93f231d8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:52:20,247 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d1eb8583-5ce9-4f32-98f9-488d93f231d8 2018-08-19 10:52:20,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348088979721s 2018-08-19 10:52:20,248 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d1eb8583-5ce9-4f32-98f9-488d93f231d8 2018-08-19 10:52:25,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:52:25,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:25,538 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:25 GMT Server: Apache x-openstack-request-id: req-7f7a1b51-1dd0-428f-a86b-98b6ebe3cb27 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:52:25,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:25 GMT Server: Apache x-openstack-request-id: req-35613fd3-5495-4795-8803-cc0b827263e3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:52:25,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-35613fd3-5495-4795-8803-cc0b827263e3 2018-08-19 10:52:25,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.32624912262s 2018-08-19 10:52:25,580 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-35613fd3-5495-4795-8803-cc0b827263e3 2018-08-19 10:52:25,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:52:25,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:25,887 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:25 GMT Server: Apache x-openstack-request-id: req-ad9866ab-3a48-4933-bca0-5c0cca54f678 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:52:25,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:25 GMT Server: Apache x-openstack-request-id: req-ed1bbb03-8180-4461-a164-ade11623545e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:52:25,929 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ed1bbb03-8180-4461-a164-ade11623545e 2018-08-19 10:52:25,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.34831905365s 2018-08-19 10:52:25,929 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ed1bbb03-8180-4461-a164-ade11623545e 2018-08-19 10:52:30,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:52:30,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:30,983 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:30 GMT Server: Apache x-openstack-request-id: req-603d4088-1df1-4116-bd62-8c0daaddf047 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:52:31,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:30 GMT Server: Apache x-openstack-request-id: req-c6c70f8a-eeeb-4a88-8308-ff8fdf63de03 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:52:31,026 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c6c70f8a-eeeb-4a88-8308-ff8fdf63de03 2018-08-19 10:52:31,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0901529788971s 2018-08-19 10:52:31,027 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c6c70f8a-eeeb-4a88-8308-ff8fdf63de03 2018-08-19 10:52:36,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:52:36,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:36,062 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:36 GMT Server: Apache x-openstack-request-id: req-cdff7e71-bac6-43e4-b062-ff70f8506d6a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:52:36,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:36 GMT Server: Apache x-openstack-request-id: req-05db8895-2066-474a-903b-3b288d3d8ec5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:52:36,103 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-05db8895-2066-474a-903b-3b288d3d8ec5 2018-08-19 10:52:36,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708329677582s 2018-08-19 10:52:36,104 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-05db8895-2066-474a-903b-3b288d3d8ec5 2018-08-19 10:52:36,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:52:36,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:36,382 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:36 GMT Server: Apache x-openstack-request-id: req-cd364e64-fef3-4aac-9da4-9e12b907571e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:52:36,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:36 GMT Server: Apache x-openstack-request-id: req-69c8e5a4-2043-4a67-b5fe-6663b9b51dea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:52:36,424 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-69c8e5a4-2043-4a67-b5fe-6663b9b51dea 2018-08-19 10:52:36,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.319774866104s 2018-08-19 10:52:36,424 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-69c8e5a4-2043-4a67-b5fe-6663b9b51dea 2018-08-19 10:52:41,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:52:41,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:41,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:41 GMT Server: Apache x-openstack-request-id: req-47777055-deff-4bb0-96ff-9118dcd5c8df Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:52:41,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:41 GMT Server: Apache x-openstack-request-id: req-b9c55c2c-83b9-4749-b81d-ec7b74aa25be Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:52:41,758 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b9c55c2c-83b9-4749-b81d-ec7b74aa25be 2018-08-19 10:52:41,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.327239990234s 2018-08-19 10:52:41,759 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b9c55c2c-83b9-4749-b81d-ec7b74aa25be 2018-08-19 10:52:46,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:52:46,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:46,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:46 GMT Server: Apache x-openstack-request-id: req-1e3e4ba8-4c60-4051-bb3a-bddd1bdaf7fd Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:52:46,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:46 GMT Server: Apache x-openstack-request-id: req-d05d40b7-e5a1-488c-8388-bbbde579e165 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:52:46,836 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d05d40b7-e5a1-488c-8388-bbbde579e165 2018-08-19 10:52:46,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711929798126s 2018-08-19 10:52:46,836 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d05d40b7-e5a1-488c-8388-bbbde579e165 2018-08-19 10:52:46,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:52:46,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:46,866 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:46 GMT Server: Apache x-openstack-request-id: req-b8c83703-e438-4446-9253-708189ca1f0f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:52:46,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:46 GMT Server: Apache x-openstack-request-id: req-b56076cb-4851-4499-bac0-d715419edb6d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:52:46,908 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b56076cb-4851-4499-bac0-d715419edb6d 2018-08-19 10:52:46,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712089538574s 2018-08-19 10:52:46,908 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b56076cb-4851-4499-bac0-d715419edb6d 2018-08-19 10:52:51,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:52:51,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:51,944 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:51 GMT Server: Apache x-openstack-request-id: req-8b059a88-5840-43c9-8d6d-0e1c5dc11d87 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:52:51,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:51 GMT Server: Apache x-openstack-request-id: req-79e4a8be-c5b0-44a2-abbd-54c4af51ad59 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:52:51,986 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-79e4a8be-c5b0-44a2-abbd-54c4af51ad59 2018-08-19 10:52:51,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716261863708s 2018-08-19 10:52:51,987 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-79e4a8be-c5b0-44a2-abbd-54c4af51ad59 2018-08-19 10:52:56,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:52:56,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:57,022 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:57 GMT Server: Apache x-openstack-request-id: req-984abbf7-00e0-4229-bc14-a37174737e2f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:52:57,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:57 GMT Server: Apache x-openstack-request-id: req-1d3cc86f-6123-4e5b-987e-5f9b93fb2f50 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:52:57,065 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1d3cc86f-6123-4e5b-987e-5f9b93fb2f50 2018-08-19 10:52:57,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727360248566s 2018-08-19 10:52:57,066 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1d3cc86f-6123-4e5b-987e-5f9b93fb2f50 2018-08-19 10:52:57,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:52:57,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:52:57,347 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:52:57 GMT Server: Apache x-openstack-request-id: req-c5b32adf-5e33-448f-96fe-4cb2a11de0e0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:52:57,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:52:57 GMT Server: Apache x-openstack-request-id: req-abdb6776-10b6-4fe6-ab9a-cb02a639c7b5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:52:57,389 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-abdb6776-10b6-4fe6-ab9a-cb02a639c7b5 2018-08-19 10:52:57,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.322988986969s 2018-08-19 10:52:57,389 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-abdb6776-10b6-4fe6-ab9a-cb02a639c7b5 2018-08-19 10:53:02,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:53:02,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:02,426 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:02 GMT Server: Apache x-openstack-request-id: req-42a445ff-884e-42d2-bdb7-e3041dcb1d1c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:53:02,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:02 GMT Server: Apache x-openstack-request-id: req-1399350a-1a4a-4fb4-bda6-52c66be91714 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:53:02,468 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1399350a-1a4a-4fb4-bda6-52c66be91714 2018-08-19 10:53:02,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721080303192s 2018-08-19 10:53:02,469 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1399350a-1a4a-4fb4-bda6-52c66be91714 2018-08-19 10:53:07,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:53:07,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:07,504 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:07 GMT Server: Apache x-openstack-request-id: req-d5101653-e31e-45b3-a4a1-bb58735c46a9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:53:07,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:07 GMT Server: Apache x-openstack-request-id: req-690c24a7-d2ff-4b1f-8ed2-e67331eb8ea6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:53:07,546 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-690c24a7-d2ff-4b1f-8ed2-e67331eb8ea6 2018-08-19 10:53:07,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715281963348s 2018-08-19 10:53:07,546 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-690c24a7-d2ff-4b1f-8ed2-e67331eb8ea6 2018-08-19 10:53:07,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:53:07,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:07,576 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:07 GMT Server: Apache x-openstack-request-id: req-a7140664-f59f-4a23-b63e-108519187129 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:53:07,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:07 GMT Server: Apache x-openstack-request-id: req-609ee9fb-5092-4884-a88f-d40296408978 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:53:07,618 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-609ee9fb-5092-4884-a88f-d40296408978 2018-08-19 10:53:07,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712890625s 2018-08-19 10:53:07,619 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-609ee9fb-5092-4884-a88f-d40296408978 2018-08-19 10:53:12,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:53:12,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:12,657 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:12 GMT Server: Apache x-openstack-request-id: req-49c5c61e-b01c-40f0-adaa-d48c53956690 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:53:12,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:12 GMT Server: Apache x-openstack-request-id: req-67d9becb-6072-473d-840e-a90282051865 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:53:12,699 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-67d9becb-6072-473d-840e-a90282051865 2018-08-19 10:53:12,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735020637512s 2018-08-19 10:53:12,699 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-67d9becb-6072-473d-840e-a90282051865 2018-08-19 10:53:17,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:53:17,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:17,734 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:17 GMT Server: Apache x-openstack-request-id: req-44f8d87e-db16-45ef-b253-e903003d314a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:53:18,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:17 GMT Server: Apache x-openstack-request-id: req-c23c211f-3573-46f1-ab2d-f0ff25225c1a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:53:18,037 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c23c211f-3573-46f1-ab2d-f0ff25225c1a 2018-08-19 10:53:18,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.332623004913s 2018-08-19 10:53:18,038 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c23c211f-3573-46f1-ab2d-f0ff25225c1a 2018-08-19 10:53:18,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:53:18,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:18,084 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:18 GMT Server: Apache x-openstack-request-id: req-69b57afd-3d4a-4df9-92b6-2c42d8ba93b8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:53:18,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:18 GMT Server: Apache x-openstack-request-id: req-0fe3851d-9895-4908-bcac-7f3f95d625cc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:53:18,126 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0fe3851d-9895-4908-bcac-7f3f95d625cc 2018-08-19 10:53:18,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0880479812622s 2018-08-19 10:53:18,127 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0fe3851d-9895-4908-bcac-7f3f95d625cc 2018-08-19 10:53:23,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:53:23,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:23,179 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:23 GMT Server: Apache x-openstack-request-id: req-c01542a7-d783-4359-a9eb-8b6a3697d03e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:53:23,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:23 GMT Server: Apache x-openstack-request-id: req-a26a6e59-f976-41fd-aa9d-fdf0eb5ec642 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:53:23,222 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a26a6e59-f976-41fd-aa9d-fdf0eb5ec642 2018-08-19 10:53:23,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0885791778564s 2018-08-19 10:53:23,222 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a26a6e59-f976-41fd-aa9d-fdf0eb5ec642 2018-08-19 10:53:28,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:53:28,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:28,261 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:28 GMT Server: Apache x-openstack-request-id: req-6ce8b1b4-f714-43c2-b398-81124416e861 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:53:28,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:28 GMT Server: Apache x-openstack-request-id: req-3d301c39-ef6f-467e-98b8-2e4491d48fdc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:53:28,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3d301c39-ef6f-467e-98b8-2e4491d48fdc 2018-08-19 10:53:28,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740921497345s 2018-08-19 10:53:28,303 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3d301c39-ef6f-467e-98b8-2e4491d48fdc 2018-08-19 10:53:28,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:53:28,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:28,333 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:28 GMT Server: Apache x-openstack-request-id: req-de5a782e-3bdc-4524-8419-7e31582f6cd2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:53:28,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:28 GMT Server: Apache x-openstack-request-id: req-224e5b3b-7892-475b-b9de-7092b3e8c3e4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:53:28,640 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-224e5b3b-7892-475b-b9de-7092b3e8c3e4 2018-08-19 10:53:28,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.336368083954s 2018-08-19 10:53:28,640 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-224e5b3b-7892-475b-b9de-7092b3e8c3e4 2018-08-19 10:53:33,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:53:33,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:33,677 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:33 GMT Server: Apache x-openstack-request-id: req-fd0c8df8-a388-4372-93ac-56f1bcc3000c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:53:33,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:33 GMT Server: Apache x-openstack-request-id: req-6eaa3530-7121-4732-a84d-86352a690830 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:53:33,719 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6eaa3530-7121-4732-a84d-86352a690830 2018-08-19 10:53:33,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.07239818573s 2018-08-19 10:53:33,720 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6eaa3530-7121-4732-a84d-86352a690830 2018-08-19 10:53:38,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:53:38,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:38,756 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:38 GMT Server: Apache x-openstack-request-id: req-ded2fb1e-f464-4c6a-b1ca-c49ad4ab6835 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:53:38,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:38 GMT Server: Apache x-openstack-request-id: req-e59ba6fd-fb9f-4dd6-b38c-f542b645454e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:53:38,798 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e59ba6fd-fb9f-4dd6-b38c-f542b645454e 2018-08-19 10:53:38,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724260807037s 2018-08-19 10:53:38,799 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e59ba6fd-fb9f-4dd6-b38c-f542b645454e 2018-08-19 10:53:38,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:53:38,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:38,829 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:38 GMT Server: Apache x-openstack-request-id: req-bd1f5ff9-2a1a-42f4-8b24-dc46084c439f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:53:39,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:38 GMT Server: Apache x-openstack-request-id: req-fc9fec9a-52a8-4402-a343-9ce62aee7202 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:53:39,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-fc9fec9a-52a8-4402-a343-9ce62aee7202 2018-08-19 10:53:39,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.333732843399s 2018-08-19 10:53:39,133 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-fc9fec9a-52a8-4402-a343-9ce62aee7202 2018-08-19 10:53:44,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:53:44,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:44,170 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:44 GMT Server: Apache x-openstack-request-id: req-87fdcf68-0d48-4d2f-a15d-6a330d0cb68d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:53:44,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:44 GMT Server: Apache x-openstack-request-id: req-086def0c-6029-4a23-aec9-e24d986de4c1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:53:44,212 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-086def0c-6029-4a23-aec9-e24d986de4c1 2018-08-19 10:53:44,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718162059784s 2018-08-19 10:53:44,212 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-086def0c-6029-4a23-aec9-e24d986de4c1 2018-08-19 10:53:49,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:53:49,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:49,246 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:49 GMT Server: Apache x-openstack-request-id: req-129964b3-7046-4d5b-be7b-c58c207eda13 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:53:49,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:49 GMT Server: Apache x-openstack-request-id: req-311ae771-58e0-44fa-9a91-3bb51496a48b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:53:49,289 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-311ae771-58e0-44fa-9a91-3bb51496a48b 2018-08-19 10:53:49,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729830265045s 2018-08-19 10:53:49,289 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-311ae771-58e0-44fa-9a91-3bb51496a48b 2018-08-19 10:53:49,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:53:49,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:49,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:49 GMT Server: Apache x-openstack-request-id: req-bb12a6d2-08ba-4cfa-bd3b-f1fec8201b0c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:53:49,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:49 GMT Server: Apache x-openstack-request-id: req-947877b5-5890-41f0-8f2f-0577d536f730 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:53:49,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-947877b5-5890-41f0-8f2f-0577d536f730 2018-08-19 10:53:49,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0728669166565s 2018-08-19 10:53:49,363 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-947877b5-5890-41f0-8f2f-0577d536f730 2018-08-19 10:53:54,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:53:54,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:54,403 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:54 GMT Server: Apache x-openstack-request-id: req-5bef4c80-8a22-4e44-92f6-e7ed7b85f0b1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:53:54,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:54 GMT Server: Apache x-openstack-request-id: req-b3312c42-becb-425b-b185-a82b46e743ae Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:53:54,446 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b3312c42-becb-425b-b185-a82b46e743ae 2018-08-19 10:53:54,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759887695312s 2018-08-19 10:53:54,446 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b3312c42-becb-425b-b185-a82b46e743ae 2018-08-19 10:53:59,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:53:59,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:59,813 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:59 GMT Server: Apache x-openstack-request-id: req-e72b9e09-3a73-4195-9129-9bf1dc128099 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:53:59,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:59 GMT Server: Apache x-openstack-request-id: req-c28b893f-2616-4894-989d-3bbd708461b5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:53:59,855 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c28b893f-2616-4894-989d-3bbd708461b5 2018-08-19 10:53:59,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.403203964233s 2018-08-19 10:53:59,856 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c28b893f-2616-4894-989d-3bbd708461b5 2018-08-19 10:53:59,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:53:59,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:53:59,889 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:53:59 GMT Server: Apache x-openstack-request-id: req-460b25a1-c957-4554-929b-b4481dc8d3e9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:54:00,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:53:59 GMT Server: Apache x-openstack-request-id: req-9888d310-64f1-4eee-ab35-4dce958e5236 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:54:00,227 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9888d310-64f1-4eee-ab35-4dce958e5236 2018-08-19 10:54:00,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.371064901352s 2018-08-19 10:54:00,228 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9888d310-64f1-4eee-ab35-4dce958e5236 2018-08-19 10:54:05,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:54:05,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:05,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:05 GMT Server: Apache x-openstack-request-id: req-1d876954-b0d4-465b-9d39-c1839b40b3cb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:54:05,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:05 GMT Server: Apache x-openstack-request-id: req-b3b90f94-6d8d-42e3-bc44-e6d7cd6af491 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:54:05,308 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b3b90f94-6d8d-42e3-bc44-e6d7cd6af491 2018-08-19 10:54:05,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729160308838s 2018-08-19 10:54:05,308 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b3b90f94-6d8d-42e3-bc44-e6d7cd6af491 2018-08-19 10:54:10,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:54:10,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:10,343 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:10 GMT Server: Apache x-openstack-request-id: req-c7b6b7f2-7111-4074-8d4e-d8c2f3d4dfc8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:54:10,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:10 GMT Server: Apache x-openstack-request-id: req-3209480e-a671-4dcf-8e34-16e2357a97c7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:54:10,385 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3209480e-a671-4dcf-8e34-16e2357a97c7 2018-08-19 10:54:10,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709009170532s 2018-08-19 10:54:10,385 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3209480e-a671-4dcf-8e34-16e2357a97c7 2018-08-19 10:54:10,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:54:10,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:10,683 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:10 GMT Server: Apache x-openstack-request-id: req-726b8d3f-1217-4ebc-b5d7-8851cda21bda Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:54:10,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:10 GMT Server: Apache x-openstack-request-id: req-87d0a185-3545-4a03-8745-31bcbf4da3da Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:54:10,726 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-87d0a185-3545-4a03-8745-31bcbf4da3da 2018-08-19 10:54:10,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.339848041534s 2018-08-19 10:54:10,726 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-87d0a185-3545-4a03-8745-31bcbf4da3da 2018-08-19 10:54:15,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:54:15,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:15,760 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:15 GMT Server: Apache x-openstack-request-id: req-5919a882-5908-4ba0-9b68-a7c63d20273a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:54:15,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:15 GMT Server: Apache x-openstack-request-id: req-f1d576ce-9546-4761-8433-782eab4368aa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:54:15,801 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f1d576ce-9546-4761-8433-782eab4368aa 2018-08-19 10:54:15,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729229450226s 2018-08-19 10:54:15,802 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f1d576ce-9546-4761-8433-782eab4368aa 2018-08-19 10:54:20,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:54:20,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:20,839 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:20 GMT Server: Apache x-openstack-request-id: req-a2d6affc-5354-490a-972c-8b0aadbb1158 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:54:21,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:20 GMT Server: Apache x-openstack-request-id: req-d2d30e67-8f32-4bc7-ad35-57aabe33a6b3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:54:21,162 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d2d30e67-8f32-4bc7-ad35-57aabe33a6b3 2018-08-19 10:54:21,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.354524850845s 2018-08-19 10:54:21,162 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d2d30e67-8f32-4bc7-ad35-57aabe33a6b3 2018-08-19 10:54:21,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:54:21,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:21,193 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:21 GMT Server: Apache x-openstack-request-id: req-61c948ac-bf5f-49f5-b40c-7aa1ca4f281c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:54:21,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:21 GMT Server: Apache x-openstack-request-id: req-5d775581-65ab-43bb-8185-797e9a951e99 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:54:21,236 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5d775581-65ab-43bb-8185-797e9a951e99 2018-08-19 10:54:21,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727231502533s 2018-08-19 10:54:21,236 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5d775581-65ab-43bb-8185-797e9a951e99 2018-08-19 10:54:26,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:54:26,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:26,751 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:26 GMT Server: Apache x-openstack-request-id: req-d49b7b5f-20c5-4ad8-b90d-520d0531b6fc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:54:26,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:26 GMT Server: Apache x-openstack-request-id: req-263c4b76-0767-4e86-82b4-c94c0517ea47 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:54:26,798 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-263c4b76-0767-4e86-82b4-c94c0517ea47 2018-08-19 10:54:26,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.556010007858s 2018-08-19 10:54:26,799 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-263c4b76-0767-4e86-82b4-c94c0517ea47 2018-08-19 10:54:31,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:54:31,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:32,091 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:31 GMT Server: Apache x-openstack-request-id: req-ffb55ce7-e47f-4ae7-bd0f-32bf09ff5c52 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:54:32,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:32 GMT Server: Apache x-openstack-request-id: req-01dc3da2-5e28-4dae-b51d-fe864893efa5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:54:32,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-01dc3da2-5e28-4dae-b51d-fe864893efa5 2018-08-19 10:54:32,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.328328847885s 2018-08-19 10:54:32,133 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-01dc3da2-5e28-4dae-b51d-fe864893efa5 2018-08-19 10:54:32,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:54:32,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:32,162 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:32 GMT Server: Apache x-openstack-request-id: req-0eb4a14c-572b-462b-ae53-530bc457d92a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:54:32,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:32 GMT Server: Apache x-openstack-request-id: req-dde3a544-26d7-4b3e-81c9-78fe6eaf05f0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:54:32,204 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-dde3a544-26d7-4b3e-81c9-78fe6eaf05f0 2018-08-19 10:54:32,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0697150230408s 2018-08-19 10:54:32,204 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-dde3a544-26d7-4b3e-81c9-78fe6eaf05f0 2018-08-19 10:54:37,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:54:37,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:37,257 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:37 GMT Server: Apache x-openstack-request-id: req-deca8bfb-3427-45b6-b221-75425a1d5770 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:54:37,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:37 GMT Server: Apache x-openstack-request-id: req-7f199425-762f-459b-9ea5-1158e401ddb7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:54:37,301 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7f199425-762f-459b-9ea5-1158e401ddb7 2018-08-19 10:54:37,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0904681682587s 2018-08-19 10:54:37,301 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7f199425-762f-459b-9ea5-1158e401ddb7 2018-08-19 10:54:42,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:54:42,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:42,336 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:42 GMT Server: Apache x-openstack-request-id: req-e772f27e-87fa-431a-960e-579adbee2688 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:54:42,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:42 GMT Server: Apache x-openstack-request-id: req-1e0cba99-078f-4832-a9c2-e6dcee1f7e22 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:54:42,380 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1e0cba99-078f-4832-a9c2-e6dcee1f7e22 2018-08-19 10:54:42,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724959373474s 2018-08-19 10:54:42,380 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1e0cba99-078f-4832-a9c2-e6dcee1f7e22 2018-08-19 10:54:42,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:54:42,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:42,410 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:42 GMT Server: Apache x-openstack-request-id: req-d447da73-679c-42f5-82b7-f722efebc671 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:54:42,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:42 GMT Server: Apache x-openstack-request-id: req-7560544f-3134-4bf2-82e3-6b8b66d83956 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:54:42,728 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7560544f-3134-4bf2-82e3-6b8b66d83956 2018-08-19 10:54:42,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.347178220749s 2018-08-19 10:54:42,728 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7560544f-3134-4bf2-82e3-6b8b66d83956 2018-08-19 10:54:47,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:54:47,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:47,764 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:47 GMT Server: Apache x-openstack-request-id: req-4209f76d-8e4f-465f-9d4c-21b3a7a6fa81 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:54:47,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:47 GMT Server: Apache x-openstack-request-id: req-caf24f40-740e-47ac-8bed-c882aee7bc76 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:54:47,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-caf24f40-740e-47ac-8bed-c882aee7bc76 2018-08-19 10:54:47,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713260173798s 2018-08-19 10:54:47,807 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-caf24f40-740e-47ac-8bed-c882aee7bc76 2018-08-19 10:54:52,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:54:52,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:52,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:52 GMT Server: Apache x-openstack-request-id: req-db506c1f-55e7-4d15-95c5-9e135bed8390 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:54:52,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:52 GMT Server: Apache x-openstack-request-id: req-ba200465-4808-486f-9814-8a10297b75e3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:54:52,883 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ba200465-4808-486f-9814-8a10297b75e3 2018-08-19 10:54:52,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707540512085s 2018-08-19 10:54:52,884 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ba200465-4808-486f-9814-8a10297b75e3 2018-08-19 10:54:52,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:54:52,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:52,913 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:52 GMT Server: Apache x-openstack-request-id: req-6c6c5c0a-0f7c-49b0-8601-30fc29e4feda Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:54:52,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:52 GMT Server: Apache x-openstack-request-id: req-37bd1db9-92d6-4651-8c04-f2a1ecf8b30a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:54:52,955 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-37bd1db9-92d6-4651-8c04-f2a1ecf8b30a 2018-08-19 10:54:52,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709788799286s 2018-08-19 10:54:52,955 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-37bd1db9-92d6-4651-8c04-f2a1ecf8b30a 2018-08-19 10:54:57,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:54:57,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:54:57,992 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:54:57 GMT Server: Apache x-openstack-request-id: req-b0fcf8f5-b8be-48e6-b5d7-7a1b52dc5895 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:54:58,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:54:57 GMT Server: Apache x-openstack-request-id: req-05541dbf-39cd-475d-a93c-776d01cc6a04 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:54:58,318 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-05541dbf-39cd-475d-a93c-776d01cc6a04 2018-08-19 10:54:58,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.355668067932s 2018-08-19 10:54:58,318 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-05541dbf-39cd-475d-a93c-776d01cc6a04 2018-08-19 10:55:03,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:55:03,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:03,352 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:03 GMT Server: Apache x-openstack-request-id: req-3aa09406-0312-4d89-b5a4-a7c7613197a8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:55:03,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:03 GMT Server: Apache x-openstack-request-id: req-bc882793-5565-43d8-9ac7-54c8b6fdc202 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:55:03,393 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bc882793-5565-43d8-9ac7-54c8b6fdc202 2018-08-19 10:55:03,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0691869258881s 2018-08-19 10:55:03,394 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bc882793-5565-43d8-9ac7-54c8b6fdc202 2018-08-19 10:55:03,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:55:03,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:03,677 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:03 GMT Server: Apache x-openstack-request-id: req-fd6a701a-db35-4138-ab44-f4ee5cd5bb0f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:55:03,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:03 GMT Server: Apache x-openstack-request-id: req-a3e1d582-6167-49a0-951e-316694ccfd07 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:55:03,719 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a3e1d582-6167-49a0-951e-316694ccfd07 2018-08-19 10:55:03,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.324760913849s 2018-08-19 10:55:03,719 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a3e1d582-6167-49a0-951e-316694ccfd07 2018-08-19 10:55:08,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:55:08,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:08,756 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:08 GMT Server: Apache x-openstack-request-id: req-d090086e-78b5-48e6-bbdf-0e11dd3d7c56 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:55:08,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:08 GMT Server: Apache x-openstack-request-id: req-b9cd0b03-bc29-45bf-b221-1386b715c352 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:55:08,798 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b9cd0b03-bc29-45bf-b221-1386b715c352 2018-08-19 10:55:08,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717270374298s 2018-08-19 10:55:08,798 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b9cd0b03-bc29-45bf-b221-1386b715c352 2018-08-19 10:55:13,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:55:13,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:13,834 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:13 GMT Server: Apache x-openstack-request-id: req-cc97db91-50c8-4e28-ace8-8ae8edbbab36 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:55:14,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:13 GMT Server: Apache x-openstack-request-id: req-fa9ae1d8-6834-4381-9714-727d7af21e55 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:55:14,162 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fa9ae1d8-6834-4381-9714-727d7af21e55 2018-08-19 10:55:14,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.357775211334s 2018-08-19 10:55:14,162 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fa9ae1d8-6834-4381-9714-727d7af21e55 2018-08-19 10:55:14,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:55:14,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:14,191 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:14 GMT Server: Apache x-openstack-request-id: req-434c012d-ae9b-417f-9941-235574955544 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:55:14,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:14 GMT Server: Apache x-openstack-request-id: req-52fd933b-c3ee-4abb-baea-b0d7ab61a881 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:55:14,233 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-52fd933b-c3ee-4abb-baea-b0d7ab61a881 2018-08-19 10:55:14,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0704720020294s 2018-08-19 10:55:14,233 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-52fd933b-c3ee-4abb-baea-b0d7ab61a881 2018-08-19 10:55:19,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:55:19,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:19,269 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:19 GMT Server: Apache x-openstack-request-id: req-467e43d2-911b-42e4-bdbd-e6375cb862f3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:55:19,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:19 GMT Server: Apache x-openstack-request-id: req-09bb10e5-d745-411d-96f2-a6aee9742936 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:55:19,312 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-09bb10e5-d745-411d-96f2-a6aee9742936 2018-08-19 10:55:19,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072557926178s 2018-08-19 10:55:19,313 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-09bb10e5-d745-411d-96f2-a6aee9742936 2018-08-19 10:55:24,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:55:24,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:24,348 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:24 GMT Server: Apache x-openstack-request-id: req-198c5506-0ec7-4bcf-a21f-822870fab79b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:55:24,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:24 GMT Server: Apache x-openstack-request-id: req-421c70b0-4118-4871-a81e-4567bb2ea978 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:55:24,390 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-421c70b0-4118-4871-a81e-4567bb2ea978 2018-08-19 10:55:24,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713448524475s 2018-08-19 10:55:24,390 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-421c70b0-4118-4871-a81e-4567bb2ea978 2018-08-19 10:55:24,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:55:24,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:24,420 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:24 GMT Server: Apache x-openstack-request-id: req-09cfc2ce-e3a8-41ca-aa67-c8ce9dbed22b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:55:24,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:24 GMT Server: Apache x-openstack-request-id: req-4b6b4359-1955-418f-97c7-465c5bf783f7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:55:24,463 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4b6b4359-1955-418f-97c7-465c5bf783f7 2018-08-19 10:55:24,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721302032471s 2018-08-19 10:55:24,464 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4b6b4359-1955-418f-97c7-465c5bf783f7 2018-08-19 10:55:29,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:55:29,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:29,500 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:29 GMT Server: Apache x-openstack-request-id: req-7b76f68f-e7cf-46ad-953a-5ed31e5b7b9c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:55:29,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:29 GMT Server: Apache x-openstack-request-id: req-5704ac33-b462-4a63-97a5-ca1bd2c1b368 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:55:29,796 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5704ac33-b462-4a63-97a5-ca1bd2c1b368 2018-08-19 10:55:29,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.326059818268s 2018-08-19 10:55:29,797 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5704ac33-b462-4a63-97a5-ca1bd2c1b368 2018-08-19 10:55:34,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:55:34,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:34,831 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:34 GMT Server: Apache x-openstack-request-id: req-3a8f4b1f-3c72-4182-b709-f789a945c9ca Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:55:34,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:34 GMT Server: Apache x-openstack-request-id: req-1322925a-5679-4786-b755-01a0efab5812 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:55:34,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1322925a-5679-4786-b755-01a0efab5812 2018-08-19 10:55:34,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0763010978699s 2018-08-19 10:55:34,879 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1322925a-5679-4786-b755-01a0efab5812 2018-08-19 10:55:34,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:55:34,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:35,103 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:34 GMT Server: Apache x-openstack-request-id: req-6b764aeb-be87-4b50-8815-bd9b182436a4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:55:35,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:35 GMT Server: Apache x-openstack-request-id: req-32c0ddd8-cd83-43b4-895f-46637094eb54 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:55:35,147 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-32c0ddd8-cd83-43b4-895f-46637094eb54 2018-08-19 10:55:35,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.26708483696s 2018-08-19 10:55:35,147 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-32c0ddd8-cd83-43b4-895f-46637094eb54 2018-08-19 10:55:40,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:55:40,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:40,184 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:40 GMT Server: Apache x-openstack-request-id: req-7b8df0c8-9d6b-4d4b-9934-e77c536ac2b4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:55:40,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:40 GMT Server: Apache x-openstack-request-id: req-47964ceb-735c-4eb4-b9a8-ab9083263184 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:55:40,503 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-47964ceb-735c-4eb4-b9a8-ab9083263184 2018-08-19 10:55:40,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.349648952484s 2018-08-19 10:55:40,504 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-47964ceb-735c-4eb4-b9a8-ab9083263184 2018-08-19 10:55:45,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:55:45,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:45,540 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:45 GMT Server: Apache x-openstack-request-id: req-3c48e980-39e9-453a-8ec4-b8bdadc1481b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:55:45,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:45 GMT Server: Apache x-openstack-request-id: req-2f385390-99f4-40d6-aca7-0f620fcd3da6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:55:45,857 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2f385390-99f4-40d6-aca7-0f620fcd3da6 2018-08-19 10:55:45,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.347359895706s 2018-08-19 10:55:45,858 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2f385390-99f4-40d6-aca7-0f620fcd3da6 2018-08-19 10:55:45,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:55:45,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:46,169 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:45 GMT Server: Apache x-openstack-request-id: req-7291b948-3ed1-47fb-84d3-d27222751c01 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:55:46,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:46 GMT Server: Apache x-openstack-request-id: req-b5a6a371-7412-4748-8a6a-b36958861b0b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:55:46,211 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b5a6a371-7412-4748-8a6a-b36958861b0b 2018-08-19 10:55:46,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.352845907211s 2018-08-19 10:55:46,212 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b5a6a371-7412-4748-8a6a-b36958861b0b 2018-08-19 10:55:51,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:55:51,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:51,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:51 GMT Server: Apache x-openstack-request-id: req-d3e3191d-b8ac-4d67-b94d-f354691e1cc0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:55:51,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:51 GMT Server: Apache x-openstack-request-id: req-e4bf94e1-6aa2-4d4a-a173-42c99afcd7f1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:55:51,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e4bf94e1-6aa2-4d4a-a173-42c99afcd7f1 2018-08-19 10:55:51,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715398788452s 2018-08-19 10:55:51,290 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e4bf94e1-6aa2-4d4a-a173-42c99afcd7f1 2018-08-19 10:55:56,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:55:56,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:56,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:56 GMT Server: Apache x-openstack-request-id: req-5ee2f16a-3ed8-4d4a-8316-626a2597d0c9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:55:56,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:56 GMT Server: Apache x-openstack-request-id: req-1cb96307-f281-430b-82e9-b4021fbd0127 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:55:56,370 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1cb96307-f281-430b-82e9-b4021fbd0127 2018-08-19 10:55:56,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735499858856s 2018-08-19 10:55:56,370 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1cb96307-f281-430b-82e9-b4021fbd0127 2018-08-19 10:55:56,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:55:56,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:55:56,402 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:55:56 GMT Server: Apache x-openstack-request-id: req-98b8b634-ed02-456a-bfd2-a1eab90a2b27 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:55:56,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:55:56 GMT Server: Apache x-openstack-request-id: req-0c96e5e4-eb98-468c-857a-4514b6fc079e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:55:56,714 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0c96e5e4-eb98-468c-857a-4514b6fc079e 2018-08-19 10:55:56,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.34289598465s 2018-08-19 10:55:56,714 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0c96e5e4-eb98-468c-857a-4514b6fc079e 2018-08-19 10:56:01,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:56:01,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:01,769 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:01 GMT Server: Apache x-openstack-request-id: req-bdb318df-cc68-490e-b159-83901943535e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:56:01,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:01 GMT Server: Apache x-openstack-request-id: req-589514d8-a3f2-41f7-bdd0-8d30d1ae7191 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:56:01,810 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-589514d8-a3f2-41f7-bdd0-8d30d1ae7191 2018-08-19 10:56:01,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0894510746002s 2018-08-19 10:56:01,811 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-589514d8-a3f2-41f7-bdd0-8d30d1ae7191 2018-08-19 10:56:06,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:56:06,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:06,842 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:06 GMT Server: Apache x-openstack-request-id: req-a78b2616-5139-4cd3-890b-dc9de3742613 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:56:06,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:06 GMT Server: Apache x-openstack-request-id: req-42af25c4-757c-4451-98a0-7fbe2e04712f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:56:06,883 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-42af25c4-757c-4451-98a0-7fbe2e04712f 2018-08-19 10:56:06,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714209079742s 2018-08-19 10:56:06,884 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-42af25c4-757c-4451-98a0-7fbe2e04712f 2018-08-19 10:56:06,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:56:06,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:06,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:06 GMT Server: Apache x-openstack-request-id: req-24bedf5b-7fcc-4e67-8de0-40f6940f3e60 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:56:06,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:06 GMT Server: Apache x-openstack-request-id: req-83692122-bc9d-46d5-8b5a-7ff7bd9e36e6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:56:06,971 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-83692122-bc9d-46d5-8b5a-7ff7bd9e36e6 2018-08-19 10:56:06,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0869791507721s 2018-08-19 10:56:06,972 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-83692122-bc9d-46d5-8b5a-7ff7bd9e36e6 2018-08-19 10:56:11,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:56:11,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:12,367 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:11 GMT Server: Apache x-openstack-request-id: req-618f8293-11cf-490c-87e0-e8be728750f3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:56:12,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:12 GMT Server: Apache x-openstack-request-id: req-5cda2e6a-0496-4ff9-b662-2f8815698250 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:56:12,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5cda2e6a-0496-4ff9-b662-2f8815698250 2018-08-19 10:56:12,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.433979988098s 2018-08-19 10:56:12,412 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5cda2e6a-0496-4ff9-b662-2f8815698250 2018-08-19 10:56:17,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:56:17,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:17,448 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:17 GMT Server: Apache x-openstack-request-id: req-9eb5cb21-276f-40be-a4ff-5d6b1352ccec Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:56:17,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:17 GMT Server: Apache x-openstack-request-id: req-a0d76c5d-c568-48ba-8708-0014f7f16a17 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:56:17,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a0d76c5d-c568-48ba-8708-0014f7f16a17 2018-08-19 10:56:17,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719039440155s 2018-08-19 10:56:17,490 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a0d76c5d-c568-48ba-8708-0014f7f16a17 2018-08-19 10:56:17,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:56:17,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:17,520 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:17 GMT Server: Apache x-openstack-request-id: req-d32eaa2b-5e73-4c46-8a70-34b8f8bad376 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:56:17,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:17 GMT Server: Apache x-openstack-request-id: req-d3bd6350-fd96-4d08-a209-149ba63f003a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:56:17,562 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d3bd6350-fd96-4d08-a209-149ba63f003a 2018-08-19 10:56:17,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.071191072464s 2018-08-19 10:56:17,563 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d3bd6350-fd96-4d08-a209-149ba63f003a 2018-08-19 10:56:22,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:56:22,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:22,863 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:22 GMT Server: Apache x-openstack-request-id: req-5195efac-2b54-45c4-a816-00d25e5f7528 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:56:22,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:22 GMT Server: Apache x-openstack-request-id: req-009d762e-a57a-40cd-bdd3-9108e04f32df Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:56:22,906 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-009d762e-a57a-40cd-bdd3-9108e04f32df 2018-08-19 10:56:22,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.33651804924s 2018-08-19 10:56:22,906 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-009d762e-a57a-40cd-bdd3-9108e04f32df 2018-08-19 10:56:27,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:56:27,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:27,941 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:27 GMT Server: Apache x-openstack-request-id: req-41a13ed3-49ad-47db-b870-ae5e8551548f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:56:28,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:27 GMT Server: Apache x-openstack-request-id: req-7ef0dd42-3caa-441f-ba7f-5145a8cc732e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:56:28,258 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7ef0dd42-3caa-441f-ba7f-5145a8cc732e 2018-08-19 10:56:28,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.346096038818s 2018-08-19 10:56:28,258 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7ef0dd42-3caa-441f-ba7f-5145a8cc732e 2018-08-19 10:56:28,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:56:28,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:28,288 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:28 GMT Server: Apache x-openstack-request-id: req-9d1ea25e-d1a1-4059-acd5-f75be6ca2561 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:56:28,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:28 GMT Server: Apache x-openstack-request-id: req-0c9414fb-05ea-4827-a895-0f9d5884eb28 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:56:28,330 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0c9414fb-05ea-4827-a895-0f9d5884eb28 2018-08-19 10:56:28,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709891319275s 2018-08-19 10:56:28,330 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0c9414fb-05ea-4827-a895-0f9d5884eb28 2018-08-19 10:56:33,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:56:33,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:33,370 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:33 GMT Server: Apache x-openstack-request-id: req-035a4084-a2fe-40a2-a9eb-88881c59f83d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:56:33,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:33 GMT Server: Apache x-openstack-request-id: req-fa027ec6-813b-4e4c-8269-89e1272ac082 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:56:33,413 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fa027ec6-813b-4e4c-8269-89e1272ac082 2018-08-19 10:56:33,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0760979652405s 2018-08-19 10:56:33,414 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fa027ec6-813b-4e4c-8269-89e1272ac082 2018-08-19 10:56:38,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:56:38,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:38,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:38 GMT Server: Apache x-openstack-request-id: req-876623d3-7b4c-4d62-b243-451cfc7aa020 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:56:38,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:38 GMT Server: Apache x-openstack-request-id: req-2da5e0ad-7dcc-4758-817a-6cb1758369fb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:56:38,854 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2da5e0ad-7dcc-4758-817a-6cb1758369fb 2018-08-19 10:56:38,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.434892177582s 2018-08-19 10:56:38,855 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2da5e0ad-7dcc-4758-817a-6cb1758369fb 2018-08-19 10:56:38,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:56:38,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:39,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:38 GMT Server: Apache x-openstack-request-id: req-ad8a247e-e322-47e1-a9b0-210161849ad3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:56:39,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:39 GMT Server: Apache x-openstack-request-id: req-3576d03c-5cf5-4539-ad25-de998035d701 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:56:39,215 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3576d03c-5cf5-4539-ad25-de998035d701 2018-08-19 10:56:39,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.359856128693s 2018-08-19 10:56:39,215 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3576d03c-5cf5-4539-ad25-de998035d701 2018-08-19 10:56:44,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:56:44,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:44,252 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:44 GMT Server: Apache x-openstack-request-id: req-615e2b63-c526-46f0-954c-64317058eaa6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:56:44,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:44 GMT Server: Apache x-openstack-request-id: req-44d2fe57-9e6d-48dd-b61f-3d5bbaf326c7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:56:44,295 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-44d2fe57-9e6d-48dd-b61f-3d5bbaf326c7 2018-08-19 10:56:44,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072793006897s 2018-08-19 10:56:44,296 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-44d2fe57-9e6d-48dd-b61f-3d5bbaf326c7 2018-08-19 10:56:49,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:56:49,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:49,599 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:49 GMT Server: Apache x-openstack-request-id: req-f55558c8-1c5c-40cd-abd5-9eb717d6efd8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:56:49,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:49 GMT Server: Apache x-openstack-request-id: req-fc02ef0d-ebf5-4094-847c-352657944b17 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:56:49,641 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fc02ef0d-ebf5-4094-847c-352657944b17 2018-08-19 10:56:49,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.339010000229s 2018-08-19 10:56:49,641 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fc02ef0d-ebf5-4094-847c-352657944b17 2018-08-19 10:56:49,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:56:49,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:49,671 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:49 GMT Server: Apache x-openstack-request-id: req-95a3d813-9ba0-4cdb-b887-7b392172e311 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:56:49,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:49 GMT Server: Apache x-openstack-request-id: req-91c3e7c6-81ca-47e0-89ea-22c548be33ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:56:49,966 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-91c3e7c6-81ca-47e0-89ea-22c548be33ac 2018-08-19 10:56:49,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.324763059616s 2018-08-19 10:56:49,967 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-91c3e7c6-81ca-47e0-89ea-22c548be33ac 2018-08-19 10:56:54,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:56:54,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:56:55,004 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:56:54 GMT Server: Apache x-openstack-request-id: req-d0765f88-4b5e-4ac0-a08a-1848a6c73d97 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:56:55,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:56:55 GMT Server: Apache x-openstack-request-id: req-b79f078c-aeea-45cc-b135-2ae0a7fcdf89 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:56:55,047 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b79f078c-aeea-45cc-b135-2ae0a7fcdf89 2018-08-19 10:56:55,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729591846466s 2018-08-19 10:56:55,047 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b79f078c-aeea-45cc-b135-2ae0a7fcdf89 2018-08-19 10:57:00,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:57:00,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:00,083 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:00 GMT Server: Apache x-openstack-request-id: req-e4fbc339-09c0-47b5-8365-66f7f7fa82e4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:57:00,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:00 GMT Server: Apache x-openstack-request-id: req-ddce1ea7-0db8-48db-a12e-e0da3cfc4392 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:57:00,125 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ddce1ea7-0db8-48db-a12e-e0da3cfc4392 2018-08-19 10:57:00,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718069076538s 2018-08-19 10:57:00,125 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ddce1ea7-0db8-48db-a12e-e0da3cfc4392 2018-08-19 10:57:00,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:57:00,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:00,171 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:00 GMT Server: Apache x-openstack-request-id: req-e9d1f10d-699f-4290-bddb-f0d56c4ee5dd Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:57:00,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:00 GMT Server: Apache x-openstack-request-id: req-d479e369-d6d2-4cde-80dd-1e8999e0f60b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:57:00,213 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d479e369-d6d2-4cde-80dd-1e8999e0f60b 2018-08-19 10:57:00,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0874760150909s 2018-08-19 10:57:00,214 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d479e369-d6d2-4cde-80dd-1e8999e0f60b 2018-08-19 10:57:05,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:57:05,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:05,253 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:05 GMT Server: Apache x-openstack-request-id: req-a0078154-efb4-452f-a03e-3421bd3947a1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:57:05,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:05 GMT Server: Apache x-openstack-request-id: req-e485472e-246b-4e84-87a3-c7bddbfc6050 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:57:05,295 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e485472e-246b-4e84-87a3-c7bddbfc6050 2018-08-19 10:57:05,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744030475616s 2018-08-19 10:57:05,295 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e485472e-246b-4e84-87a3-c7bddbfc6050 2018-08-19 10:57:10,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:57:10,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:10,351 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:10 GMT Server: Apache x-openstack-request-id: req-7fb88663-64ed-4b29-a1fa-caf186fdd24b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:57:10,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:10 GMT Server: Apache x-openstack-request-id: req-2df29ce5-58f2-42d8-a9a0-1949cbf1e065 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:57:10,393 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2df29ce5-58f2-42d8-a9a0-1949cbf1e065 2018-08-19 10:57:10,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.092099905014s 2018-08-19 10:57:10,394 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2df29ce5-58f2-42d8-a9a0-1949cbf1e065 2018-08-19 10:57:10,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:57:10,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:10,427 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:10 GMT Server: Apache x-openstack-request-id: req-284d439a-82de-42ab-ab1b-fe0e6ded192d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:57:10,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:10 GMT Server: Apache x-openstack-request-id: req-5d240f3f-8362-4515-95fe-7cae2e3068ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:57:10,740 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5d240f3f-8362-4515-95fe-7cae2e3068ce 2018-08-19 10:57:10,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.345436096191s 2018-08-19 10:57:10,740 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5d240f3f-8362-4515-95fe-7cae2e3068ce 2018-08-19 10:57:15,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:57:15,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:16,174 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:15 GMT Server: Apache x-openstack-request-id: req-02063353-2d09-475f-bf0c-1ff0cccaa8bd Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:57:16,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:16 GMT Server: Apache x-openstack-request-id: req-b000f2a4-6d41-4b7d-87a4-048385b1304d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:57:16,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b000f2a4-6d41-4b7d-87a4-048385b1304d 2018-08-19 10:57:16,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.469350814819s 2018-08-19 10:57:16,217 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b000f2a4-6d41-4b7d-87a4-048385b1304d 2018-08-19 10:57:21,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:57:21,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:21,252 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:21 GMT Server: Apache x-openstack-request-id: req-2c39682e-a0d3-4610-b7a8-8332e3da2f86 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:57:21,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:21 GMT Server: Apache x-openstack-request-id: req-abf0a1bf-71da-4a81-a3bc-9d1df2841c0d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:57:21,551 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-abf0a1bf-71da-4a81-a3bc-9d1df2841c0d 2018-08-19 10:57:21,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.328750133514s 2018-08-19 10:57:21,552 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-abf0a1bf-71da-4a81-a3bc-9d1df2841c0d 2018-08-19 10:57:21,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:57:21,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:21,582 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:21 GMT Server: Apache x-openstack-request-id: req-9c2e8513-2dce-46eb-a3fc-0b14f6f31b12 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:57:21,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:21 GMT Server: Apache x-openstack-request-id: req-f4d96bd2-9dff-42ba-9e74-f861fa04d493 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:57:21,624 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f4d96bd2-9dff-42ba-9e74-f861fa04d493 2018-08-19 10:57:21,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722239017487s 2018-08-19 10:57:21,625 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f4d96bd2-9dff-42ba-9e74-f861fa04d493 2018-08-19 10:57:26,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:57:26,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:26,662 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:26 GMT Server: Apache x-openstack-request-id: req-098e803c-398f-4905-be37-0c1b4f6af0d0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:57:26,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:26 GMT Server: Apache x-openstack-request-id: req-9ea669f7-4570-4368-bd8f-70cc8d9af704 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:57:26,705 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9ea669f7-4570-4368-bd8f-70cc8d9af704 2018-08-19 10:57:26,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729870796204s 2018-08-19 10:57:26,705 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9ea669f7-4570-4368-bd8f-70cc8d9af704 2018-08-19 10:57:31,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:57:31,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:32,003 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:31 GMT Server: Apache x-openstack-request-id: req-89e3b1eb-bd25-45cb-bbc9-ead50dc25d71 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:57:32,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:32 GMT Server: Apache x-openstack-request-id: req-4e4144f2-1245-4388-93a2-dbffc5e47fe7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:57:32,046 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4e4144f2-1245-4388-93a2-dbffc5e47fe7 2018-08-19 10:57:32,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.334475040436s 2018-08-19 10:57:32,046 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4e4144f2-1245-4388-93a2-dbffc5e47fe7 2018-08-19 10:57:32,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:57:32,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:32,077 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:32 GMT Server: Apache x-openstack-request-id: req-d4e13eb7-5b35-42ef-bad6-1ed4a1dc9766 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:57:32,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:32 GMT Server: Apache x-openstack-request-id: req-37627c33-bf58-4b71-9621-73c2720343c2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:57:32,119 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-37627c33-bf58-4b71-9621-73c2720343c2 2018-08-19 10:57:32,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0723521709442s 2018-08-19 10:57:32,119 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-37627c33-bf58-4b71-9621-73c2720343c2 2018-08-19 10:57:37,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:57:37,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:37,172 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:37 GMT Server: Apache x-openstack-request-id: req-af0924e1-0d61-471b-be75-09a31bcc4e34 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:57:37,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:37 GMT Server: Apache x-openstack-request-id: req-33618f50-d3ea-4a45-a467-a6952173eafd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:57:37,214 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-33618f50-d3ea-4a45-a467-a6952173eafd 2018-08-19 10:57:37,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0881819725037s 2018-08-19 10:57:37,215 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-33618f50-d3ea-4a45-a467-a6952173eafd 2018-08-19 10:57:42,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:57:42,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:42,251 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:42 GMT Server: Apache x-openstack-request-id: req-b7e783fd-d1f0-4273-bae6-805ca53ae2c9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:57:42,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:42 GMT Server: Apache x-openstack-request-id: req-5dde8252-eb17-4f8e-826c-df17f9a7e2cb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:57:42,294 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5dde8252-eb17-4f8e-826c-df17f9a7e2cb 2018-08-19 10:57:42,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739331245422s 2018-08-19 10:57:42,295 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5dde8252-eb17-4f8e-826c-df17f9a7e2cb 2018-08-19 10:57:42,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:57:42,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:42,583 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:42 GMT Server: Apache x-openstack-request-id: req-7a5ff002-f566-4733-beb4-1c470f1a6c80 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:57:42,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:42 GMT Server: Apache x-openstack-request-id: req-383dbac2-f62f-4a32-8dc5-bd60305c8dcc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:57:42,625 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-383dbac2-f62f-4a32-8dc5-bd60305c8dcc 2018-08-19 10:57:42,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.330015897751s 2018-08-19 10:57:42,626 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-383dbac2-f62f-4a32-8dc5-bd60305c8dcc 2018-08-19 10:57:47,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:57:47,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:47,679 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:47 GMT Server: Apache x-openstack-request-id: req-ed7cc3d9-e918-4be8-be09-4d1a6b53de98 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:57:47,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:47 GMT Server: Apache x-openstack-request-id: req-8ddc94cc-a4c0-4d14-b901-9123a366ee65 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:57:47,721 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8ddc94cc-a4c0-4d14-b901-9123a366ee65 2018-08-19 10:57:47,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0887248516083s 2018-08-19 10:57:47,722 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8ddc94cc-a4c0-4d14-b901-9123a366ee65 2018-08-19 10:57:52,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:57:52,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:52,760 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:52 GMT Server: Apache x-openstack-request-id: req-30bf3e17-ad59-4582-a7d3-086a4bfc559f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:57:52,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:52 GMT Server: Apache x-openstack-request-id: req-f9724748-fd5b-446d-a43b-86ef6133930e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:57:52,802 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f9724748-fd5b-446d-a43b-86ef6133930e 2018-08-19 10:57:52,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743041038513s 2018-08-19 10:57:52,802 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f9724748-fd5b-446d-a43b-86ef6133930e 2018-08-19 10:57:52,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:57:52,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:52,831 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:52 GMT Server: Apache x-openstack-request-id: req-1eff3e02-716b-4325-b3cd-1acb8bfc4091 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:57:52,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:52 GMT Server: Apache x-openstack-request-id: req-de4bc597-bb39-4ab0-bb04-6cc43cc9ace9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:57:52,856 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-de4bc597-bb39-4ab0-bb04-6cc43cc9ace9 2018-08-19 10:57:52,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0531978607178s 2018-08-19 10:57:52,856 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-de4bc597-bb39-4ab0-bb04-6cc43cc9ace9 2018-08-19 10:57:57,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:57:57,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:57:57,894 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:57:57 GMT Server: Apache x-openstack-request-id: req-632f14a2-eb37-487a-8c50-2ca0544e43d4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:57:57,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:57:57 GMT Server: Apache x-openstack-request-id: req-bac0213c-4bd4-4608-96d9-f47df900febb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:57:57,935 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bac0213c-4bd4-4608-96d9-f47df900febb 2018-08-19 10:57:57,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720419883728s 2018-08-19 10:57:57,935 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bac0213c-4bd4-4608-96d9-f47df900febb 2018-08-19 10:58:02,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:58:02,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:02,972 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:02 GMT Server: Apache x-openstack-request-id: req-153472bf-42cc-44fd-bb06-455f820c887a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:58:03,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:02 GMT Server: Apache x-openstack-request-id: req-eb01e1eb-2a3d-45cc-8947-a1516e350af3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:58:03,014 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-eb01e1eb-2a3d-45cc-8947-a1516e350af3 2018-08-19 10:58:03,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730819702148s 2018-08-19 10:58:03,015 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-eb01e1eb-2a3d-45cc-8947-a1516e350af3 2018-08-19 10:58:03,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:58:03,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:03,047 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:03 GMT Server: Apache x-openstack-request-id: req-31f79adf-3c32-4a2c-92f7-de8aed86b810 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:58:03,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:03 GMT Server: Apache x-openstack-request-id: req-0681f008-4657-49bf-971a-8cff7ddb2a09 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:58:03,073 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0681f008-4657-49bf-971a-8cff7ddb2a09 2018-08-19 10:58:03,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0572719573975s 2018-08-19 10:58:03,073 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0681f008-4657-49bf-971a-8cff7ddb2a09 2018-08-19 10:58:08,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:58:08,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:08,110 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:08 GMT Server: Apache x-openstack-request-id: req-40091575-a87c-4d9e-9692-c8de8a1e69ce Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:58:08,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:08 GMT Server: Apache x-openstack-request-id: req-b9b36020-e855-48fb-b6e1-2b100ed3a09b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:58:08,407 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b9b36020-e855-48fb-b6e1-2b100ed3a09b 2018-08-19 10:58:08,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.326903104782s 2018-08-19 10:58:08,407 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b9b36020-e855-48fb-b6e1-2b100ed3a09b 2018-08-19 10:58:13,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:58:13,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:13,443 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:13 GMT Server: Apache x-openstack-request-id: req-68db9584-c6b9-4652-87a8-b08b5f4ca881 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:58:13,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:13 GMT Server: Apache x-openstack-request-id: req-41e6a553-3af8-4a70-8635-454c5bcd49c6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:58:13,484 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-41e6a553-3af8-4a70-8635-454c5bcd49c6 2018-08-19 10:58:13,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714528560638s 2018-08-19 10:58:13,485 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-41e6a553-3af8-4a70-8635-454c5bcd49c6 2018-08-19 10:58:13,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:58:13,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:13,514 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:13 GMT Server: Apache x-openstack-request-id: req-b97ac25b-8b13-4675-9f41-3a1014545bee Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:58:13,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:13 GMT Server: Apache x-openstack-request-id: req-d83150a3-d50d-401d-b8d4-95531cad5086 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:58:13,556 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d83150a3-d50d-401d-b8d4-95531cad5086 2018-08-19 10:58:13,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709419250488s 2018-08-19 10:58:13,557 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d83150a3-d50d-401d-b8d4-95531cad5086 2018-08-19 10:58:18,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:58:18,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:18,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:18 GMT Server: Apache x-openstack-request-id: req-b6d196e0-89ed-43d4-8667-8ef261492fc4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:58:18,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:18 GMT Server: Apache x-openstack-request-id: req-f68505fb-38e6-4d2d-acdf-67b7f6ac128f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:58:18,635 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f68505fb-38e6-4d2d-acdf-67b7f6ac128f 2018-08-19 10:58:18,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712769031525s 2018-08-19 10:58:18,635 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f68505fb-38e6-4d2d-acdf-67b7f6ac128f 2018-08-19 10:58:23,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:58:23,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:23,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:23 GMT Server: Apache x-openstack-request-id: req-96053a34-b936-4a34-b7e7-0dd9eabf1b9d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:58:23,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:23 GMT Server: Apache x-openstack-request-id: req-1d2db09b-63bd-4407-898e-9c6914bf9dbe Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:58:23,712 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1d2db09b-63bd-4407-898e-9c6914bf9dbe 2018-08-19 10:58:23,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708608627319s 2018-08-19 10:58:23,712 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1d2db09b-63bd-4407-898e-9c6914bf9dbe 2018-08-19 10:58:23,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:58:23,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:23,743 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:23 GMT Server: Apache x-openstack-request-id: req-c8c6d4f7-241a-454f-a7eb-c6c2443b5f9d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:58:24,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:23 GMT Server: Apache x-openstack-request-id: req-f6020b3d-3543-437a-8818-eb1574b4b1dd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:58:24,035 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f6020b3d-3543-437a-8818-eb1574b4b1dd 2018-08-19 10:58:24,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.322056055069s 2018-08-19 10:58:24,035 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f6020b3d-3543-437a-8818-eb1574b4b1dd 2018-08-19 10:58:29,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:58:29,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:29,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:29 GMT Server: Apache x-openstack-request-id: req-c373be42-b306-42a0-a6e4-2f2f5f80464d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:58:29,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:29 GMT Server: Apache x-openstack-request-id: req-fdeddc74-c793-4886-912b-6c23c72c3521 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:58:29,113 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fdeddc74-c793-4886-912b-6c23c72c3521 2018-08-19 10:58:29,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714797973633s 2018-08-19 10:58:29,114 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fdeddc74-c793-4886-912b-6c23c72c3521 2018-08-19 10:58:34,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:58:34,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:34,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:34 GMT Server: Apache x-openstack-request-id: req-67f73be9-58c5-45c4-8244-0db1565f4686 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:58:34,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:34 GMT Server: Apache x-openstack-request-id: req-3ecb53ea-fa49-4e4c-8689-d807d3955f53 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:58:34,195 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3ecb53ea-fa49-4e4c-8689-d807d3955f53 2018-08-19 10:58:34,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750839710236s 2018-08-19 10:58:34,195 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3ecb53ea-fa49-4e4c-8689-d807d3955f53 2018-08-19 10:58:34,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:58:34,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:34,226 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:34 GMT Server: Apache x-openstack-request-id: req-92010c32-6222-49eb-8880-11716263ed7b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:58:34,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:34 GMT Server: Apache x-openstack-request-id: req-172ac789-4cad-4180-99d8-36c8076266b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:58:34,268 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-172ac789-4cad-4180-99d8-36c8076266b3 2018-08-19 10:58:34,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721771717072s 2018-08-19 10:58:34,268 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-172ac789-4cad-4180-99d8-36c8076266b3 2018-08-19 10:58:39,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:58:39,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:39,322 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:39 GMT Server: Apache x-openstack-request-id: req-7332180c-ad9d-4eea-b1d7-df1de641aab8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:58:39,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:39 GMT Server: Apache x-openstack-request-id: req-5ded792f-e6b5-4bb9-bc0b-1c3ff8c67d0d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:58:39,365 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5ded792f-e6b5-4bb9-bc0b-1c3ff8c67d0d 2018-08-19 10:58:39,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0900790691376s 2018-08-19 10:58:39,365 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5ded792f-e6b5-4bb9-bc0b-1c3ff8c67d0d 2018-08-19 10:58:44,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:58:44,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:44,417 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:44 GMT Server: Apache x-openstack-request-id: req-70bf3b02-f036-49d1-ada6-42bc180e973e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:58:44,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:44 GMT Server: Apache x-openstack-request-id: req-2d1babd6-8467-428c-b7e3-439258a8494a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:58:44,459 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2d1babd6-8467-428c-b7e3-439258a8494a 2018-08-19 10:58:44,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0881659984589s 2018-08-19 10:58:44,459 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2d1babd6-8467-428c-b7e3-439258a8494a 2018-08-19 10:58:44,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:58:44,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:44,490 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:44 GMT Server: Apache x-openstack-request-id: req-5ee100bb-13be-42d9-bf13-74fbc738745f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:58:44,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:44 GMT Server: Apache x-openstack-request-id: req-51add170-a6cd-4473-b92f-667fb32c5db1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:58:44,803 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-51add170-a6cd-4473-b92f-667fb32c5db1 2018-08-19 10:58:44,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.342993021011s 2018-08-19 10:58:44,803 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-51add170-a6cd-4473-b92f-667fb32c5db1 2018-08-19 10:58:49,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:58:49,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:49,838 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:49 GMT Server: Apache x-openstack-request-id: req-471be581-b383-48d7-9886-175fc99362a2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:58:49,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:49 GMT Server: Apache x-openstack-request-id: req-b120a86b-d9fb-463e-95a4-99bf30a5300a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:58:49,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b120a86b-d9fb-463e-95a4-99bf30a5300a 2018-08-19 10:58:49,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0686459541321s 2018-08-19 10:58:49,879 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b120a86b-d9fb-463e-95a4-99bf30a5300a 2018-08-19 10:58:54,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:58:54,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:54,915 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:54 GMT Server: Apache x-openstack-request-id: req-4f12016d-23db-4840-af5d-bdd9a5caf20b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:58:54,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:54 GMT Server: Apache x-openstack-request-id: req-5bc12272-aa30-4a5d-ab99-fe8e8b53f8e9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:58:54,957 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5bc12272-aa30-4a5d-ab99-fe8e8b53f8e9 2018-08-19 10:58:54,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722670555115s 2018-08-19 10:58:54,958 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5bc12272-aa30-4a5d-ab99-fe8e8b53f8e9 2018-08-19 10:58:54,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:58:54,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:58:54,989 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:58:54 GMT Server: Apache x-openstack-request-id: req-d4ba2746-d267-4389-ac5d-51998d2b8ae3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:58:55,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:58:54 GMT Server: Apache x-openstack-request-id: req-ae00879e-06ed-4242-a5d4-616254ddf501 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:58:55,283 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ae00879e-06ed-4242-a5d4-616254ddf501 2018-08-19 10:58:55,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.324605941772s 2018-08-19 10:58:55,283 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ae00879e-06ed-4242-a5d4-616254ddf501 2018-08-19 10:59:00,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:59:00,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:00,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:00 GMT Server: Apache x-openstack-request-id: req-467b0c50-c48a-4565-bc22-5e680d0cb89b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:59:00,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:00 GMT Server: Apache x-openstack-request-id: req-03793520-3ec2-4e5b-96c5-f4e96b5e3c20 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:59:00,361 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-03793520-3ec2-4e5b-96c5-f4e96b5e3c20 2018-08-19 10:59:00,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714769363403s 2018-08-19 10:59:00,362 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-03793520-3ec2-4e5b-96c5-f4e96b5e3c20 2018-08-19 10:59:05,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:59:05,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:05,411 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:05 GMT Server: Apache x-openstack-request-id: req-a77dd5e2-0a34-4857-91c1-73de6206c59b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:59:05,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:05 GMT Server: Apache x-openstack-request-id: req-90b70881-9f94-4478-b738-64ccf0162f2a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:59:05,453 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-90b70881-9f94-4478-b738-64ccf0162f2a 2018-08-19 10:59:05,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0886518955231s 2018-08-19 10:59:05,454 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-90b70881-9f94-4478-b738-64ccf0162f2a 2018-08-19 10:59:05,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:59:05,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:05,484 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:05 GMT Server: Apache x-openstack-request-id: req-fd0ba3ee-b15a-40fa-a7e3-1f813c1cf338 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:59:05,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:05 GMT Server: Apache x-openstack-request-id: req-3e5a0bea-46a0-4bea-85ca-898e83755ea1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:59:05,525 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3e5a0bea-46a0-4bea-85ca-898e83755ea1 2018-08-19 10:59:05,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712161064148s 2018-08-19 10:59:05,526 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3e5a0bea-46a0-4bea-85ca-898e83755ea1 2018-08-19 10:59:10,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:59:10,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:10,565 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:10 GMT Server: Apache x-openstack-request-id: req-b432a8e5-8b88-475a-8836-65fbbd64da98 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:59:10,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:10 GMT Server: Apache x-openstack-request-id: req-5ed417c4-ea23-48f8-8bab-bcd2ca293a40 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:59:10,611 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5ed417c4-ea23-48f8-8bab-bcd2ca293a40 2018-08-19 10:59:10,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0780639648438s 2018-08-19 10:59:10,611 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5ed417c4-ea23-48f8-8bab-bcd2ca293a40 2018-08-19 10:59:15,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:59:15,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:15,646 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:15 GMT Server: Apache x-openstack-request-id: req-860ff5bf-93d6-4d91-ac2b-0ba3f5f96a7e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:59:15,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:15 GMT Server: Apache x-openstack-request-id: req-564699b0-58fe-4e4b-93a8-38c62a04c75f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:59:15,687 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-564699b0-58fe-4e4b-93a8-38c62a04c75f 2018-08-19 10:59:15,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708229541779s 2018-08-19 10:59:15,688 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-564699b0-58fe-4e4b-93a8-38c62a04c75f 2018-08-19 10:59:15,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:59:15,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:15,719 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:15 GMT Server: Apache x-openstack-request-id: req-0f614a7b-1a59-4bb3-8094-4a8d02d729b8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:59:15,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:15 GMT Server: Apache x-openstack-request-id: req-a5e9d4cb-7a2a-4e71-aeaf-8226bcf25f80 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:59:15,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a5e9d4cb-7a2a-4e71-aeaf-8226bcf25f80 2018-08-19 10:59:15,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722169876099s 2018-08-19 10:59:15,761 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a5e9d4cb-7a2a-4e71-aeaf-8226bcf25f80 2018-08-19 10:59:20,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:59:20,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:20,798 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:20 GMT Server: Apache x-openstack-request-id: req-f56ae513-dd55-4e68-8bf7-fc98b4bf5cc5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:59:20,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:20 GMT Server: Apache x-openstack-request-id: req-4511f286-fbb8-47f0-bef5-94054a0c508f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:59:20,840 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4511f286-fbb8-47f0-bef5-94054a0c508f 2018-08-19 10:59:20,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718610286713s 2018-08-19 10:59:20,840 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4511f286-fbb8-47f0-bef5-94054a0c508f 2018-08-19 10:59:25,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:59:25,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:25,902 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:25 GMT Server: Apache x-openstack-request-id: req-9de57478-4022-4d0c-bd9f-4a63ba71f10a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:59:25,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:25 GMT Server: Apache x-openstack-request-id: req-d91e0d87-b631-4dcc-af1c-e6b224508b73 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:59:25,980 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d91e0d87-b631-4dcc-af1c-e6b224508b73 2018-08-19 10:59:25,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.133306980133s 2018-08-19 10:59:25,980 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d91e0d87-b631-4dcc-af1c-e6b224508b73 2018-08-19 10:59:25,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:59:25,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:26,031 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:25 GMT Server: Apache x-openstack-request-id: req-10c73f8a-a771-4872-a4c2-b70a93a2bd46 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:59:26,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:26 GMT Server: Apache x-openstack-request-id: req-7c5f6792-5d23-40fd-808b-917be70d113b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:59:26,077 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7c5f6792-5d23-40fd-808b-917be70d113b 2018-08-19 10:59:26,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0965478420258s 2018-08-19 10:59:26,077 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7c5f6792-5d23-40fd-808b-917be70d113b 2018-08-19 10:59:31,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:59:31,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:31,110 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:31 GMT Server: Apache x-openstack-request-id: req-befa0b7a-b9a5-4498-abe8-84a6a5348b5b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:59:31,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:31 GMT Server: Apache x-openstack-request-id: req-7d9d9684-47ad-42d1-b507-af0ad08852cf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:59:31,151 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7d9d9684-47ad-42d1-b507-af0ad08852cf 2018-08-19 10:59:31,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0668621063232s 2018-08-19 10:59:31,151 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7d9d9684-47ad-42d1-b507-af0ad08852cf 2018-08-19 10:59:36,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:59:36,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:36,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:36 GMT Server: Apache x-openstack-request-id: req-c4f37347-5bae-4ab9-bdd2-8a34d8c105a5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:59:36,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:36 GMT Server: Apache x-openstack-request-id: req-de10b845-4b34-44df-b42f-ee3d9b1c8de8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:59:36,230 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-de10b845-4b34-44df-b42f-ee3d9b1c8de8 2018-08-19 10:59:36,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731010437012s 2018-08-19 10:59:36,231 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-de10b845-4b34-44df-b42f-ee3d9b1c8de8 2018-08-19 10:59:36,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:59:36,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:36,261 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:36 GMT Server: Apache x-openstack-request-id: req-afa10202-7b36-4f5f-9f27-f8c9060e7e92 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:59:36,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:36 GMT Server: Apache x-openstack-request-id: req-83f3356f-fdf4-4303-9ac3-dae620954414 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:59:36,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-83f3356f-fdf4-4303-9ac3-dae620954414 2018-08-19 10:59:36,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0725610256195s 2018-08-19 10:59:36,304 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-83f3356f-fdf4-4303-9ac3-dae620954414 2018-08-19 10:59:41,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:59:41,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:41,341 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:41 GMT Server: Apache x-openstack-request-id: req-ffd566c8-1e93-4036-af25-fe398cb5015a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:59:41,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:41 GMT Server: Apache x-openstack-request-id: req-6a026dc6-4738-4459-bdf9-0b2e90c1f4cd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:59:41,657 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6a026dc6-4738-4459-bdf9-0b2e90c1f4cd 2018-08-19 10:59:41,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.346530914307s 2018-08-19 10:59:41,658 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6a026dc6-4738-4459-bdf9-0b2e90c1f4cd 2018-08-19 10:59:46,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:59:46,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:46,694 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:46 GMT Server: Apache x-openstack-request-id: req-5dc6ba3d-c39a-4889-ba56-99bd53965e87 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:59:46,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:46 GMT Server: Apache x-openstack-request-id: req-91d0bd6a-23a9-4a53-8603-27744d31d75b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:59:46,980 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-91d0bd6a-23a9-4a53-8603-27744d31d75b 2018-08-19 10:59:46,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.316432952881s 2018-08-19 10:59:46,981 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-91d0bd6a-23a9-4a53-8603-27744d31d75b 2018-08-19 10:59:46,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:59:46,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:47,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:46 GMT Server: Apache x-openstack-request-id: req-11f98617-f4d4-4816-a653-bea8ca9171ad Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:59:47,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:47 GMT Server: Apache x-openstack-request-id: req-691b4ab6-5032-4eb6-b936-f99956fec7fe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:59:47,332 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-691b4ab6-5032-4eb6-b936-f99956fec7fe 2018-08-19 10:59:47,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.350358009338s 2018-08-19 10:59:47,332 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-691b4ab6-5032-4eb6-b936-f99956fec7fe 2018-08-19 10:59:52,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:59:52,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:52,369 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:52 GMT Server: Apache x-openstack-request-id: req-d8c09ba3-a7b5-4c21-9e60-a3815518439b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:59:52,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:52 GMT Server: Apache x-openstack-request-id: req-be4c98de-1fa5-41b3-979d-ed777a7b7a89 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:59:52,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-be4c98de-1fa5-41b3-979d-ed777a7b7a89 2018-08-19 10:59:52,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732660293579s 2018-08-19 10:59:52,413 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-be4c98de-1fa5-41b3-979d-ed777a7b7a89 2018-08-19 10:59:57,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 10:59:57,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:57,448 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:57 GMT Server: Apache x-openstack-request-id: req-b2e6db88-6e08-4747-b97b-8f9d33e515c6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 10:59:57,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:57 GMT Server: Apache x-openstack-request-id: req-655ae429-4449-4dec-9754-74b7d033f524 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 10:59:57,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-655ae429-4449-4dec-9754-74b7d033f524 2018-08-19 10:59:57,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072007894516s 2018-08-19 10:59:57,491 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-655ae429-4449-4dec-9754-74b7d033f524 2018-08-19 10:59:57,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 10:59:57,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 10:59:57,828 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 10:59:57 GMT Server: Apache x-openstack-request-id: req-f670dc19-28ab-4579-aa53-24673b300db8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 10:59:57,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 10:59:57 GMT Server: Apache x-openstack-request-id: req-5f227f16-c5ed-405c-9f2d-5638af5e933e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 10:59:57,871 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5f227f16-c5ed-405c-9f2d-5638af5e933e 2018-08-19 10:59:57,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.379565000534s 2018-08-19 10:59:57,871 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5f227f16-c5ed-405c-9f2d-5638af5e933e 2018-08-19 11:00:02,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:00:02,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:02,909 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:02 GMT Server: Apache x-openstack-request-id: req-b9b92872-1e13-4937-b603-c604096182b0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:00:02,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:02 GMT Server: Apache x-openstack-request-id: req-8a6c0cc1-449a-4d40-b84f-09e5ecd91ed7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:00:02,950 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8a6c0cc1-449a-4d40-b84f-09e5ecd91ed7 2018-08-19 11:00:02,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722711086273s 2018-08-19 11:00:02,951 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8a6c0cc1-449a-4d40-b84f-09e5ecd91ed7 2018-08-19 11:00:07,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:00:07,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:07,988 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:07 GMT Server: Apache x-openstack-request-id: req-01199cc0-cb9b-4042-b19a-cc45113b7d4e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:00:08,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:07 GMT Server: Apache x-openstack-request-id: req-b94f2fd1-b6bc-4256-9898-fcab1c34a7f2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:00:08,030 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b94f2fd1-b6bc-4256-9898-fcab1c34a7f2 2018-08-19 11:00:08,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727090835571s 2018-08-19 11:00:08,030 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b94f2fd1-b6bc-4256-9898-fcab1c34a7f2 2018-08-19 11:00:08,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:00:08,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:08,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:08 GMT Server: Apache x-openstack-request-id: req-d2ee22f2-d87f-4af6-a3ef-46af49e59be4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:00:08,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:08 GMT Server: Apache x-openstack-request-id: req-52dd2526-a16a-498c-9680-526bc8a3dd34 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:00:08,373 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-52dd2526-a16a-498c-9680-526bc8a3dd34 2018-08-19 11:00:08,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.342052936554s 2018-08-19 11:00:08,373 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-52dd2526-a16a-498c-9680-526bc8a3dd34 2018-08-19 11:00:13,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:00:13,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:13,681 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:13 GMT Server: Apache x-openstack-request-id: req-668edef5-2a59-4aea-a82a-074c1ae52bb4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:00:13,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:13 GMT Server: Apache x-openstack-request-id: req-716c1f7a-4415-4488-a2be-94a09c740964 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:00:13,965 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-716c1f7a-4415-4488-a2be-94a09c740964 2018-08-19 11:00:13,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.584439992905s 2018-08-19 11:00:13,965 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-716c1f7a-4415-4488-a2be-94a09c740964 2018-08-19 11:00:18,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:00:18,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:18,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:18 GMT Server: Apache x-openstack-request-id: req-8fcc6bb6-3116-495b-8272-289fbb076c3e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:00:19,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:19 GMT Server: Apache x-openstack-request-id: req-113c7563-2510-483f-a033-8d7d5da321d8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:00:19,041 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-113c7563-2510-483f-a033-8d7d5da321d8 2018-08-19 11:00:19,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0699808597565s 2018-08-19 11:00:19,041 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-113c7563-2510-483f-a033-8d7d5da321d8 2018-08-19 11:00:19,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:00:19,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:19,071 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:19 GMT Server: Apache x-openstack-request-id: req-a84f466c-e00d-4a70-952f-b6a71a2a5e21 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:00:19,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:19 GMT Server: Apache x-openstack-request-id: req-af9237a5-e30a-4d75-b40b-10b987a21b12 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:00:19,112 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-af9237a5-e30a-4d75-b40b-10b987a21b12 2018-08-19 11:00:19,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0705218315125s 2018-08-19 11:00:19,113 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-af9237a5-e30a-4d75-b40b-10b987a21b12 2018-08-19 11:00:24,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:00:24,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:24,420 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:24 GMT Server: Apache x-openstack-request-id: req-c81038bd-29db-4134-aecd-379f618de0d4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:00:24,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:24 GMT Server: Apache x-openstack-request-id: req-41dc7e51-6598-4a99-9acf-8461277861bd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:00:24,463 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-41dc7e51-6598-4a99-9acf-8461277861bd 2018-08-19 11:00:24,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.343313932419s 2018-08-19 11:00:24,463 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-41dc7e51-6598-4a99-9acf-8461277861bd 2018-08-19 11:00:29,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:00:29,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:29,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:29 GMT Server: Apache x-openstack-request-id: req-d0a675c5-77bd-41a3-8a1d-fa0315942f9a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:00:29,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:29 GMT Server: Apache x-openstack-request-id: req-b0af11f6-1e84-4cd5-9c49-bfaf390f5343 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:00:29,540 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b0af11f6-1e84-4cd5-9c49-bfaf390f5343 2018-08-19 11:00:29,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073205947876s 2018-08-19 11:00:29,540 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b0af11f6-1e84-4cd5-9c49-bfaf390f5343 2018-08-19 11:00:29,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:00:29,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:29,849 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:29 GMT Server: Apache x-openstack-request-id: req-cbb77839-a7bc-4894-8b55-9171a035eb2e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:00:29,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:29 GMT Server: Apache x-openstack-request-id: req-9a363249-8917-4a21-9319-4252044eb04b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:00:29,891 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9a363249-8917-4a21-9319-4252044eb04b 2018-08-19 11:00:29,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.350360870361s 2018-08-19 11:00:29,892 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9a363249-8917-4a21-9319-4252044eb04b 2018-08-19 11:00:34,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:00:34,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:34,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:34 GMT Server: Apache x-openstack-request-id: req-5467a0eb-b489-4ded-b5c8-519a6a2bd74f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:00:34,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:34 GMT Server: Apache x-openstack-request-id: req-d48264f3-7398-45dd-a67c-bfddd6f69644 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:00:34,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d48264f3-7398-45dd-a67c-bfddd6f69644 2018-08-19 11:00:34,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0760951042175s 2018-08-19 11:00:34,975 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d48264f3-7398-45dd-a67c-bfddd6f69644 2018-08-19 11:00:39,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:00:39,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:40,010 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:39 GMT Server: Apache x-openstack-request-id: req-f50fa73f-7196-4800-b77b-15c3f08577e5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:00:40,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:40 GMT Server: Apache x-openstack-request-id: req-14424f48-9eaf-4de8-9015-1a045cb7137f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:00:40,051 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-14424f48-9eaf-4de8-9015-1a045cb7137f 2018-08-19 11:00:40,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0703308582306s 2018-08-19 11:00:40,052 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-14424f48-9eaf-4de8-9015-1a045cb7137f 2018-08-19 11:00:40,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:00:40,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:40,376 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:40 GMT Server: Apache x-openstack-request-id: req-d7d70e65-62d8-419e-8670-210d83ab9fa7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:00:40,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:40 GMT Server: Apache x-openstack-request-id: req-834177c4-241a-4809-891c-8d96a37ff76d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:00:40,418 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-834177c4-241a-4809-891c-8d96a37ff76d 2018-08-19 11:00:40,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.365604877472s 2018-08-19 11:00:40,418 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-834177c4-241a-4809-891c-8d96a37ff76d 2018-08-19 11:00:45,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:00:45,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:45,456 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:45 GMT Server: Apache x-openstack-request-id: req-87578f05-635f-4d24-8099-2f0236eb0a39 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:00:45,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:45 GMT Server: Apache x-openstack-request-id: req-eec4a182-15d7-446d-b91a-273d2d4e8a3b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:00:45,499 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-eec4a182-15d7-446d-b91a-273d2d4e8a3b 2018-08-19 11:00:45,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737969875336s 2018-08-19 11:00:45,500 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-eec4a182-15d7-446d-b91a-273d2d4e8a3b 2018-08-19 11:00:50,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:00:50,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:50,535 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:50 GMT Server: Apache x-openstack-request-id: req-8921d1cb-8eaa-4502-a8f6-13e97602a34f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:00:50,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:50 GMT Server: Apache x-openstack-request-id: req-d049a242-2f68-4f4d-9a20-12bcd7aa556d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:00:50,831 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d049a242-2f68-4f4d-9a20-12bcd7aa556d 2018-08-19 11:00:50,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.325664997101s 2018-08-19 11:00:50,832 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d049a242-2f68-4f4d-9a20-12bcd7aa556d 2018-08-19 11:00:50,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:00:50,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:50,862 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:50 GMT Server: Apache x-openstack-request-id: req-0f17b398-975d-4cbf-a5db-960fde012335 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:00:50,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:50 GMT Server: Apache x-openstack-request-id: req-c1f0a4dc-c1fd-4212-86d3-a8fa17e6c307 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:00:50,904 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c1f0a4dc-c1fd-4212-86d3-a8fa17e6c307 2018-08-19 11:00:50,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719978809357s 2018-08-19 11:00:50,905 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c1f0a4dc-c1fd-4212-86d3-a8fa17e6c307 2018-08-19 11:00:55,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:00:55,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:00:55,942 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:00:55 GMT Server: Apache x-openstack-request-id: req-9fc66b56-42c2-49d5-8ce0-00e748c33265 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:00:55,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:00:55 GMT Server: Apache x-openstack-request-id: req-9591ebe1-8dbc-42dc-a0fe-d49fed7d60d6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:00:55,984 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9591ebe1-8dbc-42dc-a0fe-d49fed7d60d6 2018-08-19 11:00:55,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724289417267s 2018-08-19 11:00:55,984 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9591ebe1-8dbc-42dc-a0fe-d49fed7d60d6 2018-08-19 11:01:00,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:01:00,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:01,020 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:01 GMT Server: Apache x-openstack-request-id: req-b793fb2e-214c-4a0c-abd8-10b260bf4e64 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:01:01,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:01 GMT Server: Apache x-openstack-request-id: req-12571169-85e3-41f1-8aa3-57e895bf4d61 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:01:01,314 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-12571169-85e3-41f1-8aa3-57e895bf4d61 2018-08-19 11:01:01,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.323958873749s 2018-08-19 11:01:01,314 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-12571169-85e3-41f1-8aa3-57e895bf4d61 2018-08-19 11:01:01,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:01:01,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:01,360 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:01 GMT Server: Apache x-openstack-request-id: req-18f340cf-5b21-4227-b4cc-9d1ce302d7ed Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:01:01,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:01 GMT Server: Apache x-openstack-request-id: req-a5befbdf-9f29-4405-a3aa-6ade164de00e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:01:01,403 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a5befbdf-9f29-4405-a3aa-6ade164de00e 2018-08-19 11:01:01,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0882110595703s 2018-08-19 11:01:01,404 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a5befbdf-9f29-4405-a3aa-6ade164de00e 2018-08-19 11:01:06,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:01:06,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:06,443 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:06 GMT Server: Apache x-openstack-request-id: req-60b9ea5f-b5a9-4f32-a248-cee227ec002e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:01:06,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:06 GMT Server: Apache x-openstack-request-id: req-b080eb5e-6772-4f6a-b962-225b4a77ad24 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:01:06,485 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b080eb5e-6772-4f6a-b962-225b4a77ad24 2018-08-19 11:01:06,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743350982666s 2018-08-19 11:01:06,485 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b080eb5e-6772-4f6a-b962-225b4a77ad24 2018-08-19 11:01:11,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:01:11,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:11,522 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:11 GMT Server: Apache x-openstack-request-id: req-c4dd38f8-7d2c-49af-aaac-961b9d0050b5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:01:11,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:11 GMT Server: Apache x-openstack-request-id: req-ad5b2bd4-68e3-4d94-a482-b368719a97c3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:01:11,564 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ad5b2bd4-68e3-4d94-a482-b368719a97c3 2018-08-19 11:01:11,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731928348541s 2018-08-19 11:01:11,565 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ad5b2bd4-68e3-4d94-a482-b368719a97c3 2018-08-19 11:01:11,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:01:11,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:11,594 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:11 GMT Server: Apache x-openstack-request-id: req-32bf5b22-e8f9-4d84-83d9-5128eceb2afc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:01:11,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:11 GMT Server: Apache x-openstack-request-id: req-5206bb3a-d5a7-4245-8807-56049ef5f3e1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:01:11,982 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5206bb3a-d5a7-4245-8807-56049ef5f3e1 2018-08-19 11:01:11,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.416329860687s 2018-08-19 11:01:11,982 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5206bb3a-d5a7-4245-8807-56049ef5f3e1 2018-08-19 11:01:16,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:01:16,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:17,020 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:16 GMT Server: Apache x-openstack-request-id: req-4c250f8e-4456-40bc-bc0f-8c11c0054f9b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:01:17,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:17 GMT Server: Apache x-openstack-request-id: req-a8df7595-0d2f-40bd-a01b-b138f963b794 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:01:17,063 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a8df7595-0d2f-40bd-a01b-b138f963b794 2018-08-19 11:01:17,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739679336548s 2018-08-19 11:01:17,063 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a8df7595-0d2f-40bd-a01b-b138f963b794 2018-08-19 11:01:22,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:01:22,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:22,361 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:22 GMT Server: Apache x-openstack-request-id: req-191adbd6-d5fa-4636-9283-ad416a28ab78 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:01:22,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:22 GMT Server: Apache x-openstack-request-id: req-0c57dc77-488d-4585-b089-991779779c5e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:01:22,403 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0c57dc77-488d-4585-b089-991779779c5e 2018-08-19 11:01:22,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.333941936493s 2018-08-19 11:01:22,404 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0c57dc77-488d-4585-b089-991779779c5e 2018-08-19 11:01:22,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:01:22,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:22,433 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:22 GMT Server: Apache x-openstack-request-id: req-5d26c006-135c-4c22-8b4f-938155193f9c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:01:22,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:22 GMT Server: Apache x-openstack-request-id: req-fe13d61a-67ad-4b0f-92de-d40773a04632 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:01:22,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-fe13d61a-67ad-4b0f-92de-d40773a04632 2018-08-19 11:01:22,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0704660415649s 2018-08-19 11:01:22,475 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-fe13d61a-67ad-4b0f-92de-d40773a04632 2018-08-19 11:01:27,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:01:27,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:27,512 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:27 GMT Server: Apache x-openstack-request-id: req-065b3ed1-57d2-4dba-b818-361fe05eefd5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:01:27,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:27 GMT Server: Apache x-openstack-request-id: req-686e423b-9ae3-4649-b456-9f5f6da6861b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:01:27,555 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-686e423b-9ae3-4649-b456-9f5f6da6861b 2018-08-19 11:01:27,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734970569611s 2018-08-19 11:01:27,556 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-686e423b-9ae3-4649-b456-9f5f6da6861b 2018-08-19 11:01:32,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:01:32,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:32,591 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:32 GMT Server: Apache x-openstack-request-id: req-60536b68-701f-4583-9b0d-0919da1bbc2c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:01:32,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:32 GMT Server: Apache x-openstack-request-id: req-6b5eb1fa-ba64-4b55-93c7-56c39254b666 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:01:32,665 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6b5eb1fa-ba64-4b55-93c7-56c39254b666 2018-08-19 11:01:32,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.103367090225s 2018-08-19 11:01:32,665 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6b5eb1fa-ba64-4b55-93c7-56c39254b666 2018-08-19 11:01:32,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:01:32,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:32,696 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:32 GMT Server: Apache x-openstack-request-id: req-82bda0da-c31e-44be-9ff3-5dabbb49ac2e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:01:32,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:32 GMT Server: Apache x-openstack-request-id: req-e256763b-8d24-43ed-8467-b658e6026b6d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:01:32,739 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e256763b-8d24-43ed-8467-b658e6026b6d 2018-08-19 11:01:32,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727059841156s 2018-08-19 11:01:32,739 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e256763b-8d24-43ed-8467-b658e6026b6d 2018-08-19 11:01:37,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:01:37,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:38,047 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:37 GMT Server: Apache x-openstack-request-id: req-973f8e12-4a95-43c7-9f34-a47171a60420 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:01:38,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:38 GMT Server: Apache x-openstack-request-id: req-498569d7-da25-454b-ac45-a7506c41eea4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:01:38,089 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-498569d7-da25-454b-ac45-a7506c41eea4 2018-08-19 11:01:38,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.343014001846s 2018-08-19 11:01:38,089 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-498569d7-da25-454b-ac45-a7506c41eea4 2018-08-19 11:01:43,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:01:43,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:43,125 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:43 GMT Server: Apache x-openstack-request-id: req-b20fadd9-4b3e-4ae7-b2c8-81ab26b7bb43 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:01:43,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:43 GMT Server: Apache x-openstack-request-id: req-c99adae3-5304-462e-82a3-8c061371e222 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:01:43,167 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c99adae3-5304-462e-82a3-8c061371e222 2018-08-19 11:01:43,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722839832306s 2018-08-19 11:01:43,168 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c99adae3-5304-462e-82a3-8c061371e222 2018-08-19 11:01:43,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:01:43,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:43,197 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:43 GMT Server: Apache x-openstack-request-id: req-053e2c4a-dcac-423a-98ad-e64972f9d185 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:01:43,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:43 GMT Server: Apache x-openstack-request-id: req-0895c063-3238-4ee0-9733-fb0599c94b4a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:01:43,239 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0895c063-3238-4ee0-9733-fb0599c94b4a 2018-08-19 11:01:43,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0705251693726s 2018-08-19 11:01:43,239 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0895c063-3238-4ee0-9733-fb0599c94b4a 2018-08-19 11:01:48,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:01:48,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:48,275 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:48 GMT Server: Apache x-openstack-request-id: req-21f607eb-d011-486f-b307-c24dce23af04 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:01:48,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:48 GMT Server: Apache x-openstack-request-id: req-25e85b00-f291-4b3f-9974-503ca0ccb7b4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:01:48,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-25e85b00-f291-4b3f-9974-503ca0ccb7b4 2018-08-19 11:01:48,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711939334869s 2018-08-19 11:01:48,318 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-25e85b00-f291-4b3f-9974-503ca0ccb7b4 2018-08-19 11:01:53,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:01:53,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:53,352 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:53 GMT Server: Apache x-openstack-request-id: req-a4685fa5-9749-4923-bf48-a07faf903325 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:01:53,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:53 GMT Server: Apache x-openstack-request-id: req-17b531b8-f43f-4f7f-a9a7-33c4fe69b376 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:01:53,655 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-17b531b8-f43f-4f7f-a9a7-33c4fe69b376 2018-08-19 11:01:53,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.333542108536s 2018-08-19 11:01:53,655 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-17b531b8-f43f-4f7f-a9a7-33c4fe69b376 2018-08-19 11:01:53,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:01:53,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:53,990 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:53 GMT Server: Apache x-openstack-request-id: req-52b60b05-b89e-4ac4-b5e5-0d4fe7ea484e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:01:54,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:53 GMT Server: Apache x-openstack-request-id: req-1b7da589-30d5-42d9-a0e5-19e0d3cf3282 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:01:54,033 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1b7da589-30d5-42d9-a0e5-19e0d3cf3282 2018-08-19 11:01:54,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.376811027527s 2018-08-19 11:01:54,033 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1b7da589-30d5-42d9-a0e5-19e0d3cf3282 2018-08-19 11:01:59,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:01:59,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:01:59,334 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:01:59 GMT Server: Apache x-openstack-request-id: req-8c890e53-d63b-47bf-83dd-d1748f95e7be Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:01:59,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:01:59 GMT Server: Apache x-openstack-request-id: req-bb4197d3-b3cf-41d1-87e4-851c85c87434 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:01:59,377 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bb4197d3-b3cf-41d1-87e4-851c85c87434 2018-08-19 11:01:59,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.33656001091s 2018-08-19 11:01:59,377 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bb4197d3-b3cf-41d1-87e4-851c85c87434 2018-08-19 11:02:04,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:02:04,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:04,414 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:04 GMT Server: Apache x-openstack-request-id: req-66639889-4af7-44c4-bc4e-f9c64b1f95f2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:02:04,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:04 GMT Server: Apache x-openstack-request-id: req-12e20bc2-ca33-40c5-b393-125a213994c1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:02:04,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-12e20bc2-ca33-40c5-b393-125a213994c1 2018-08-19 11:02:04,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.364341020584s 2018-08-19 11:02:04,748 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-12e20bc2-ca33-40c5-b393-125a213994c1 2018-08-19 11:02:04,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:02:04,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:05,037 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:04 GMT Server: Apache x-openstack-request-id: req-a09ce074-af98-49be-a22f-3d9c6c01e307 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:02:05,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:05 GMT Server: Apache x-openstack-request-id: req-32dbcab7-b26c-43b1-8256-752cc96db32f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:02:05,079 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-32dbcab7-b26c-43b1-8256-752cc96db32f 2018-08-19 11:02:05,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.330543994904s 2018-08-19 11:02:05,079 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-32dbcab7-b26c-43b1-8256-752cc96db32f 2018-08-19 11:02:10,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:02:10,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:10,132 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:10 GMT Server: Apache x-openstack-request-id: req-18a262ed-d26e-426c-8bb1-29cfb0da4de7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:02:10,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:10 GMT Server: Apache x-openstack-request-id: req-5d116205-25a5-466a-9a82-e5bf14d3c661 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:02:10,443 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5d116205-25a5-466a-9a82-e5bf14d3c661 2018-08-19 11:02:10,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.357075929642s 2018-08-19 11:02:10,444 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5d116205-25a5-466a-9a82-e5bf14d3c661 2018-08-19 11:02:15,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:02:15,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:15,480 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:15 GMT Server: Apache x-openstack-request-id: req-8eb0c619-2ba6-4dda-a609-a98551475065 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:02:15,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:15 GMT Server: Apache x-openstack-request-id: req-6b793ed2-4b20-4019-897c-048bb36a7af6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:02:15,522 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6b793ed2-4b20-4019-897c-048bb36a7af6 2018-08-19 11:02:15,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072007894516s 2018-08-19 11:02:15,522 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6b793ed2-4b20-4019-897c-048bb36a7af6 2018-08-19 11:02:15,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:02:15,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:15,551 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:15 GMT Server: Apache x-openstack-request-id: req-984ca7a9-3c37-4157-bead-364e33000179 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:02:15,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:15 GMT Server: Apache x-openstack-request-id: req-579b80dd-750a-471c-aa22-2ee451f51081 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:02:15,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-579b80dd-750a-471c-aa22-2ee451f51081 2018-08-19 11:02:15,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.356225013733s 2018-08-19 11:02:15,879 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-579b80dd-750a-471c-aa22-2ee451f51081 2018-08-19 11:02:20,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:02:20,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:20,919 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:20 GMT Server: Apache x-openstack-request-id: req-7ef4e313-9295-4809-93a3-fb86f0ac6477 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:02:20,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:20 GMT Server: Apache x-openstack-request-id: req-c2e5e7d4-1787-4d9f-83e0-facad349d5b8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:02:20,961 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c2e5e7d4-1787-4d9f-83e0-facad349d5b8 2018-08-19 11:02:20,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750079154968s 2018-08-19 11:02:20,962 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c2e5e7d4-1787-4d9f-83e0-facad349d5b8 2018-08-19 11:02:25,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:02:25,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:26,274 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:25 GMT Server: Apache x-openstack-request-id: req-0faa3194-034a-4149-9b40-dec013c5ccfd Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:02:26,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:26 GMT Server: Apache x-openstack-request-id: req-21d3f339-3d83-4a31-9eaa-5b926b9a9869 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:02:26,578 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-21d3f339-3d83-4a31-9eaa-5b926b9a9869 2018-08-19 11:02:26,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.610725879669s 2018-08-19 11:02:26,579 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-21d3f339-3d83-4a31-9eaa-5b926b9a9869 2018-08-19 11:02:26,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:02:26,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:26,612 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:26 GMT Server: Apache x-openstack-request-id: req-fc997674-7ccd-4167-8f5c-dd3bb8edd713 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:02:26,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:26 GMT Server: Apache x-openstack-request-id: req-a30b28df-bfd4-4790-9521-c219fa6a83c4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:02:26,654 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a30b28df-bfd4-4790-9521-c219fa6a83c4 2018-08-19 11:02:26,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.074982881546s 2018-08-19 11:02:26,655 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a30b28df-bfd4-4790-9521-c219fa6a83c4 2018-08-19 11:02:31,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:02:31,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:31,967 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:31 GMT Server: Apache x-openstack-request-id: req-96a02091-6d04-4899-8159-949c77c0f0fd Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:02:32,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:31 GMT Server: Apache x-openstack-request-id: req-2820fe01-dfff-42e9-901a-ea5c661ded21 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:02:32,010 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2820fe01-dfff-42e9-901a-ea5c661ded21 2018-08-19 11:02:32,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348096132278s 2018-08-19 11:02:32,010 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2820fe01-dfff-42e9-901a-ea5c661ded21 2018-08-19 11:02:37,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:02:37,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:37,046 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:37 GMT Server: Apache x-openstack-request-id: req-e1688550-f6f1-460f-8ff6-f741ab946b03 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:02:37,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:37 GMT Server: Apache x-openstack-request-id: req-689acfbc-0d77-41b7-9023-4b3c324dd5a2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:02:37,088 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-689acfbc-0d77-41b7-9023-4b3c324dd5a2 2018-08-19 11:02:37,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721428394318s 2018-08-19 11:02:37,089 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-689acfbc-0d77-41b7-9023-4b3c324dd5a2 2018-08-19 11:02:37,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:02:37,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:37,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:37 GMT Server: Apache x-openstack-request-id: req-f371ef4f-4097-4ab5-bf61-bdc44908ae06 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:02:37,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:37 GMT Server: Apache x-openstack-request-id: req-49d3e529-1f07-4118-af52-f4f82d8dcc38 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:02:37,431 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-49d3e529-1f07-4118-af52-f4f82d8dcc38 2018-08-19 11:02:37,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.342015981674s 2018-08-19 11:02:37,432 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-49d3e529-1f07-4118-af52-f4f82d8dcc38 2018-08-19 11:02:42,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:02:42,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:42,469 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:42 GMT Server: Apache x-openstack-request-id: req-4cf64a7f-14a8-4a5a-b1cd-0c9a9f561471 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:02:42,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:42 GMT Server: Apache x-openstack-request-id: req-d9e7e596-2952-4f3b-81cd-6ce8002cea1f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:02:42,513 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d9e7e596-2952-4f3b-81cd-6ce8002cea1f 2018-08-19 11:02:42,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748908519745s 2018-08-19 11:02:42,513 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d9e7e596-2952-4f3b-81cd-6ce8002cea1f 2018-08-19 11:02:47,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:02:47,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:47,549 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:47 GMT Server: Apache x-openstack-request-id: req-5a14d3ae-39ab-4bdc-bbb2-8454ef721776 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:02:47,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:47 GMT Server: Apache x-openstack-request-id: req-cf53e6c4-dcdd-4ccc-a030-0ef1ccde478c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:02:47,590 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-cf53e6c4-dcdd-4ccc-a030-0ef1ccde478c 2018-08-19 11:02:47,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711748600006s 2018-08-19 11:02:47,591 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-cf53e6c4-dcdd-4ccc-a030-0ef1ccde478c 2018-08-19 11:02:47,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:02:47,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:47,879 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:47 GMT Server: Apache x-openstack-request-id: req-a1331d91-3fcc-4721-9f2f-b7322ad2add9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:02:47,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:47 GMT Server: Apache x-openstack-request-id: req-d1ae3a92-4454-4cf8-90be-cc253bae24bb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:02:47,904 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d1ae3a92-4454-4cf8-90be-cc253bae24bb 2018-08-19 11:02:47,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.311829090118s 2018-08-19 11:02:47,904 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d1ae3a92-4454-4cf8-90be-cc253bae24bb 2018-08-19 11:02:52,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:02:52,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:53,219 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:52 GMT Server: Apache x-openstack-request-id: req-d7921ea7-c37b-45ff-ab81-0268264664f4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:02:53,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:53 GMT Server: Apache x-openstack-request-id: req-1656d22d-fd24-4359-ae94-bed622191109 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:02:53,575 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1656d22d-fd24-4359-ae94-bed622191109 2018-08-19 11:02:53,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.665032863617s 2018-08-19 11:02:53,576 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1656d22d-fd24-4359-ae94-bed622191109 2018-08-19 11:02:58,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:02:58,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:58,611 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:58 GMT Server: Apache x-openstack-request-id: req-ce78ae2a-039c-44e2-865e-5ba6597c191f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:02:58,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:58 GMT Server: Apache x-openstack-request-id: req-3bc11cc6-9249-4236-9ee7-856868a02e64 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:02:58,654 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3bc11cc6-9249-4236-9ee7-856868a02e64 2018-08-19 11:02:58,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723860263824s 2018-08-19 11:02:58,654 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3bc11cc6-9249-4236-9ee7-856868a02e64 2018-08-19 11:02:58,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:02:58,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:02:58,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:02:58 GMT Server: Apache x-openstack-request-id: req-b803422c-3b42-4808-b788-5ef062fe7621 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:02:58,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:02:58 GMT Server: Apache x-openstack-request-id: req-3a67c61f-7da1-453e-a378-8b9d5ad7b883 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:02:58,744 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3a67c61f-7da1-453e-a378-8b9d5ad7b883 2018-08-19 11:02:58,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0893919467926s 2018-08-19 11:02:58,745 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3a67c61f-7da1-453e-a378-8b9d5ad7b883 2018-08-19 11:03:03,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:03:03,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:03,798 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:03 GMT Server: Apache x-openstack-request-id: req-0f6a7a93-2b60-4996-ab34-bf4428cdd41a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:03:04,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:03 GMT Server: Apache x-openstack-request-id: req-ea53f878-7617-4c74-b65b-6ae46807dd31 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:03:04,097 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ea53f878-7617-4c74-b65b-6ae46807dd31 2018-08-19 11:03:04,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.345087051392s 2018-08-19 11:03:04,097 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ea53f878-7617-4c74-b65b-6ae46807dd31 2018-08-19 11:03:09,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:03:09,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:09,133 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:09 GMT Server: Apache x-openstack-request-id: req-801bfc8d-c494-4e8d-8537-95ee30b31190 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:03:09,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:09 GMT Server: Apache x-openstack-request-id: req-4b8c534f-f691-4a51-a037-560eef209cf2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:03:09,175 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4b8c534f-f691-4a51-a037-560eef209cf2 2018-08-19 11:03:09,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721981525421s 2018-08-19 11:03:09,176 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4b8c534f-f691-4a51-a037-560eef209cf2 2018-08-19 11:03:09,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:03:09,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:09,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:09 GMT Server: Apache x-openstack-request-id: req-dd01a8cd-85cb-42ca-a149-dd8f619c902b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:03:09,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:09 GMT Server: Apache x-openstack-request-id: req-2daeddc3-1c71-4057-b3df-bf8cac24baf4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:03:09,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2daeddc3-1c71-4057-b3df-bf8cac24baf4 2018-08-19 11:03:09,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0881750583649s 2018-08-19 11:03:09,265 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2daeddc3-1c71-4057-b3df-bf8cac24baf4 2018-08-19 11:03:14,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:03:14,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:14,302 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:14 GMT Server: Apache x-openstack-request-id: req-cdba2fff-c74a-4653-ba4d-347dd65262e9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:03:14,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:14 GMT Server: Apache x-openstack-request-id: req-e4977958-8973-42eb-8d92-24997dafe600 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:03:14,345 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e4977958-8973-42eb-8d92-24997dafe600 2018-08-19 11:03:14,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737390518188s 2018-08-19 11:03:14,346 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e4977958-8973-42eb-8d92-24997dafe600 2018-08-19 11:03:19,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:03:19,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:19,381 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:19 GMT Server: Apache x-openstack-request-id: req-b7ef8281-7b81-4946-a768-00cd06ee71c2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:03:19,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:19 GMT Server: Apache x-openstack-request-id: req-b5324d27-6c7e-49cc-9038-e9b90a98b221 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:03:19,423 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b5324d27-6c7e-49cc-9038-e9b90a98b221 2018-08-19 11:03:19,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720949172974s 2018-08-19 11:03:19,424 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b5324d27-6c7e-49cc-9038-e9b90a98b221 2018-08-19 11:03:19,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:03:19,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:19,455 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:19 GMT Server: Apache x-openstack-request-id: req-5e7128ab-d533-4959-a874-d888064e6ea8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:03:19,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:19 GMT Server: Apache x-openstack-request-id: req-94100523-a87d-461d-96bc-e7d7653ec983 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:03:19,497 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-94100523-a87d-461d-96bc-e7d7653ec983 2018-08-19 11:03:19,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0724248886108s 2018-08-19 11:03:19,497 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-94100523-a87d-461d-96bc-e7d7653ec983 2018-08-19 11:03:24,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:03:24,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:24,534 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:24 GMT Server: Apache x-openstack-request-id: req-5f79ca71-d09b-446c-8e59-0f6ed44a0e48 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:03:24,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:24 GMT Server: Apache x-openstack-request-id: req-af3c978f-82d9-461d-90ec-d706d40231e0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:03:24,576 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-af3c978f-82d9-461d-90ec-d706d40231e0 2018-08-19 11:03:24,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723180770874s 2018-08-19 11:03:24,577 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-af3c978f-82d9-461d-90ec-d706d40231e0 2018-08-19 11:03:29,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:03:29,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:29,628 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:29 GMT Server: Apache x-openstack-request-id: req-bc196e44-280f-4191-9793-4acaf6a9af52 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:03:29,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:29 GMT Server: Apache x-openstack-request-id: req-8fa2ee5e-49aa-436f-abb3-af6cfe9c428d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:03:29,670 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8fa2ee5e-49aa-436f-abb3-af6cfe9c428d 2018-08-19 11:03:29,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0877139568329s 2018-08-19 11:03:29,671 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8fa2ee5e-49aa-436f-abb3-af6cfe9c428d 2018-08-19 11:03:29,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:03:29,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:29,701 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:29 GMT Server: Apache x-openstack-request-id: req-149ee9ef-f442-4106-85a3-784fada2d595 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:03:29,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:29 GMT Server: Apache x-openstack-request-id: req-05153c8c-11cf-4dbe-a672-f78cb1695cd6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:03:29,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-05153c8c-11cf-4dbe-a672-f78cb1695cd6 2018-08-19 11:03:29,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716750621796s 2018-08-19 11:03:29,743 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-05153c8c-11cf-4dbe-a672-f78cb1695cd6 2018-08-19 11:03:34,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:03:34,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:34,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:34 GMT Server: Apache x-openstack-request-id: req-1ec93762-9a86-4ba7-afae-5575af417f9f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:03:34,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:34 GMT Server: Apache x-openstack-request-id: req-b0223a80-39bd-4a15-8520-dc29a28ccb17 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:03:34,825 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b0223a80-39bd-4a15-8520-dc29a28ccb17 2018-08-19 11:03:34,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752007961273s 2018-08-19 11:03:34,825 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-b0223a80-39bd-4a15-8520-dc29a28ccb17 2018-08-19 11:03:39,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:03:39,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:39,862 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:39 GMT Server: Apache x-openstack-request-id: req-da243eea-297f-4a8a-9774-33917696d1ef Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:03:39,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:39 GMT Server: Apache x-openstack-request-id: req-fbe756cd-e302-4808-b3ba-5195c8df9dc0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:03:39,904 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fbe756cd-e302-4808-b3ba-5195c8df9dc0 2018-08-19 11:03:39,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729157924652s 2018-08-19 11:03:39,905 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fbe756cd-e302-4808-b3ba-5195c8df9dc0 2018-08-19 11:03:39,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:03:39,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:39,934 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:39 GMT Server: Apache x-openstack-request-id: req-a0606d50-33ad-4417-b916-2f5d6ddb3abb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:03:39,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:39 GMT Server: Apache x-openstack-request-id: req-1da6cc62-5763-4df6-932a-f80f55e9654f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:03:39,977 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1da6cc62-5763-4df6-932a-f80f55e9654f 2018-08-19 11:03:39,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718400478363s 2018-08-19 11:03:39,977 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1da6cc62-5763-4df6-932a-f80f55e9654f 2018-08-19 11:03:44,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:03:44,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:45,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:44 GMT Server: Apache x-openstack-request-id: req-684481d9-2d9e-477b-ac50-17a2a3b5f54c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:03:45,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:45 GMT Server: Apache x-openstack-request-id: req-f08876ce-c522-4a55-808d-571cb2d70996 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:03:45,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f08876ce-c522-4a55-808d-571cb2d70996 2018-08-19 11:03:45,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0703840255737s 2018-08-19 11:03:45,054 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f08876ce-c522-4a55-808d-571cb2d70996 2018-08-19 11:03:50,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:03:50,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:50,382 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:50 GMT Server: Apache x-openstack-request-id: req-546b7ae8-b0e4-42d5-9013-40045d9d25f3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:03:50,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:50 GMT Server: Apache x-openstack-request-id: req-2032b719-03e2-4951-b71d-433f3fef36dc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:03:50,423 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2032b719-03e2-4951-b71d-433f3fef36dc 2018-08-19 11:03:50,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.36292386055s 2018-08-19 11:03:50,423 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2032b719-03e2-4951-b71d-433f3fef36dc 2018-08-19 11:03:50,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:03:50,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:50,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:50 GMT Server: Apache x-openstack-request-id: req-c8849d67-c855-4d3e-b4e1-95bb5ab6c79d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:03:50,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:50 GMT Server: Apache x-openstack-request-id: req-b3b5318b-6903-4699-8f38-7225bcb47b08 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:03:50,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b3b5318b-6903-4699-8f38-7225bcb47b08 2018-08-19 11:03:50,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0667371749878s 2018-08-19 11:03:50,490 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b3b5318b-6903-4699-8f38-7225bcb47b08 2018-08-19 11:03:55,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:03:55,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:03:55,527 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:03:55 GMT Server: Apache x-openstack-request-id: req-cb4ba131-0904-404d-a73a-add36cef4713 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:03:55,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:03:55 GMT Server: Apache x-openstack-request-id: req-a9833bba-9630-4ed9-8ebb-11b7b3681478 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:03:55,570 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a9833bba-9630-4ed9-8ebb-11b7b3681478 2018-08-19 11:03:55,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736448764801s 2018-08-19 11:03:55,571 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a9833bba-9630-4ed9-8ebb-11b7b3681478 2018-08-19 11:04:00,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:04:00,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:00,872 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:00 GMT Server: Apache x-openstack-request-id: req-991415f4-721b-46b4-9ecb-50fa0d004c27 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:04:00,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:00 GMT Server: Apache x-openstack-request-id: req-553ad8f5-6c8a-4920-8500-a2d71635f538 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:04:00,914 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-553ad8f5-6c8a-4920-8500-a2d71635f538 2018-08-19 11:04:00,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.337203979492s 2018-08-19 11:04:00,914 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-553ad8f5-6c8a-4920-8500-a2d71635f538 2018-08-19 11:04:00,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:04:00,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:00,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:00 GMT Server: Apache x-openstack-request-id: req-7d972cff-be70-4f1d-9e40-dd8e2ffbff69 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:04:00,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:00 GMT Server: Apache x-openstack-request-id: req-ded76753-95b9-4cf7-881c-f823a7f306f4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:04:00,985 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ded76753-95b9-4cf7-881c-f823a7f306f4 2018-08-19 11:04:00,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0702219009399s 2018-08-19 11:04:00,985 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ded76753-95b9-4cf7-881c-f823a7f306f4 2018-08-19 11:04:05,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:04:05,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:06,021 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:05 GMT Server: Apache x-openstack-request-id: req-bd85f79c-fc7e-4f03-8217-54795d5dccde Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:04:06,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:06 GMT Server: Apache x-openstack-request-id: req-94e8ab4e-85eb-4b40-88f1-f81c7d0f9bcf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:04:06,063 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-94e8ab4e-85eb-4b40-88f1-f81c7d0f9bcf 2018-08-19 11:04:06,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715711116791s 2018-08-19 11:04:06,064 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-94e8ab4e-85eb-4b40-88f1-f81c7d0f9bcf 2018-08-19 11:04:11,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:04:11,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:11,346 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:11 GMT Server: Apache x-openstack-request-id: req-132f6c36-09d0-4a54-931a-921c1040fb86 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:04:11,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:11 GMT Server: Apache x-openstack-request-id: req-5acb7b3e-f8e3-46bd-8ca6-5452b3091321 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:04:11,388 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5acb7b3e-f8e3-46bd-8ca6-5452b3091321 2018-08-19 11:04:11,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.31814789772s 2018-08-19 11:04:11,388 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5acb7b3e-f8e3-46bd-8ca6-5452b3091321 2018-08-19 11:04:11,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:04:11,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:11,688 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:11 GMT Server: Apache x-openstack-request-id: req-95869c17-f6e4-4c3c-8de8-9c6d350678c8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:04:11,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:11 GMT Server: Apache x-openstack-request-id: req-15364739-18a3-4fa8-b22a-5901d927324a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:04:11,729 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-15364739-18a3-4fa8-b22a-5901d927324a 2018-08-19 11:04:11,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.340759038925s 2018-08-19 11:04:11,730 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-15364739-18a3-4fa8-b22a-5901d927324a 2018-08-19 11:04:16,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:04:16,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:16,766 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:16 GMT Server: Apache x-openstack-request-id: req-ee8639db-dd29-47bb-ba28-9f5967f5faae Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:04:16,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:16 GMT Server: Apache x-openstack-request-id: req-d20eb5e1-75a8-4161-ae43-8920390bf93f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:04:16,808 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d20eb5e1-75a8-4161-ae43-8920390bf93f 2018-08-19 11:04:16,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719439983368s 2018-08-19 11:04:16,808 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d20eb5e1-75a8-4161-ae43-8920390bf93f 2018-08-19 11:04:21,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:04:21,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:21,843 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:21 GMT Server: Apache x-openstack-request-id: req-eae07804-442b-416d-a0a7-aa0539ce9438 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:04:21,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:21 GMT Server: Apache x-openstack-request-id: req-46f98fbe-b309-4b68-925c-832db6b68a8d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:04:21,886 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-46f98fbe-b309-4b68-925c-832db6b68a8d 2018-08-19 11:04:21,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722088813782s 2018-08-19 11:04:21,887 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-46f98fbe-b309-4b68-925c-832db6b68a8d 2018-08-19 11:04:21,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:04:21,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:21,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:21 GMT Server: Apache x-openstack-request-id: req-d792d418-633a-4165-a695-d02e84d3c54a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:04:21,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:21 GMT Server: Apache x-openstack-request-id: req-5175948f-f54a-4c45-8914-ab82b230e97c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:04:21,959 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5175948f-f54a-4c45-8914-ab82b230e97c 2018-08-19 11:04:21,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0717751979828s 2018-08-19 11:04:21,960 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5175948f-f54a-4c45-8914-ab82b230e97c 2018-08-19 11:04:26,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:04:26,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:26,997 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:26 GMT Server: Apache x-openstack-request-id: req-b4e33105-01ba-4475-b712-3c1ac801d9a0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:04:27,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:27 GMT Server: Apache x-openstack-request-id: req-c32d109a-7f75-48a0-89c7-970002a03106 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:04:27,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c32d109a-7f75-48a0-89c7-970002a03106 2018-08-19 11:04:27,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721719264984s 2018-08-19 11:04:27,039 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c32d109a-7f75-48a0-89c7-970002a03106 2018-08-19 11:04:32,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:04:32,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:32,075 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:32 GMT Server: Apache x-openstack-request-id: req-688c5a8b-5c62-44e1-938f-a3b218088339 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:04:32,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:32 GMT Server: Apache x-openstack-request-id: req-acbd9d50-bbfe-4d70-97a8-815e1ddfdaa0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:04:32,117 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-acbd9d50-bbfe-4d70-97a8-815e1ddfdaa0 2018-08-19 11:04:32,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720601081848s 2018-08-19 11:04:32,117 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-acbd9d50-bbfe-4d70-97a8-815e1ddfdaa0 2018-08-19 11:04:32,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:04:32,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:32,147 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:32 GMT Server: Apache x-openstack-request-id: req-6633f558-97b4-44ba-99a8-aebaa49e5c2a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:04:32,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:32 GMT Server: Apache x-openstack-request-id: req-b8a7913c-d16a-4c1e-ac13-188af5d91aa5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:04:32,454 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b8a7913c-d16a-4c1e-ac13-188af5d91aa5 2018-08-19 11:04:32,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.336534023285s 2018-08-19 11:04:32,455 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b8a7913c-d16a-4c1e-ac13-188af5d91aa5 2018-08-19 11:04:37,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:04:37,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:37,511 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:37 GMT Server: Apache x-openstack-request-id: req-7e0b5146-6c4e-47c8-9e3b-77e3d49f763d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:04:37,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:37 GMT Server: Apache x-openstack-request-id: req-a7ec452b-a59a-4392-9e8f-8f382b9fed1d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:04:37,554 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a7ec452b-a59a-4392-9e8f-8f382b9fed1d 2018-08-19 11:04:37,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0929090976715s 2018-08-19 11:04:37,555 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a7ec452b-a59a-4392-9e8f-8f382b9fed1d 2018-08-19 11:04:42,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:04:42,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:42,845 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:42 GMT Server: Apache x-openstack-request-id: req-c809dd90-a3de-4227-b69e-c0bda1dfd81c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:04:42,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:42 GMT Server: Apache x-openstack-request-id: req-1ea9e7a6-8bd1-40d1-9791-854926edff1c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:04:42,887 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1ea9e7a6-8bd1-40d1-9791-854926edff1c 2018-08-19 11:04:42,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.325924158096s 2018-08-19 11:04:42,887 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1ea9e7a6-8bd1-40d1-9791-854926edff1c 2018-08-19 11:04:42,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:04:42,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:42,916 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:42 GMT Server: Apache x-openstack-request-id: req-a014b3b8-888e-4eb4-aa40-1e1aa494cebf Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:04:42,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:42 GMT Server: Apache x-openstack-request-id: req-11614032-7bbe-4f50-9927-1a6e6128bb1f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:04:42,961 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-11614032-7bbe-4f50-9927-1a6e6128bb1f 2018-08-19 11:04:42,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0736680030823s 2018-08-19 11:04:42,962 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-11614032-7bbe-4f50-9927-1a6e6128bb1f 2018-08-19 11:04:47,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:04:47,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:47,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:47 GMT Server: Apache x-openstack-request-id: req-022fd16a-362c-4ea1-88ae-787f9f227e6f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:04:48,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:48 GMT Server: Apache x-openstack-request-id: req-be0dd7dc-5292-462c-b139-d820e750b8fe Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:04:48,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-be0dd7dc-5292-462c-b139-d820e750b8fe 2018-08-19 11:04:48,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748288631439s 2018-08-19 11:04:48,044 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-be0dd7dc-5292-462c-b139-d820e750b8fe 2018-08-19 11:04:53,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:04:53,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:53,079 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:53 GMT Server: Apache x-openstack-request-id: req-c52ccf31-1073-4e54-ae03-d74e54de3352 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:04:53,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:53 GMT Server: Apache x-openstack-request-id: req-0fea94fd-51ae-4c5f-8f77-f07c73842f4c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:04:53,121 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0fea94fd-51ae-4c5f-8f77-f07c73842f4c 2018-08-19 11:04:53,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714881420135s 2018-08-19 11:04:53,121 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0fea94fd-51ae-4c5f-8f77-f07c73842f4c 2018-08-19 11:04:53,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:04:53,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:53,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:53 GMT Server: Apache x-openstack-request-id: req-dc955eae-f34a-444d-bdb9-1d8c8bb6b4ae Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:04:53,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:53 GMT Server: Apache x-openstack-request-id: req-3c567e97-7607-45a9-ab4b-54d05ff9cbee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:04:53,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3c567e97-7607-45a9-ab4b-54d05ff9cbee 2018-08-19 11:04:53,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0708289146423s 2018-08-19 11:04:53,193 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3c567e97-7607-45a9-ab4b-54d05ff9cbee 2018-08-19 11:04:58,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:04:58,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:04:58,230 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:04:58 GMT Server: Apache x-openstack-request-id: req-55d93816-ab96-4432-810b-a29477523b2b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:04:58,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:04:58 GMT Server: Apache x-openstack-request-id: req-bde3fda1-e70e-4880-9916-22de86b54903 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:04:58,272 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bde3fda1-e70e-4880-9916-22de86b54903 2018-08-19 11:04:58,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725040435791s 2018-08-19 11:04:58,273 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bde3fda1-e70e-4880-9916-22de86b54903 2018-08-19 11:05:03,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:05:03,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:03,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:03 GMT Server: Apache x-openstack-request-id: req-c2122e20-9434-4655-966e-312ea0e0e23d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:05:03,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:03 GMT Server: Apache x-openstack-request-id: req-e51ba109-8016-42b4-9137-4dccef420e14 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:05:03,367 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e51ba109-8016-42b4-9137-4dccef420e14 2018-08-19 11:05:03,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0885322093964s 2018-08-19 11:05:03,367 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e51ba109-8016-42b4-9137-4dccef420e14 2018-08-19 11:05:03,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:05:03,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:03,413 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:03 GMT Server: Apache x-openstack-request-id: req-16a19d80-b84f-4065-91b3-aded55c80d67 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:05:03,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:03 GMT Server: Apache x-openstack-request-id: req-878a44a7-48c8-4b28-9acd-178aaec549d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:05:03,457 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-878a44a7-48c8-4b28-9acd-178aaec549d1 2018-08-19 11:05:03,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0888087749481s 2018-08-19 11:05:03,457 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-878a44a7-48c8-4b28-9acd-178aaec549d1 2018-08-19 11:05:08,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:05:08,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:08,491 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:08 GMT Server: Apache x-openstack-request-id: req-c43b828a-3b1d-4845-816b-6187ffafbdba Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:05:08,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:08 GMT Server: Apache x-openstack-request-id: req-a94916e5-7837-4cc5-9c3e-65cc91bb1b12 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:05:08,535 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a94916e5-7837-4cc5-9c3e-65cc91bb1b12 2018-08-19 11:05:08,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708320140839s 2018-08-19 11:05:08,535 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a94916e5-7837-4cc5-9c3e-65cc91bb1b12 2018-08-19 11:05:13,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:05:13,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:13,570 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:13 GMT Server: Apache x-openstack-request-id: req-6b2314c8-7222-40fb-be7b-3067765dc3dd Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:05:13,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:13 GMT Server: Apache x-openstack-request-id: req-1f971f54-7ccb-4d10-a85e-135ace1b4f57 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:05:13,612 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1f971f54-7ccb-4d10-a85e-135ace1b4f57 2018-08-19 11:05:13,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713648796082s 2018-08-19 11:05:13,613 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1f971f54-7ccb-4d10-a85e-135ace1b4f57 2018-08-19 11:05:13,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:05:13,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:13,642 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:13 GMT Server: Apache x-openstack-request-id: req-133c9994-e7ce-450c-9468-416b3e725e2f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:05:13,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:13 GMT Server: Apache x-openstack-request-id: req-33f08eec-38e0-493b-b30c-ad67c704e20e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:05:13,684 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-33f08eec-38e0-493b-b30c-ad67c704e20e 2018-08-19 11:05:13,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.071004152298s 2018-08-19 11:05:13,685 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-33f08eec-38e0-493b-b30c-ad67c704e20e 2018-08-19 11:05:18,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:05:18,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:18,721 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:18 GMT Server: Apache x-openstack-request-id: req-55c9d191-79fa-4be1-a63b-3c6fa5e95352 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:05:19,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:18 GMT Server: Apache x-openstack-request-id: req-73c22d84-ac20-4aad-aa3a-6ae5e4f83603 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:05:19,026 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-73c22d84-ac20-4aad-aa3a-6ae5e4f83603 2018-08-19 11:05:19,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.334399938583s 2018-08-19 11:05:19,026 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-73c22d84-ac20-4aad-aa3a-6ae5e4f83603 2018-08-19 11:05:24,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:05:24,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:24,318 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:24 GMT Server: Apache x-openstack-request-id: req-f98070be-bb62-46c3-83f0-15d2ce713047 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:05:24,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:24 GMT Server: Apache x-openstack-request-id: req-f909ea0b-e3ea-4342-a15a-a4808d9bff0e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:05:24,360 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f909ea0b-e3ea-4342-a15a-a4808d9bff0e 2018-08-19 11:05:24,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.328173160553s 2018-08-19 11:05:24,360 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f909ea0b-e3ea-4342-a15a-a4808d9bff0e 2018-08-19 11:05:24,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:05:24,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:24,660 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:24 GMT Server: Apache x-openstack-request-id: req-5de081bc-b818-4045-a0ca-cd2b302a7c8f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:05:24,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:24 GMT Server: Apache x-openstack-request-id: req-506c59bd-2182-40fc-ab8c-eee81629075d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:05:24,701 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-506c59bd-2182-40fc-ab8c-eee81629075d 2018-08-19 11:05:24,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.340200901031s 2018-08-19 11:05:24,702 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-506c59bd-2182-40fc-ab8c-eee81629075d 2018-08-19 11:05:29,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:05:29,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:30,008 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:29 GMT Server: Apache x-openstack-request-id: req-3cfb13e1-976a-4136-9a60-4f41378a648c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:05:30,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:30 GMT Server: Apache x-openstack-request-id: req-5029fabd-6321-4ab6-93e4-d29c42138eed Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:05:30,050 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5029fabd-6321-4ab6-93e4-d29c42138eed 2018-08-19 11:05:30,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.341729164124s 2018-08-19 11:05:30,050 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5029fabd-6321-4ab6-93e4-d29c42138eed 2018-08-19 11:05:35,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:05:35,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:35,087 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:35 GMT Server: Apache x-openstack-request-id: req-055737e9-98eb-46fd-9e4b-a0c6eaee6c43 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:05:35,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:35 GMT Server: Apache x-openstack-request-id: req-9d30c1f1-5cb2-4c14-b2cb-8c2a330799b8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:05:35,377 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9d30c1f1-5cb2-4c14-b2cb-8c2a330799b8 2018-08-19 11:05:35,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.321130037308s 2018-08-19 11:05:35,378 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9d30c1f1-5cb2-4c14-b2cb-8c2a330799b8 2018-08-19 11:05:35,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:05:35,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:35,406 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:35 GMT Server: Apache x-openstack-request-id: req-a2cdcd6d-0e9c-4fed-b3a5-4ae463dc57e7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:05:35,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:35 GMT Server: Apache x-openstack-request-id: req-06d3c108-366d-4aee-8a2a-72f18e68ce5f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:05:35,714 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-06d3c108-366d-4aee-8a2a-72f18e68ce5f 2018-08-19 11:05:35,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.335552930832s 2018-08-19 11:05:35,714 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-06d3c108-366d-4aee-8a2a-72f18e68ce5f 2018-08-19 11:05:40,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:05:40,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:40,753 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:40 GMT Server: Apache x-openstack-request-id: req-078d3411-4b6c-490c-b026-d692dd157e15 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:05:40,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:40 GMT Server: Apache x-openstack-request-id: req-5923f1cc-31e0-4d9b-8729-53f624c8b406 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:05:40,795 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5923f1cc-31e0-4d9b-8729-53f624c8b406 2018-08-19 11:05:40,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739200115204s 2018-08-19 11:05:40,795 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5923f1cc-31e0-4d9b-8729-53f624c8b406 2018-08-19 11:05:45,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:05:45,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:45,831 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:45 GMT Server: Apache x-openstack-request-id: req-fb28e5ff-04f7-4258-bf9e-0203e7616a30 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:05:45,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:45 GMT Server: Apache x-openstack-request-id: req-797984c1-ebf6-4ff2-a090-64d605d86fd8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:05:45,873 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-797984c1-ebf6-4ff2-a090-64d605d86fd8 2018-08-19 11:05:45,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722959041595s 2018-08-19 11:05:45,874 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-797984c1-ebf6-4ff2-a090-64d605d86fd8 2018-08-19 11:05:45,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:05:45,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:45,904 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:45 GMT Server: Apache x-openstack-request-id: req-396d9438-73be-4785-a6cd-112fd671d7c5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:05:45,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:45 GMT Server: Apache x-openstack-request-id: req-db0150f9-0ace-46eb-85c0-0b30479993d6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:05:45,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-db0150f9-0ace-46eb-85c0-0b30479993d6 2018-08-19 11:05:45,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0724899768829s 2018-08-19 11:05:45,948 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-db0150f9-0ace-46eb-85c0-0b30479993d6 2018-08-19 11:05:50,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:05:50,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:50,985 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:50 GMT Server: Apache x-openstack-request-id: req-0e10d207-c125-491e-94df-5322619c283d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:05:51,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:50 GMT Server: Apache x-openstack-request-id: req-fadbb096-f738-4392-ae9d-cb8484839674 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:05:51,299 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fadbb096-f738-4392-ae9d-cb8484839674 2018-08-19 11:05:51,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.343370199203s 2018-08-19 11:05:51,299 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fadbb096-f738-4392-ae9d-cb8484839674 2018-08-19 11:05:56,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:05:56,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:56,333 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:56 GMT Server: Apache x-openstack-request-id: req-1a24bc8a-8318-4149-bd2b-e19821a24822 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:05:56,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:56 GMT Server: Apache x-openstack-request-id: req-7ab98f4a-bee1-4cc0-9e37-f876f1bd836e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:05:56,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7ab98f4a-bee1-4cc0-9e37-f876f1bd836e 2018-08-19 11:05:56,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0686841011047s 2018-08-19 11:05:56,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7ab98f4a-bee1-4cc0-9e37-f876f1bd836e 2018-08-19 11:05:56,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:05:56,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:05:56,403 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:05:56 GMT Server: Apache x-openstack-request-id: req-027416f0-1cca-429e-a1f7-e94adafb66fb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:05:56,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:05:56 GMT Server: Apache x-openstack-request-id: req-e99277b4-7695-439c-adff-13612df4f68d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:05:56,444 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e99277b4-7695-439c-adff-13612df4f68d 2018-08-19 11:05:56,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0696249008179s 2018-08-19 11:05:56,444 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e99277b4-7695-439c-adff-13612df4f68d 2018-08-19 11:06:01,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:06:01,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:01,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:01 GMT Server: Apache x-openstack-request-id: req-fb8b2534-5243-4827-b113-818cf4345313 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:06:01,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:01 GMT Server: Apache x-openstack-request-id: req-4bdb7378-e19a-4973-b8a3-f7fc7b3303f2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:06:01,524 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4bdb7378-e19a-4973-b8a3-f7fc7b3303f2 2018-08-19 11:06:01,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726270675659s 2018-08-19 11:06:01,524 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4bdb7378-e19a-4973-b8a3-f7fc7b3303f2 2018-08-19 11:06:06,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:06:06,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:06,560 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:06 GMT Server: Apache x-openstack-request-id: req-80765018-91ee-454b-950b-7fcfaea738b6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:06:06,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:06 GMT Server: Apache x-openstack-request-id: req-e03064a6-9056-42ee-9a9c-eb8835c5399f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:06:06,864 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e03064a6-9056-42ee-9a9c-eb8835c5399f 2018-08-19 11:06:06,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.333506822586s 2018-08-19 11:06:06,864 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e03064a6-9056-42ee-9a9c-eb8835c5399f 2018-08-19 11:06:06,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:06:06,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:06,895 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:06 GMT Server: Apache x-openstack-request-id: req-f457f582-c2d8-4370-bd68-8a303ce408fe Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:06:06,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:06 GMT Server: Apache x-openstack-request-id: req-c3c0f725-5c88-4b6f-99ab-d048595ef664 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:06:06,938 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c3c0f725-5c88-4b6f-99ab-d048595ef664 2018-08-19 11:06:06,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0734150409698s 2018-08-19 11:06:06,939 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c3c0f725-5c88-4b6f-99ab-d048595ef664 2018-08-19 11:06:11,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:06:11,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:11,976 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:11 GMT Server: Apache x-openstack-request-id: req-0ca01597-6d12-4c37-9872-c4e95bece02f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:06:12,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:11 GMT Server: Apache x-openstack-request-id: req-6da8a6da-5191-412e-9663-52f4e9dc2146 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:06:12,284 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6da8a6da-5191-412e-9663-52f4e9dc2146 2018-08-19 11:06:12,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.338684082031s 2018-08-19 11:06:12,284 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6da8a6da-5191-412e-9663-52f4e9dc2146 2018-08-19 11:06:17,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:06:17,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:17,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:17 GMT Server: Apache x-openstack-request-id: req-9e8e762c-eff3-490e-b02b-89c3931ef143 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:06:17,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:17 GMT Server: Apache x-openstack-request-id: req-7900bed9-40d3-401e-b249-f98ea1f5f803 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:06:17,363 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7900bed9-40d3-401e-b249-f98ea1f5f803 2018-08-19 11:06:17,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725378990173s 2018-08-19 11:06:17,363 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7900bed9-40d3-401e-b249-f98ea1f5f803 2018-08-19 11:06:17,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:06:17,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:17,393 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:17 GMT Server: Apache x-openstack-request-id: req-21f68cc3-ea9d-4655-aa65-4607b7ab612e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:06:17,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:17 GMT Server: Apache x-openstack-request-id: req-d1e8e12d-817c-4caf-bb95-6d75f269214c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:06:17,435 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d1e8e12d-817c-4caf-bb95-6d75f269214c 2018-08-19 11:06:17,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0710258483887s 2018-08-19 11:06:17,435 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-d1e8e12d-817c-4caf-bb95-6d75f269214c 2018-08-19 11:06:22,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:06:22,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:22,474 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:22 GMT Server: Apache x-openstack-request-id: req-d8a8230f-fe8d-497b-ac3f-9321dd8791ed Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:06:22,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:22 GMT Server: Apache x-openstack-request-id: req-df3134b8-b9ff-4e71-99dd-bf287a484ccf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:06:22,516 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-df3134b8-b9ff-4e71-99dd-bf287a484ccf 2018-08-19 11:06:22,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739598274231s 2018-08-19 11:06:22,516 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-df3134b8-b9ff-4e71-99dd-bf287a484ccf 2018-08-19 11:06:27,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:06:27,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:27,551 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:27 GMT Server: Apache x-openstack-request-id: req-b2466371-c49b-4312-84f6-1af5876cf4ca Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:06:27,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:27 GMT Server: Apache x-openstack-request-id: req-2fa732b3-3f26-4dc8-91b9-6db8d9fb8c02 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:06:27,593 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2fa732b3-3f26-4dc8-91b9-6db8d9fb8c02 2018-08-19 11:06:27,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715169906616s 2018-08-19 11:06:27,594 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2fa732b3-3f26-4dc8-91b9-6db8d9fb8c02 2018-08-19 11:06:27,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:06:27,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:27,624 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:27 GMT Server: Apache x-openstack-request-id: req-bf9a1bea-fc7c-43c4-b6d5-4aa69bcfb0f9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:06:27,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:27 GMT Server: Apache x-openstack-request-id: req-a2f2d62a-2deb-44a3-81d3-992b7bc88dab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:06:27,666 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a2f2d62a-2deb-44a3-81d3-992b7bc88dab 2018-08-19 11:06:27,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722839832306s 2018-08-19 11:06:27,667 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a2f2d62a-2deb-44a3-81d3-992b7bc88dab 2018-08-19 11:06:32,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:06:32,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:32,720 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:32 GMT Server: Apache x-openstack-request-id: req-2cd935e1-2714-4b9a-85e2-d24caacc9aa5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:06:32,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:32 GMT Server: Apache x-openstack-request-id: req-c26c873d-90bf-40b7-ba30-6c1f7954ae08 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:06:32,764 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c26c873d-90bf-40b7-ba30-6c1f7954ae08 2018-08-19 11:06:32,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0909390449524s 2018-08-19 11:06:32,765 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c26c873d-90bf-40b7-ba30-6c1f7954ae08 2018-08-19 11:06:37,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:06:37,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:38,085 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:37 GMT Server: Apache x-openstack-request-id: req-9a5a3e7a-bc55-4266-8645-1c1d3f13a74b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:06:38,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:38 GMT Server: Apache x-openstack-request-id: req-d6ecf8a5-b507-4566-8264-5964675f9f93 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:06:38,129 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d6ecf8a5-b507-4566-8264-5964675f9f93 2018-08-19 11:06:38,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.35823392868s 2018-08-19 11:06:38,129 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d6ecf8a5-b507-4566-8264-5964675f9f93 2018-08-19 11:06:38,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:06:38,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:38,160 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:38 GMT Server: Apache x-openstack-request-id: req-04ae9545-df14-4cc3-bd4a-ef8627f0b138 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:06:38,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:38 GMT Server: Apache x-openstack-request-id: req-de4984f2-de62-4d5e-9f9f-0bcc70bcb3e7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:06:38,201 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-de4984f2-de62-4d5e-9f9f-0bcc70bcb3e7 2018-08-19 11:06:38,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716829299927s 2018-08-19 11:06:38,202 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-de4984f2-de62-4d5e-9f9f-0bcc70bcb3e7 2018-08-19 11:06:43,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:06:43,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:43,239 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:43 GMT Server: Apache x-openstack-request-id: req-cd67fb04-f32a-49fe-b2b3-c78d3f63bd16 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:06:43,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:43 GMT Server: Apache x-openstack-request-id: req-d8e2b046-b693-44e3-af3b-349661576458 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:06:43,282 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d8e2b046-b693-44e3-af3b-349661576458 2018-08-19 11:06:43,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739009380341s 2018-08-19 11:06:43,283 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d8e2b046-b693-44e3-af3b-349661576458 2018-08-19 11:06:48,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:06:48,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:48,319 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:48 GMT Server: Apache x-openstack-request-id: req-093b2e15-bce8-4800-8e39-13ff3d2b41fb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:06:48,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:48 GMT Server: Apache x-openstack-request-id: req-3c788131-9825-412a-b17e-d23bfe32185c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:06:48,618 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3c788131-9825-412a-b17e-d23bfe32185c 2018-08-19 11:06:48,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.329262018204s 2018-08-19 11:06:48,618 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3c788131-9825-412a-b17e-d23bfe32185c 2018-08-19 11:06:48,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:06:48,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:48,647 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:48 GMT Server: Apache x-openstack-request-id: req-94ae1c6b-4fb7-422d-b551-418d9300df2d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:06:48,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:48 GMT Server: Apache x-openstack-request-id: req-8d342f4f-e4af-4097-a8fc-46ca863ab940 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:06:48,690 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8d342f4f-e4af-4097-a8fc-46ca863ab940 2018-08-19 11:06:48,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709960460663s 2018-08-19 11:06:48,690 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8d342f4f-e4af-4097-a8fc-46ca863ab940 2018-08-19 11:06:53,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:06:53,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:53,729 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:53 GMT Server: Apache x-openstack-request-id: req-3f8b2e3b-282e-4f43-9e28-88a8999ca139 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:06:54,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:53 GMT Server: Apache x-openstack-request-id: req-35adb98d-6e6d-42da-9959-532256945e45 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:06:54,032 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-35adb98d-6e6d-42da-9959-532256945e45 2018-08-19 11:06:54,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.334556818008s 2018-08-19 11:06:54,032 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-35adb98d-6e6d-42da-9959-532256945e45 2018-08-19 11:06:59,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:06:59,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:59,068 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:59 GMT Server: Apache x-openstack-request-id: req-f12f2944-da89-413e-a316-e0b8326b77a0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:06:59,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:59 GMT Server: Apache x-openstack-request-id: req-07b2ec06-d58d-4ab1-8ce2-a5942327d72e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:06:59,376 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-07b2ec06-d58d-4ab1-8ce2-a5942327d72e 2018-08-19 11:06:59,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.338201999664s 2018-08-19 11:06:59,376 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-07b2ec06-d58d-4ab1-8ce2-a5942327d72e 2018-08-19 11:06:59,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:06:59,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:06:59,405 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:06:59 GMT Server: Apache x-openstack-request-id: req-58838aa0-97b7-44e2-b964-9c87438d24a0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:06:59,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:06:59 GMT Server: Apache x-openstack-request-id: req-6f2d7219-1afd-40b6-9973-b727425e2693 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:06:59,448 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6f2d7219-1afd-40b6-9973-b727425e2693 2018-08-19 11:06:59,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709939002991s 2018-08-19 11:06:59,448 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6f2d7219-1afd-40b6-9973-b727425e2693 2018-08-19 11:07:04,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:07:04,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:04,485 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:04 GMT Server: Apache x-openstack-request-id: req-91ef25f0-e140-49e7-a58c-0978de00719d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:07:04,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:04 GMT Server: Apache x-openstack-request-id: req-5d0d6358-8502-4050-b033-e74d51c88e97 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:07:04,527 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5d0d6358-8502-4050-b033-e74d51c88e97 2018-08-19 11:07:04,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724270343781s 2018-08-19 11:07:04,528 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-5d0d6358-8502-4050-b033-e74d51c88e97 2018-08-19 11:07:09,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:07:09,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:09,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:09 GMT Server: Apache x-openstack-request-id: req-a94a07ca-5560-45cf-8fec-ff8c1474950b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:07:09,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:09 GMT Server: Apache x-openstack-request-id: req-17a690cd-66ae-4ff9-918f-455946b07e7f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:07:09,607 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-17a690cd-66ae-4ff9-918f-455946b07e7f 2018-08-19 11:07:09,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735409259796s 2018-08-19 11:07:09,608 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-17a690cd-66ae-4ff9-918f-455946b07e7f 2018-08-19 11:07:09,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:07:09,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:09,891 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:09 GMT Server: Apache x-openstack-request-id: req-6c949346-9482-402c-8518-d339807d373e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:07:09,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:09 GMT Server: Apache x-openstack-request-id: req-0a67c050-852b-49cb-8e42-7ea23ee5151e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:07:09,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0a67c050-852b-49cb-8e42-7ea23ee5151e 2018-08-19 11:07:09,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.325313091278s 2018-08-19 11:07:09,934 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0a67c050-852b-49cb-8e42-7ea23ee5151e 2018-08-19 11:07:14,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:07:14,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:14,973 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:14 GMT Server: Apache x-openstack-request-id: req-4ef23350-60bf-4752-80da-69443897baea Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:07:15,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:14 GMT Server: Apache x-openstack-request-id: req-3c70f425-b536-4e66-9946-d8f1c77fd21f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:07:15,019 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3c70f425-b536-4e66-9946-d8f1c77fd21f 2018-08-19 11:07:15,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0784740447998s 2018-08-19 11:07:15,020 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3c70f425-b536-4e66-9946-d8f1c77fd21f 2018-08-19 11:07:20,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:07:20,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:20,055 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:20 GMT Server: Apache x-openstack-request-id: req-03c02adf-9664-4058-adbb-977a60d5b916 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:07:20,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:20 GMT Server: Apache x-openstack-request-id: req-f2a7aa33-14dc-4cba-a015-f871f60feb2f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:07:20,097 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f2a7aa33-14dc-4cba-a015-f871f60feb2f 2018-08-19 11:07:20,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071524143219s 2018-08-19 11:07:20,097 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f2a7aa33-14dc-4cba-a015-f871f60feb2f 2018-08-19 11:07:20,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:07:20,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:20,127 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:20 GMT Server: Apache x-openstack-request-id: req-b3757dd9-f3e9-40ea-8e3d-a1ffbbf16938 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:07:20,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:20 GMT Server: Apache x-openstack-request-id: req-02b75179-9dda-4e25-8d18-f492d7fcab5d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:07:20,439 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-02b75179-9dda-4e25-8d18-f492d7fcab5d 2018-08-19 11:07:20,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.340955972672s 2018-08-19 11:07:20,439 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-02b75179-9dda-4e25-8d18-f492d7fcab5d 2018-08-19 11:07:25,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:07:25,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:25,475 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:25 GMT Server: Apache x-openstack-request-id: req-fbcce4dd-6cd3-4be8-81c3-8696010d7c34 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:07:25,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:25 GMT Server: Apache x-openstack-request-id: req-08cbd909-4fbf-4dd5-b410-73e6243fb71f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:07:25,518 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-08cbd909-4fbf-4dd5-b410-73e6243fb71f 2018-08-19 11:07:25,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726008415222s 2018-08-19 11:07:25,519 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-08cbd909-4fbf-4dd5-b410-73e6243fb71f 2018-08-19 11:07:30,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:07:30,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:30,555 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:30 GMT Server: Apache x-openstack-request-id: req-8af36e0d-c613-4f38-b40a-38aa94d48222 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:07:30,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:30 GMT Server: Apache x-openstack-request-id: req-56b1550d-7529-4c3b-8c75-5f2f95aab723 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:07:30,851 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-56b1550d-7529-4c3b-8c75-5f2f95aab723 2018-08-19 11:07:30,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.325845003128s 2018-08-19 11:07:30,851 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-56b1550d-7529-4c3b-8c75-5f2f95aab723 2018-08-19 11:07:30,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:07:30,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:30,880 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:30 GMT Server: Apache x-openstack-request-id: req-e6537d71-cb45-4041-a5dc-69740705e256 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:07:30,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:30 GMT Server: Apache x-openstack-request-id: req-355fc611-c3f1-4a6b-9704-2f175fe682d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:07:30,922 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-355fc611-c3f1-4a6b-9704-2f175fe682d1 2018-08-19 11:07:30,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0708980560303s 2018-08-19 11:07:30,923 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-355fc611-c3f1-4a6b-9704-2f175fe682d1 2018-08-19 11:07:35,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:07:35,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:36,212 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:35 GMT Server: Apache x-openstack-request-id: req-5cc32329-72ad-45b3-a540-c26fed912ec4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:07:36,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:36 GMT Server: Apache x-openstack-request-id: req-9e821501-6e2c-4b62-95c7-e8d187fc6eaf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:07:36,253 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9e821501-6e2c-4b62-95c7-e8d187fc6eaf 2018-08-19 11:07:36,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.323674917221s 2018-08-19 11:07:36,254 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9e821501-6e2c-4b62-95c7-e8d187fc6eaf 2018-08-19 11:07:41,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:07:41,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:41,291 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:41 GMT Server: Apache x-openstack-request-id: req-80a87fbd-ec36-4c00-85aa-0722b0449282 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:07:41,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:41 GMT Server: Apache x-openstack-request-id: req-46f02c59-ce2c-4fac-aa17-af399df6bbad Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:07:41,333 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-46f02c59-ce2c-4fac-aa17-af399df6bbad 2018-08-19 11:07:41,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730619430542s 2018-08-19 11:07:41,333 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-46f02c59-ce2c-4fac-aa17-af399df6bbad 2018-08-19 11:07:41,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:07:41,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:41,363 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:41 GMT Server: Apache x-openstack-request-id: req-c838ee90-5136-4389-b83c-50dab49ac2ec Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:07:41,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:41 GMT Server: Apache x-openstack-request-id: req-cdf30680-3dc1-4acc-a5c9-b7e0efa1aed6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:07:41,661 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-cdf30680-3dc1-4acc-a5c9-b7e0efa1aed6 2018-08-19 11:07:41,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.327515125275s 2018-08-19 11:07:41,662 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-cdf30680-3dc1-4acc-a5c9-b7e0efa1aed6 2018-08-19 11:07:46,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:07:46,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:46,962 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:46 GMT Server: Apache x-openstack-request-id: req-e1a83345-02ee-4449-bc38-2899e232a808 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:07:47,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:46 GMT Server: Apache x-openstack-request-id: req-2f7f9d62-91f9-4a72-b085-19365bc08242 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:07:47,005 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2f7f9d62-91f9-4a72-b085-19365bc08242 2018-08-19 11:07:47,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.336081027985s 2018-08-19 11:07:47,005 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2f7f9d62-91f9-4a72-b085-19365bc08242 2018-08-19 11:07:52,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:07:52,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:52,042 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:52 GMT Server: Apache x-openstack-request-id: req-b6dcab5b-ddde-47c9-92bf-6bc0b0bf97cc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:07:52,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:52 GMT Server: Apache x-openstack-request-id: req-def58c37-8072-4655-987e-ab4f08644a03 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:07:52,084 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-def58c37-8072-4655-987e-ab4f08644a03 2018-08-19 11:07:52,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725841522217s 2018-08-19 11:07:52,084 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-def58c37-8072-4655-987e-ab4f08644a03 2018-08-19 11:07:52,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:07:52,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:52,114 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:52 GMT Server: Apache x-openstack-request-id: req-46f192e8-79a2-40f7-9a1e-c69bfbfbe521 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:07:52,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:52 GMT Server: Apache x-openstack-request-id: req-e4fc9f82-3520-454b-a08b-6b874f98a3e9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:07:52,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e4fc9f82-3520-454b-a08b-6b874f98a3e9 2018-08-19 11:07:52,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0717449188232s 2018-08-19 11:07:52,157 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e4fc9f82-3520-454b-a08b-6b874f98a3e9 2018-08-19 11:07:57,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:07:57,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:07:57,467 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:07:57 GMT Server: Apache x-openstack-request-id: req-a935cdeb-1403-454a-8cd8-8f065ed3a6ab Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:07:57,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:07:57 GMT Server: Apache x-openstack-request-id: req-725903b2-feea-457f-acb2-e4ac87e163e7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:07:57,510 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-725903b2-feea-457f-acb2-e4ac87e163e7 2018-08-19 11:07:57,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.346601963043s 2018-08-19 11:07:57,511 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-725903b2-feea-457f-acb2-e4ac87e163e7 2018-08-19 11:08:02,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:08:02,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:02,547 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:02 GMT Server: Apache x-openstack-request-id: req-68ed5d8a-fd80-4bf9-89fc-435fedc05bfa Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:08:02,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:02 GMT Server: Apache x-openstack-request-id: req-18a3c9c6-556f-49fc-ba09-4189406bb179 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:08:02,591 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-18a3c9c6-556f-49fc-ba09-4189406bb179 2018-08-19 11:08:02,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746128559113s 2018-08-19 11:08:02,591 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-18a3c9c6-556f-49fc-ba09-4189406bb179 2018-08-19 11:08:02,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:08:02,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:02,621 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:02 GMT Server: Apache x-openstack-request-id: req-8cea1dcf-add6-48df-8fdf-7658e93de1de Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:08:02,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:02 GMT Server: Apache x-openstack-request-id: req-02206978-cf12-404c-b97c-67ccc75fdfc3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:08:02,662 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-02206978-cf12-404c-b97c-67ccc75fdfc3 2018-08-19 11:08:02,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.070060968399s 2018-08-19 11:08:02,662 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-02206978-cf12-404c-b97c-67ccc75fdfc3 2018-08-19 11:08:07,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:08:07,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:07,699 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:07 GMT Server: Apache x-openstack-request-id: req-23313bf1-fbe4-4a90-831c-7edfa200a2e2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:08:07,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:07 GMT Server: Apache x-openstack-request-id: req-45e40f2c-0743-473b-b8f4-e6a53652ee32 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:08:07,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-45e40f2c-0743-473b-b8f4-e6a53652ee32 2018-08-19 11:08:07,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738260746002s 2018-08-19 11:08:07,743 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-45e40f2c-0743-473b-b8f4-e6a53652ee32 2018-08-19 11:08:12,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:08:12,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:12,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:12 GMT Server: Apache x-openstack-request-id: req-a6471814-c3c6-4b74-b173-16754073ce6c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:08:12,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:12 GMT Server: Apache x-openstack-request-id: req-3a64d758-1856-4e07-b778-0365dc887be7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:08:12,838 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3a64d758-1856-4e07-b778-0365dc887be7 2018-08-19 11:08:12,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.089457988739s 2018-08-19 11:08:12,839 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3a64d758-1856-4e07-b778-0365dc887be7 2018-08-19 11:08:12,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:08:12,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:12,869 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:12 GMT Server: Apache x-openstack-request-id: req-4d014ebb-a076-4e7f-a1a6-1af1e51de470 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:08:12,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:12 GMT Server: Apache x-openstack-request-id: req-22e6ccc0-7773-4fcc-9a6c-cf7a5e041b13 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:08:12,911 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-22e6ccc0-7773-4fcc-9a6c-cf7a5e041b13 2018-08-19 11:08:12,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718679428101s 2018-08-19 11:08:12,911 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-22e6ccc0-7773-4fcc-9a6c-cf7a5e041b13 2018-08-19 11:08:17,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:08:17,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:18,299 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:17 GMT Server: Apache x-openstack-request-id: req-ab580f2c-f4be-43ce-844d-441c587cc578 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:08:18,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:18 GMT Server: Apache x-openstack-request-id: req-70966dd8-f8e9-4c55-a147-cd7a13462c62 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:08:18,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-70966dd8-f8e9-4c55-a147-cd7a13462c62 2018-08-19 11:08:18,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.714199066162s 2018-08-19 11:08:18,633 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-70966dd8-f8e9-4c55-a147-cd7a13462c62 2018-08-19 11:08:23,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:08:23,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:23,669 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:23 GMT Server: Apache x-openstack-request-id: req-63f07ac6-58f1-4aa7-b9bc-ecd5a35ef4c0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:08:23,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:23 GMT Server: Apache x-openstack-request-id: req-6c97a60e-0858-4536-8358-e0278caf1085 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:08:23,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6c97a60e-0858-4536-8358-e0278caf1085 2018-08-19 11:08:23,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719199180603s 2018-08-19 11:08:23,711 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6c97a60e-0858-4536-8358-e0278caf1085 2018-08-19 11:08:23,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:08:23,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:23,741 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:23 GMT Server: Apache x-openstack-request-id: req-7885bc97-38e7-46b9-aa96-f9c6acceacb1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:08:23,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:23 GMT Server: Apache x-openstack-request-id: req-db086521-609a-4a06-a541-bc150c38ab86 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:08:23,782 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-db086521-609a-4a06-a541-bc150c38ab86 2018-08-19 11:08:23,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0705511569977s 2018-08-19 11:08:23,782 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-db086521-609a-4a06-a541-bc150c38ab86 2018-08-19 11:08:28,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:08:28,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:28,830 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:28 GMT Server: Apache x-openstack-request-id: req-a97c9188-7049-44fe-937f-1cb0743387c4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:08:28,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:28 GMT Server: Apache x-openstack-request-id: req-7d86d278-fe5a-4a4d-a6e7-8bf5e1e876a2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:08:28,872 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7d86d278-fe5a-4a4d-a6e7-8bf5e1e876a2 2018-08-19 11:08:28,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0883529186249s 2018-08-19 11:08:28,873 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7d86d278-fe5a-4a4d-a6e7-8bf5e1e876a2 2018-08-19 11:08:33,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:08:33,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:33,909 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:33 GMT Server: Apache x-openstack-request-id: req-74f7810a-4fbd-461d-99d8-90210965df83 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:08:33,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:33 GMT Server: Apache x-openstack-request-id: req-63d08652-4ab8-4b68-9662-4a45e632f05b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:08:33,951 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-63d08652-4ab8-4b68-9662-4a45e632f05b 2018-08-19 11:08:33,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727288722992s 2018-08-19 11:08:33,952 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-63d08652-4ab8-4b68-9662-4a45e632f05b 2018-08-19 11:08:33,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:08:33,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:33,983 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:33 GMT Server: Apache x-openstack-request-id: req-7e565deb-2c6d-4a36-aa58-c1de586f4cde Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:08:34,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:33 GMT Server: Apache x-openstack-request-id: req-19da3b4e-51ef-4d24-8832-9b2552ff0236 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:08:34,027 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-19da3b4e-51ef-4d24-8832-9b2552ff0236 2018-08-19 11:08:34,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0747230052948s 2018-08-19 11:08:34,027 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-19da3b4e-51ef-4d24-8832-9b2552ff0236 2018-08-19 11:08:39,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:08:39,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:39,080 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:39 GMT Server: Apache x-openstack-request-id: req-a64d4a1f-b275-4fa0-a0e2-5dfe7e12084f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:08:39,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:39 GMT Server: Apache x-openstack-request-id: req-8bc9259d-d6dd-4d0a-940b-667df3f4f447 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:08:39,123 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8bc9259d-d6dd-4d0a-940b-667df3f4f447 2018-08-19 11:08:39,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0883891582489s 2018-08-19 11:08:39,123 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8bc9259d-d6dd-4d0a-940b-667df3f4f447 2018-08-19 11:08:44,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:08:44,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:44,437 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:44 GMT Server: Apache x-openstack-request-id: req-bc7f9da5-8c48-491e-9991-e82ced860467 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:08:44,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:44 GMT Server: Apache x-openstack-request-id: req-513e9252-858f-4cc1-bb30-45c13fb3eeca Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:08:44,479 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-513e9252-858f-4cc1-bb30-45c13fb3eeca 2018-08-19 11:08:44,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.350412845612s 2018-08-19 11:08:44,480 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-513e9252-858f-4cc1-bb30-45c13fb3eeca 2018-08-19 11:08:44,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:08:44,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:44,509 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:44 GMT Server: Apache x-openstack-request-id: req-4c471413-e8c3-448e-99ff-c7823627cd34 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:08:44,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:44 GMT Server: Apache x-openstack-request-id: req-3b7f5f18-d5ac-42b9-9696-9121510fa347 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:08:44,552 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3b7f5f18-d5ac-42b9-9696-9121510fa347 2018-08-19 11:08:44,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722510814667s 2018-08-19 11:08:44,553 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3b7f5f18-d5ac-42b9-9696-9121510fa347 2018-08-19 11:08:49,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:08:49,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:49,589 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:49 GMT Server: Apache x-openstack-request-id: req-59d147cb-60a7-40e0-82c1-ad30773f7bda Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:08:49,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:49 GMT Server: Apache x-openstack-request-id: req-e074146c-cfa8-4661-a7f3-c12c8abcc0b5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:08:49,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e074146c-cfa8-4661-a7f3-c12c8abcc0b5 2018-08-19 11:08:49,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.07244181633s 2018-08-19 11:08:49,632 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e074146c-cfa8-4661-a7f3-c12c8abcc0b5 2018-08-19 11:08:54,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:08:54,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:54,667 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:54 GMT Server: Apache x-openstack-request-id: req-159ad138-2c6d-4021-b09c-ddb6170bed59 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:08:54,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:54 GMT Server: Apache x-openstack-request-id: req-7c2716e6-1563-42db-92f3-82cca9a0b1bc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:08:54,708 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7c2716e6-1563-42db-92f3-82cca9a0b1bc 2018-08-19 11:08:54,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709400177002s 2018-08-19 11:08:54,709 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7c2716e6-1563-42db-92f3-82cca9a0b1bc 2018-08-19 11:08:54,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:08:54,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:54,738 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:54 GMT Server: Apache x-openstack-request-id: req-2e94c607-5698-4650-bbf7-0d386f460329 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:08:54,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:54 GMT Server: Apache x-openstack-request-id: req-e7acf3c3-7326-426b-bf11-4faea1797e85 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:08:54,780 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e7acf3c3-7326-426b-bf11-4faea1797e85 2018-08-19 11:08:54,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0707740783691s 2018-08-19 11:08:54,781 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e7acf3c3-7326-426b-bf11-4faea1797e85 2018-08-19 11:08:59,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:08:59,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:08:59,818 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:08:59 GMT Server: Apache x-openstack-request-id: req-5852cc31-cb40-491e-bff9-c21cf6557d7e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:08:59,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:08:59 GMT Server: Apache x-openstack-request-id: req-3dd68853-b916-44d5-b1cc-d3ae764e0aa7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:08:59,860 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3dd68853-b916-44d5-b1cc-d3ae764e0aa7 2018-08-19 11:08:59,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727620124817s 2018-08-19 11:08:59,860 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3dd68853-b916-44d5-b1cc-d3ae764e0aa7 2018-08-19 11:09:04,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:09:04,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:05,167 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:04 GMT Server: Apache x-openstack-request-id: req-bc7ce6fe-716a-4be6-b13b-0bdc0782b782 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:09:05,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:05 GMT Server: Apache x-openstack-request-id: req-ea14f00a-3f9d-452c-8db0-0a4590b3c607 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:09:05,209 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ea14f00a-3f9d-452c-8db0-0a4590b3c607 2018-08-19 11:09:05,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.342844009399s 2018-08-19 11:09:05,209 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ea14f00a-3f9d-452c-8db0-0a4590b3c607 2018-08-19 11:09:05,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:09:05,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:05,239 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:05 GMT Server: Apache x-openstack-request-id: req-2a38b8f4-d728-42e0-9bc3-6cc6342f5a92 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:09:05,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:05 GMT Server: Apache x-openstack-request-id: req-c0bbcad7-f65c-4cd4-a165-845b437d5b1c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:09:05,535 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c0bbcad7-f65c-4cd4-a165-845b437d5b1c 2018-08-19 11:09:05,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.325449943542s 2018-08-19 11:09:05,536 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c0bbcad7-f65c-4cd4-a165-845b437d5b1c 2018-08-19 11:09:10,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:09:10,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:10,573 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:10 GMT Server: Apache x-openstack-request-id: req-8186a799-9c5b-4731-b52b-010a16e38c9e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:09:10,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:10 GMT Server: Apache x-openstack-request-id: req-f68b5ee7-d762-4768-a43d-6dda1b9499eb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:09:10,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f68b5ee7-d762-4768-a43d-6dda1b9499eb 2018-08-19 11:09:10,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.332085847855s 2018-08-19 11:09:10,875 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f68b5ee7-d762-4768-a43d-6dda1b9499eb 2018-08-19 11:09:15,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:09:15,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:15,927 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:15 GMT Server: Apache x-openstack-request-id: req-9093d55b-1f54-4037-8671-10f9a1531d27 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:09:15,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:15 GMT Server: Apache x-openstack-request-id: req-a4e4790b-eeb1-493a-8fce-ca8c668dc332 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:09:15,969 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a4e4790b-eeb1-493a-8fce-ca8c668dc332 2018-08-19 11:09:15,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0878891944885s 2018-08-19 11:09:15,969 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a4e4790b-eeb1-493a-8fce-ca8c668dc332 2018-08-19 11:09:15,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:09:15,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:16,000 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:15 GMT Server: Apache x-openstack-request-id: req-0ac796d1-e6a8-4bb7-a5f6-d0d55fddfe04 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:09:16,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:16 GMT Server: Apache x-openstack-request-id: req-2aa45387-f145-4d5d-90a0-8d57cd82c3f7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:09:16,277 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2aa45387-f145-4d5d-90a0-8d57cd82c3f7 2018-08-19 11:09:16,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.307806968689s 2018-08-19 11:09:16,278 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2aa45387-f145-4d5d-90a0-8d57cd82c3f7 2018-08-19 11:09:21,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:09:21,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:21,314 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:21 GMT Server: Apache x-openstack-request-id: req-b0e4562f-6272-437f-86ce-3151f0156ec4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:09:21,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:21 GMT Server: Apache x-openstack-request-id: req-7dde63ec-c180-4642-a632-8214d9009ffa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:09:21,623 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7dde63ec-c180-4642-a632-8214d9009ffa 2018-08-19 11:09:21,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.338279008865s 2018-08-19 11:09:21,623 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7dde63ec-c180-4642-a632-8214d9009ffa 2018-08-19 11:09:26,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:09:26,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:26,661 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:26 GMT Server: Apache x-openstack-request-id: req-edc743b0-a105-42cd-9618-d56a887bee3c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:09:26,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:26 GMT Server: Apache x-openstack-request-id: req-27da7c15-2d82-4adc-b651-792fe60f1829 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:09:26,705 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-27da7c15-2d82-4adc-b651-792fe60f1829 2018-08-19 11:09:26,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759379863739s 2018-08-19 11:09:26,705 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-27da7c15-2d82-4adc-b651-792fe60f1829 2018-08-19 11:09:26,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:09:26,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:26,752 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:26 GMT Server: Apache x-openstack-request-id: req-d33574ba-2183-4298-9032-b7451af9c221 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:09:26,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:26 GMT Server: Apache x-openstack-request-id: req-204bb306-44f2-434a-8ea0-33785fdd93c2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:09:26,799 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-204bb306-44f2-434a-8ea0-33785fdd93c2 2018-08-19 11:09:26,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0936379432678s 2018-08-19 11:09:26,800 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-204bb306-44f2-434a-8ea0-33785fdd93c2 2018-08-19 11:09:31,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:09:31,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:31,837 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:31 GMT Server: Apache x-openstack-request-id: req-b9c633f5-0c9b-4ac6-b416-4ef53ee2f221 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:09:31,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:31 GMT Server: Apache x-openstack-request-id: req-eb7e68fc-7179-409e-9883-6d27ea449304 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:09:31,881 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-eb7e68fc-7179-409e-9883-6d27ea449304 2018-08-19 11:09:31,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741949081421s 2018-08-19 11:09:31,881 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-eb7e68fc-7179-409e-9883-6d27ea449304 2018-08-19 11:09:36,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:09:36,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:36,916 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:36 GMT Server: Apache x-openstack-request-id: req-c94a192a-ba94-4a22-a902-a1a84176ab4f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:09:36,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:36 GMT Server: Apache x-openstack-request-id: req-bdc6bc0a-c537-4790-a02d-c09dccd400af Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:09:36,958 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bdc6bc0a-c537-4790-a02d-c09dccd400af 2018-08-19 11:09:36,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707879066467s 2018-08-19 11:09:36,958 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bdc6bc0a-c537-4790-a02d-c09dccd400af 2018-08-19 11:09:36,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:09:36,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:37,243 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:36 GMT Server: Apache x-openstack-request-id: req-0159bcd5-7bb3-4fb1-ab6d-d4225356d65a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:09:37,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:37 GMT Server: Apache x-openstack-request-id: req-7c4df650-a612-487c-bcac-bb34315b4f21 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:09:37,285 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7c4df650-a612-487c-bcac-bb34315b4f21 2018-08-19 11:09:37,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.326668024063s 2018-08-19 11:09:37,286 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7c4df650-a612-487c-bcac-bb34315b4f21 2018-08-19 11:09:42,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:09:42,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:42,590 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:42 GMT Server: Apache x-openstack-request-id: req-000b46c2-93c4-47dc-8589-f3d1fc65d2e4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:09:42,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:42 GMT Server: Apache x-openstack-request-id: req-a1999df8-2ee2-483f-aef4-0a21c8ba3eb6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:09:42,635 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a1999df8-2ee2-483f-aef4-0a21c8ba3eb6 2018-08-19 11:09:42,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.342717170715s 2018-08-19 11:09:42,635 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a1999df8-2ee2-483f-aef4-0a21c8ba3eb6 2018-08-19 11:09:47,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:09:47,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:47,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:47 GMT Server: Apache x-openstack-request-id: req-70933d1c-176d-4d76-954c-f264379d30ca Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:09:47,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:47 GMT Server: Apache x-openstack-request-id: req-3b811a31-1516-498b-8507-84e7ea0f0a4f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:09:47,837 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3b811a31-1516-498b-8507-84e7ea0f0a4f 2018-08-19 11:09:47,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.197877168655s 2018-08-19 11:09:47,838 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3b811a31-1516-498b-8507-84e7ea0f0a4f 2018-08-19 11:09:47,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:09:47,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:47,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:47 GMT Server: Apache x-openstack-request-id: req-174f7ac2-ab6b-4a93-913a-033ca8e9e56b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:09:48,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:47 GMT Server: Apache x-openstack-request-id: req-991de147-81f7-45a5-8702-c59303493dca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:09:48,179 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-991de147-81f7-45a5-8702-c59303493dca 2018-08-19 11:09:48,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.340778827667s 2018-08-19 11:09:48,180 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-991de147-81f7-45a5-8702-c59303493dca 2018-08-19 11:09:53,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:09:53,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:53,216 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:53 GMT Server: Apache x-openstack-request-id: req-9d38635e-4ff9-4cb6-b8ea-a360a09c421f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:09:53,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:53 GMT Server: Apache x-openstack-request-id: req-58855708-5295-4830-9037-026e3c70284f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:09:53,528 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-58855708-5295-4830-9037-026e3c70284f 2018-08-19 11:09:53,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.342121124268s 2018-08-19 11:09:53,529 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-58855708-5295-4830-9037-026e3c70284f 2018-08-19 11:09:58,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:09:58,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:58,565 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:58 GMT Server: Apache x-openstack-request-id: req-6a8c62d4-6b6b-47bd-87da-be0992f27e34 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:09:58,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:58 GMT Server: Apache x-openstack-request-id: req-40dcef7e-23c6-4613-befc-71761a8ecf0d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:09:58,607 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-40dcef7e-23c6-4613-befc-71761a8ecf0d 2018-08-19 11:09:58,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721628665924s 2018-08-19 11:09:58,607 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-40dcef7e-23c6-4613-befc-71761a8ecf0d 2018-08-19 11:09:58,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:09:58,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:09:58,637 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:09:58 GMT Server: Apache x-openstack-request-id: req-fcdf2547-0786-4dc0-ac0e-346752b969cc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:09:58,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:09:58 GMT Server: Apache x-openstack-request-id: req-c005366c-8642-40f5-9d3c-65f5b6953abb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:09:58,680 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c005366c-8642-40f5-9d3c-65f5b6953abb 2018-08-19 11:09:58,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719521045685s 2018-08-19 11:09:58,680 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c005366c-8642-40f5-9d3c-65f5b6953abb 2018-08-19 11:10:03,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:10:03,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:03,718 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:03 GMT Server: Apache x-openstack-request-id: req-51eb0a5c-5e60-4ab4-a0d9-eca38f0f0012 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:10:03,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:03 GMT Server: Apache x-openstack-request-id: req-dd3a2a2a-efc6-44e4-90f4-49a30b384368 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:10:03,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dd3a2a2a-efc6-44e4-90f4-49a30b384368 2018-08-19 11:10:03,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736930370331s 2018-08-19 11:10:03,761 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dd3a2a2a-efc6-44e4-90f4-49a30b384368 2018-08-19 11:10:08,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:10:08,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:08,796 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:08 GMT Server: Apache x-openstack-request-id: req-ec8dd5bb-3dde-4e97-a1ea-f3186aa9f17b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:10:08,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:08 GMT Server: Apache x-openstack-request-id: req-9aad95ce-ef03-41ee-bcc5-6d412a342c1b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:10:08,838 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9aad95ce-ef03-41ee-bcc5-6d412a342c1b 2018-08-19 11:10:08,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708830356598s 2018-08-19 11:10:08,838 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9aad95ce-ef03-41ee-bcc5-6d412a342c1b 2018-08-19 11:10:08,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:10:08,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:08,885 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:08 GMT Server: Apache x-openstack-request-id: req-dea7d6b4-8649-40ae-b989-e25e80550ba1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:10:09,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:08 GMT Server: Apache x-openstack-request-id: req-3f3d48d7-870a-4a99-909f-7d6c89736809 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:10:09,167 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3f3d48d7-870a-4a99-909f-7d6c89736809 2018-08-19 11:10:09,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.328038930893s 2018-08-19 11:10:09,167 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-3f3d48d7-870a-4a99-909f-7d6c89736809 2018-08-19 11:10:14,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:10:14,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:14,200 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:14 GMT Server: Apache x-openstack-request-id: req-69d66528-292e-4089-a078-939a4f13919e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:10:14,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:14 GMT Server: Apache x-openstack-request-id: req-12eecaba-6e95-4eba-8302-7a865ff19086 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:10:14,242 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-12eecaba-6e95-4eba-8302-7a865ff19086 2018-08-19 11:10:14,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723359584808s 2018-08-19 11:10:14,243 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-12eecaba-6e95-4eba-8302-7a865ff19086 2018-08-19 11:10:19,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:10:19,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:19,571 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:19 GMT Server: Apache x-openstack-request-id: req-2ae5edb5-6df1-4324-a0d9-0bf386463c81 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:10:19,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:19 GMT Server: Apache x-openstack-request-id: req-23cd5168-d2cc-4877-abad-e0235cd479ce Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:10:19,613 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-23cd5168-d2cc-4877-abad-e0235cd479ce 2018-08-19 11:10:19,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.36411690712s 2018-08-19 11:10:19,613 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-23cd5168-d2cc-4877-abad-e0235cd479ce 2018-08-19 11:10:19,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:10:19,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:19,643 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:19 GMT Server: Apache x-openstack-request-id: req-7d93284e-5ede-4369-9224-9b7c773065ed Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:10:19,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:19 GMT Server: Apache x-openstack-request-id: req-a4d56256-d9cb-4197-a4fb-711f6c18f391 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:10:19,685 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a4d56256-d9cb-4197-a4fb-711f6c18f391 2018-08-19 11:10:19,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0714218616486s 2018-08-19 11:10:19,686 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a4d56256-d9cb-4197-a4fb-711f6c18f391 2018-08-19 11:10:24,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:10:24,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:24,723 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:24 GMT Server: Apache x-openstack-request-id: req-0f87d2e4-d449-4c24-b177-9d8d87db3339 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:10:24,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:24 GMT Server: Apache x-openstack-request-id: req-7882d231-b5ca-4c79-ae8e-8bd918d10ed8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:10:24,765 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7882d231-b5ca-4c79-ae8e-8bd918d10ed8 2018-08-19 11:10:24,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731081962585s 2018-08-19 11:10:24,766 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7882d231-b5ca-4c79-ae8e-8bd918d10ed8 2018-08-19 11:10:29,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:10:29,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:29,803 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:29 GMT Server: Apache x-openstack-request-id: req-ceb86500-b39d-435a-b2c2-eaf1303a25ce Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:10:29,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:29 GMT Server: Apache x-openstack-request-id: req-dd8129e6-d166-4416-a5c1-3ed14e1c516f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:10:29,847 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dd8129e6-d166-4416-a5c1-3ed14e1c516f 2018-08-19 11:10:29,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0760779380798s 2018-08-19 11:10:29,848 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dd8129e6-d166-4416-a5c1-3ed14e1c516f 2018-08-19 11:10:29,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:10:29,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:29,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:29 GMT Server: Apache x-openstack-request-id: req-b79e6ddc-3d81-4af0-bb58-f7e95c9b6c1f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:10:29,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:29 GMT Server: Apache x-openstack-request-id: req-7ae03edc-dbf1-440a-9df9-32d3b50da105 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:10:29,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7ae03edc-dbf1-440a-9df9-32d3b50da105 2018-08-19 11:10:29,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0710179805756s 2018-08-19 11:10:29,920 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7ae03edc-dbf1-440a-9df9-32d3b50da105 2018-08-19 11:10:34,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:10:34,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:35,233 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:34 GMT Server: Apache x-openstack-request-id: req-cad324d0-85e4-41d9-954b-df5e4142c8e1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:10:35,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:35 GMT Server: Apache x-openstack-request-id: req-9fc5ff7e-610b-4c18-8e51-b99f85d7ff79 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:10:35,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9fc5ff7e-610b-4c18-8e51-b99f85d7ff79 2018-08-19 11:10:35,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.347537994385s 2018-08-19 11:10:35,275 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9fc5ff7e-610b-4c18-8e51-b99f85d7ff79 2018-08-19 11:10:40,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:10:40,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:40,558 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:40 GMT Server: Apache x-openstack-request-id: req-e5adeeb3-3cd8-47c9-a338-1e824b4ee973 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:10:40,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:40 GMT Server: Apache x-openstack-request-id: req-3a086f65-f306-44e7-aa77-b11ca06c6459 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:10:40,601 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3a086f65-f306-44e7-aa77-b11ca06c6459 2018-08-19 11:10:40,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.320333957672s 2018-08-19 11:10:40,601 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3a086f65-f306-44e7-aa77-b11ca06c6459 2018-08-19 11:10:40,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:10:40,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:40,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:40 GMT Server: Apache x-openstack-request-id: req-a7fc09a9-58d1-49de-a59a-7bf9919b6879 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:10:40,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:40 GMT Server: Apache x-openstack-request-id: req-bd3c3448-da91-44de-9482-71c674a58ef4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:10:40,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bd3c3448-da91-44de-9482-71c674a58ef4 2018-08-19 11:10:40,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.330682992935s 2018-08-19 11:10:40,933 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bd3c3448-da91-44de-9482-71c674a58ef4 2018-08-19 11:10:45,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:10:45,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:46,246 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:45 GMT Server: Apache x-openstack-request-id: req-2d9604f3-3a28-457c-aec6-9e2ad632bc18 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:10:46,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:46 GMT Server: Apache x-openstack-request-id: req-935bbb54-3c2d-41ce-9b50-7e2e2c6dc3e7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:10:46,288 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-935bbb54-3c2d-41ce-9b50-7e2e2c6dc3e7 2018-08-19 11:10:46,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348908901215s 2018-08-19 11:10:46,288 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-935bbb54-3c2d-41ce-9b50-7e2e2c6dc3e7 2018-08-19 11:10:51,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:10:51,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:51,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:51 GMT Server: Apache x-openstack-request-id: req-10ec2e90-df4b-416d-8138-a31336449a3f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:10:51,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:51 GMT Server: Apache x-openstack-request-id: req-af972c3c-b6f8-4bb1-a257-04a4fae73b4e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:10:51,366 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-af972c3c-b6f8-4bb1-a257-04a4fae73b4e 2018-08-19 11:10:51,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719900131226s 2018-08-19 11:10:51,367 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-af972c3c-b6f8-4bb1-a257-04a4fae73b4e 2018-08-19 11:10:51,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:10:51,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:51,396 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:51 GMT Server: Apache x-openstack-request-id: req-44982627-32ba-4c3c-bf89-a1c64a356f3f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:10:51,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:51 GMT Server: Apache x-openstack-request-id: req-703319fe-1184-4dc7-a58b-e8c79b367eb7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:10:51,437 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-703319fe-1184-4dc7-a58b-e8c79b367eb7 2018-08-19 11:10:51,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0701768398285s 2018-08-19 11:10:51,438 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-703319fe-1184-4dc7-a58b-e8c79b367eb7 2018-08-19 11:10:56,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:10:56,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:10:56,474 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:10:56 GMT Server: Apache x-openstack-request-id: req-6f867c12-f397-4c90-9191-071e1b8fe11c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:10:56,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:10:56 GMT Server: Apache x-openstack-request-id: req-efc15707-b75a-463b-a083-d30bb7d4e044 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:10:56,518 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-efc15707-b75a-463b-a083-d30bb7d4e044 2018-08-19 11:10:56,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738339424133s 2018-08-19 11:10:56,519 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-efc15707-b75a-463b-a083-d30bb7d4e044 2018-08-19 11:11:01,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:11:01,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:01,554 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:01 GMT Server: Apache x-openstack-request-id: req-73d815a2-6dfc-4b51-9b4b-a885753d4bef Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:11:01,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:01 GMT Server: Apache x-openstack-request-id: req-41cb32f0-41ae-473e-8546-611ab3b96450 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:11:01,596 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-41cb32f0-41ae-473e-8546-611ab3b96450 2018-08-19 11:11:01,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072830915451s 2018-08-19 11:11:01,597 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-41cb32f0-41ae-473e-8546-611ab3b96450 2018-08-19 11:11:01,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:11:01,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:01,627 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:01 GMT Server: Apache x-openstack-request-id: req-d59b1803-e142-4261-8a21-83ddcf6e4b34 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:11:01,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:01 GMT Server: Apache x-openstack-request-id: req-9dd92a4a-cf08-4e4c-bc47-6f1b43fde4f6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:11:01,668 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9dd92a4a-cf08-4e4c-bc47-6f1b43fde4f6 2018-08-19 11:11:01,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712141990662s 2018-08-19 11:11:01,669 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9dd92a4a-cf08-4e4c-bc47-6f1b43fde4f6 2018-08-19 11:11:06,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:11:06,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:06,706 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:06 GMT Server: Apache x-openstack-request-id: req-484276a5-5956-4365-b3c0-10a3c284a7d0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:11:06,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:06 GMT Server: Apache x-openstack-request-id: req-ff212f57-7a1e-498c-966d-5325a2c3dfc6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:11:06,986 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ff212f57-7a1e-498c-966d-5325a2c3dfc6 2018-08-19 11:11:06,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.310374975204s 2018-08-19 11:11:06,987 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ff212f57-7a1e-498c-966d-5325a2c3dfc6 2018-08-19 11:11:11,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:11:11,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:12,040 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:12 GMT Server: Apache x-openstack-request-id: req-84758d7c-74d4-48d3-90a8-52ea988544f0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:11:12,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:12 GMT Server: Apache x-openstack-request-id: req-f1caa6ce-91df-4ebf-aa97-e16791f704a9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:11:12,084 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f1caa6ce-91df-4ebf-aa97-e16791f704a9 2018-08-19 11:11:12,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0914421081543s 2018-08-19 11:11:12,085 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f1caa6ce-91df-4ebf-aa97-e16791f704a9 2018-08-19 11:11:12,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:11:12,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:12,116 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:12 GMT Server: Apache x-openstack-request-id: req-139b1c7b-c884-4168-9348-524e6dc6609c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:11:12,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:12 GMT Server: Apache x-openstack-request-id: req-2d3f73da-a2f2-46f5-91bb-b930bbb23910 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:11:12,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2d3f73da-a2f2-46f5-91bb-b930bbb23910 2018-08-19 11:11:12,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721569061279s 2018-08-19 11:11:12,158 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-2d3f73da-a2f2-46f5-91bb-b930bbb23910 2018-08-19 11:11:17,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:11:17,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:17,195 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:17 GMT Server: Apache x-openstack-request-id: req-fa362fd4-dc95-4365-84dd-a8b6cfe7530b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:11:17,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:17 GMT Server: Apache x-openstack-request-id: req-8e0bcac2-677a-432c-8281-de383f574d71 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:11:17,239 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8e0bcac2-677a-432c-8281-de383f574d71 2018-08-19 11:11:17,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746040344238s 2018-08-19 11:11:17,239 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8e0bcac2-677a-432c-8281-de383f574d71 2018-08-19 11:11:22,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:11:22,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:22,276 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:22 GMT Server: Apache x-openstack-request-id: req-e71cbb9a-a8e0-4f78-8399-6a420c5fbe0f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:11:22,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:22 GMT Server: Apache x-openstack-request-id: req-d639487f-b0e4-4fbe-8624-8f292ef35719 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:11:22,319 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d639487f-b0e4-4fbe-8624-8f292ef35719 2018-08-19 11:11:22,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735609531403s 2018-08-19 11:11:22,319 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d639487f-b0e4-4fbe-8624-8f292ef35719 2018-08-19 11:11:22,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:11:22,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:22,348 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:22 GMT Server: Apache x-openstack-request-id: req-3b86be6c-0044-4da8-b11e-fceb3bf1b86d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:11:22,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:22 GMT Server: Apache x-openstack-request-id: req-5b3a7d13-43b4-4629-abd3-5d01d9345b3f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:11:22,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5b3a7d13-43b4-4629-abd3-5d01d9345b3f 2018-08-19 11:11:22,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0707049369812s 2018-08-19 11:11:22,391 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5b3a7d13-43b4-4629-abd3-5d01d9345b3f 2018-08-19 11:11:27,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:11:27,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:27,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:27 GMT Server: Apache x-openstack-request-id: req-0103bcd4-f7ae-4776-bb1e-8243762d89cf Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:11:27,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:27 GMT Server: Apache x-openstack-request-id: req-7f05859c-0abd-41e6-a14f-b2ed92ef3d8d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:11:27,474 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7f05859c-0abd-41e6-a14f-b2ed92ef3d8d 2018-08-19 11:11:27,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0760221481323s 2018-08-19 11:11:27,474 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7f05859c-0abd-41e6-a14f-b2ed92ef3d8d 2018-08-19 11:11:32,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:11:32,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:32,510 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:32 GMT Server: Apache x-openstack-request-id: req-1d4ca83a-dee3-473e-aad2-cb79429a801f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:11:32,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:32 GMT Server: Apache x-openstack-request-id: req-213809f1-6dd8-4469-b05c-82e7c9c3c9ab Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:11:32,552 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-213809f1-6dd8-4469-b05c-82e7c9c3c9ab 2018-08-19 11:11:32,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715820789337s 2018-08-19 11:11:32,552 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-213809f1-6dd8-4469-b05c-82e7c9c3c9ab 2018-08-19 11:11:32,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:11:32,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:32,582 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:32 GMT Server: Apache x-openstack-request-id: req-d6b6388c-aeec-43ff-97ee-96222267fa0b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:11:32,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:32 GMT Server: Apache x-openstack-request-id: req-4a71487d-73d5-4fdb-abb8-4677df70f7f3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:11:32,625 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4a71487d-73d5-4fdb-abb8-4677df70f7f3 2018-08-19 11:11:32,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721509456635s 2018-08-19 11:11:32,625 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4a71487d-73d5-4fdb-abb8-4677df70f7f3 2018-08-19 11:11:37,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:11:37,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:37,945 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:37 GMT Server: Apache x-openstack-request-id: req-9e8ed2dc-3d34-44aa-b94e-e4b146f7eacb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:11:37,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:37 GMT Server: Apache x-openstack-request-id: req-9641e4b5-58eb-4e53-a3c1-fc8736152d53 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:11:37,987 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9641e4b5-58eb-4e53-a3c1-fc8736152d53 2018-08-19 11:11:37,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.354859113693s 2018-08-19 11:11:37,987 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9641e4b5-58eb-4e53-a3c1-fc8736152d53 2018-08-19 11:11:42,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:11:42,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:43,273 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:43 GMT Server: Apache x-openstack-request-id: req-124ace87-23e7-47f9-9643-7f6457f5a9bb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:11:43,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:43 GMT Server: Apache x-openstack-request-id: req-a79c09a2-f770-4381-b53d-02310973211b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:11:43,315 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a79c09a2-f770-4381-b53d-02310973211b 2018-08-19 11:11:43,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.321168899536s 2018-08-19 11:11:43,315 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a79c09a2-f770-4381-b53d-02310973211b 2018-08-19 11:11:43,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:11:43,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:43,619 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:43 GMT Server: Apache x-openstack-request-id: req-dfe4d308-a052-4119-828d-31e866ebe4f8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:11:43,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:43 GMT Server: Apache x-openstack-request-id: req-5a10c734-bf0e-4cf0-baaf-dd09883ef41d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:11:43,645 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5a10c734-bf0e-4cf0-baaf-dd09883ef41d 2018-08-19 11:11:43,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.329492092133s 2018-08-19 11:11:43,645 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5a10c734-bf0e-4cf0-baaf-dd09883ef41d 2018-08-19 11:11:48,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:11:48,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:48,683 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:48 GMT Server: Apache x-openstack-request-id: req-35f34768-77b7-456a-adf8-c9a5dcd2168e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:11:48,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:48 GMT Server: Apache x-openstack-request-id: req-f1e58838-b31b-4dad-ba2e-d801675b0194 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:11:48,726 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f1e58838-b31b-4dad-ba2e-d801675b0194 2018-08-19 11:11:48,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737190246582s 2018-08-19 11:11:48,726 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f1e58838-b31b-4dad-ba2e-d801675b0194 2018-08-19 11:11:53,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:11:53,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:53,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:53 GMT Server: Apache x-openstack-request-id: req-7bdf57f3-f039-4b86-8e7d-7317f9e68a3e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:11:53,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:53 GMT Server: Apache x-openstack-request-id: req-de8dd4ad-612e-42c8-9ebe-c27885ddf4b4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:11:53,804 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-de8dd4ad-612e-42c8-9ebe-c27885ddf4b4 2018-08-19 11:11:53,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072144985199s 2018-08-19 11:11:53,805 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-de8dd4ad-612e-42c8-9ebe-c27885ddf4b4 2018-08-19 11:11:53,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:11:53,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:54,099 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:53 GMT Server: Apache x-openstack-request-id: req-3280a0d6-d8f0-473c-aee3-496535f685cb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:11:54,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:54 GMT Server: Apache x-openstack-request-id: req-720bf1bf-8b10-4bb1-8ce1-1c7a870b5e67 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:11:54,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-720bf1bf-8b10-4bb1-8ce1-1c7a870b5e67 2018-08-19 11:11:54,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.336866140366s 2018-08-19 11:11:54,143 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-720bf1bf-8b10-4bb1-8ce1-1c7a870b5e67 2018-08-19 11:11:59,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:11:59,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:11:59,180 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:11:59 GMT Server: Apache x-openstack-request-id: req-77d0ced4-238d-4c48-aa92-e68731783c6c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:11:59,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:11:59 GMT Server: Apache x-openstack-request-id: req-f060ab4c-72c6-45ce-82ae-7558ee6bdf5c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:11:59,223 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f060ab4c-72c6-45ce-82ae-7558ee6bdf5c 2018-08-19 11:11:59,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736620426178s 2018-08-19 11:11:59,224 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f060ab4c-72c6-45ce-82ae-7558ee6bdf5c 2018-08-19 11:12:04,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:12:04,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:04,515 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:04 GMT Server: Apache x-openstack-request-id: req-7019428c-47e0-42c1-b9b4-f9b84c0c3571 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:12:04,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:04 GMT Server: Apache x-openstack-request-id: req-30c6435e-b7a5-428f-ae95-e9dc5b5cc683 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:12:04,557 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-30c6435e-b7a5-428f-ae95-e9dc5b5cc683 2018-08-19 11:12:04,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.33234000206s 2018-08-19 11:12:04,557 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-30c6435e-b7a5-428f-ae95-e9dc5b5cc683 2018-08-19 11:12:04,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:12:04,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:04,587 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:04 GMT Server: Apache x-openstack-request-id: req-33fdccbb-9a7b-488b-b84b-76761deec74c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:12:04,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:04 GMT Server: Apache x-openstack-request-id: req-b9ccae19-cd46-408b-b364-6b8c36447f7c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:12:04,630 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b9ccae19-cd46-408b-b364-6b8c36447f7c 2018-08-19 11:12:04,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722639560699s 2018-08-19 11:12:04,630 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b9ccae19-cd46-408b-b364-6b8c36447f7c 2018-08-19 11:12:09,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:12:09,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:09,930 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:09 GMT Server: Apache x-openstack-request-id: req-6dd21a80-fa08-480a-860c-e7c9c59d17cb Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:12:09,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:09 GMT Server: Apache x-openstack-request-id: req-51500e5f-fca5-4e86-8426-bbc711c44ece Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:12:09,971 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-51500e5f-fca5-4e86-8426-bbc711c44ece 2018-08-19 11:12:09,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.334128856659s 2018-08-19 11:12:09,972 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-51500e5f-fca5-4e86-8426-bbc711c44ece 2018-08-19 11:12:14,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:12:14,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:15,008 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:14 GMT Server: Apache x-openstack-request-id: req-e9b5d394-b919-4b49-9064-71c600c0fe9a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:12:15,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:15 GMT Server: Apache x-openstack-request-id: req-78dacddc-aef0-4946-9358-6c1ec896f1dc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:12:15,345 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-78dacddc-aef0-4946-9358-6c1ec896f1dc 2018-08-19 11:12:15,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.367845773697s 2018-08-19 11:12:15,346 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-78dacddc-aef0-4946-9358-6c1ec896f1dc 2018-08-19 11:12:15,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:12:15,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:15,376 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:15 GMT Server: Apache x-openstack-request-id: req-5e078ba2-36bb-4392-af1d-92ece064cef3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:12:15,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:15 GMT Server: Apache x-openstack-request-id: req-0e044a22-7722-4ba2-90ea-01a3fdfe8ebd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:12:15,418 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0e044a22-7722-4ba2-90ea-01a3fdfe8ebd 2018-08-19 11:12:15,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715529918671s 2018-08-19 11:12:15,418 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0e044a22-7722-4ba2-90ea-01a3fdfe8ebd 2018-08-19 11:12:20,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:12:20,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:20,452 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:20 GMT Server: Apache x-openstack-request-id: req-4508c08e-f414-46c0-bfd1-176c056b680d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:12:20,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:20 GMT Server: Apache x-openstack-request-id: req-97c4c13b-40f9-420f-b8d9-6e5683105a74 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:12:20,769 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-97c4c13b-40f9-420f-b8d9-6e5683105a74 2018-08-19 11:12:20,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348727941513s 2018-08-19 11:12:20,770 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-97c4c13b-40f9-420f-b8d9-6e5683105a74 2018-08-19 11:12:25,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:12:25,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:25,816 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:25 GMT Server: Apache x-openstack-request-id: req-b0cfe4d3-0619-43d2-afde-357298395962 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:12:25,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:25 GMT Server: Apache x-openstack-request-id: req-0294a6a4-2ca3-41b8-9d1a-9d9363a10d2e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:12:25,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0294a6a4-2ca3-41b8-9d1a-9d9363a10d2e 2018-08-19 11:12:25,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0876250267029s 2018-08-19 11:12:25,859 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0294a6a4-2ca3-41b8-9d1a-9d9363a10d2e 2018-08-19 11:12:25,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:12:25,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:25,889 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:25 GMT Server: Apache x-openstack-request-id: req-7b8f4b39-a72a-411a-b057-4d6ed73d97ac Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:12:26,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:25 GMT Server: Apache x-openstack-request-id: req-5722629b-1e50-485e-ba2b-29dc02ab6da5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:12:26,188 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5722629b-1e50-485e-ba2b-29dc02ab6da5 2018-08-19 11:12:26,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.328520059586s 2018-08-19 11:12:26,188 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5722629b-1e50-485e-ba2b-29dc02ab6da5 2018-08-19 11:12:31,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:12:31,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:31,239 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:31 GMT Server: Apache x-openstack-request-id: req-13cad56a-0769-43c0-8e6e-cc74f8cf12ff Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:12:31,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:31 GMT Server: Apache x-openstack-request-id: req-204e9c7f-e05d-4f04-a13c-710cb1748ec8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:12:31,283 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-204e9c7f-e05d-4f04-a13c-710cb1748ec8 2018-08-19 11:12:31,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0913858413696s 2018-08-19 11:12:31,284 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-204e9c7f-e05d-4f04-a13c-710cb1748ec8 2018-08-19 11:12:36,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:12:36,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:36,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:36 GMT Server: Apache x-openstack-request-id: req-c2b89d83-ab80-4b24-a692-934a8674cd97 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:12:36,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:36 GMT Server: Apache x-openstack-request-id: req-c4bad5a1-44e9-4e12-9b72-dcb00d9fbd48 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:12:36,622 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c4bad5a1-44e9-4e12-9b72-dcb00d9fbd48 2018-08-19 11:12:36,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.332547903061s 2018-08-19 11:12:36,623 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c4bad5a1-44e9-4e12-9b72-dcb00d9fbd48 2018-08-19 11:12:36,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:12:36,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:36,655 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:36 GMT Server: Apache x-openstack-request-id: req-8844e358-78a6-4608-92c4-38950afd5611 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:12:36,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:36 GMT Server: Apache x-openstack-request-id: req-05ff8d8b-f798-47ca-aa1c-2d11391d8f24 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:12:36,697 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-05ff8d8b-f798-47ca-aa1c-2d11391d8f24 2018-08-19 11:12:36,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0734679698944s 2018-08-19 11:12:36,697 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-05ff8d8b-f798-47ca-aa1c-2d11391d8f24 2018-08-19 11:12:41,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:12:41,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:41,733 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:41 GMT Server: Apache x-openstack-request-id: req-8d2b05d9-719b-48f4-b2ef-b5f2099c729c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:12:41,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:41 GMT Server: Apache x-openstack-request-id: req-dab0c69c-cbf7-4741-b820-1b67e3a5ad1e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:12:41,775 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dab0c69c-cbf7-4741-b820-1b67e3a5ad1e 2018-08-19 11:12:41,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714218616486s 2018-08-19 11:12:41,776 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dab0c69c-cbf7-4741-b820-1b67e3a5ad1e 2018-08-19 11:12:46,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:12:46,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:46,837 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:46 GMT Server: Apache x-openstack-request-id: req-f1d5fac7-5982-4568-855e-d79edda630ae Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:12:46,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:46 GMT Server: Apache x-openstack-request-id: req-fb393179-6b80-4844-8f89-707665213eea Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:12:46,882 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fb393179-6b80-4844-8f89-707665213eea 2018-08-19 11:12:46,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.100829124451s 2018-08-19 11:12:46,883 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fb393179-6b80-4844-8f89-707665213eea 2018-08-19 11:12:46,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:12:46,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:46,912 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:46 GMT Server: Apache x-openstack-request-id: req-7fc88b49-8f2b-4222-95a7-e69cfde77b73 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:12:46,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:46 GMT Server: Apache x-openstack-request-id: req-e681417a-e2cf-4770-a410-5d4ccdff2423 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:12:46,957 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e681417a-e2cf-4770-a410-5d4ccdff2423 2018-08-19 11:12:46,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.074177980423s 2018-08-19 11:12:46,958 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e681417a-e2cf-4770-a410-5d4ccdff2423 2018-08-19 11:12:51,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:12:51,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:52,319 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:51 GMT Server: Apache x-openstack-request-id: req-e6ad117f-f95c-424e-94a4-1bf8e82fb4f4 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:12:52,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:52 GMT Server: Apache x-openstack-request-id: req-c56a1b57-08a1-404d-9d24-c0b9a47c02b0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:12:52,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c56a1b57-08a1-404d-9d24-c0b9a47c02b0 2018-08-19 11:12:52,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.397086143494s 2018-08-19 11:12:52,362 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c56a1b57-08a1-404d-9d24-c0b9a47c02b0 2018-08-19 11:12:57,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:12:57,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:57,406 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:57 GMT Server: Apache x-openstack-request-id: req-1fe6c167-b5bf-4287-a739-fa15881fc78a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:12:57,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:57 GMT Server: Apache x-openstack-request-id: req-aa230f0a-f5a3-40d5-a355-a47ec540df8d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:12:57,716 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aa230f0a-f5a3-40d5-a355-a47ec540df8d 2018-08-19 11:12:57,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.347479104996s 2018-08-19 11:12:57,716 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aa230f0a-f5a3-40d5-a355-a47ec540df8d 2018-08-19 11:12:57,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:12:57,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:12:58,008 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:12:57 GMT Server: Apache x-openstack-request-id: req-541582d9-7429-4911-971e-e5e1a40ac0aa Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:12:58,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:12:58 GMT Server: Apache x-openstack-request-id: req-82e8699f-8599-4565-ac21-451c68933bd0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:12:58,052 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-82e8699f-8599-4565-ac21-451c68933bd0 2018-08-19 11:12:58,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.335800170898s 2018-08-19 11:12:58,053 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-82e8699f-8599-4565-ac21-451c68933bd0 2018-08-19 11:13:03,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:13:03,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:03,089 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:03 GMT Server: Apache x-openstack-request-id: req-47449847-eef9-43c3-ba79-b5c6d2206de2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:13:03,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:03 GMT Server: Apache x-openstack-request-id: req-83ade904-c321-44f1-a75c-def8692a2e58 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:13:03,133 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-83ade904-c321-44f1-a75c-def8692a2e58 2018-08-19 11:13:03,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731418132782s 2018-08-19 11:13:03,133 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-83ade904-c321-44f1-a75c-def8692a2e58 2018-08-19 11:13:08,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:13:08,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:08,181 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:08 GMT Server: Apache x-openstack-request-id: req-3411dfaf-020f-466d-9d4c-a6826da6763c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:13:08,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:08 GMT Server: Apache x-openstack-request-id: req-bfa50694-fdc4-47e2-bbf2-04288987bed3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:13:08,223 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bfa50694-fdc4-47e2-bbf2-04288987bed3 2018-08-19 11:13:08,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0888550281525s 2018-08-19 11:13:08,224 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bfa50694-fdc4-47e2-bbf2-04288987bed3 2018-08-19 11:13:08,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:13:08,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:08,253 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:08 GMT Server: Apache x-openstack-request-id: req-01704c9a-562e-4174-89f8-ab89936a2378 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:13:08,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:08 GMT Server: Apache x-openstack-request-id: req-c5e3fe06-7101-49e0-95c2-d72dcb3872ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:13:08,294 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c5e3fe06-7101-49e0-95c2-d72dcb3872ff 2018-08-19 11:13:08,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0701489448547s 2018-08-19 11:13:08,295 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c5e3fe06-7101-49e0-95c2-d72dcb3872ff 2018-08-19 11:13:13,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:13:13,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:13,328 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:13 GMT Server: Apache x-openstack-request-id: req-5ab95ff6-b02b-497d-8061-a1d237e18858 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:13:13,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:13 GMT Server: Apache x-openstack-request-id: req-fc4d2e28-9eba-49af-a908-79935f70caae Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:13:13,370 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fc4d2e28-9eba-49af-a908-79935f70caae 2018-08-19 11:13:13,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720508098602s 2018-08-19 11:13:13,371 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fc4d2e28-9eba-49af-a908-79935f70caae 2018-08-19 11:13:18,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:13:18,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:18,412 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:18 GMT Server: Apache x-openstack-request-id: req-b886889c-0d94-49f1-94cd-e5213afc76ea Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:13:18,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:18 GMT Server: Apache x-openstack-request-id: req-8b07d553-7104-4f4b-bf26-7b9d58919801 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:13:18,811 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8b07d553-7104-4f4b-bf26-7b9d58919801 2018-08-19 11:13:18,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.434439897537s 2018-08-19 11:13:18,811 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-8b07d553-7104-4f4b-bf26-7b9d58919801 2018-08-19 11:13:18,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:13:18,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:18,840 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:18 GMT Server: Apache x-openstack-request-id: req-77b24e52-40af-44ba-9305-d0af52ec5e52 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:13:18,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:18 GMT Server: Apache x-openstack-request-id: req-0225496f-4422-4626-a637-a895dab78b15 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:13:18,882 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0225496f-4422-4626-a637-a895dab78b15 2018-08-19 11:13:18,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0698938369751s 2018-08-19 11:13:18,882 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0225496f-4422-4626-a637-a895dab78b15 2018-08-19 11:13:23,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:13:23,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:23,920 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:23 GMT Server: Apache x-openstack-request-id: req-fb9fff34-4a3b-4f2a-ba5b-7b43994e39f3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:13:23,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:23 GMT Server: Apache x-openstack-request-id: req-1698b6ac-3edb-40a1-9361-d698b0964f4b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:13:23,962 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1698b6ac-3edb-40a1-9361-d698b0964f4b 2018-08-19 11:13:23,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072968006134s 2018-08-19 11:13:23,962 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1698b6ac-3edb-40a1-9361-d698b0964f4b 2018-08-19 11:13:28,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:13:28,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:29,021 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:28 GMT Server: Apache x-openstack-request-id: req-11652772-e2e9-4794-9f74-2010ea71d2c6 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:13:29,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:29 GMT Server: Apache x-openstack-request-id: req-ebd971e4-5ff2-4ce4-a092-4040bb23b3ce Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:13:29,063 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ebd971e4-5ff2-4ce4-a092-4040bb23b3ce 2018-08-19 11:13:29,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0944969654083s 2018-08-19 11:13:29,063 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ebd971e4-5ff2-4ce4-a092-4040bb23b3ce 2018-08-19 11:13:29,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:13:29,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:29,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:29 GMT Server: Apache x-openstack-request-id: req-67513c2f-5212-4eff-87b6-28b152c694d9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:13:29,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:29 GMT Server: Apache x-openstack-request-id: req-ca2cfd32-f8af-4030-80e8-47e411e7f61c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:13:29,136 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ca2cfd32-f8af-4030-80e8-47e411e7f61c 2018-08-19 11:13:29,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.072821855545s 2018-08-19 11:13:29,137 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ca2cfd32-f8af-4030-80e8-47e411e7f61c 2018-08-19 11:13:34,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:13:34,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:34,175 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:34 GMT Server: Apache x-openstack-request-id: req-a3d7e131-3dc7-43fb-8bbe-7cbc81f3f729 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:13:34,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:34 GMT Server: Apache x-openstack-request-id: req-10a822ba-9f0b-418a-9782-4bee69209aff Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:13:34,217 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-10a822ba-9f0b-418a-9782-4bee69209aff 2018-08-19 11:13:34,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730290412903s 2018-08-19 11:13:34,217 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-10a822ba-9f0b-418a-9782-4bee69209aff 2018-08-19 11:13:39,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:13:39,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:39,255 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:39 GMT Server: Apache x-openstack-request-id: req-1fe9f94c-dc1d-4283-bb43-079640cf9c70 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:13:39,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:39 GMT Server: Apache x-openstack-request-id: req-cbcd590d-7d8b-45fc-bfa5-b62e71fea755 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:13:39,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-cbcd590d-7d8b-45fc-bfa5-b62e71fea755 2018-08-19 11:13:39,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738861560822s 2018-08-19 11:13:39,297 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-cbcd590d-7d8b-45fc-bfa5-b62e71fea755 2018-08-19 11:13:39,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:13:39,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:39,588 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:39 GMT Server: Apache x-openstack-request-id: req-3a1fe842-bb7b-4ea1-a1a4-488f524b2a4b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:13:39,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:39 GMT Server: Apache x-openstack-request-id: req-88fcd2b7-da9f-4ee6-82cc-e8893adab654 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:13:39,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-88fcd2b7-da9f-4ee6-82cc-e8893adab654 2018-08-19 11:13:39,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.316514968872s 2018-08-19 11:13:39,615 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-88fcd2b7-da9f-4ee6-82cc-e8893adab654 2018-08-19 11:13:44,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:13:44,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:44,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:44 GMT Server: Apache x-openstack-request-id: req-b1f7ce77-c065-4706-b794-845f5f3e42a7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:13:44,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:44 GMT Server: Apache x-openstack-request-id: req-55a42dd6-892f-445c-9ffe-38579c10ceb1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:13:44,697 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-55a42dd6-892f-445c-9ffe-38579c10ceb1 2018-08-19 11:13:44,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0758438110352s 2018-08-19 11:13:44,698 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-55a42dd6-892f-445c-9ffe-38579c10ceb1 2018-08-19 11:13:49,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:13:49,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:49,993 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:49 GMT Server: Apache x-openstack-request-id: req-fc89570c-bbbe-4a8c-8c61-32bb8cd73875 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:13:50,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:49 GMT Server: Apache x-openstack-request-id: req-aa8bbd83-100e-4296-af15-a0a16db0d0b4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:13:50,035 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aa8bbd83-100e-4296-af15-a0a16db0d0b4 2018-08-19 11:13:50,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.331765890121s 2018-08-19 11:13:50,036 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aa8bbd83-100e-4296-af15-a0a16db0d0b4 2018-08-19 11:13:50,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:13:50,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:50,065 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:50 GMT Server: Apache x-openstack-request-id: req-856c55ab-e672-47fe-9ff8-d4bc63a33450 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:13:50,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:50 GMT Server: Apache x-openstack-request-id: req-168c2267-de74-4ef7-81c8-eca04f07410d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:13:50,107 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-168c2267-de74-4ef7-81c8-eca04f07410d 2018-08-19 11:13:50,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0705888271332s 2018-08-19 11:13:50,107 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-168c2267-de74-4ef7-81c8-eca04f07410d 2018-08-19 11:13:55,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:13:55,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:13:55,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:13:55 GMT Server: Apache x-openstack-request-id: req-440fd61b-64a3-4e3d-80c1-ffac8456fbec Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:13:55,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:13:55 GMT Server: Apache x-openstack-request-id: req-c17cb775-18f3-47aa-9c18-6bf446d599ef Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:13:55,186 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c17cb775-18f3-47aa-9c18-6bf446d599ef 2018-08-19 11:13:55,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724229812622s 2018-08-19 11:13:55,187 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c17cb775-18f3-47aa-9c18-6bf446d599ef 2018-08-19 11:14:00,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:14:00,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:00,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:00 GMT Server: Apache x-openstack-request-id: req-b106210a-1d6b-4b8b-8cfe-1cd89f3a2efa Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:14:00,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:00 GMT Server: Apache x-openstack-request-id: req-6ac01e31-0e2c-4b82-8352-7bf85e4208ad Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:14:00,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6ac01e31-0e2c-4b82-8352-7bf85e4208ad 2018-08-19 11:14:00,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071760892868s 2018-08-19 11:14:00,265 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-6ac01e31-0e2c-4b82-8352-7bf85e4208ad 2018-08-19 11:14:00,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:14:00,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:00,295 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:00 GMT Server: Apache x-openstack-request-id: req-005678a3-0913-4791-922e-4bc16aac3d3a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:14:00,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:00 GMT Server: Apache x-openstack-request-id: req-f1d4c79e-20c1-471c-b225-76a10b6c1f3c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:14:00,337 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f1d4c79e-20c1-471c-b225-76a10b6c1f3c 2018-08-19 11:14:00,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712761878967s 2018-08-19 11:14:00,337 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f1d4c79e-20c1-471c-b225-76a10b6c1f3c 2018-08-19 11:14:05,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:14:05,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:05,374 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:05 GMT Server: Apache x-openstack-request-id: req-652d3c00-09c3-4f2f-aa18-c7948f8c1c7f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:14:05,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:05 GMT Server: Apache x-openstack-request-id: req-43f4bb3a-a021-45aa-8bd6-d75453c91d73 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:14:05,416 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-43f4bb3a-a021-45aa-8bd6-d75453c91d73 2018-08-19 11:14:05,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727269649506s 2018-08-19 11:14:05,417 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-43f4bb3a-a021-45aa-8bd6-d75453c91d73 2018-08-19 11:14:10,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:14:10,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:10,452 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:10 GMT Server: Apache x-openstack-request-id: req-34575aee-0dd1-4258-a2f3-411168dac705 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:14:10,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:10 GMT Server: Apache x-openstack-request-id: req-58dce5df-7c3e-4ca7-8ac9-c18e16daed76 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:14:10,494 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-58dce5df-7c3e-4ca7-8ac9-c18e16daed76 2018-08-19 11:14:10,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710248947144s 2018-08-19 11:14:10,494 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-58dce5df-7c3e-4ca7-8ac9-c18e16daed76 2018-08-19 11:14:10,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:14:10,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:10,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:10 GMT Server: Apache x-openstack-request-id: req-dc7ef838-1328-43f9-a393-607cd1982f3d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:14:10,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:10 GMT Server: Apache x-openstack-request-id: req-5e58524b-5574-4f2d-9f44-4c0ec591176b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:14:10,566 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5e58524b-5574-4f2d-9f44-4c0ec591176b 2018-08-19 11:14:10,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711829662323s 2018-08-19 11:14:10,566 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5e58524b-5574-4f2d-9f44-4c0ec591176b 2018-08-19 11:14:15,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:14:15,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:15,603 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:15 GMT Server: Apache x-openstack-request-id: req-0eb44ebe-97c6-4dc7-a539-06d619d8d73a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:14:15,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:15 GMT Server: Apache x-openstack-request-id: req-380fee45-78a6-4797-a5c2-76ac554a11c3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:14:15,646 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-380fee45-78a6-4797-a5c2-76ac554a11c3 2018-08-19 11:14:15,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726699829102s 2018-08-19 11:14:15,646 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-380fee45-78a6-4797-a5c2-76ac554a11c3 2018-08-19 11:14:20,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:14:20,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:20,947 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:20 GMT Server: Apache x-openstack-request-id: req-d5339c2f-b250-433b-8e18-bbdf442d0d43 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:14:20,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:20 GMT Server: Apache x-openstack-request-id: req-37cf14eb-993f-4a87-bb05-e1326521a861 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:14:20,989 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-37cf14eb-993f-4a87-bb05-e1326521a861 2018-08-19 11:14:20,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.33698797226s 2018-08-19 11:14:20,989 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-37cf14eb-993f-4a87-bb05-e1326521a861 2018-08-19 11:14:20,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:14:20,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:21,307 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:20 GMT Server: Apache x-openstack-request-id: req-8054a3c6-c632-4dc0-8c18-eba0dc2fb87f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:14:21,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:21 GMT Server: Apache x-openstack-request-id: req-5232fe9e-87da-4cbc-90b2-d918c09eabbd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:14:21,595 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5232fe9e-87da-4cbc-90b2-d918c09eabbd 2018-08-19 11:14:21,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.6054251194s 2018-08-19 11:14:21,596 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5232fe9e-87da-4cbc-90b2-d918c09eabbd 2018-08-19 11:14:26,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:14:26,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:26,634 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:26 GMT Server: Apache x-openstack-request-id: req-e0cae957-b14c-4e2d-8c77-04cc66790a1e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:14:27,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:26 GMT Server: Apache x-openstack-request-id: req-fa8e51fd-4d9f-4256-abc0-eb9ef0f2d632 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:14:27,059 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fa8e51fd-4d9f-4256-abc0-eb9ef0f2d632 2018-08-19 11:14:27,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.456566095352s 2018-08-19 11:14:27,059 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fa8e51fd-4d9f-4256-abc0-eb9ef0f2d632 2018-08-19 11:14:32,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:14:32,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:32,361 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:32 GMT Server: Apache x-openstack-request-id: req-273fbbee-06a6-4c9d-90b9-69700cba57ae Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:14:32,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:32 GMT Server: Apache x-openstack-request-id: req-a5c5cb15-db51-450d-ae82-a122222ecd60 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:14:32,404 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a5c5cb15-db51-450d-ae82-a122222ecd60 2018-08-19 11:14:32,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.338944911957s 2018-08-19 11:14:32,405 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a5c5cb15-db51-450d-ae82-a122222ecd60 2018-08-19 11:14:32,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:14:32,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:32,436 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:32 GMT Server: Apache x-openstack-request-id: req-aba0d942-6f67-4e46-b68d-8fa6aefc3d6f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:14:32,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:32 GMT Server: Apache x-openstack-request-id: req-7ff50d2d-3212-45e3-bcc4-a2c35e036e28 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:14:32,712 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7ff50d2d-3212-45e3-bcc4-a2c35e036e28 2018-08-19 11:14:32,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.306477069855s 2018-08-19 11:14:32,712 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7ff50d2d-3212-45e3-bcc4-a2c35e036e28 2018-08-19 11:14:37,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:14:37,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:38,004 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:37 GMT Server: Apache x-openstack-request-id: req-6406f017-736a-4f51-a4af-f32a2320aff3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:14:38,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:38 GMT Server: Apache x-openstack-request-id: req-72d47279-4fee-4cc7-8d7c-76097fd5faec Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:14:38,393 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-72d47279-4fee-4cc7-8d7c-76097fd5faec 2018-08-19 11:14:38,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.67480802536s 2018-08-19 11:14:38,394 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-72d47279-4fee-4cc7-8d7c-76097fd5faec 2018-08-19 11:14:43,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:14:43,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:43,430 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:43 GMT Server: Apache x-openstack-request-id: req-3686649b-e37a-47a0-a8eb-b14ca90bf5c7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:14:43,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:43 GMT Server: Apache x-openstack-request-id: req-f12da5e9-030c-4c65-b371-1102c1b9566e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:14:43,472 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f12da5e9-030c-4c65-b371-1102c1b9566e 2018-08-19 11:14:43,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072252035141s 2018-08-19 11:14:43,473 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f12da5e9-030c-4c65-b371-1102c1b9566e 2018-08-19 11:14:43,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:14:43,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:43,504 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:43 GMT Server: Apache x-openstack-request-id: req-60a112a7-cd73-4a4c-92f8-3b2bbc93cd90 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:14:43,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:43 GMT Server: Apache x-openstack-request-id: req-66c0ff49-81f2-482e-8faf-c05c1ed157ff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:14:43,545 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-66c0ff49-81f2-482e-8faf-c05c1ed157ff 2018-08-19 11:14:43,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721619129181s 2018-08-19 11:14:43,546 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-66c0ff49-81f2-482e-8faf-c05c1ed157ff 2018-08-19 11:14:48,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:14:48,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:48,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:48 GMT Server: Apache x-openstack-request-id: req-a07bab3e-06f8-43b5-8ad2-298d94b6318a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:14:48,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:48 GMT Server: Apache x-openstack-request-id: req-e530d06a-7b5f-469b-a3f4-173e1386c00a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:14:48,642 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e530d06a-7b5f-469b-a3f4-173e1386c00a 2018-08-19 11:14:48,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.089998960495s 2018-08-19 11:14:48,643 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e530d06a-7b5f-469b-a3f4-173e1386c00a 2018-08-19 11:14:53,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:14:53,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:53,678 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:53 GMT Server: Apache x-openstack-request-id: req-71cd6245-f2bd-4a92-a690-16510a2087e2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:14:53,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:53 GMT Server: Apache x-openstack-request-id: req-3b11bb48-d6b1-4e5d-8cd1-c5aa4a41043c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:14:53,720 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3b11bb48-d6b1-4e5d-8cd1-c5aa4a41043c 2018-08-19 11:14:53,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717899799347s 2018-08-19 11:14:53,721 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3b11bb48-d6b1-4e5d-8cd1-c5aa4a41043c 2018-08-19 11:14:53,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:14:53,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:53,751 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:53 GMT Server: Apache x-openstack-request-id: req-f066f993-81e1-485e-9e7e-9a96868f7b4b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:14:53,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:53 GMT Server: Apache x-openstack-request-id: req-4bd80331-82e4-4f0d-83af-5d9c4edf1ff4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:14:53,794 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4bd80331-82e4-4f0d-83af-5d9c4edf1ff4 2018-08-19 11:14:53,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0726261138916s 2018-08-19 11:14:53,794 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4bd80331-82e4-4f0d-83af-5d9c4edf1ff4 2018-08-19 11:14:58,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:14:58,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:14:58,832 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:14:58 GMT Server: Apache x-openstack-request-id: req-2c1f8184-46c7-4819-9442-3f6595c14175 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:14:58,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:14:58 GMT Server: Apache x-openstack-request-id: req-3049004a-e36e-423b-9e5b-dea06c686dd5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:14:58,874 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3049004a-e36e-423b-9e5b-dea06c686dd5 2018-08-19 11:14:58,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727100372314s 2018-08-19 11:14:58,874 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3049004a-e36e-423b-9e5b-dea06c686dd5 2018-08-19 11:15:03,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:15:03,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:03,912 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:03 GMT Server: Apache x-openstack-request-id: req-7c104a74-4596-4033-be08-0d5866396c3a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:15:04,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:03 GMT Server: Apache x-openstack-request-id: req-552f187b-8815-4541-98cb-4f9be70ac8aa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:15:04,221 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-552f187b-8815-4541-98cb-4f9be70ac8aa 2018-08-19 11:15:04,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.340989112854s 2018-08-19 11:15:04,221 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-552f187b-8815-4541-98cb-4f9be70ac8aa 2018-08-19 11:15:04,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:15:04,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:04,250 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:04 GMT Server: Apache x-openstack-request-id: req-a406973d-b35c-426d-b02e-b924f1d24a91 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:15:04,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:04 GMT Server: Apache x-openstack-request-id: req-b97fdeb1-82c5-4817-8813-e91bb14c6c00 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:15:04,557 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b97fdeb1-82c5-4817-8813-e91bb14c6c00 2018-08-19 11:15:04,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.335506916046s 2018-08-19 11:15:04,558 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b97fdeb1-82c5-4817-8813-e91bb14c6c00 2018-08-19 11:15:09,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:15:09,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:09,595 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:09 GMT Server: Apache x-openstack-request-id: req-323c8339-e759-4d54-a0d8-2040d6cd945f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:15:09,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:09 GMT Server: Apache x-openstack-request-id: req-aa5aaa09-afcc-4edb-9ef2-d3f8163213c8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:15:09,638 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aa5aaa09-afcc-4edb-9ef2-d3f8163213c8 2018-08-19 11:15:09,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734767913818s 2018-08-19 11:15:09,638 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aa5aaa09-afcc-4edb-9ef2-d3f8163213c8 2018-08-19 11:15:14,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:15:14,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:14,672 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:14 GMT Server: Apache x-openstack-request-id: req-ad1185b5-58af-462c-89e8-434f7c43a9bc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:15:14,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:14 GMT Server: Apache x-openstack-request-id: req-522a22b0-bdd1-4298-86da-1880f4e4c69b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:15:14,716 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-522a22b0-bdd1-4298-86da-1880f4e4c69b 2018-08-19 11:15:14,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717151165009s 2018-08-19 11:15:14,716 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-522a22b0-bdd1-4298-86da-1880f4e4c69b 2018-08-19 11:15:14,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:15:14,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:14,746 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:14 GMT Server: Apache x-openstack-request-id: req-1b97cc4b-d863-4813-95bd-890b1daf9a8f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:15:14,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:14 GMT Server: Apache x-openstack-request-id: req-ee063cb9-ac5a-48db-bcde-7e0a8b9e6263 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:15:14,789 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ee063cb9-ac5a-48db-bcde-7e0a8b9e6263 2018-08-19 11:15:14,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0723099708557s 2018-08-19 11:15:14,789 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-ee063cb9-ac5a-48db-bcde-7e0a8b9e6263 2018-08-19 11:15:19,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:15:19,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:19,830 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:19 GMT Server: Apache x-openstack-request-id: req-24329c6d-9c45-4861-bc66-4935e0b5fdcc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:15:19,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:19 GMT Server: Apache x-openstack-request-id: req-29fa0072-629f-4ac7-84f7-a8f1a5e0e813 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:15:19,872 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-29fa0072-629f-4ac7-84f7-a8f1a5e0e813 2018-08-19 11:15:19,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0758230686188s 2018-08-19 11:15:19,872 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-29fa0072-629f-4ac7-84f7-a8f1a5e0e813 2018-08-19 11:15:24,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:15:24,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:24,908 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:24 GMT Server: Apache x-openstack-request-id: req-92d9a928-61db-434a-a5a7-06a4c06f1541 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:15:24,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:24 GMT Server: Apache x-openstack-request-id: req-04d882f5-ddd3-442d-9128-d212fb985df1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:15:24,950 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-04d882f5-ddd3-442d-9128-d212fb985df1 2018-08-19 11:15:24,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721869468689s 2018-08-19 11:15:24,951 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-04d882f5-ddd3-442d-9128-d212fb985df1 2018-08-19 11:15:24,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:15:24,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:24,981 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:24 GMT Server: Apache x-openstack-request-id: req-eb42ba62-2ce6-4c33-a5f8-7ea4c51cd9bf Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:15:25,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:24 GMT Server: Apache x-openstack-request-id: req-1e73377e-a1f8-46c1-8b7f-e2f496319f99 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:15:25,023 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1e73377e-a1f8-46c1-8b7f-e2f496319f99 2018-08-19 11:15:25,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0720210075378s 2018-08-19 11:15:25,024 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1e73377e-a1f8-46c1-8b7f-e2f496319f99 2018-08-19 11:15:30,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:15:30,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:30,063 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:30 GMT Server: Apache x-openstack-request-id: req-3542bfb0-7350-493b-ade4-d8eae173d907 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:15:30,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:30 GMT Server: Apache x-openstack-request-id: req-ecc995ed-4d1e-471b-b6f5-4f1dbde29393 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:15:30,106 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ecc995ed-4d1e-471b-b6f5-4f1dbde29393 2018-08-19 11:15:30,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749688148499s 2018-08-19 11:15:30,106 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ecc995ed-4d1e-471b-b6f5-4f1dbde29393 2018-08-19 11:15:35,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:15:35,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:35,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:35 GMT Server: Apache x-openstack-request-id: req-3c8181fb-0025-4b65-a067-d6cc6800bdd5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:15:35,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:35 GMT Server: Apache x-openstack-request-id: req-18bae833-ba95-4b92-92cc-844a671d5169 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:15:35,186 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-18bae833-ba95-4b92-92cc-844a671d5169 2018-08-19 11:15:35,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074499130249s 2018-08-19 11:15:35,187 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-18bae833-ba95-4b92-92cc-844a671d5169 2018-08-19 11:15:35,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:15:35,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:35,484 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:35 GMT Server: Apache x-openstack-request-id: req-f35a7d6a-24fb-44c3-aeb2-9f316be8687c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:15:35,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:35 GMT Server: Apache x-openstack-request-id: req-126f5a85-0087-4655-995b-151c8934c285 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:15:35,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-126f5a85-0087-4655-995b-151c8934c285 2018-08-19 11:15:35,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.628310918808s 2018-08-19 11:15:35,816 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-126f5a85-0087-4655-995b-151c8934c285 2018-08-19 11:15:40,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:15:40,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:41,109 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:40 GMT Server: Apache x-openstack-request-id: req-8ec20233-8781-4a10-b9b3-f9574880a93d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:15:41,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:41 GMT Server: Apache x-openstack-request-id: req-ae9dbd63-8847-4439-825d-5d177f1dc8e5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:15:41,152 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ae9dbd63-8847-4439-825d-5d177f1dc8e5 2018-08-19 11:15:41,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.328072071075s 2018-08-19 11:15:41,152 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ae9dbd63-8847-4439-825d-5d177f1dc8e5 2018-08-19 11:15:46,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:15:46,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:46,204 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:46 GMT Server: Apache x-openstack-request-id: req-2f19d322-c95d-40e8-b9e6-545e3f3f833b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:15:46,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:46 GMT Server: Apache x-openstack-request-id: req-006a9d0c-ce76-46d3-92f4-8bd304aaaf7c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:15:46,246 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-006a9d0c-ce76-46d3-92f4-8bd304aaaf7c 2018-08-19 11:15:46,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0880389213562s 2018-08-19 11:15:46,246 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-006a9d0c-ce76-46d3-92f4-8bd304aaaf7c 2018-08-19 11:15:46,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:15:46,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:46,277 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:46 GMT Server: Apache x-openstack-request-id: req-2939d581-a955-408a-b184-acbcfcefe288 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:15:46,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:46 GMT Server: Apache x-openstack-request-id: req-bf78cfc9-199a-45c6-b29a-e00b156ceed4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:15:46,576 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bf78cfc9-199a-45c6-b29a-e00b156ceed4 2018-08-19 11:15:46,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.328670024872s 2018-08-19 11:15:46,576 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bf78cfc9-199a-45c6-b29a-e00b156ceed4 2018-08-19 11:15:51,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:15:51,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:51,613 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:51 GMT Server: Apache x-openstack-request-id: req-f66e0388-c625-47a4-94bc-f6c9e5f75296 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:15:51,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:51 GMT Server: Apache x-openstack-request-id: req-c9262669-88dc-4559-987c-a311d2c31134 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:15:51,655 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c9262669-88dc-4559-987c-a311d2c31134 2018-08-19 11:15:51,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722348690033s 2018-08-19 11:15:51,656 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c9262669-88dc-4559-987c-a311d2c31134 2018-08-19 11:15:56,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:15:56,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:56,692 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:56 GMT Server: Apache x-openstack-request-id: req-350e8b0d-2c49-4ab5-9956-faeb0a0a0949 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:15:56,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:56 GMT Server: Apache x-openstack-request-id: req-931ef4c9-731f-49b3-9e60-3c710865bae0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:15:56,733 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-931ef4c9-731f-49b3-9e60-3c710865bae0 2018-08-19 11:15:56,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714590549469s 2018-08-19 11:15:56,733 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-931ef4c9-731f-49b3-9e60-3c710865bae0 2018-08-19 11:15:56,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:15:56,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:15:56,765 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:15:56 GMT Server: Apache x-openstack-request-id: req-b46e2ab6-8bd6-4653-a94a-161094065e5d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:15:56,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:15:56 GMT Server: Apache x-openstack-request-id: req-6fcb6c7b-fb51-43cb-94cf-c6791f22b922 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:15:56,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6fcb6c7b-fb51-43cb-94cf-c6791f22b922 2018-08-19 11:15:56,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0726299285889s 2018-08-19 11:15:56,807 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6fcb6c7b-fb51-43cb-94cf-c6791f22b922 2018-08-19 11:16:01,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:16:01,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:01,859 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:01 GMT Server: Apache x-openstack-request-id: req-e866f14f-4633-45b3-ae9b-c65fd4fc96db Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:16:02,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:01 GMT Server: Apache x-openstack-request-id: req-c49594bc-2ffc-4959-8139-9766cf7e7708 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:16:02,165 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c49594bc-2ffc-4959-8139-9766cf7e7708 2018-08-19 11:16:02,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.351724147797s 2018-08-19 11:16:02,166 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c49594bc-2ffc-4959-8139-9766cf7e7708 2018-08-19 11:16:07,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:16:07,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:07,203 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:07 GMT Server: Apache x-openstack-request-id: req-172cfc89-6dd4-4c42-8668-a6e6ebb990a0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:16:07,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:07 GMT Server: Apache x-openstack-request-id: req-1c3b0cf4-2cfe-45d6-8dd0-81543de92ddd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:16:07,245 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1c3b0cf4-2cfe-45d6-8dd0-81543de92ddd 2018-08-19 11:16:07,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736320018768s 2018-08-19 11:16:07,245 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1c3b0cf4-2cfe-45d6-8dd0-81543de92ddd 2018-08-19 11:16:07,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:16:07,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:07,273 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:07 GMT Server: Apache x-openstack-request-id: req-f28f2393-4b64-4294-959d-d13cc452e967 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:16:07,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:07 GMT Server: Apache x-openstack-request-id: req-060ec1d5-3e4f-46e3-9b2b-e0e9d3a83095 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:16:07,316 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-060ec1d5-3e4f-46e3-9b2b-e0e9d3a83095 2018-08-19 11:16:07,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0703179836273s 2018-08-19 11:16:07,317 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-060ec1d5-3e4f-46e3-9b2b-e0e9d3a83095 2018-08-19 11:16:12,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:16:12,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:12,622 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:12 GMT Server: Apache x-openstack-request-id: req-feb1bdf0-d917-4d15-8e41-3e154ef7244d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:16:12,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:12 GMT Server: Apache x-openstack-request-id: req-1213cadc-b612-4a98-b372-90dacb9712f1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:16:12,664 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1213cadc-b612-4a98-b372-90dacb9712f1 2018-08-19 11:16:12,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.340372800827s 2018-08-19 11:16:12,664 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1213cadc-b612-4a98-b372-90dacb9712f1 2018-08-19 11:16:17,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:16:17,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:17,702 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:17 GMT Server: Apache x-openstack-request-id: req-9650b80d-f50a-46bf-9ece-e3ca57e0fc8e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:16:17,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:17 GMT Server: Apache x-openstack-request-id: req-dcea817f-4005-44cc-9ea4-7ed8aaceb069 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:16:17,744 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dcea817f-4005-44cc-9ea4-7ed8aaceb069 2018-08-19 11:16:17,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737550258636s 2018-08-19 11:16:17,745 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-dcea817f-4005-44cc-9ea4-7ed8aaceb069 2018-08-19 11:16:17,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:16:17,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:17,777 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:17 GMT Server: Apache x-openstack-request-id: req-92c9b5f8-2a0b-4a83-8c74-9f3f63672092 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:16:17,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:17 GMT Server: Apache x-openstack-request-id: req-80323667-7094-4ba0-909f-1bc12f1c27e1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:16:17,819 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-80323667-7094-4ba0-909f-1bc12f1c27e1 2018-08-19 11:16:17,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0736200809479s 2018-08-19 11:16:17,819 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-80323667-7094-4ba0-909f-1bc12f1c27e1 2018-08-19 11:16:22,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:16:22,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:22,856 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:22 GMT Server: Apache x-openstack-request-id: req-d5bb4bba-faf4-45e2-8dd4-4164485f9c02 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:16:22,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:22 GMT Server: Apache x-openstack-request-id: req-48d3b165-13e1-4f43-8924-8eb56e73286c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:16:22,898 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-48d3b165-13e1-4f43-8924-8eb56e73286c 2018-08-19 11:16:22,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722570419312s 2018-08-19 11:16:22,899 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-48d3b165-13e1-4f43-8924-8eb56e73286c 2018-08-19 11:16:27,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:16:27,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:27,952 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:27 GMT Server: Apache x-openstack-request-id: req-a5498ee1-f29a-4c97-91f9-5dc9cea079d1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:16:27,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:27 GMT Server: Apache x-openstack-request-id: req-0fc3772b-58a3-46ff-b0d8-dcaf2d79634d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:16:27,995 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0fc3772b-58a3-46ff-b0d8-dcaf2d79634d 2018-08-19 11:16:27,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0899980068207s 2018-08-19 11:16:27,995 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0fc3772b-58a3-46ff-b0d8-dcaf2d79634d 2018-08-19 11:16:27,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:16:27,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:28,029 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:28 GMT Server: Apache x-openstack-request-id: req-b017ce33-12c7-43c6-96ce-ab07c1a39e09 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:16:28,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:28 GMT Server: Apache x-openstack-request-id: req-f7d59d26-c59f-470d-8dc8-da20daa92f5e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:16:28,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f7d59d26-c59f-470d-8dc8-da20daa92f5e 2018-08-19 11:16:28,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.339497804642s 2018-08-19 11:16:28,336 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-f7d59d26-c59f-470d-8dc8-da20daa92f5e 2018-08-19 11:16:33,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:16:33,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:33,371 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:33 GMT Server: Apache x-openstack-request-id: req-c3139541-9564-4b82-ba82-627ed8796e14 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:16:33,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:33 GMT Server: Apache x-openstack-request-id: req-fac9f7d9-e9ce-4e28-8d9f-52019abd5b49 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:16:33,414 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fac9f7d9-e9ce-4e28-8d9f-52019abd5b49 2018-08-19 11:16:33,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720710754395s 2018-08-19 11:16:33,415 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-fac9f7d9-e9ce-4e28-8d9f-52019abd5b49 2018-08-19 11:16:38,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:16:38,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:38,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:38 GMT Server: Apache x-openstack-request-id: req-663736c2-121a-4bda-9c54-be87f40f7bfc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:16:38,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:38 GMT Server: Apache x-openstack-request-id: req-07d610f0-72fd-4472-8444-508fd9f8ddec Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:16:38,491 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-07d610f0-72fd-4472-8444-508fd9f8ddec 2018-08-19 11:16:38,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710439682007s 2018-08-19 11:16:38,492 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-07d610f0-72fd-4472-8444-508fd9f8ddec 2018-08-19 11:16:38,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:16:38,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:38,521 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:38 GMT Server: Apache x-openstack-request-id: req-434366d9-e6ff-4ad3-b2b3-203b4c69e736 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:16:38,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:38 GMT Server: Apache x-openstack-request-id: req-7d035b93-d648-4419-bd4d-c42ab33fb8b6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:16:38,564 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7d035b93-d648-4419-bd4d-c42ab33fb8b6 2018-08-19 11:16:38,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713729858398s 2018-08-19 11:16:38,564 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-7d035b93-d648-4419-bd4d-c42ab33fb8b6 2018-08-19 11:16:43,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:16:43,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:43,601 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:43 GMT Server: Apache x-openstack-request-id: req-6764f899-6fce-43a6-b245-730a8e3f6ac9 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:16:43,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:43 GMT Server: Apache x-openstack-request-id: req-2a837cf6-a261-49de-854d-325cffa769f2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:16:43,644 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2a837cf6-a261-49de-854d-325cffa769f2 2018-08-19 11:16:43,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725469589233s 2018-08-19 11:16:43,644 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2a837cf6-a261-49de-854d-325cffa769f2 2018-08-19 11:16:48,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:16:48,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:48,682 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:48 GMT Server: Apache x-openstack-request-id: req-04c245ce-8f28-40b6-86b8-9fac7ddcf630 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:16:48,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:48 GMT Server: Apache x-openstack-request-id: req-ef202013-343c-40cb-bb2b-86866d4adc22 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:16:48,723 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ef202013-343c-40cb-bb2b-86866d4adc22 2018-08-19 11:16:48,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728969573975s 2018-08-19 11:16:48,723 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ef202013-343c-40cb-bb2b-86866d4adc22 2018-08-19 11:16:48,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:16:48,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:48,753 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:48 GMT Server: Apache x-openstack-request-id: req-c7fa254b-6477-4146-88ae-a9113f2ea116 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:16:48,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:48 GMT Server: Apache x-openstack-request-id: req-1e70461a-465f-4978-8f25-3a5058a5821f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:16:48,795 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1e70461a-465f-4978-8f25-3a5058a5821f 2018-08-19 11:16:48,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716881752014s 2018-08-19 11:16:48,796 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1e70461a-465f-4978-8f25-3a5058a5821f 2018-08-19 11:16:53,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:16:53,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:53,832 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:53 GMT Server: Apache x-openstack-request-id: req-b8f54f85-3272-4c05-a96d-34540e0f3a0b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:16:53,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:53 GMT Server: Apache x-openstack-request-id: req-870fd504-08be-4341-bf41-1e6a42f02d94 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:16:53,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-870fd504-08be-4341-bf41-1e6a42f02d94 2018-08-19 11:16:53,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723059177399s 2018-08-19 11:16:53,875 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-870fd504-08be-4341-bf41-1e6a42f02d94 2018-08-19 11:16:58,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:16:58,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:58,911 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:58 GMT Server: Apache x-openstack-request-id: req-e94c35fa-013e-4518-bad5-fba4f0aec63d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:16:58,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:58 GMT Server: Apache x-openstack-request-id: req-14069ace-705d-4bc4-9020-97d743ce12f1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:16:58,953 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-14069ace-705d-4bc4-9020-97d743ce12f1 2018-08-19 11:16:58,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722849369049s 2018-08-19 11:16:58,954 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-14069ace-705d-4bc4-9020-97d743ce12f1 2018-08-19 11:16:58,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:16:58,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:16:59,000 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:16:58 GMT Server: Apache x-openstack-request-id: req-c8616409-771e-4389-a520-d907847ee30a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:16:59,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:16:59 GMT Server: Apache x-openstack-request-id: req-0663b782-ef49-4810-b562-e5d9bfb45a61 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:16:59,042 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0663b782-ef49-4810-b562-e5d9bfb45a61 2018-08-19 11:16:59,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0880060195923s 2018-08-19 11:16:59,043 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-0663b782-ef49-4810-b562-e5d9bfb45a61 2018-08-19 11:17:04,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:17:04,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:04,081 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:04 GMT Server: Apache x-openstack-request-id: req-e2a3dd19-410e-41f9-8c65-eef52d1bfce2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:17:04,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:04 GMT Server: Apache x-openstack-request-id: req-c6d59a4f-11ab-4570-b661-251831d1913f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:17:04,125 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c6d59a4f-11ab-4570-b661-251831d1913f 2018-08-19 11:17:04,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0753290653229s 2018-08-19 11:17:04,125 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c6d59a4f-11ab-4570-b661-251831d1913f 2018-08-19 11:17:09,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:17:09,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:09,161 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:09 GMT Server: Apache x-openstack-request-id: req-2876f2e3-ead4-459f-ac17-5ce87bf9b89f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:17:09,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:09 GMT Server: Apache x-openstack-request-id: req-2bdca1d7-da63-4b77-9f8f-567ded299469 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:17:09,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2bdca1d7-da63-4b77-9f8f-567ded299469 2018-08-19 11:17:09,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724120140076s 2018-08-19 11:17:09,204 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-2bdca1d7-da63-4b77-9f8f-567ded299469 2018-08-19 11:17:09,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:17:09,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:09,506 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:09 GMT Server: Apache x-openstack-request-id: req-c2af6a02-78a9-4ba2-a0ee-8d95c860a467 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:17:09,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:09 GMT Server: Apache x-openstack-request-id: req-5821bfdf-2eed-40c5-b5a7-e6910cddde95 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:17:09,548 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5821bfdf-2eed-40c5-b5a7-e6910cddde95 2018-08-19 11:17:09,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.343534231186s 2018-08-19 11:17:09,548 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5821bfdf-2eed-40c5-b5a7-e6910cddde95 2018-08-19 11:17:14,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:17:14,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:14,878 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:14 GMT Server: Apache x-openstack-request-id: req-756439d4-371c-4b09-881f-bb54b8b98c2d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:17:14,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:14 GMT Server: Apache x-openstack-request-id: req-daed5e5a-e186-473a-bd88-67d0a2a44b17 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:17:14,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-daed5e5a-e186-473a-bd88-67d0a2a44b17 2018-08-19 11:17:14,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.364208936691s 2018-08-19 11:17:14,920 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-daed5e5a-e186-473a-bd88-67d0a2a44b17 2018-08-19 11:17:19,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:17:19,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:19,960 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:19 GMT Server: Apache x-openstack-request-id: req-e46e8530-c871-4072-89c2-01c8fc9cc668 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:17:20,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:19 GMT Server: Apache x-openstack-request-id: req-078b04f4-9f15-4e17-a572-901d851c8eda Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:17:20,002 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-078b04f4-9f15-4e17-a572-901d851c8eda 2018-08-19 11:17:20,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0766649246216s 2018-08-19 11:17:20,003 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-078b04f4-9f15-4e17-a572-901d851c8eda 2018-08-19 11:17:20,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:17:20,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:20,035 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:20 GMT Server: Apache x-openstack-request-id: req-e517d871-0672-42ba-b11a-7ba822f2eb42 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:17:20,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:20 GMT Server: Apache x-openstack-request-id: req-4c229260-8fff-4cfa-a788-64ad93188c52 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:17:20,078 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4c229260-8fff-4cfa-a788-64ad93188c52 2018-08-19 11:17:20,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0747539997101s 2018-08-19 11:17:20,079 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-4c229260-8fff-4cfa-a788-64ad93188c52 2018-08-19 11:17:25,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:17:25,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:25,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:25 GMT Server: Apache x-openstack-request-id: req-2cc1b359-8e77-4831-8d75-06b0e4bc707b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:17:25,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:25 GMT Server: Apache x-openstack-request-id: req-83934bb9-525e-4b32-a743-773199d25d06 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:17:25,432 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-83934bb9-525e-4b32-a743-773199d25d06 2018-08-19 11:17:25,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.346554994583s 2018-08-19 11:17:25,433 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-83934bb9-525e-4b32-a743-773199d25d06 2018-08-19 11:17:30,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:17:30,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:30,469 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:30 GMT Server: Apache x-openstack-request-id: req-bb15a048-7ff8-41cf-a207-0409adc8d214 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:17:30,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:30 GMT Server: Apache x-openstack-request-id: req-e351dd56-2057-46f5-90d9-bb2c650f73e0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:17:30,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e351dd56-2057-46f5-90d9-bb2c650f73e0 2018-08-19 11:17:30,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.31002497673s 2018-08-19 11:17:30,749 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e351dd56-2057-46f5-90d9-bb2c650f73e0 2018-08-19 11:17:30,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:17:30,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:30,779 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:30 GMT Server: Apache x-openstack-request-id: req-2db6bef8-9910-4b41-96c7-3d1567c23d89 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:17:30,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:30 GMT Server: Apache x-openstack-request-id: req-e8d86429-129b-4244-a1cd-b195c7cf6f20 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:17:30,823 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e8d86429-129b-4244-a1cd-b195c7cf6f20 2018-08-19 11:17:30,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0737380981445s 2018-08-19 11:17:30,824 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e8d86429-129b-4244-a1cd-b195c7cf6f20 2018-08-19 11:17:35,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:17:35,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:35,859 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:35 GMT Server: Apache x-openstack-request-id: req-d3f1f16f-ee79-4567-8a9f-79df6a725be5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:17:36,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:35 GMT Server: Apache x-openstack-request-id: req-e58f78f4-8ff7-4a43-a044-8420f4d5e94f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:17:36,179 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e58f78f4-8ff7-4a43-a044-8420f4d5e94f 2018-08-19 11:17:36,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.348963975906s 2018-08-19 11:17:36,180 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e58f78f4-8ff7-4a43-a044-8420f4d5e94f 2018-08-19 11:17:41,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:17:41,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:41,474 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:41 GMT Server: Apache x-openstack-request-id: req-06f380b3-becc-41a1-9503-2a8ee25e04bc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:17:41,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:41 GMT Server: Apache x-openstack-request-id: req-221f85a4-ffc1-4867-ad51-8cbc8abefc3a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:17:41,787 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-221f85a4-ffc1-4867-ad51-8cbc8abefc3a 2018-08-19 11:17:41,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.601135015488s 2018-08-19 11:17:41,787 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-221f85a4-ffc1-4867-ad51-8cbc8abefc3a 2018-08-19 11:17:41,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:17:41,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:41,833 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:41 GMT Server: Apache x-openstack-request-id: req-bede7efe-0602-4624-b5c1-11c51a18a8ad Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:17:41,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:41 GMT Server: Apache x-openstack-request-id: req-5c436678-00b6-4124-ab9d-7d8cb9152e0a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:17:41,876 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5c436678-00b6-4124-ab9d-7d8cb9152e0a 2018-08-19 11:17:41,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0882360935211s 2018-08-19 11:17:41,876 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5c436678-00b6-4124-ab9d-7d8cb9152e0a 2018-08-19 11:17:46,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:17:46,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:46,916 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:46 GMT Server: Apache x-openstack-request-id: req-55cf58d4-0b22-420f-9886-580171bcf5dc Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:17:46,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:46 GMT Server: Apache x-openstack-request-id: req-0b35a25f-e411-4f31-b532-0d9309054be8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:17:46,959 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0b35a25f-e411-4f31-b532-0d9309054be8 2018-08-19 11:17:46,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0754539966583s 2018-08-19 11:17:46,959 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0b35a25f-e411-4f31-b532-0d9309054be8 2018-08-19 11:17:51,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:17:51,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:52,266 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:51 GMT Server: Apache x-openstack-request-id: req-ef5208ff-2252-47bf-bcf4-16ffb850777d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:17:52,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:52 GMT Server: Apache x-openstack-request-id: req-982db62c-e692-4d19-8e6b-84960d097836 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:17:52,308 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-982db62c-e692-4d19-8e6b-84960d097836 2018-08-19 11:17:52,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.343043088913s 2018-08-19 11:17:52,309 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-982db62c-e692-4d19-8e6b-84960d097836 2018-08-19 11:17:52,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:17:52,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:52,338 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:52 GMT Server: Apache x-openstack-request-id: req-976f897d-53e7-4af9-8ab2-6502a475f189 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:17:52,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:52 GMT Server: Apache x-openstack-request-id: req-98d64783-d6b1-4399-8a56-fb0ff4ac7abf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:17:52,380 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-98d64783-d6b1-4399-8a56-fb0ff4ac7abf 2018-08-19 11:17:52,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712411403656s 2018-08-19 11:17:52,381 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-98d64783-d6b1-4399-8a56-fb0ff4ac7abf 2018-08-19 11:17:57,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:17:57,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:17:57,420 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:17:57 GMT Server: Apache x-openstack-request-id: req-fb2a1d73-0b48-4813-a324-84d61db332d0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:17:57,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:17:57 GMT Server: Apache x-openstack-request-id: req-c0066d02-c878-4965-b47a-4ba227785bf9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:17:57,466 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c0066d02-c878-4965-b47a-4ba227785bf9 2018-08-19 11:17:57,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0779259204865s 2018-08-19 11:17:57,466 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-c0066d02-c878-4965-b47a-4ba227785bf9 2018-08-19 11:18:02,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:18:02,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:02,503 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:02 GMT Server: Apache x-openstack-request-id: req-743fa1fd-d7dd-417f-8ad1-13c98d0ea030 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:18:02,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:02 GMT Server: Apache x-openstack-request-id: req-369dfcae-c81f-4583-b1f6-290e6ff0ab02 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:18:02,545 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-369dfcae-c81f-4583-b1f6-290e6ff0ab02 2018-08-19 11:18:02,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729908943176s 2018-08-19 11:18:02,546 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-369dfcae-c81f-4583-b1f6-290e6ff0ab02 2018-08-19 11:18:02,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:18:02,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:02,575 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:02 GMT Server: Apache x-openstack-request-id: req-3557baad-afdf-483f-bccf-f435c393878b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:18:02,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:02 GMT Server: Apache x-openstack-request-id: req-bb370d7b-050c-4e7b-9b8b-7aadb6440bdc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:18:02,617 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bb370d7b-050c-4e7b-9b8b-7aadb6440bdc 2018-08-19 11:18:02,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706779956818s 2018-08-19 11:18:02,618 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bb370d7b-050c-4e7b-9b8b-7aadb6440bdc 2018-08-19 11:18:07,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:18:07,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:07,899 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:07 GMT Server: Apache x-openstack-request-id: req-ab78a1aa-32e6-494d-bc32-78d21c16301b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:18:07,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:07 GMT Server: Apache x-openstack-request-id: req-68300cc0-650f-48bb-b2b9-f326721e485f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:18:07,942 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-68300cc0-650f-48bb-b2b9-f326721e485f 2018-08-19 11:18:07,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.317100048065s 2018-08-19 11:18:07,942 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-68300cc0-650f-48bb-b2b9-f326721e485f 2018-08-19 11:18:12,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:18:12,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:12,977 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:12 GMT Server: Apache x-openstack-request-id: req-66212deb-b5ef-44bd-a765-a277f5bef158 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:18:13,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:12 GMT Server: Apache x-openstack-request-id: req-ef7086e5-d90b-4db0-a9f6-87c45c595465 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:18:13,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ef7086e5-d90b-4db0-a9f6-87c45c595465 2018-08-19 11:18:13,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.36145401001s 2018-08-19 11:18:13,310 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ef7086e5-d90b-4db0-a9f6-87c45c595465 2018-08-19 11:18:13,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:18:13,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:13,605 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:13 GMT Server: Apache x-openstack-request-id: req-c0618124-a021-4dbe-945e-5a1376bcb84f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:18:13,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:13 GMT Server: Apache x-openstack-request-id: req-9ac316b9-0a6b-4c06-8796-16b847d9b89e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:18:13,648 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9ac316b9-0a6b-4c06-8796-16b847d9b89e 2018-08-19 11:18:13,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.337754964828s 2018-08-19 11:18:13,648 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9ac316b9-0a6b-4c06-8796-16b847d9b89e 2018-08-19 11:18:18,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:18:18,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:18,685 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:18 GMT Server: Apache x-openstack-request-id: req-06182efa-752d-4ff7-a6d0-4f10f6799004 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:18:18,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:18 GMT Server: Apache x-openstack-request-id: req-10d1c7db-1b4d-4ed1-91b1-7fca58ef4b4c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:18:18,729 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-10d1c7db-1b4d-4ed1-91b1-7fca58ef4b4c 2018-08-19 11:18:18,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741350650787s 2018-08-19 11:18:18,730 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-10d1c7db-1b4d-4ed1-91b1-7fca58ef4b4c 2018-08-19 11:18:23,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:18:23,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:23,773 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:23 GMT Server: Apache x-openstack-request-id: req-07fc35bd-dd47-403f-a7c4-c7a39a238125 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:18:23,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:23 GMT Server: Apache x-openstack-request-id: req-f28039e1-d75f-462b-8779-9dc54e2c4944 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:18:23,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f28039e1-d75f-462b-8779-9dc54e2c4944 2018-08-19 11:18:23,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0803580284119s 2018-08-19 11:18:23,816 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f28039e1-d75f-462b-8779-9dc54e2c4944 2018-08-19 11:18:23,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:18:23,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:24,099 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:23 GMT Server: Apache x-openstack-request-id: req-6fd5f718-d658-4257-89c6-89a0082af744 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:18:24,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:24 GMT Server: Apache x-openstack-request-id: req-27079782-6a37-4b56-84b4-cf89aee48b8a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:18:24,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-27079782-6a37-4b56-84b4-cf89aee48b8a 2018-08-19 11:18:24,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.324537038803s 2018-08-19 11:18:24,142 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-27079782-6a37-4b56-84b4-cf89aee48b8a 2018-08-19 11:18:29,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:18:29,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:29,195 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:29 GMT Server: Apache x-openstack-request-id: req-0e5da852-2322-4d1b-a1a9-e8b899f0fbdf Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:18:29,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:29 GMT Server: Apache x-openstack-request-id: req-1a677697-4471-456e-8f2d-929f809e612c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:18:29,238 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1a677697-4471-456e-8f2d-929f809e612c 2018-08-19 11:18:29,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0889210700989s 2018-08-19 11:18:29,238 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1a677697-4471-456e-8f2d-929f809e612c 2018-08-19 11:18:34,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:18:34,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:34,275 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:34 GMT Server: Apache x-openstack-request-id: req-fe72dff8-00b4-4612-b78e-48d478f0d795 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:18:34,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:34 GMT Server: Apache x-openstack-request-id: req-7eee1b1d-4dba-47de-8c89-ad1b1f5d31c9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:18:34,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7eee1b1d-4dba-47de-8c89-ad1b1f5d31c9 2018-08-19 11:18:34,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072790145874s 2018-08-19 11:18:34,317 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7eee1b1d-4dba-47de-8c89-ad1b1f5d31c9 2018-08-19 11:18:34,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:18:34,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:34,350 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:34 GMT Server: Apache x-openstack-request-id: req-e649fceb-674f-478e-a901-35264e5c0122 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:18:34,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:34 GMT Server: Apache x-openstack-request-id: req-c6ab0490-4926-42fa-9b95-d85f3bc414b8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:18:34,394 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c6ab0490-4926-42fa-9b95-d85f3bc414b8 2018-08-19 11:18:34,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0763111114502s 2018-08-19 11:18:34,394 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-c6ab0490-4926-42fa-9b95-d85f3bc414b8 2018-08-19 11:18:39,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:18:39,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:39,432 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:39 GMT Server: Apache x-openstack-request-id: req-b5e43990-cef1-471d-b8e7-a897644fde7f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:18:39,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:39 GMT Server: Apache x-openstack-request-id: req-433c2ea7-80c2-4bb2-b54e-d3e107ae2965 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:18:39,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-433c2ea7-80c2-4bb2-b54e-d3e107ae2965 2018-08-19 11:18:39,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074028968811s 2018-08-19 11:18:39,476 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-433c2ea7-80c2-4bb2-b54e-d3e107ae2965 2018-08-19 11:18:44,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:18:44,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:44,512 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:44 GMT Server: Apache x-openstack-request-id: req-b9a122d6-c1cc-4fbd-a550-ca5f5b75ae2f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:18:44,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:44 GMT Server: Apache x-openstack-request-id: req-31b5e771-bbf1-4cdd-bafe-983000e06098 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:18:44,554 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-31b5e771-bbf1-4cdd-bafe-983000e06098 2018-08-19 11:18:44,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727200508118s 2018-08-19 11:18:44,555 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-31b5e771-bbf1-4cdd-bafe-983000e06098 2018-08-19 11:18:44,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:18:44,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:44,584 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:44 GMT Server: Apache x-openstack-request-id: req-c786c86c-03cf-42fe-8f36-ccf154c92f40 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:18:44,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:44 GMT Server: Apache x-openstack-request-id: req-52a1462f-dfe1-4a8f-9f59-9c4673828056 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:18:44,627 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-52a1462f-dfe1-4a8f-9f59-9c4673828056 2018-08-19 11:18:44,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0713651180267s 2018-08-19 11:18:44,627 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-52a1462f-dfe1-4a8f-9f59-9c4673828056 2018-08-19 11:18:49,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:18:49,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:49,664 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:49 GMT Server: Apache x-openstack-request-id: req-9445e52f-5aea-4ba8-9e54-67d54316d42b Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:18:49,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:49 GMT Server: Apache x-openstack-request-id: req-45da3d39-8091-4a3a-a0d8-5e502cb61fe7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:18:49,975 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-45da3d39-8091-4a3a-a0d8-5e502cb61fe7 2018-08-19 11:18:49,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.340911149979s 2018-08-19 11:18:49,975 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-45da3d39-8091-4a3a-a0d8-5e502cb61fe7 2018-08-19 11:18:54,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:18:54,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:55,263 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:54 GMT Server: Apache x-openstack-request-id: req-c038f93c-e355-4154-92c7-117efafb5948 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:18:55,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:55 GMT Server: Apache x-openstack-request-id: req-9eaf4cb0-d077-4d24-b0e3-287cbda9986d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:18:55,305 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9eaf4cb0-d077-4d24-b0e3-287cbda9986d 2018-08-19 11:18:55,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.323950052261s 2018-08-19 11:18:55,306 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9eaf4cb0-d077-4d24-b0e3-287cbda9986d 2018-08-19 11:18:55,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:18:55,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}84a3be3fa596ed536b9c30a42dc4bf5d51eec8f9" 2018-08-19 11:18:55,335 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:18:55 GMT Server: Apache x-openstack-request-id: req-4570dbad-805a-4da1-b752-00669a273448 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:18:55,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:18:55 GMT Server: Apache x-openstack-request-id: req-1c3826ae-ceae-4e8c-b9b0-09ef4ddc9e57 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:18:55,377 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1c3826ae-ceae-4e8c-b9b0-09ef4ddc9e57 2018-08-19 11:18:55,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0707941055298s 2018-08-19 11:18:55,377 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1c3826ae-ceae-4e8c-b9b0-09ef4ddc9e57 2018-08-19 11:19:00,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:19:00,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 11:19:00,792 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "f9b445568dd74e6e94912a4131f3ac9c", "name": "heat_stack_owner"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T12:19:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b513719f34a64a3da8b6f39c2da45101", "name": "heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b513719f34a64a3da8b6f39c2da45101", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/b513719f34a64a3da8b6f39c2da45101", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/b513719f34a64a3da8b6f39c2da45101", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/b513719f34a64a3da8b6f39c2da45101", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/b513719f34a64a3da8b6f39c2da45101", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/b513719f34a64a3da8b6f39c2da45101", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/b513719f34a64a3da8b6f39c2da45101", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/b513719f34a64a3da8b6f39c2da45101", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/b513719f34a64a3da8b6f39c2da45101", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/b513719f34a64a3da8b6f39c2da45101", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_b513719f34a64a3da8b6f39c2da45101", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_b513719f34a64a3da8b6f39c2da45101", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_a7f94325-f74d-468c-8e0d-8bf188814358", "id": "5731a29aa06446a9832ea2fd21a2d2f4"}, "audit_ids": ["rd-acE_yTkmASUYC2lXvfw"], "issued_at": "2018-08-19T11:19:00.000000Z"}} 2018-08-19 11:19:00,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:01,070 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:00 GMT Server: Apache x-openstack-request-id: req-dad63ac8-d6d0-4919-aa27-321189892b22 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:19:01,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:01 GMT Server: Apache x-openstack-request-id: req-f6ebd44b-e959-4aca-b60b-b972fefd565b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:19:01,405 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f6ebd44b-e959-4aca-b60b-b972fefd565b 2018-08-19 11:19:01,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.02035498619s 2018-08-19 11:19:01,405 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-f6ebd44b-e959-4aca-b60b-b972fefd565b 2018-08-19 11:19:06,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:19:06,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:06,721 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:06 GMT Server: Apache x-openstack-request-id: req-593fb602-5de4-4e73-838c-c09b05801fc2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:19:07,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:06 GMT Server: Apache x-openstack-request-id: req-a0ab88c9-02f7-4043-9c85-c1cebca7b96d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:19:07,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a0ab88c9-02f7-4043-9c85-c1cebca7b96d 2018-08-19 11:19:07,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.628845930099s 2018-08-19 11:19:07,040 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-a0ab88c9-02f7-4043-9c85-c1cebca7b96d 2018-08-19 11:19:07,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:19:07,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:07,321 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:07 GMT Server: Apache x-openstack-request-id: req-4d3b373b-d23c-476a-ba99-038bf722c26f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:19:07,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:07 GMT Server: Apache x-openstack-request-id: req-437a6313-2e1e-498d-84f4-adc3abbeec36 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:19:07,629 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-437a6313-2e1e-498d-84f4-adc3abbeec36 2018-08-19 11:19:07,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.58814406395s 2018-08-19 11:19:07,629 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-437a6313-2e1e-498d-84f4-adc3abbeec36 2018-08-19 11:19:12,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:19:12,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:12,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:12 GMT Server: Apache x-openstack-request-id: req-cd603f06-2f75-422b-9fd4-d8d9df8bb48a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:19:13,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:12 GMT Server: Apache x-openstack-request-id: req-537d4b0c-aba5-404a-b75c-bea3eaf2651c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:19:13,663 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-537d4b0c-aba5-404a-b75c-bea3eaf2651c 2018-08-19 11:19:13,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.02748918533s 2018-08-19 11:19:13,664 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-537d4b0c-aba5-404a-b75c-bea3eaf2651c 2018-08-19 11:19:18,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:19:18,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:18,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:18 GMT Server: Apache x-openstack-request-id: req-9333dc9b-1386-4cf7-bf36-a5094ec59492 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:19:18,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:18 GMT Server: Apache x-openstack-request-id: req-1df5e9a4-ad51-4d13-b878-33f7626b7d98 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:19:18,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1df5e9a4-ad51-4d13-b878-33f7626b7d98 2018-08-19 11:19:18,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.248609781265s 2018-08-19 11:19:18,919 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1df5e9a4-ad51-4d13-b878-33f7626b7d98 2018-08-19 11:19:18,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:19:18,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:19,234 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:18 GMT Server: Apache x-openstack-request-id: req-7163cfd8-406d-4940-8f13-a5baa1c75d5f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:19:19,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:19 GMT Server: Apache x-openstack-request-id: req-8227b64c-e9b2-409e-ab3b-546e05896793 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:19:19,563 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8227b64c-e9b2-409e-ab3b-546e05896793 2018-08-19 11:19:19,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.643645048141s 2018-08-19 11:19:19,564 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8227b64c-e9b2-409e-ab3b-546e05896793 2018-08-19 11:19:24,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:19:24,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:24,874 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:24 GMT Server: Apache x-openstack-request-id: req-88acca82-2c61-4b8f-b7d9-566fe0b44447 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:19:24,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:24 GMT Server: Apache x-openstack-request-id: req-9ce2b62d-7d37-4e5b-9744-8896215dde4d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:19:24,916 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9ce2b62d-7d37-4e5b-9744-8896215dde4d 2018-08-19 11:19:24,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.345826148987s 2018-08-19 11:19:24,917 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9ce2b62d-7d37-4e5b-9744-8896215dde4d 2018-08-19 11:19:29,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:19:29,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:30,217 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:29 GMT Server: Apache x-openstack-request-id: req-213258c5-ad5c-4099-99ba-a68964260d58 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:19:30,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:30 GMT Server: Apache x-openstack-request-id: req-0d6f519b-4b06-4c8c-b16c-6e418ede96ab Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:19:30,495 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0d6f519b-4b06-4c8c-b16c-6e418ede96ab 2018-08-19 11:19:30,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.572598934174s 2018-08-19 11:19:30,495 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-0d6f519b-4b06-4c8c-b16c-6e418ede96ab 2018-08-19 11:19:30,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:19:30,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:30,808 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:30 GMT Server: Apache x-openstack-request-id: req-87a76e26-7197-4c41-99d9-e687577cf463 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:19:30,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:30 GMT Server: Apache x-openstack-request-id: req-9fad31aa-123a-486a-80c6-097d34f13341 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:19:30,851 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9fad31aa-123a-486a-80c6-097d34f13341 2018-08-19 11:19:30,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.354948997498s 2018-08-19 11:19:30,851 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-9fad31aa-123a-486a-80c6-097d34f13341 2018-08-19 11:19:35,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:19:35,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:35,889 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:35 GMT Server: Apache x-openstack-request-id: req-c9952917-cd58-4a75-984d-c443daffe4aa Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:19:35,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:35 GMT Server: Apache x-openstack-request-id: req-18b73851-0a6f-4c2c-a7e7-9265b0671d8f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:19:35,931 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-18b73851-0a6f-4c2c-a7e7-9265b0671d8f 2018-08-19 11:19:35,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072704076767s 2018-08-19 11:19:35,932 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-18b73851-0a6f-4c2c-a7e7-9265b0671d8f 2018-08-19 11:19:40,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:19:40,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:41,261 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:40 GMT Server: Apache x-openstack-request-id: req-d8d222d6-8182-4d9b-9e37-bac0e8094312 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:19:41,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:41 GMT Server: Apache x-openstack-request-id: req-191d2e42-1a01-4a8d-b22e-f8191dba0be2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:19:41,584 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-191d2e42-1a01-4a8d-b22e-f8191dba0be2 2018-08-19 11:19:41,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.646204948425s 2018-08-19 11:19:41,584 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-191d2e42-1a01-4a8d-b22e-f8191dba0be2 2018-08-19 11:19:41,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:19:41,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:41,870 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:41 GMT Server: Apache x-openstack-request-id: req-918030e1-c904-49b0-bf1e-391ba0d1ffae Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:19:41,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:41 GMT Server: Apache x-openstack-request-id: req-a5f006d2-3549-4c7a-9d9c-f481d24d6420 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:19:41,912 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a5f006d2-3549-4c7a-9d9c-f481d24d6420 2018-08-19 11:19:41,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.326846837997s 2018-08-19 11:19:41,912 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-a5f006d2-3549-4c7a-9d9c-f481d24d6420 2018-08-19 11:19:46,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:19:46,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:46,949 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:46 GMT Server: Apache x-openstack-request-id: req-efd8f4d2-6179-4464-b01c-8022851eb618 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:19:46,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:46 GMT Server: Apache x-openstack-request-id: req-ebc41f50-b2ae-408f-990e-ca8a380f2161 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:19:46,993 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ebc41f50-b2ae-408f-990e-ca8a380f2161 2018-08-19 11:19:46,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743129253387s 2018-08-19 11:19:46,993 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-ebc41f50-b2ae-408f-990e-ca8a380f2161 2018-08-19 11:19:51,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:19:52,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:52,330 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:52 GMT Server: Apache x-openstack-request-id: req-63f8c8e8-adc4-43df-b822-8b04169c6b1d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:19:52,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:52 GMT Server: Apache x-openstack-request-id: req-326d7246-29fe-4b9d-9003-73f041c4bd48 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:19:52,634 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-326d7246-29fe-4b9d-9003-73f041c4bd48 2018-08-19 11:19:52,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.634612083435s 2018-08-19 11:19:52,634 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-326d7246-29fe-4b9d-9003-73f041c4bd48 2018-08-19 11:19:52,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:19:52,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:52,934 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:52 GMT Server: Apache x-openstack-request-id: req-0237cf0c-2782-4ac8-94dc-b685eee4a221 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:19:52,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:52 GMT Server: Apache x-openstack-request-id: req-e3ad95d8-259f-41d3-9256-57b3a346e71d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:19:52,976 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e3ad95d8-259f-41d3-9256-57b3a346e71d 2018-08-19 11:19:52,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.341550111771s 2018-08-19 11:19:52,977 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e3ad95d8-259f-41d3-9256-57b3a346e71d 2018-08-19 11:19:57,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:19:57,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:19:58,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:19:57 GMT Server: Apache x-openstack-request-id: req-fd492cd0-f088-4a2b-946d-279f05935850 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:19:58,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:19:58 GMT Server: Apache x-openstack-request-id: req-aceed2a6-4816-4e14-b9dc-4ea47563bedc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:19:58,056 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aceed2a6-4816-4e14-b9dc-4ea47563bedc 2018-08-19 11:19:58,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728349685669s 2018-08-19 11:19:58,057 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-aceed2a6-4816-4e14-b9dc-4ea47563bedc 2018-08-19 11:20:03,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:20:03,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:03,759 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:03 GMT Server: Apache x-openstack-request-id: req-ec06ccb6-06aa-4f95-93ca-efc6652166e0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:20:04,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:03 GMT Server: Apache x-openstack-request-id: req-af3d2dc0-fa5d-46b2-80b7-4e272c21406d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:20:04,114 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-af3d2dc0-fa5d-46b2-80b7-4e272c21406d 2018-08-19 11:20:04,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.05106902122s 2018-08-19 11:20:04,114 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-af3d2dc0-fa5d-46b2-80b7-4e272c21406d 2018-08-19 11:20:04,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:20:04,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:04,406 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:04 GMT Server: Apache x-openstack-request-id: req-2737200a-282e-4198-b718-a3e8ee00a4c7 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:20:04,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:04 GMT Server: Apache x-openstack-request-id: req-eb63954b-b37b-422c-95df-80dce7eeba47 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:20:04,449 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-eb63954b-b37b-422c-95df-80dce7eeba47 2018-08-19 11:20:04,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.334732055664s 2018-08-19 11:20:04,450 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-eb63954b-b37b-422c-95df-80dce7eeba47 2018-08-19 11:20:09,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:20:09,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:09,766 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:09 GMT Server: Apache x-openstack-request-id: req-c8535aa8-ad39-4562-a76c-c052a04accd2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:20:10,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:09 GMT Server: Apache x-openstack-request-id: req-e505730e-c4c9-43c8-ae31-6d3dc4175874 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:20:10,564 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e505730e-c4c9-43c8-ae31-6d3dc4175874 2018-08-19 11:20:10,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.10796189308s 2018-08-19 11:20:10,565 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-e505730e-c4c9-43c8-ae31-6d3dc4175874 2018-08-19 11:20:15,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:20:15,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:15,599 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:15 GMT Server: Apache x-openstack-request-id: req-153708be-990d-47d6-87a3-1714fe00d165 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:20:15,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:15 GMT Server: Apache x-openstack-request-id: req-3f10474e-22a5-4843-b52e-f6c96c8ddc1d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:20:15,641 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3f10474e-22a5-4843-b52e-f6c96c8ddc1d 2018-08-19 11:20:15,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731379985809s 2018-08-19 11:20:15,641 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-3f10474e-22a5-4843-b52e-f6c96c8ddc1d 2018-08-19 11:20:15,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:20:15,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:15,672 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:15 GMT Server: Apache x-openstack-request-id: req-b648b964-4f4b-4faf-80a6-4f0b6fc99d55 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:20:16,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:15 GMT Server: Apache x-openstack-request-id: req-8ebfb67a-f0b6-4dc7-8109-de6b6e618b94 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:20:16,385 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8ebfb67a-f0b6-4dc7-8109-de6b6e618b94 2018-08-19 11:20:16,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.742886066437s 2018-08-19 11:20:16,385 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-8ebfb67a-f0b6-4dc7-8109-de6b6e618b94 2018-08-19 11:20:21,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:20:21,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:21,424 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:21 GMT Server: Apache x-openstack-request-id: req-b94bb329-45bc-4d29-a56b-bc54ae7099af Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:20:21,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:21 GMT Server: Apache x-openstack-request-id: req-d80fa920-8e3b-451d-bc96-3f6588d6d91a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:20:21,722 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d80fa920-8e3b-451d-bc96-3f6588d6d91a 2018-08-19 11:20:21,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.33025598526s 2018-08-19 11:20:21,723 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d80fa920-8e3b-451d-bc96-3f6588d6d91a 2018-08-19 11:20:26,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:20:26,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:27,022 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:26 GMT Server: Apache x-openstack-request-id: req-0655759c-aa94-47b4-a469-8e8c3a99b029 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:20:27,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:27 GMT Server: Apache x-openstack-request-id: req-1237cb92-752f-4d65-895e-fee93f0310d2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:20:27,064 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1237cb92-752f-4d65-895e-fee93f0310d2 2018-08-19 11:20:27,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.334948062897s 2018-08-19 11:20:27,064 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-1237cb92-752f-4d65-895e-fee93f0310d2 2018-08-19 11:20:27,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:20:27,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:27,096 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:27 GMT Server: Apache x-openstack-request-id: req-c0d31e6e-48af-45d5-994b-1da5bd449e82 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:20:27,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:27 GMT Server: Apache x-openstack-request-id: req-e0089edd-ee23-4b27-948a-15f40a41892e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:20:27,138 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e0089edd-ee23-4b27-948a-15f40a41892e 2018-08-19 11:20:27,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0733749866486s 2018-08-19 11:20:27,138 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-e0089edd-ee23-4b27-948a-15f40a41892e 2018-08-19 11:20:32,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:20:32,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:32,171 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:32 GMT Server: Apache x-openstack-request-id: req-ab4b45ad-8d81-4806-924e-2c66bf223f2e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:20:32,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:32 GMT Server: Apache x-openstack-request-id: req-73e04dcc-382e-4216-a4ce-fc4848644228 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:20:32,214 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-73e04dcc-382e-4216-a4ce-fc4848644228 2018-08-19 11:20:32,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073144197464s 2018-08-19 11:20:32,214 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-73e04dcc-382e-4216-a4ce-fc4848644228 2018-08-19 11:20:37,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:20:37,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:37,250 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:37 GMT Server: Apache x-openstack-request-id: req-75453b7a-e973-4cf7-a018-19c0370df3f8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:20:37,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:37 GMT Server: Apache x-openstack-request-id: req-bf1339af-d566-4771-b453-593b6151e037 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:20:37,293 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bf1339af-d566-4771-b453-593b6151e037 2018-08-19 11:20:37,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727751255035s 2018-08-19 11:20:37,293 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-bf1339af-d566-4771-b453-593b6151e037 2018-08-19 11:20:37,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:20:37,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:37,324 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:37 GMT Server: Apache x-openstack-request-id: req-a8ebe9db-1772-4f85-b820-d8f2bca888bf Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:20:37,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:37 GMT Server: Apache x-openstack-request-id: req-1b4922d1-1f65-4e9b-a85b-c4d31c66e68f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:20:37,367 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1b4922d1-1f65-4e9b-a85b-c4d31c66e68f 2018-08-19 11:20:37,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730199813843s 2018-08-19 11:20:37,367 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-1b4922d1-1f65-4e9b-a85b-c4d31c66e68f 2018-08-19 11:20:42,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:20:42,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:43,182 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:42 GMT Server: Apache x-openstack-request-id: req-1e03b881-918b-4d07-8172-6a51929f364d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:20:43,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:43 GMT Server: Apache x-openstack-request-id: req-71dcb13a-7da3-44f7-b23a-a1cad8cff990 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:20:43,226 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-71dcb13a-7da3-44f7-b23a-a1cad8cff990 2018-08-19 11:20:43,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.85216999054s 2018-08-19 11:20:43,227 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-71dcb13a-7da3-44f7-b23a-a1cad8cff990 2018-08-19 11:20:48,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:20:48,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:48,264 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:48 GMT Server: Apache x-openstack-request-id: req-7cbd1617-5966-4ffd-bdfd-59f20591246a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:20:48,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:48 GMT Server: Apache x-openstack-request-id: req-7486f304-8675-4093-a8d4-ef327e47008e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:20:48,305 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7486f304-8675-4093-a8d4-ef327e47008e 2018-08-19 11:20:48,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723609924316s 2018-08-19 11:20:48,306 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-7486f304-8675-4093-a8d4-ef327e47008e 2018-08-19 11:20:48,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:20:48,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:48,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:48 GMT Server: Apache x-openstack-request-id: req-77d9f34a-8157-4c0e-b393-038fdc839098 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:20:48,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:48 GMT Server: Apache x-openstack-request-id: req-5b06a2ee-1f46-4561-890c-a65c2ef29514 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:20:48,379 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5b06a2ee-1f46-4561-890c-a65c2ef29514 2018-08-19 11:20:48,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730130672455s 2018-08-19 11:20:48,380 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-5b06a2ee-1f46-4561-890c-a65c2ef29514 2018-08-19 11:20:53,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:20:53,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:53,418 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:53 GMT Server: Apache x-openstack-request-id: req-a588c4fd-dc54-4395-94ac-b73f1e4e6704 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:20:53,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:53 GMT Server: Apache x-openstack-request-id: req-9278d5c3-3a05-40ea-ada9-f4154d2127b8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:20:53,462 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9278d5c3-3a05-40ea-ada9-f4154d2127b8 2018-08-19 11:20:53,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0758459568024s 2018-08-19 11:20:53,463 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-9278d5c3-3a05-40ea-ada9-f4154d2127b8 2018-08-19 11:20:58,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:20:58,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:58,500 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:58 GMT Server: Apache x-openstack-request-id: req-4198c064-3778-4cf0-9386-e6c786eccd4c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:20:58,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:58 GMT Server: Apache x-openstack-request-id: req-d1d91831-ea18-4827-adc7-d5d8eaa7e2dd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:20:58,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d1d91831-ea18-4827-adc7-d5d8eaa7e2dd 2018-08-19 11:20:58,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072968006134s 2018-08-19 11:20:58,542 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-d1d91831-ea18-4827-adc7-d5d8eaa7e2dd 2018-08-19 11:20:58,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:20:58,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:20:58,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:20:58 GMT Server: Apache x-openstack-request-id: req-8c799acb-734a-417f-b2af-2e981c8d0868 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:20:58,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:20:58 GMT Server: Apache x-openstack-request-id: req-85157e77-aae6-4ca5-9757-509326948c58 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "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_a7f94325-f74d-468c-8e0d-8bf188814358", "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": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-19 11:20:58,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-85157e77-aae6-4ca5-9757-509326948c58 2018-08-19 11:20:58,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712678432465s 2018-08-19 11:20:58,614 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-85157e77-aae6-4ca5-9757-509326948c58 2018-08-19 11:21:03,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:21:03,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:03,652 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:21:03 GMT Server: Apache x-openstack-request-id: req-8f805a4a-2986-40c0-aa7c-f69459c5f03f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&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-19 11:21:03,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:03 GMT Server: Apache x-openstack-request-id: req-4576cfba-c038-4dd8-bc16-83c35127c055 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-08-19T11:21:01Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/bono/events/60d8fde9-4522-4fb1-b9df-d8d097e6a624", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "Unauthorized: resources.bono.resources[0].resources.server: The request you have made requires authentication. (HTTP 401) (Request-ID: req-c84a347c-b545-4f1c-b171-81f08a668e19)", "resource_status": "CREATE_FAILED", "physical_resource_id": "5cd59c19-70ba-48b9-b67e-b7853095e624", "id": "60d8fde9-4522-4fb1-b9df-d8d097e6a624"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-19T11:21:01Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/clearwater-opnfv/events/bad68416-b5c4-4bed-a596-e213b8399647", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Resource CREATE failed: Unauthorized: resources.bono.resources[0].resources.server: The request you have made requires authentication. (HTTP 401) (Request-ID: req-c84a347c-b545-4f1c-b171-81f08a668e19)", "resource_status": "CREATE_FAILED", "physical_resource_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "id": "bad68416-b5c4-4bed-a596-e213b8399647"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-19T11:21:01Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/clearwater-opnfv/events/47ade7d2-8906-48c5-83f1-0e7f966ed07c", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack ROLLBACK started", "resource_status": "ROLLBACK_IN_PROGRESS", "physical_resource_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "id": "47ade7d2-8906-48c5-83f1-0e7f966ed07c"}, {"resource_name": "dime", "event_time": "2018-08-19T11:21:02Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dime/events/aea6851f-d05a-409a-a621-59f09abba72c", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "b8ee6983-357a-472c-a2aa-882422037e88", "id": "aea6851f-d05a-409a-a621-59f09abba72c"}, {"resource_name": "bono", "event_time": "2018-08-19T11:21:03Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/bono/events/1cde9c85-c8fe-464c-ba6f-768f23681428", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "5cd59c19-70ba-48b9-b67e-b7853095e624", "id": "1cde9c85-c8fe-464c-ba6f-768f23681428"}]} 2018-08-19 11:21:03,698 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4576cfba-c038-4dd8-bc16-83c35127c055 2018-08-19 11:21:03,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0763700008392s 2018-08-19 11:21:03,698 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc&marker=a9ccfc34-f217-4a51-bcd5-2edff4acf2ee&sort_dir=asc used request id req-4576cfba-c038-4dd8-bc16-83c35127c055 2018-08-19 11:21:03,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:21:03,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:03,743 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:21:03 GMT Server: Apache x-openstack-request-id: req-67196525-179c-4341-b3aa-4d05c9842adf Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344 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-19 11:21:03,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:03 GMT Server: Apache x-openstack-request-id: req-c4eba092-764d-4f48-837c-6bb93a7ee348 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "No description", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "stack_status_reason": "Stack ROLLBACK started", "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "ROLLBACK_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-19T11:21:01Z", "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "outputs": [], "template_description": "No description"}} 2018-08-19 11:21:03,799 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344 used request id req-c4eba092-764d-4f48-837c-6bb93a7ee348 2018-08-19 11:21:03,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0994839668274s 2018-08-19 11:21:03,800 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344 used request id req-c4eba092-764d-4f48-837c-6bb93a7ee348 2018-08-19 11:21:03,801 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-08-19T10:21:22Z', 'updated_at': u'2018-08-19T11:21:01Z', 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'No description', 'deleted_at': None, 'id': u'250e76cc-9456-4ec5-a22c-efc07bfd9344', 'parameters': Munch({u'OS::project_id': u'b513719f34a64a3da8b6f39c2da45101', u'OS::stack_id': u'250e76cc-9456-4ec5-a22c-efc07bfd9344', u'OS::stack_name': u'clearwater-opnfv'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'd2587f3995ee4d55a2ed1a4b8b737b2b', 'status': u'IN_PROGRESS', 'disable_rollback': False, 'description': u'No description', 'parent': None, 'tags': None, 'outputs': [], 'stack_owner': None, 'stack_status': u'ROLLBACK_IN_PROGRESS', 'status_reason': u'Stack ROLLBACK started', 'properties': Munch({u'capabilities': []}), 'template_description': u'No description', 'is_rollback_enabled': False, 'name': u'clearwater-opnfv', 'created_at': u'2018-08-19T10:21:22Z', 'stack_status_reason': u'Stack ROLLBACK started', 'updated_time': u'2018-08-19T11:21:01Z', 'action': u'ROLLBACK', 'identifier': 'clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344'}) 2018-08-19 11:21:03,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:21:03,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:05,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c470aaa-aabb-43c9-a6ee-54f32ec69cc9 x-compute-request-id: req-1c470aaa-aabb-43c9-a6ee-54f32ec69cc9 Content-Encoding: gzip Content-Length: 1511 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:ae:a6:5d", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:a6:5d", "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:0b:6a:7f", "version": 4, "addr": "192.168.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:26:28.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "c002b0b0-2843-47a3-9330-29c5d58f40a6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:26:28Z", "hostId": "882d0b14eb8cfddc6c6222a350d674b01267363f5bf5d6c59f1f7bc8", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "dime-0.clearwater.opnfv", "created": "2018-08-19T10:24:27Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:70:6b", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:70:6b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:4e:ae", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:4e:ae", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:24:46.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "c642fcc2-9a06-4161-816a-b257eed5d9b4", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:24:46Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "homer-0.clearwater.opnfv", "created": "2018-08-19T10:24:27Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "d8d46e53-568a-49cd-baf7-dd31963fa5ed", "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:24:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "bono-0.clearwater.opnfv", "created": "2018-08-19T10:24:27Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:05:b8", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:05:b8", "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:bc:fb:46", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a6ddaad6-553e-473d-8e51-96ec39e47a58", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a6ddaad6-553e-473d-8e51-96ec39e47a58", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:26:26.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "a6ddaad6-553e-473d-8e51-96ec39e47a58", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:26:26Z", "hostId": "882d0b14eb8cfddc6c6222a350d674b01267363f5bf5d6c59f1f7bc8", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-19T10:24:26Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:16:4c", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:16:4c", "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:34:ed:ce", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f206220b-0f27-412b-8647-8664bc666f88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f206220b-0f27-412b-8647-8664bc666f88", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:24:45.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "f206220b-0f27-412b-8647-8664bc666f88", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:24:45Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-19T10:24:26Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:5d:b7", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:5d:b7", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/dce6ac84-cbca-45d5-b6e2-ab28bcfda065", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/dce6ac84-cbca-45d5-b6e2-ab28bcfda065", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:24:07.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "dce6ac84-cbca-45d5-b6e2-ab28bcfda065", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:24:07Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-19T10:23:57Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:89:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:89:93", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:5b:4d", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0c50816d-1a12-4584-87da-677f5580718f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0c50816d-1a12-4584-87da-677f5580718f", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:23:43.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "0c50816d-1a12-4584-87da-677f5580718f", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:23:43Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "ns.clearwater.opnfv", "created": "2018-08-19T10:22:00Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:21:05,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1c470aaa-aabb-43c9-a6ee-54f32ec69cc9 2018-08-19 11:21:05,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.98165893555s 2018-08-19 11:21:05,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-1c470aaa-aabb-43c9-a6ee-54f32ec69cc9 2018-08-19 11:21:05,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 11:21:05,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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:06,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1761 X-Openstack-Request-Id: req-935da0d6-e82c-408b-95ac-1fe852663865 Date: Sun, 19 Aug 2018 11:21: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":["94bdd6dd-160c-44bf-a2fc-eba205c2757b"],"updated_at":"2018-08-19T10:21:32Z","tenant_id":"b513719f34a64a3da8b6f39c2da45101","created_at":"2018-08-19T10:21:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b513719f34a64a3da8b6f39c2da45101","id":"8140fdba-0b68-49c5-9e57-31afc6530ed4","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":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7bca7e42-88aa-464c-9ebd-247a8bb55285"],"updated_at":"2018-08-19T10:21:30Z","tenant_id":"b513719f34a64a3da8b6f39c2da45101","created_at":"2018-08-19T10:21:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b513719f34a64a3da8b6f39c2da45101","id":"cd633457-a1ed-404d-9b57-418bd387d1d8","name":"clearwater-opnfv-private-signaling"}]} 2018-08-19 11:21:06,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-935da0d6-e82c-408b-95ac-1fe852663865 2018-08-19 11:21:06,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369417190552s 2018-08-19 11:21:06,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-935da0d6-e82c-408b-95ac-1fe852663865 2018-08-19 11:21:06,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 11:21:06,168 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:06,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-4030fc12-c0a8-485e-9ded-fc48399499f2 Date: Sun, 19 Aug 2018 11:21:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd633457-a1ed-404d-9b57-418bd387d1d8","tenant_id":"b513719f34a64a3da8b6f39c2da45101","created_at":"2018-08-19T10:21:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T10:21:30Z","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":"b513719f34a64a3da8b6f39c2da45101","id":"7bca7e42-88aa-464c-9ebd-247a8bb55285","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8140fdba-0b68-49c5-9e57-31afc6530ed4","tenant_id":"b513719f34a64a3da8b6f39c2da45101","created_at":"2018-08-19T10:21:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T10:21:32Z","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":"b513719f34a64a3da8b6f39c2da45101","id":"94bdd6dd-160c-44bf-a2fc-eba205c2757b","subnetpool_id":null,"name":"clearwater-opnfv-private-management"}]} 2018-08-19 11:21:06,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4030fc12-c0a8-485e-9ded-fc48399499f2 2018-08-19 11:21:06,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.325865983963s 2018-08-19 11:21:06,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-4030fc12-c0a8-485e-9ded-fc48399499f2 2018-08-19 11:21:06,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 11:21:06,498 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:06,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75589f60-94d3-4224-ae86-9c1239e7c045 x-compute-request-id: req-75589f60-94d3-4224-ae86-9c1239e7c045 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "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": "c98a7890-08e8-41d5-8b07-9cbf693a00b9"}]} 2018-08-19 11:21:06,552 - 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-75589f60-94d3-4224-ae86-9c1239e7c045 2018-08-19 11:21:06,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0573899745941s 2018-08-19 11:21:06,552 - 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-75589f60-94d3-4224-ae86-9c1239e7c045 2018-08-19 11:21:06,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-19 11:21:06,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:09,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54833f64-198b-44b6-8a5d-0094348ba2eb x-compute-request-id: req-54833f64-198b-44b6-8a5d-0094348ba2eb Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {}, "id": "1ef54ba6-f533-4dee-aa2b-8a810657a98f"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "31ce958c-9eb5-4bd7-b1de-bbab0301d142"}, {"from_port": 4000, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {}, "id": "66e8fa58-db3a-45ac-8d47-f0d111bb3772"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "71289ecc-afcf-427e-b5f4-296fd0d61e74"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8f113956-2e34-4f47-a181-ac1bd934d02c"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 8889, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-ellis-mgmt"}, "ip_protocol": "tcp", "to_port": 8889, "parent_group_id": "afbf0d1b-ef00-4e31-a383-58add5f5ae5c", "ip_range": {}, "id": "a1eddaf1-7309-4a07-afe7-28210fbcd938"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "afbf0d1b-ef00-4e31-a383-58add5f5ae5c", "name": "clearwater-opnfv-dime-mgmt", "description": "Security group for Dime nodes (management)"}, {"rules": [{"from_port": 10888, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "fbccf1b2-03a3-448b-818e-e95b891f436d", "ip_range": {}, "id": "00a2d552-432e-4811-8f48-dcf27f4a71db"}, {"from_port": 10888, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "fbccf1b2-03a3-448b-818e-e95b891f436d", "ip_range": {}, "id": "44cdb90d-a5b4-47db-83e5-cb879a876c40"}, {"from_port": 10888, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "fbccf1b2-03a3-448b-818e-e95b891f436d", "ip_range": {}, "id": "5440549c-fad2-40df-a757-4ed5ae162cc7"}, {"from_port": 8888, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "fbccf1b2-03a3-448b-818e-e95b891f436d", "ip_range": {}, "id": "85ab84fe-c2b6-43da-83d4-8e53fd2a1f06"}, {"from_port": 8888, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "fbccf1b2-03a3-448b-818e-e95b891f436d", "ip_range": {}, "id": "c6477036-44a4-4394-8110-3189318c1d73"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "fbccf1b2-03a3-448b-818e-e95b891f436d", "name": "clearwater-opnfv-dime-sig", "description": "Security group for Dime nodes (signaling)"}]} 2018-08-19 11:21:09,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6/os-security-groups used request id req-54833f64-198b-44b6-8a5d-0094348ba2eb 2018-08-19 11:21:09,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 2.56801009178s 2018-08-19 11:21:09,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6/os-security-groups used request id req-54833f64-198b-44b6-8a5d-0094348ba2eb 2018-08-19 11:21:09,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:21:09,135 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:09,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-109b051f-82ea-41c2-b857-a84375bb7dbd Date: Sun, 19 Aug 2018 11:21:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:21:08Z", "file": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298/file", "owner": "b513719f34a64a3da8b6f39c2da45101", "id": "49533cdd-a217-421e-b89b-26f8a694a298", "size": 263193088, "self": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-19T10:21:02Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:21:09,850 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-109b051f-82ea-41c2-b857-a84375bb7dbd 2018-08-19 11:21:09,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.7185587883s 2018-08-19 11:21:09,851 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-109b051f-82ea-41c2-b857-a84375bb7dbd 2018-08-19 11:21:09,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 11:21:09,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:10,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:09 GMT Server: Apache x-compute-request-id: req-848e3a99-a52a-459c-bd90-ccf915bb4e8f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-848e3a99-a52a-459c-bd90-ccf915bb4e8f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-19 11:21:10,596 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-848e3a99-a52a-459c-bd90-ccf915bb4e8f 2018-08-19 11:21:10,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.74093914032s 2018-08-19 11:21:10,596 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-848e3a99-a52a-459c-bd90-ccf915bb4e8f 2018-08-19 11:21:12,599 - 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-19 11:21:12,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 11:21:12,602 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:12,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21: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-41871cc4-9fd0-4bb5-b820-753a568424d9 x-compute-request-id: req-41871cc4-9fd0-4bb5-b820-753a568424d9 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "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": "c98a7890-08e8-41d5-8b07-9cbf693a00b9"}]} 2018-08-19 11:21:12,625 - 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-41871cc4-9fd0-4bb5-b820-753a568424d9 2018-08-19 11:21:12,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0251049995422s 2018-08-19 11:21:12,625 - 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-41871cc4-9fd0-4bb5-b820-753a568424d9 2018-08-19 11:21:12,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-19 11:21:12,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:14,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21: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-8dcd5f11-68e4-4e30-95c9-82c0a991ae87 x-compute-request-id: req-8dcd5f11-68e4-4e30-95c9-82c0a991ae87 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {}, "id": "1ef54ba6-f533-4dee-aa2b-8a810657a98f"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "31ce958c-9eb5-4bd7-b1de-bbab0301d142"}, {"from_port": 4000, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {}, "id": "66e8fa58-db3a-45ac-8d47-f0d111bb3772"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "71289ecc-afcf-427e-b5f4-296fd0d61e74"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8f113956-2e34-4f47-a181-ac1bd934d02c"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "0e72f5f1-a34f-45c5-8018-54cf566e2e25", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "b2422e32-eabd-4727-bb94-409b2ad60276"}, {"from_port": 7888, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "0e72f5f1-a34f-45c5-8018-54cf566e2e25", "ip_range": {}, "id": "b75f6b99-b25a-48a3-bdde-6859a42e9a39"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "0e72f5f1-a34f-45c5-8018-54cf566e2e25", "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": "8f75d7fc-42ca-444a-8f7b-bd5ae6cc55bd", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "162f70ec-a1b9-4144-887d-cd73be1fef09"}, {"from_port": 9160, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "8f75d7fc-42ca-444a-8f7b-bd5ae6cc55bd", "ip_range": {}, "id": "96251498-e3a9-4627-970b-a3cc9ff28b05"}, {"from_port": 7888, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "8f75d7fc-42ca-444a-8f7b-bd5ae6cc55bd", "ip_range": {}, "id": "ad65a958-23c0-4d60-b0a5-84c04b317f03"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "8f75d7fc-42ca-444a-8f7b-bd5ae6cc55bd", "name": "clearwater-opnfv-homer-sig", "description": "Security group for Homer nodes (signaling)"}]} 2018-08-19 11:21:14,056 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4/os-security-groups used request id req-8dcd5f11-68e4-4e30-95c9-82c0a991ae87 2018-08-19 11:21:14,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.42926907539s 2018-08-19 11:21:14,056 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4/os-security-groups used request id req-8dcd5f11-68e4-4e30-95c9-82c0a991ae87 2018-08-19 11:21:14,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:21:14,068 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:14,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-ebd91a35-dab4-49eb-9bdf-ea987b90733f Date: Sun, 19 Aug 2018 11:21:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:21:08Z", "file": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298/file", "owner": "b513719f34a64a3da8b6f39c2da45101", "id": "49533cdd-a217-421e-b89b-26f8a694a298", "size": 263193088, "self": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-19T10:21:02Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:21:14,798 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ebd91a35-dab4-49eb-9bdf-ea987b90733f 2018-08-19 11:21:14,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.734201908112s 2018-08-19 11:21:14,799 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ebd91a35-dab4-49eb-9bdf-ea987b90733f 2018-08-19 11:21:14,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 11:21:14,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:15,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:14 GMT Server: Apache x-compute-request-id: req-722ea6ad-71bf-4961-8752-37328912613d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-722ea6ad-71bf-4961-8752-37328912613d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-19 11:21:15,525 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-722ea6ad-71bf-4961-8752-37328912613d 2018-08-19 11:21:15,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.722731113434s 2018-08-19 11:21:15,526 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-722ea6ad-71bf-4961-8752-37328912613d 2018-08-19 11:21:15,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 11:21:15,531 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:15,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21: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-8bcaf1bd-44de-4c70-acff-040ee9c898dd x-compute-request-id: req-8bcaf1bd-44de-4c70-acff-040ee9c898dd Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "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": "c98a7890-08e8-41d5-8b07-9cbf693a00b9"}]} 2018-08-19 11:21:15,554 - 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-8bcaf1bd-44de-4c70-acff-040ee9c898dd 2018-08-19 11:21:15,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0249378681183s 2018-08-19 11:21:15,554 - 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-8bcaf1bd-44de-4c70-acff-040ee9c898dd 2018-08-19 11:21:15,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-19 11:21:15,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:15,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e17e178-ca63-4a4b-b105-31aae83a5b45 x-compute-request-id: req-4e17e178-ca63-4a4b-b105-31aae83a5b45 Content-Length: 23 Content-Type: application/json RESP BODY: {"security_groups": []} 2018-08-19 11:21:15,906 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed/os-security-groups used request id req-4e17e178-ca63-4a4b-b105-31aae83a5b45 2018-08-19 11:21:15,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.351128816605s 2018-08-19 11:21:15,907 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed/os-security-groups used request id req-4e17e178-ca63-4a4b-b105-31aae83a5b45 2018-08-19 11:21:15,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:21:15,915 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:16,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-aa1389d6-33f1-4e87-8a67-0047cc7d3760 Date: Sun, 19 Aug 2018 11:21:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:21:08Z", "file": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298/file", "owner": "b513719f34a64a3da8b6f39c2da45101", "id": "49533cdd-a217-421e-b89b-26f8a694a298", "size": 263193088, "self": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-19T10:21:02Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:21:16,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-aa1389d6-33f1-4e87-8a67-0047cc7d3760 2018-08-19 11:21:16,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.82940196991s 2018-08-19 11:21:16,741 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-aa1389d6-33f1-4e87-8a67-0047cc7d3760 2018-08-19 11:21:16,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 11:21:16,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:17,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:16 GMT Server: Apache x-compute-request-id: req-86385dbe-f3c2-457e-a74d-8b3814de84ca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-86385dbe-f3c2-457e-a74d-8b3814de84ca Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-19 11:21:17,724 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-86385dbe-f3c2-457e-a74d-8b3814de84ca 2018-08-19 11:21:17,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.979405879974s 2018-08-19 11:21:17,725 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-86385dbe-f3c2-457e-a74d-8b3814de84ca 2018-08-19 11:21:17,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 11:21:17,728 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:17,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21: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-96883816-4e36-4531-a0ef-5f75c1bfef64 x-compute-request-id: req-96883816-4e36-4531-a0ef-5f75c1bfef64 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "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": "c98a7890-08e8-41d5-8b07-9cbf693a00b9"}]} 2018-08-19 11:21:17,751 - 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-96883816-4e36-4531-a0ef-5f75c1bfef64 2018-08-19 11:21:17,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.025447845459s 2018-08-19 11:21:17,751 - 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-96883816-4e36-4531-a0ef-5f75c1bfef64 2018-08-19 11:21:17,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-19 11:21:17,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/a6ddaad6-553e-473d-8e51-96ec39e47a58/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:19,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21: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-31c6fcd0-34c3-4e7e-8b13-daab772184dd x-compute-request-id: req-31c6fcd0-34c3-4e7e-8b13-daab772184dd Content-Encoding: gzip Content-Length: 913 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {}, "id": "1ef54ba6-f533-4dee-aa2b-8a810657a98f"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "31ce958c-9eb5-4bd7-b1de-bbab0301d142"}, {"from_port": 4000, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {}, "id": "66e8fa58-db3a-45ac-8d47-f0d111bb3772"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "71289ecc-afcf-427e-b5f4-296fd0d61e74"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8f113956-2e34-4f47-a181-ac1bd934d02c"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 11311, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "b1e43488-6e72-4e29-a16d-0d0b7434ef69", "ip_range": {}, "id": "4167ef1c-b7c2-4a71-a045-e43ef8dc3cb7"}, {"from_port": 7253, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "b1e43488-6e72-4e29-a16d-0d0b7434ef69", "ip_range": {}, "id": "6935b277-38f2-418e-a174-31398483ebc9"}, {"from_port": 7253, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "b1e43488-6e72-4e29-a16d-0d0b7434ef69", "ip_range": {}, "id": "779140f5-f7d1-4eae-a530-fee7caf56a53"}, {"from_port": 9160, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "b1e43488-6e72-4e29-a16d-0d0b7434ef69", "ip_range": {}, "id": "827ae17f-630e-44eb-8f50-65e80000e914"}, {"from_port": 9160, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "b1e43488-6e72-4e29-a16d-0d0b7434ef69", "ip_range": {}, "id": "e35b12be-8566-4c70-962d-f9673dec1c18"}, {"from_port": 11311, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "b1e43488-6e72-4e29-a16d-0d0b7434ef69", "ip_range": {}, "id": "f87f23a4-d0e2-4635-a2f0-7ad04c78db59"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "b1e43488-6e72-4e29-a16d-0d0b7434ef69", "name": "clearwater-opnfv-vellum-sig-inbound", "description": "Security group for Vellum nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 7000, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7000, "parent_group_id": "7386b5bd-7ef5-4603-8b43-ee3a92410fe5", "ip_range": {}, "id": "20529e41-6148-4653-8f0b-20b3b331b092"}, {"from_port": 7253, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "7386b5bd-7ef5-4603-8b43-ee3a92410fe5", "ip_range": {}, "id": "9ae5a430-59ba-4c4c-9f13-43381e2bdeac"}, {"from_port": 11211, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11211, "parent_group_id": "7386b5bd-7ef5-4603-8b43-ee3a92410fe5", "ip_range": {}, "id": "e2fd70ac-422c-4991-9372-84cf7d9f98d5"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "7386b5bd-7ef5-4603-8b43-ee3a92410fe5", "name": "clearwater-opnfv-vellum-sig-outbound", "description": "Security group for Vellum nodes outbound traffic (signaling)"}]} 2018-08-19 11:21:19,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/a6ddaad6-553e-473d-8e51-96ec39e47a58/os-security-groups used request id req-31c6fcd0-34c3-4e7e-8b13-daab772184dd 2018-08-19 11:21:19,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.88120412827s 2018-08-19 11:21:19,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/a6ddaad6-553e-473d-8e51-96ec39e47a58/os-security-groups used request id req-31c6fcd0-34c3-4e7e-8b13-daab772184dd 2018-08-19 11:21:19,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:21:19,646 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:20,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-df2b3906-e64f-45e9-989a-190e748791ef Date: Sun, 19 Aug 2018 11:21:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:21:08Z", "file": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298/file", "owner": "b513719f34a64a3da8b6f39c2da45101", "id": "49533cdd-a217-421e-b89b-26f8a694a298", "size": 263193088, "self": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-19T10:21:02Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:21:20,427 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-df2b3906-e64f-45e9-989a-190e748791ef 2018-08-19 11:21:20,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.783913850784s 2018-08-19 11:21:20,427 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-df2b3906-e64f-45e9-989a-190e748791ef 2018-08-19 11:21:20,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 11:21:20,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:21,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:20 GMT Server: Apache x-compute-request-id: req-e7ccf185-eccf-41c2-8f56-20a4fc820b89 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e7ccf185-eccf-41c2-8f56-20a4fc820b89 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-19 11:21:21,152 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-e7ccf185-eccf-41c2-8f56-20a4fc820b89 2018-08-19 11:21:21,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.719238996506s 2018-08-19 11:21:21,152 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-e7ccf185-eccf-41c2-8f56-20a4fc820b89 2018-08-19 11:21:21,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 11:21:21,156 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:21,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21: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-d154c98e-a8b0-4c4c-9e1f-d7a9561fa280 x-compute-request-id: req-d154c98e-a8b0-4c4c-9e1f-d7a9561fa280 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "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": "c98a7890-08e8-41d5-8b07-9cbf693a00b9"}]} 2018-08-19 11:21:21,178 - 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-d154c98e-a8b0-4c4c-9e1f-d7a9561fa280 2018-08-19 11:21:21,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0251748561859s 2018-08-19 11:21:21,179 - 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-d154c98e-a8b0-4c4c-9e1f-d7a9561fa280 2018-08-19 11:21:21,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-19 11:21:21,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/f206220b-0f27-412b-8647-8664bc666f88/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:23,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21: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-822ae122-4a0b-4c93-abd2-16014dd9d323 x-compute-request-id: req-822ae122-4a0b-4c93-abd2-16014dd9d323 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {}, "id": "1ef54ba6-f533-4dee-aa2b-8a810657a98f"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "31ce958c-9eb5-4bd7-b1de-bbab0301d142"}, {"from_port": 4000, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {}, "id": "66e8fa58-db3a-45ac-8d47-f0d111bb3772"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "71289ecc-afcf-427e-b5f4-296fd0d61e74"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8f113956-2e34-4f47-a181-ac1bd934d02c"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5054, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "88e36d16-0b15-4737-8e4b-e793f1b55a9f", "ip_range": {}, "id": "2948cd0d-97be-498a-b5fe-5e80b512768c"}, {"from_port": 9888, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "88e36d16-0b15-4737-8e4b-e793f1b55a9f", "ip_range": {}, "id": "2e26e685-0f9e-4434-be22-fc047080f117"}, {"from_port": 5052, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "88e36d16-0b15-4737-8e4b-e793f1b55a9f", "ip_range": {}, "id": "b2751fd6-a1b8-4e7b-b5e1-8440fbda18ab"}, {"from_port": 9888, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "88e36d16-0b15-4737-8e4b-e793f1b55a9f", "ip_range": {}, "id": "bf62fac1-2018-4191-b2b9-59e2b4d69e28"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "88e36d16-0b15-4737-8e4b-e793f1b55a9f", "name": "clearwater-opnfv-sprout-sig-inbound", "description": "Security group for Sprout nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 5052, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "a07c8248-69b3-481f-b52b-ac0a89d28007", "ip_range": {}, "id": "432549aa-1390-4abe-933f-a85b80fbcb01"}, {"from_port": 5054, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "a07c8248-69b3-481f-b52b-ac0a89d28007", "ip_range": {}, "id": "ce48bfa1-859a-43b4-9c88-649c7b727c6b"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "a07c8248-69b3-481f-b52b-ac0a89d28007", "name": "clearwater-opnfv-sprout-sig-outbound", "description": "Security group for Sprout nodes outbound traffic (signaling)"}]} 2018-08-19 11:21:23,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f206220b-0f27-412b-8647-8664bc666f88/os-security-groups used request id req-822ae122-4a0b-4c93-abd2-16014dd9d323 2018-08-19 11:21:23,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 2.2664270401s 2018-08-19 11:21:23,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/f206220b-0f27-412b-8647-8664bc666f88/os-security-groups used request id req-822ae122-4a0b-4c93-abd2-16014dd9d323 2018-08-19 11:21:23,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:21:23,460 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:24,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-b104614c-cbad-4411-bd96-7afebdba4599 Date: Sun, 19 Aug 2018 11:21:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:21:08Z", "file": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298/file", "owner": "b513719f34a64a3da8b6f39c2da45101", "id": "49533cdd-a217-421e-b89b-26f8a694a298", "size": 263193088, "self": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-19T10:21:02Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:21:24,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b104614c-cbad-4411-bd96-7afebdba4599 2018-08-19 11:21:24,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.77006316185s 2018-08-19 11:21:24,227 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-b104614c-cbad-4411-bd96-7afebdba4599 2018-08-19 11:21:24,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 11:21:24,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:24,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:24 GMT Server: Apache x-compute-request-id: req-ef4fb4de-b798-42b6-9181-41ec56a67e80 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ef4fb4de-b798-42b6-9181-41ec56a67e80 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-19 11:21:24,970 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-ef4fb4de-b798-42b6-9181-41ec56a67e80 2018-08-19 11:21:24,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.73880982399s 2018-08-19 11:21:24,970 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-ef4fb4de-b798-42b6-9181-41ec56a67e80 2018-08-19 11:21:24,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 11:21:24,974 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:25,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21: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-476f00b4-0e6a-4907-bd6e-8adf372e3d01 x-compute-request-id: req-476f00b4-0e6a-4907-bd6e-8adf372e3d01 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "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": "c98a7890-08e8-41d5-8b07-9cbf693a00b9"}]} 2018-08-19 11:21:25,001 - 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-476f00b4-0e6a-4907-bd6e-8adf372e3d01 2018-08-19 11:21:25,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.030072927475s 2018-08-19 11:21:25,001 - 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-476f00b4-0e6a-4907-bd6e-8adf372e3d01 2018-08-19 11:21:25,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-19 11:21:25,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/dce6ac84-cbca-45d5-b6e2-ab28bcfda065/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:26,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21: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-3b732f16-ab20-42dc-97a9-6891091d7168 x-compute-request-id: req-3b732f16-ab20-42dc-97a9-6891091d7168 Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {}, "id": "1ef54ba6-f533-4dee-aa2b-8a810657a98f"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "31ce958c-9eb5-4bd7-b1de-bbab0301d142"}, {"from_port": 4000, "group": {"tenant_id": "b513719f34a64a3da8b6f39c2da45101", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {}, "id": "66e8fa58-db3a-45ac-8d47-f0d111bb3772"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "71289ecc-afcf-427e-b5f4-296fd0d61e74"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8f113956-2e34-4f47-a181-ac1bd934d02c"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "066d5f06-ad00-4ce5-94ad-e72acbbaa371", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "cbd867cd-52bc-4bc9-a687-f3d0ecbf56ac", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "aed13561-f810-4a17-8dcb-24b9eba5e1f1"}, {"from_port": 443, "group": {}, "ip_protocol": "tcp", "to_port": 443, "parent_group_id": "cbd867cd-52bc-4bc9-a687-f3d0ecbf56ac", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e45a86e5-072c-4e79-bc00-7e617468e3b4"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "cbd867cd-52bc-4bc9-a687-f3d0ecbf56ac", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-08-19 11:21:26,245 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/dce6ac84-cbca-45d5-b6e2-ab28bcfda065/os-security-groups used request id req-3b732f16-ab20-42dc-97a9-6891091d7168 2018-08-19 11:21:26,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.24200081825s 2018-08-19 11:21:26,245 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/dce6ac84-cbca-45d5-b6e2-ab28bcfda065/os-security-groups used request id req-3b732f16-ab20-42dc-97a9-6891091d7168 2018-08-19 11:21:26,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:21:26,254 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:26,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-909eaa85-56cc-4b7f-92fc-7fbae6184418 Date: Sun, 19 Aug 2018 11:21:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:21:08Z", "file": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298/file", "owner": "b513719f34a64a3da8b6f39c2da45101", "id": "49533cdd-a217-421e-b89b-26f8a694a298", "size": 263193088, "self": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-19T10:21:02Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:21:26,965 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-909eaa85-56cc-4b7f-92fc-7fbae6184418 2018-08-19 11:21:26,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.714072942734s 2018-08-19 11:21:26,966 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-909eaa85-56cc-4b7f-92fc-7fbae6184418 2018-08-19 11:21:26,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 11:21:26,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:27,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:26 GMT Server: Apache x-compute-request-id: req-7e8cef2f-3932-4837-8ef5-636be8a56cfa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7e8cef2f-3932-4837-8ef5-636be8a56cfa Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-19 11:21:27,687 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-7e8cef2f-3932-4837-8ef5-636be8a56cfa 2018-08-19 11:21:27,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.717297077179s 2018-08-19 11:21:27,688 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-7e8cef2f-3932-4837-8ef5-636be8a56cfa 2018-08-19 11:21:27,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 11:21:27,692 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:27,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21: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-09f558d8-20ea-4c41-8870-f7709652a22b x-compute-request-id: req-09f558d8-20ea-4c41-8870-f7709652a22b Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "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": "c98a7890-08e8-41d5-8b07-9cbf693a00b9"}]} 2018-08-19 11:21:27,714 - 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-09f558d8-20ea-4c41-8870-f7709652a22b 2018-08-19 11:21:27,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0253448486328s 2018-08-19 11:21:27,715 - 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-09f558d8-20ea-4c41-8870-f7709652a22b 2018-08-19 11:21:27,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-19 11:21:27,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/0c50816d-1a12-4584-87da-677f5580718f/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:28,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21: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-8295b439-1513-44c4-8682-76c8e1e537ee x-compute-request-id: req-8295b439-1513-44c4-8682-76c8e1e537ee Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "5744da8d-0349-4d6a-8ad1-3db04db6e07b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "3864ff8b-5321-4a44-a207-a4a4cec73a5a"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "5744da8d-0349-4d6a-8ad1-3db04db6e07b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5a1560bf-8ba7-491f-838a-a4020b0bbab0"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "5744da8d-0349-4d6a-8ad1-3db04db6e07b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8e8fc46e-2ed3-487d-9a29-8a66caf9916f"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "5744da8d-0349-4d6a-8ad1-3db04db6e07b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "94befd80-4bbb-46ea-8ae8-c6f32d356233"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "5744da8d-0349-4d6a-8ad1-3db04db6e07b", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "5744da8d-0349-4d6a-8ad1-3db04db6e07b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "3864ff8b-5321-4a44-a207-a4a4cec73a5a"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "5744da8d-0349-4d6a-8ad1-3db04db6e07b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5a1560bf-8ba7-491f-838a-a4020b0bbab0"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "5744da8d-0349-4d6a-8ad1-3db04db6e07b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8e8fc46e-2ed3-487d-9a29-8a66caf9916f"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "5744da8d-0349-4d6a-8ad1-3db04db6e07b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "94befd80-4bbb-46ea-8ae8-c6f32d356233"}], "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "id": "5744da8d-0349-4d6a-8ad1-3db04db6e07b", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-08-19 11:21:28,507 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0c50816d-1a12-4584-87da-677f5580718f/os-security-groups used request id req-8295b439-1513-44c4-8682-76c8e1e537ee 2018-08-19 11:21:28,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.789662122726s 2018-08-19 11:21:28,507 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/0c50816d-1a12-4584-87da-677f5580718f/os-security-groups used request id req-8295b439-1513-44c4-8682-76c8e1e537ee 2018-08-19 11:21:28,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:21:28,518 - 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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:28,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-bd8b600b-6f38-4c0c-8313-628296272db3 Date: Sun, 19 Aug 2018 11:21:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T10:21:08Z", "file": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298/file", "owner": "b513719f34a64a3da8b6f39c2da45101", "id": "49533cdd-a217-421e-b89b-26f8a694a298", "size": 263193088, "self": "/v2/images/49533cdd-a217-421e-b89b-26f8a694a298", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/49533cdd-a217-421e-b89b-26f8a694a298/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-19T10:21:02Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:21:28,803 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-bd8b600b-6f38-4c0c-8313-628296272db3 2018-08-19 11:21:28,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.287968873978s 2018-08-19 11:21:28,803 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-bd8b600b-6f38-4c0c-8313-628296272db3 2018-08-19 11:21:28,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-19 11:21:28,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:29,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:28 GMT Server: Apache x-compute-request-id: req-72ed47e4-a510-462a-8b56-bae6b9cb0b50 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-72ed47e4-a510-462a-8b56-bae6b9cb0b50 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-19 11:21:29,530 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-72ed47e4-a510-462a-8b56-bae6b9cb0b50 2018-08-19 11:21:29,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.722800970078s 2018-08-19 11:21:29,530 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/b513719f34a64a3da8b6f39c2da45101/volumes/detail used request id req-72ed47e4-a510-462a-8b56-bae6b9cb0b50 2018-08-19 11:21:29,531 - 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:0b:6a:7f', u'version': 4, u'addr': u'192.168.1.16', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ae:a6:5d', u'version': 4, u'addr': u'192.168.0.9', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ae:a6:5d', 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'49533cdd-a217-421e-b89b-26f8a694a298', 'name': u'heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), 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-19T10:26:28.000000', 'flavor': Munch({u'id': u'c98a7890-08e8-41d5-8b07-9cbf693a00b9', 'name': u'heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), 'az': u'nova', 'id': u'c002b0b0-2843-47a3-9330-29c5d58f40a6', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'1ef54ba6-f533-4dee-aa2b-8a810657a98f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'31ce958c-9eb5-4bd7-b1de-bbab0301d142'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'66e8fa58-db3a-45ac-8d47-f0d111bb3772'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'71289ecc-afcf-427e-b5f4-296fd0d61e74'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'8f113956-2e34-4f47-a181-ac1bd934d02c'})], 'id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Dime nodes (management)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'security_group_id': u'afbf0d1b-ef00-4e31-a383-58add5f5ae5c', 'tenant_id': '', 'port_range_min': 8889, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-ellis-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-ellis-mgmt'}), 'project_id': '', 'id': u'a1eddaf1-7309-4a07-afe7-28210fbcd938'})], 'id': u'afbf0d1b-ef00-4e31-a383-58add5f5ae5c', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-mgmt'}), Munch({'description': u'Security group for Dime nodes (signaling)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'fbccf1b2-03a3-448b-818e-e95b891f436d', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'00a2d552-432e-4811-8f48-dcf27f4a71db'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'fbccf1b2-03a3-448b-818e-e95b891f436d', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'44cdb90d-a5b4-47db-83e5-cb879a876c40'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'fbccf1b2-03a3-448b-818e-e95b891f436d', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'5440549c-fad2-40df-a757-4ed5ae162cc7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'fbccf1b2-03a3-448b-818e-e95b891f436d', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'85ab84fe-c2b6-43da-83d4-8e53fd2a1f06'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'fbccf1b2-03a3-448b-818e-e95b891f436d', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'c6477036-44a4-4394-8110-3189318c1d73'})], 'id': u'fbccf1b2-03a3-448b-818e-e95b891f436d', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5731a29aa06446a9832ea2fd21a2d2f4', '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'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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-19T10:26:28.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T10:26:28Z', 'hostId': u'882d0b14eb8cfddc6c6222a350d674b01267363f5bf5d6c59f1f7bc8', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358', 'public_v6': '', 'private_v4': u'192.168.0.9', 'cloud': 'envvars', 'host_id': u'882d0b14eb8cfddc6c6222a350d674b01267363f5bf5d6c59f1f7bc8', '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-19T10:26:28.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'name': u'dime-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'created_at': u'2018-08-19T10:24:27Z', 'created': u'2018-08-19T10:24:27Z', '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:19:4e:ae', u'version': 4, u'addr': u'192.168.1.24', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:19:4e:ae', u'version': 4, u'addr': u'172.30.9.217', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f0:70:6b', u'version': 4, u'addr': u'192.168.0.23', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f0:70:6b', u'version': 4, u'addr': u'172.30.9.207', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'49533cdd-a217-421e-b89b-26f8a694a298', 'name': u'heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), 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-19T10:24:46.000000', 'flavor': Munch({u'id': u'c98a7890-08e8-41d5-8b07-9cbf693a00b9', 'name': u'heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), 'az': u'nova', 'id': u'c642fcc2-9a06-4161-816a-b257eed5d9b4', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'1ef54ba6-f533-4dee-aa2b-8a810657a98f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'31ce958c-9eb5-4bd7-b1de-bbab0301d142'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'66e8fa58-db3a-45ac-8d47-f0d111bb3772'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'71289ecc-afcf-427e-b5f4-296fd0d61e74'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'8f113956-2e34-4f47-a181-ac1bd934d02c'})], 'id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Homer nodes (management)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'0e72f5f1-a34f-45c5-8018-54cf566e2e25', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'b2422e32-eabd-4727-bb94-409b2ad60276'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'0e72f5f1-a34f-45c5-8018-54cf566e2e25', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'b75f6b99-b25a-48a3-bdde-6859a42e9a39'})], 'id': u'0e72f5f1-a34f-45c5-8018-54cf566e2e25', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-mgmt'}), Munch({'description': u'Security group for Homer nodes (signaling)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'8f75d7fc-42ca-444a-8f7b-bd5ae6cc55bd', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'162f70ec-a1b9-4144-887d-cd73be1fef09'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'8f75d7fc-42ca-444a-8f7b-bd5ae6cc55bd', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'96251498-e3a9-4627-970b-a3cc9ff28b05'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'8f75d7fc-42ca-444a-8f7b-bd5ae6cc55bd', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'ad65a958-23c0-4d60-b0a5-84c04b317f03'})], 'id': u'8f75d7fc-42ca-444a-8f7b-bd5ae6cc55bd', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5731a29aa06446a9832ea2fd21a2d2f4', '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'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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-19T10:24:46.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T10:24:46Z', 'hostId': u'68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358', 'public_v6': '', 'private_v4': u'192.168.1.24', 'cloud': 'envvars', 'host_id': u'68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b', '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-19T10:24:46.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'name': u'homer-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'created_at': u'2018-08-19T10:24:27Z', 'created': u'2018-08-19T10:24:27Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'building', u'OS-EXT-STS:task_state': u'scheduling', 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'49533cdd-a217-421e-b89b-26f8a694a298', 'name': u'heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'building', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'c98a7890-08e8-41d5-8b07-9cbf693a00b9', 'name': u'heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), 'az': u'nova', 'id': u'd8d46e53-568a-49cd-baf7-dd31963fa5ed', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5731a29aa06446a9832ea2fd21a2d2f4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'BUILD', 'updated': u'2018-08-19T10:24:34Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', 'task_state': u'scheduling', 'properties': Munch({u'OS-EXT-STS:task_state': u'scheduling', 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'building', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'created_at': u'2018-08-19T10:24:27Z', 'created': u'2018-08-19T10:24:27Z', '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:bc:fb:46', u'version': 4, u'addr': u'192.168.1.9', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f2:05:b8', u'version': 4, u'addr': u'192.168.0.4', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f2:05:b8', 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'49533cdd-a217-421e-b89b-26f8a694a298', 'name': u'heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), 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-19T10:26:26.000000', 'flavor': Munch({u'id': u'c98a7890-08e8-41d5-8b07-9cbf693a00b9', 'name': u'heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), 'az': u'nova', 'id': u'a6ddaad6-553e-473d-8e51-96ec39e47a58', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'1ef54ba6-f533-4dee-aa2b-8a810657a98f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'31ce958c-9eb5-4bd7-b1de-bbab0301d142'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'66e8fa58-db3a-45ac-8d47-f0d111bb3772'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'71289ecc-afcf-427e-b5f4-296fd0d61e74'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'8f113956-2e34-4f47-a181-ac1bd934d02c'})], 'id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Vellum nodes inbound traffic (signaling)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'b1e43488-6e72-4e29-a16d-0d0b7434ef69', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'4167ef1c-b7c2-4a71-a045-e43ef8dc3cb7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'b1e43488-6e72-4e29-a16d-0d0b7434ef69', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'6935b277-38f2-418e-a174-31398483ebc9'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'b1e43488-6e72-4e29-a16d-0d0b7434ef69', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'779140f5-f7d1-4eae-a530-fee7caf56a53'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'b1e43488-6e72-4e29-a16d-0d0b7434ef69', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'827ae17f-630e-44eb-8f50-65e80000e914'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'b1e43488-6e72-4e29-a16d-0d0b7434ef69', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'e35b12be-8566-4c70-962d-f9673dec1c18'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'b1e43488-6e72-4e29-a16d-0d0b7434ef69', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'f87f23a4-d0e2-4635-a2f0-7ad04c78db59'})], 'id': u'b1e43488-6e72-4e29-a16d-0d0b7434ef69', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-inbound'}), Munch({'description': u'Security group for Vellum nodes outbound traffic (signaling)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'security_group_id': u'7386b5bd-7ef5-4603-8b43-ee3a92410fe5', 'tenant_id': '', 'port_range_min': 7000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'20529e41-6148-4653-8f0b-20b3b331b092'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'7386b5bd-7ef5-4603-8b43-ee3a92410fe5', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'9ae5a430-59ba-4c4c-9f13-43381e2bdeac'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'security_group_id': u'7386b5bd-7ef5-4603-8b43-ee3a92410fe5', 'tenant_id': '', 'port_range_min': 11211, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'e2fd70ac-422c-4991-9372-84cf7d9f98d5'})], 'id': u'7386b5bd-7ef5-4603-8b43-ee3a92410fe5', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5731a29aa06446a9832ea2fd21a2d2f4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.202', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.202', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.202', 'launched_at': u'2018-08-19T10:26:26.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T10:26:26Z', 'hostId': u'882d0b14eb8cfddc6c6222a350d674b01267363f5bf5d6c59f1f7bc8', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358', 'public_v6': '', 'private_v4': u'192.168.0.4', 'cloud': 'envvars', 'host_id': u'882d0b14eb8cfddc6c6222a350d674b01267363f5bf5d6c59f1f7bc8', '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-19T10:26:26.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'created_at': u'2018-08-19T10:24:26Z', 'created': u'2018-08-19T10:24:26Z', '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:34:ed:ce', 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:cc:16:4c', u'version': 4, u'addr': u'192.168.0.22', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:cc:16:4c', 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'49533cdd-a217-421e-b89b-26f8a694a298', 'name': u'heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), 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-19T10:24:45.000000', 'flavor': Munch({u'id': u'c98a7890-08e8-41d5-8b07-9cbf693a00b9', 'name': u'heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), 'az': u'nova', 'id': u'f206220b-0f27-412b-8647-8664bc666f88', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'1ef54ba6-f533-4dee-aa2b-8a810657a98f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'31ce958c-9eb5-4bd7-b1de-bbab0301d142'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'66e8fa58-db3a-45ac-8d47-f0d111bb3772'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'71289ecc-afcf-427e-b5f4-296fd0d61e74'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'8f113956-2e34-4f47-a181-ac1bd934d02c'})], 'id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Sprout nodes inbound traffic (signaling)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'88e36d16-0b15-4737-8e4b-e793f1b55a9f', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'2948cd0d-97be-498a-b5fe-5e80b512768c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'88e36d16-0b15-4737-8e4b-e793f1b55a9f', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'2e26e685-0f9e-4434-be22-fc047080f117'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'88e36d16-0b15-4737-8e4b-e793f1b55a9f', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'b2751fd6-a1b8-4e7b-b5e1-8440fbda18ab'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'88e36d16-0b15-4737-8e4b-e793f1b55a9f', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'bf62fac1-2018-4191-b2b9-59e2b4d69e28'})], 'id': u'88e36d16-0b15-4737-8e4b-e793f1b55a9f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-inbound'}), Munch({'description': u'Security group for Sprout nodes outbound traffic (signaling)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'a07c8248-69b3-481f-b52b-ac0a89d28007', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'432549aa-1390-4abe-933f-a85b80fbcb01'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'a07c8248-69b3-481f-b52b-ac0a89d28007', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'ce48bfa1-859a-43b4-9c88-649c7b727c6b'})], 'id': u'a07c8248-69b3-481f-b52b-ac0a89d28007', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5731a29aa06446a9832ea2fd21a2d2f4', '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'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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-19T10:24:45.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T10:24:45Z', 'hostId': u'68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358', 'public_v6': '', 'private_v4': u'192.168.0.22', 'cloud': 'envvars', 'host_id': u'68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b', '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-19T10:24:45.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'created_at': u'2018-08-19T10:24:26Z', 'created': u'2018-08-19T10:24:26Z', '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:ef:5d:b7', 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:ef:5d:b7', 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'49533cdd-a217-421e-b89b-26f8a694a298', 'name': u'heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), 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-19T10:24:07.000000', 'flavor': Munch({u'id': u'c98a7890-08e8-41d5-8b07-9cbf693a00b9', 'name': u'heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), 'az': u'nova', 'id': u'dce6ac84-cbca-45d5-b6e2-ab28bcfda065', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'1ef54ba6-f533-4dee-aa2b-8a810657a98f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'31ce958c-9eb5-4bd7-b1de-bbab0301d142'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'66e8fa58-db3a-45ac-8d47-f0d111bb3772'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'71289ecc-afcf-427e-b5f4-296fd0d61e74'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'8f113956-2e34-4f47-a181-ac1bd934d02c'})], 'id': u'066d5f06-ad00-4ce5-94ad-e72acbbaa371', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'cbd867cd-52bc-4bc9-a687-f3d0ecbf56ac', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'aed13561-f810-4a17-8dcb-24b9eba5e1f1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'cbd867cd-52bc-4bc9-a687-f3d0ecbf56ac', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'e45a86e5-072c-4e79-bc00-7e617468e3b4'})], 'id': u'cbd867cd-52bc-4bc9-a687-f3d0ecbf56ac', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5731a29aa06446a9832ea2fd21a2d2f4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.203', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.203', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.203', 'launched_at': u'2018-08-19T10:24:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T10:24:07Z', 'hostId': u'68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358', 'public_v6': '', 'private_v4': u'192.168.0.14', 'cloud': 'envvars', 'host_id': u'68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b', '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-19T10:24:07.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'created_at': u'2018-08-19T10:23:57Z', 'created': u'2018-08-19T10:23:57Z', '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:1f:5b:4d', u'version': 4, u'addr': u'192.168.1.7', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:aa:89:93', 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:aa:89:93', u'version': 4, u'addr': u'172.30.9.210', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'49533cdd-a217-421e-b89b-26f8a694a298', 'name': u'heat_ims-img_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), 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-19T10:23:43.000000', 'flavor': Munch({u'id': u'c98a7890-08e8-41d5-8b07-9cbf693a00b9', 'name': u'heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358'}), 'az': u'nova', 'id': u'0c50816d-1a12-4584-87da-677f5580718f', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'5744da8d-0349-4d6a-8ad1-3db04db6e07b', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'3864ff8b-5321-4a44-a207-a4a4cec73a5a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'5744da8d-0349-4d6a-8ad1-3db04db6e07b', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'5a1560bf-8ba7-491f-838a-a4020b0bbab0'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'5744da8d-0349-4d6a-8ad1-3db04db6e07b', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'8e8fc46e-2ed3-487d-9a29-8a66caf9916f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'5744da8d-0349-4d6a-8ad1-3db04db6e07b', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'94befd80-4bbb-46ea-8ae8-c6f32d356233'})], 'id': u'5744da8d-0349-4d6a-8ad1-3db04db6e07b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'5744da8d-0349-4d6a-8ad1-3db04db6e07b', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'3864ff8b-5321-4a44-a207-a4a4cec73a5a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'5744da8d-0349-4d6a-8ad1-3db04db6e07b', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'5a1560bf-8ba7-491f-838a-a4020b0bbab0'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'5744da8d-0349-4d6a-8ad1-3db04db6e07b', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'8e8fc46e-2ed3-487d-9a29-8a66caf9916f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'5744da8d-0349-4d6a-8ad1-3db04db6e07b', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', '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'94befd80-4bbb-46ea-8ae8-c6f32d356233'})], 'id': u'5744da8d-0349-4d6a-8ad1-3db04db6e07b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'5731a29aa06446a9832ea2fd21a2d2f4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.210', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b513719f34a64a3da8b6f39c2da45101', 'name': 'heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.210', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.210', 'launched_at': u'2018-08-19T10:23:43.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T10:23:43Z', 'hostId': u'68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358', 'public_v6': '', 'private_v4': u'192.168.0.11', 'cloud': 'envvars', 'host_id': u'68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b', '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-19T10:23:43.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b513719f34a64a3da8b6f39c2da45101', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'b513719f34a64a3da8b6f39c2da45101', 'created_at': u'2018-08-19T10:22:00Z', 'created': u'2018-08-19T10:22:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-08-19 11:21:29,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:21:29,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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:30,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11: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-c4723885-4bdb-45b0-a013-d30e795a6184 x-compute-request-id: req-c4723885-4bdb-45b0-a013-d30e795a6184 Content-Encoding: gzip Content-Length: 1511 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:ae:a6:5d", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:a6:5d", "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:0b:6a:7f", "version": 4, "addr": "192.168.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:26:28.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "c002b0b0-2843-47a3-9330-29c5d58f40a6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:26:28Z", "hostId": "882d0b14eb8cfddc6c6222a350d674b01267363f5bf5d6c59f1f7bc8", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "dime-0.clearwater.opnfv", "created": "2018-08-19T10:24:27Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:70:6b", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:70:6b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:4e:ae", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:4e:ae", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:24:46.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "c642fcc2-9a06-4161-816a-b257eed5d9b4", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:24:46Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "homer-0.clearwater.opnfv", "created": "2018-08-19T10:24:27Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "d8d46e53-568a-49cd-baf7-dd31963fa5ed", "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:24:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "bono-0.clearwater.opnfv", "created": "2018-08-19T10:24:27Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:05:b8", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:05:b8", "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:bc:fb:46", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a6ddaad6-553e-473d-8e51-96ec39e47a58", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a6ddaad6-553e-473d-8e51-96ec39e47a58", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:26:26.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "a6ddaad6-553e-473d-8e51-96ec39e47a58", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:26:26Z", "hostId": "882d0b14eb8cfddc6c6222a350d674b01267363f5bf5d6c59f1f7bc8", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-19T10:24:26Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:16:4c", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:16:4c", "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:34:ed:ce", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f206220b-0f27-412b-8647-8664bc666f88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f206220b-0f27-412b-8647-8664bc666f88", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:24:45.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "f206220b-0f27-412b-8647-8664bc666f88", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:24:45Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-19T10:24:26Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:5d:b7", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:5d:b7", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/dce6ac84-cbca-45d5-b6e2-ab28bcfda065", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/dce6ac84-cbca-45d5-b6e2-ab28bcfda065", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:24:07.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "dce6ac84-cbca-45d5-b6e2-ab28bcfda065", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:24:07Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-19T10:23:57Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:89:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:89:93", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:5b:4d", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0c50816d-1a12-4584-87da-677f5580718f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0c50816d-1a12-4584-87da-677f5580718f", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:23:43.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "0c50816d-1a12-4584-87da-677f5580718f", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:23:43Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "ns.clearwater.opnfv", "created": "2018-08-19T10:22:00Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:21:30,330 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c4723885-4bdb-45b0-a013-d30e795a6184 2018-08-19 11:21:30,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.788073062897s 2018-08-19 11:21:30,331 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c4723885-4bdb-45b0-a013-d30e795a6184 2018-08-19 11:21:30,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 11:21:30,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 11:21:30,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11: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-d40e2bca-1d96-4819-9581-337969e45df7 x-compute-request-id: req-d40e2bca-1d96-4819-9581-337969e45df7 Content-Encoding: gzip Content-Length: 12382 Content-Type: application/json RESP BODY: {"output": "[ 0.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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x371d0000-0x378dffff]\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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K 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.008035] Security Framework initialized\n[ 0.009192] AppArmor: AppArmor initialized\n[ 0.010336] Yama: becoming mindful.\n[ 0.012145] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015690] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016880] 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.022025] Initializing cgroup subsys memory\n[ 0.023221] Initializing cgroup subsys devices\n[ 0.024004] Initializing cgroup subsys freezer\n[ 0.025197] Initializing cgroup subsys blkio\n[ 0.026355] Initializing cgroup subsys perf_event\n[ 0.028004] Initializing cgroup subsys hugetlb\n[ 0.029246] FEATURE SPEC_CTRL Not Present\n[ 0.031034] mce: CPU supports 10 MCE banks\n[ 0.032032] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032032] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034656] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037940] Speculative Store Bypass: Vulnerable\n[ 0.040318] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.045029] ACPI: Core revision 20131115\n[ 0.046590] ACPI: All ACPI Tables successfully acquired\n[ 0.048027] ftrace: allocating 28717 entries in 113 pages\n[ 0.068244] smpboot: Max logical packages: 2\n[ 0.069413] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.071031] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.072254] Enabling x2apic\n[ 0.073117] Enabled x2apic\n[ 0.074254] Switched APIC routing to physical x2apic.\n[ 0.077341] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.078933] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.082098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.089748] KVM setup paravirtual spinlock\n[ 0.092249] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.094170] x86: Booting SMP configuration:\n[ 0.095393] .... node #0, CPUs: #1[ 0.092204] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.112019] x86: Booted up 1 node, 2 CPUs\n[ 0.112013] KVM setup async PF for cpu 1\n[ 0.112014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.116069] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.118529] devtmpfs: initialized\n[ 0.122222] EVM: security.selinux\n[ 0.123205] EVM: security.SMACK64\n[ 0.124003] EVM: security.ima\n[ 0.124908] EVM: security.capability\n[ 0.125977] pinctrl core: initialized pinctrl subsystem\n[ 0.128118] regulator-dummy: no parameters\n[ 0.129361] RTC time: 10:26:28, date: 08/19/18\n[ 0.130650] NET: Registered protocol family 16\n[ 0.132009] cpuidle: using governor ladder\n[ 0.133146] cpuidle: using governor menu\n[ 0.134360] ACPI: bus type PCI registered\n[ 0.135478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136202] PCI: Using configuration type 1 for base access\n[ 0.138265] bio: create slab at 0\n[ 0.138265] ACPI: Added _OSI(Module Device)\n[ 0.140003] ACPI: Added _OSI(Processor Device)\n[ 0.141196] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142435] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145537] ACPI: Interpreter enabled\n[ 0.146610] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153678] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160007] ACPI: Using IOAPIC for interrupt routing\n[ 0.161322] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.163870] ACPI: No dock devices found.\n[ 0.166023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.167603] 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.169670] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172245] acpiphp: Slot [3] registered\n[ 0.173371] acpiphp: Slot [4] registered\n[ 0.174486] acpiphp: Slot [5] registered\n[ 0.175612] acpiphp: Slot [6] registered\n[ 0.176023] acpiphp: Slot [7] registered\n[ 0.177131] acpiphp: Slot [8] registered\n[ 0.178246] acpiphp: Slot [9] registered\n[ 0.179357] acpiphp: Slot [10] registered\n[ 0.180021] acpiphp: Slot [11] registered\n[ 0.181152] acpiphp: Slot [12] registered\n[ 0.182288] acpiphp: Slot [13] registered\n[ 0.183420] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185155] acpiphp: Slot [16] registered\n[ 0.186346] acpiphp: Slot [17] registered\n[ 0.187472] acpiphp: Slot [18] registered\n[ 0.188027] acpiphp: Slot [19] registered\n[ 0.189161] acpiphp: Slot [20] registered\n[ 0.190294] acpiphp: Slot [21] registered\n[ 0.191420] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193159] acpiphp: Slot [24] registered\n[ 0.194280] acpiphp: Slot [25] registered\n[ 0.195400] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197156] acpiphp: Slot [28] registered\n[ 0.198279] acpiphp: Slot [29] registered\n[ 0.199400] acpiphp: Slot [30] registered\n[ 0.200030] acpiphp: Slot [31] registered\n[ 0.201154] PCI host bridge to bus 0000:00\n[ 0.202271] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203676] 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.205540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207242] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.216565] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.218549] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.245945] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.248042] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.250053] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252057] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254016] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.255829] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.256302] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.257489] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260845] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262484] SCSI subsystem initialized\n[ 0.263739] ACPI: bus type USB registered\n[ 0.264035] usbcore: registered new interface driver usbfs\n[ 0.265458] usbcore: registered new interface driver hub\n[ 0.266868] usbcore: registered new device driver usb\n[ 0.268112] PCI: Using ACPI for IRQ routing\n[ 0.269588] NetLabel: Initializing\n[ 0.270587] NetLabel: domain hash size = 128\n[ 0.271755] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.272066] NetLabel: unlabeled traffic allowed by default\n[ 0.273499] Switched to clocksource kvm-clock\n[ 0.280903] AppArmor: AppArmor Filesystem Enabled\n[ 0.282188] pnp: PnP ACPI init\n[ 0.283114] ACPI: bus type PNP registered\n[ 0.284720] pnp: PnP ACPI: found 8 devices\n[ 0.285858] ACPI: bus type PNP unregistered\n[ 0.293535] NET: Registered protocol family 2\n[ 0.295057] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297160] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299033] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.300797] TCP: reno registered\n[ 0.301761] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.303290] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.305006] NET: Registered protocol family 1\n[ 0.306232] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.307726] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.309202] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.331592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.354248] Trying to unpack rootfs image as initramfs...\n[ 0.455445] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.457843] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.459340] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460956] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.463247] Scanning for low memory corruption every 60 seconds\n[ 0.465191] Initialise system trusted keyring\n[ 0.466453] audit: initializing netlink socket (disabled)\n[ 0.467886] type=2000 audit(1534674389.684:1): initialized\n[ 0.488420] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.490974] zbud: loaded\n[ 0.492022] VFS: Disk quotas dquot_6.5.2\n[ 0.493152] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.495141] fuse init (API version 7.22)\n[ 0.496328] msgmni has been set to 3997\n[ 0.497465] Key type big_key registered\n[ 0.498958] Key type asymmetric registered\n[ 0.500107] Asymmetric key parser 'x509' registered\n[ 0.501410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.503480] io scheduler noop registered\n[ 0.504575] io scheduler deadline registered (default)\n[ 0.505920] io scheduler cfq registered\n[ 0.507064] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.508501] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.510193] ipmi message handler version 39.2\n[ 0.511437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513429] ACPI: Power Button [PWRF]\n[ 0.514578] GHES: HEST is not enabled!\n[ 0.536570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580914] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.603873] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.605870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.630044] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.632930] Linux agpgart interface v0.103\n[ 0.635054] brd: module loaded\n[ 0.636440] loop: module loaded\n[ 0.637727] blk-mq: CPU -> queue map\n[ 0.638739] CPU 0 -> Queue 0\n[ 0.639636] CPU 1 -> Queue 0\n[ 0.641527] vda: vda1\n[ 0.643103] scsi0 : ata_piix\n[ 0.644108] scsi1 : ata_piix\n[ 0.645022] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.646706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.648633] libphy: Fixed MDIO Bus: probed\n[ 0.649879] tun: Universal TUN/TAP device driver, 1.6\n[ 0.651236] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.654505] PPP generic driver version 2.4.2\n[ 0.655799] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.657435] ehci-pci: EHCI PCI platform driver\n[ 0.658640] ehci-platform: EHCI generic platform driver\n[ 0.660033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661600] ohci-pci: OHCI PCI platform driver\n[ 0.662822] ohci-platform: OHCI generic platform driver\n[ 0.664185] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686599] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687979] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.690072] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.691647] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.693326] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.695302] usb usb1: Product: UHCI Host Controller\n[ 0.696596] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.698238] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.699598] hub 1-0:1.0: USB hub found\n[ 0.700687] hub 1-0:1.0: 2 ports detected\n[ 0.701933] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.704830] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.706158] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.707672] mousedev: PS/2 mouse device common for all mice\n[ 0.709406] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.711947] rtc_cmos 00:00: RTC can wake from S4\n[ 0.713507] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.715159] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.716959] device-mapper: uevent: version 1.0.3\n[ 0.718674] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.721635] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.723761] TCP: cubic registered\n[ 0.725137] NET: Registered protocol family 10\n[ 0.727027] NET: Registered protocol family 17\n[ 0.728266] Key type dns_resolver registered\n[ 0.729682] Loading compiled-in X.509 certificates\n[ 0.731507] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.741365] registered taskstats version 1\n[ 0.744442] Key type trusted registered\n[ 0.748426] Key type encrypted registered\n[ 0.749575] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.750995] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.752959] regulator-dummy: disabling\n[ 0.754093] Magic number: 14:872:426\n[ 0.755308] rtc_cmos 00:00: setting system clock to 2018-08-19 10:26:29 UTC (1534674389)\n[ 0.757560] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.759107] EDD information not available.\n[ 0.805483] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.807651] Write protecting the kernel read-only data: 12288k\n[ 0.809819] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.813258] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.826525] systemd-udevd[107]: starting version 204\n[ 0.884559] FDC 0 is a S82078B\n[ 1.012077] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.176051] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.177819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.179731] usb 1-1: Product: QEMU USB Tablet\n[ 1.181029] usb 1-1: Manufacturer: QEMU\n[ 1.182124] usb 1-1: SerialNumber: 42\n[ 1.885400] 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.223645] 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.347529] 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.452444] 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 Sun, 19 Aug 2018 10:26:31 +0000. Up 2.80 seconds.\ncloud-init-nonet[2.93]: 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 device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting 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 Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.28]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 10:26:33 +0000. Up 4.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:0b:6a:7f |\nci-info: | eth0 | True | 192.168.0.9 | 255.255.255.0 | fa:16:3e:ae:a6:5d |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\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:\nd3:cd:00:82:d0:7a:57:89:fe:6e:49:fa:bc:74:9e:b9 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .o ..... |\n| o ..o. |\n| . . . . |\n| . . o . + |\n| . . .S . o |\n| o. |\n| +... |\n| .o+o 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:\nf7:67:a6:24:f9:24:ad:b9:b4:2c:f8:60:9e:d1:a2:d9 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| |\n| |\n| |\n| S . |\n| . . + |\n| =.. = = + |\n| *.=.o X = |\n| o E...*.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:\n7d:2d:de:dc:98:bf:e8:05:5e:57:1f:81:5f:d9:17:9a root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .o+|\n| .o.=|\n| E..+|\n| . . .+|\n| S . o...o|\n| o.+o+.|\n| ..=..|\n| 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:\nb7:8a:3f:57:23:ca:a9:2d:81:41:e9:90:ec:72:ec:b4 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| . . . |\n| + o |\n| o + |\n|. = o |\n| = . o S . |\n| E . . ...o |\n| o o.o . |\n| .o=.. |\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 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 D-Bus system message bus[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 SystemD login management service[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\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 dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 19 Aug 2018 10:28:37 +0000. Up 128.52 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 19 Aug 2018 10:29:37 +0000. Up 189.20 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://security.ubuntu.com trusty-security 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 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.14\n+ '[' -n 192.168.0.14 ']'\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.16\n++ echo 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.16\n++ ip2rr 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.16\n++ echo A 192.168.1.16\n++ ip2rr 192.168.0.9\n++ echo 192.168.0.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.9\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 192.168.1.16\n++ echo 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.16\n++ ip2rr 192.168.1.16\n++ echo 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.16\n++ ip2rr 192.168.0.9\n++ echo 192.168.0.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.9\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\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.16\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.16\n++ echo A 192.168.1.16\n++ ip2rr 192.168.1.16\n++ echo 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.16\n++ ip2rr 192.168.0.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.9\n++ echo A 192.168.0.9\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\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.16\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.16\n++ echo A 192.168.1.16\n++ ip2rr 192.168.1.16\n++ echo 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.16\n++ ip2rr 192.168.0.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.9\n++ echo A 192.168.0.9\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 192.168.1.16\n++ echo 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.16\n++ ip2rr 192.168.1.16\n++ echo 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.16\n++ ip2rr 192.168.0.9\n++ echo 192.168.0.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.9\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\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.16\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.16\n++ echo A 192.168.1.16\n++ ip2rr 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.16\n++ echo A 192.168.1.16\n++ ip2rr 192.168.0.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.9\n++ echo A 192.168.0.9\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.16\n++ echo A 192.168.1.16\n++ ip2rr 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.16\n++ echo A 192.168.1.16\n++ ip2rr 192.168.0.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.9\n++ echo A 192.168.0.9\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\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.16\n++ echo 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.16\n++ ip2rr 192.168.1.16\n++ echo 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.16\n++ ip2rr 192.168.0.9\n++ echo 192.168.0.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.9\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\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.16\n++ echo 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.16\n++ ip2rr 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.16\n++ echo A 192.168.1.16\n++ ip2rr 192.168.0.9\n++ echo 192.168.0.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.9\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 192.168.1.16\n++ echo 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.16\n++ ip2rr 192.168.1.16\n++ echo 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.16\n++ ip2rr 192.168.0.9\n++ echo 192.168.0.9\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.9\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.211\n++ echo 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.211\n++ ip2rr 192.168.1.16\n++ echo 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.16\n++ ip2rr 192.168.1.16\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.16\n++ echo A 192.168.1.16\n++ ip2rr 192.168.0.9\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.9\n++ echo A 192.168.0.9\n; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.11'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.7'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-19 10:35:51,225 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-19 10:35:51,229 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-19 10:35:51,231 - 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 | 0b:7c:02:86:c5:ea:9c:8a:af:f7:13:43:d9:21:ce:b6 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 f7:67:a6:24:f9:24:ad:b9:b4:2c:f8:60:9e:d1:a2:d9 root@dime-0 (DSA)\nec2: 256 7d:2d:de:dc:98:bf:e8:05:5e:57:1f:81:5f:d9:17:9a root@dime-0 (ECDSA)\nec2: 256 b7:8a:3f:57:23:ca:a9:2d:81:41:e9:90:ec:72:ec:b4 root@dime-0 (ED25519)\nec2: 2048 d3:cd:00:82:d0:7a:57:89:fe:6e:49:fa:bc:74:9e:b9 root@dime-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGhuBWq11fVIGPhkIz+j/ElQMINmIbUFMsIq4cfXtJJNEA4P7h+dGdgv5n+HCmucAmozLnbTZP++WgiU3KHJIb0= root@dime-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICzEl90L3vMH7TUEoN8GCugwNkDYQPC/U7YsOjOBf3wn root@dime-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEJ4HmLs5hOkmgHUMujENuZpZWzr71yiJ+yCy/RzUECPyvL9KEhvVHOfqg5TSOtPIqaIuZ6H7JFvtaYq1PLrGB4JUWPoDxxyUFwmza14DfkBQkiWtoNZf536fL2xxNNruKp04LCuqs8zGilgQe3jv+8IqyxgItAIaIAs005rOs3o+Ppn2hM1sAn7+iPbGLss+C+kCKfxdE8k6NfsPsVmsh5aZpORuVbiSe549TX+tvkFY3ybAes7AIvNhbq4XrriZiw6mqQnWLT11OPhQNCfqA6nIL/WnJZGjI9IR1QCm9PK/H7rRnr0zaBhrvx+futmQIhYZ6r1X7y1qax7dwXjFN root@dime-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 10:35:51 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 562.53 seconds\n"} 2018-08-19 11:21:30,418 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6/action used request id req-d40e2bca-1d96-4819-9581-337969e45df7 2018-08-19 11:21:30,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0800330638885s 2018-08-19 11:21:30,419 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6/action used request id req-d40e2bca-1d96-4819-9581-337969e45df7 2018-08-19 11:21:30,420 - 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x371d0000-0x378dffff] [ 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K 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.008035] Security Framework initialized [ 0.009192] AppArmor: AppArmor initialized [ 0.010336] Yama: becoming mindful. [ 0.012145] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015690] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016880] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022025] Initializing cgroup subsys memory [ 0.023221] Initializing cgroup subsys devices [ 0.024004] Initializing cgroup subsys freezer [ 0.025197] Initializing cgroup subsys blkio [ 0.026355] Initializing cgroup subsys perf_event [ 0.028004] Initializing cgroup subsys hugetlb [ 0.029246] FEATURE SPEC_CTRL Not Present [ 0.031034] mce: CPU supports 10 MCE banks [ 0.032032] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032032] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034656] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037940] Speculative Store Bypass: Vulnerable [ 0.040318] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.045029] ACPI: Core revision 20131115 [ 0.046590] ACPI: All ACPI Tables successfully acquired [ 0.048027] ftrace: allocating 28717 entries in 113 pages [ 0.068244] smpboot: Max logical packages: 2 [ 0.069413] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.071031] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.072254] Enabling x2apic [ 0.073117] Enabled x2apic [ 0.074254] Switched APIC routing to physical x2apic. [ 0.077341] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.078933] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.082098] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.089748] KVM setup paravirtual spinlock [ 0.092249] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.094170] x86: Booting SMP configuration: [ 0.095393] .... node #0, CPUs: #1[ 0.092204] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.112019] x86: Booted up 1 node, 2 CPUs [ 0.112013] KVM setup async PF for cpu 1 [ 0.112014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.116069] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.118529] devtmpfs: initialized [ 0.122222] EVM: security.selinux [ 0.123205] EVM: security.SMACK64 [ 0.124003] EVM: security.ima [ 0.124908] EVM: security.capability [ 0.125977] pinctrl core: initialized pinctrl subsystem [ 0.128118] regulator-dummy: no parameters [ 0.129361] RTC time: 10:26:28, date: 08/19/18 [ 0.130650] NET: Registered protocol family 16 [ 0.132009] cpuidle: using governor ladder [ 0.133146] cpuidle: using governor menu [ 0.134360] ACPI: bus type PCI registered [ 0.135478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136202] PCI: Using configuration type 1 for base access [ 0.138265] bio: create slab at 0 [ 0.138265] ACPI: Added _OSI(Module Device) [ 0.140003] ACPI: Added _OSI(Processor Device) [ 0.141196] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142435] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145537] ACPI: Interpreter enabled [ 0.146610] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153678] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160007] ACPI: Using IOAPIC for interrupt routing [ 0.161322] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.163870] ACPI: No dock devices found. [ 0.166023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.167603] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.168007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.169670] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172245] acpiphp: Slot [3] registered [ 0.173371] acpiphp: Slot [4] registered [ 0.174486] acpiphp: Slot [5] registered [ 0.175612] acpiphp: Slot [6] registered [ 0.176023] acpiphp: Slot [7] registered [ 0.177131] acpiphp: Slot [8] registered [ 0.178246] acpiphp: Slot [9] registered [ 0.179357] acpiphp: Slot [10] registered [ 0.180021] acpiphp: Slot [11] registered [ 0.181152] acpiphp: Slot [12] registered [ 0.182288] acpiphp: Slot [13] registered [ 0.183420] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185155] acpiphp: Slot [16] registered [ 0.186346] acpiphp: Slot [17] registered [ 0.187472] acpiphp: Slot [18] registered [ 0.188027] acpiphp: Slot [19] registered [ 0.189161] acpiphp: Slot [20] registered [ 0.190294] acpiphp: Slot [21] registered [ 0.191420] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193159] acpiphp: Slot [24] registered [ 0.194280] acpiphp: Slot [25] registered [ 0.195400] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197156] acpiphp: Slot [28] registered [ 0.198279] acpiphp: Slot [29] registered [ 0.199400] acpiphp: Slot [30] registered [ 0.200030] acpiphp: Slot [31] registered [ 0.201154] PCI host bridge to bus 0000:00 [ 0.202271] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203676] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205540] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207242] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.216565] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.218549] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.245945] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.248042] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.250053] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252057] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254016] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.255829] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.256302] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.257489] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260845] vgaarb: bridge control possible 0000:00:02.0 [ 0.262484] SCSI subsystem initialized [ 0.263739] ACPI: bus type USB registered [ 0.264035] usbcore: registered new interface driver usbfs [ 0.265458] usbcore: registered new interface driver hub [ 0.266868] usbcore: registered new device driver usb [ 0.268112] PCI: Using ACPI for IRQ routing [ 0.269588] NetLabel: Initializing [ 0.270587] NetLabel: domain hash size = 128 [ 0.271755] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.272066] NetLabel: unlabeled traffic allowed by default [ 0.273499] Switched to clocksource kvm-clock [ 0.280903] AppArmor: AppArmor Filesystem Enabled [ 0.282188] pnp: PnP ACPI init [ 0.283114] ACPI: bus type PNP registered [ 0.284720] pnp: PnP ACPI: found 8 devices [ 0.285858] ACPI: bus type PNP unregistered [ 0.293535] NET: Registered protocol family 2 [ 0.295057] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297160] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299033] TCP: Hash tables configured (established 16384 bind 16384) [ 0.300797] TCP: reno registered [ 0.301761] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.303290] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.305006] NET: Registered protocol family 1 [ 0.306232] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.307726] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.309202] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.331592] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.354248] Trying to unpack rootfs image as initramfs... [ 0.455445] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.457843] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.459340] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460956] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.463247] Scanning for low memory corruption every 60 seconds [ 0.465191] Initialise system trusted keyring [ 0.466453] audit: initializing netlink socket (disabled) [ 0.467886] type=2000 audit(1534674389.684:1): initialized [ 0.488420] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.490974] zbud: loaded [ 0.492022] VFS: Disk quotas dquot_6.5.2 [ 0.493152] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.495141] fuse init (API version 7.22) [ 0.496328] msgmni has been set to 3997 [ 0.497465] Key type big_key registered [ 0.498958] Key type asymmetric registered [ 0.500107] Asymmetric key parser 'x509' registered [ 0.501410] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.503480] io scheduler noop registered [ 0.504575] io scheduler deadline registered (default) [ 0.505920] io scheduler cfq registered [ 0.507064] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.508501] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.510193] ipmi message handler version 39.2 [ 0.511437] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513429] ACPI: Power Button [PWRF] [ 0.514578] GHES: HEST is not enabled! [ 0.536570] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.580914] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.603873] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.605870] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.630044] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.632930] Linux agpgart interface v0.103 [ 0.635054] brd: module loaded [ 0.636440] loop: module loaded [ 0.637727] blk-mq: CPU -> queue map [ 0.638739] CPU 0 -> Queue 0 [ 0.639636] CPU 1 -> Queue 0 [ 0.641527] vda: vda1 [ 0.643103] scsi0 : ata_piix [ 0.644108] scsi1 : ata_piix [ 0.645022] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.646706] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.648633] libphy: Fixed MDIO Bus: probed [ 0.649879] tun: Universal TUN/TAP device driver, 1.6 [ 0.651236] tun: (C) 1999-2004 Max Krasnyansky [ 0.654505] PPP generic driver version 2.4.2 [ 0.655799] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.657435] ehci-pci: EHCI PCI platform driver [ 0.658640] ehci-platform: EHCI generic platform driver [ 0.660033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.661600] ohci-pci: OHCI PCI platform driver [ 0.662822] ohci-platform: OHCI generic platform driver [ 0.664185] uhci_hcd: USB Universal Host Controller Interface driver [ 0.686599] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.687979] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.690072] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.691647] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.693326] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.695302] usb usb1: Product: UHCI Host Controller [ 0.696596] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.698238] usb usb1: SerialNumber: 0000:00:01.2 [ 0.699598] hub 1-0:1.0: USB hub found [ 0.700687] hub 1-0:1.0: 2 ports detected [ 0.701933] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.704830] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.706158] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.707672] mousedev: PS/2 mouse device common for all mice [ 0.709406] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.711947] rtc_cmos 00:00: RTC can wake from S4 [ 0.713507] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.715159] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.716959] device-mapper: uevent: version 1.0.3 [ 0.718674] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.721635] ledtrig-cpu: registered to indicate activity on CPUs [ 0.723761] TCP: cubic registered [ 0.725137] NET: Registered protocol family 10 [ 0.727027] NET: Registered protocol family 17 [ 0.728266] Key type dns_resolver registered [ 0.729682] Loading compiled-in X.509 certificates [ 0.731507] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.741365] registered taskstats version 1 [ 0.744442] Key type trusted registered [ 0.748426] Key type encrypted registered [ 0.749575] AppArmor: AppArmor sha1 policy hashing enabled [ 0.750995] IMA: No TPM chip found, activating TPM-bypass! [ 0.752959] regulator-dummy: disabling [ 0.754093] Magic number: 14:872:426 [ 0.755308] rtc_cmos 00:00: setting system clock to 2018-08-19 10:26:29 UTC (1534674389) [ 0.757560] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759107] EDD information not available. [ 0.805483] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.807651] Write protecting the kernel read-only data: 12288k [ 0.809819] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.813258] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.826525] systemd-udevd[107]: starting version 204 [ 0.884559] FDC 0 is a S82078B [ 1.012077] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.176051] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.177819] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.179731] usb 1-1: Product: QEMU USB Tablet [ 1.181029] usb 1-1: Manufacturer: QEMU [ 1.182124] usb 1-1: SerialNumber: 42 [ 1.885400] 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.223645] 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.347529] 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.452444] 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 Sun, 19 Aug 2018 10:26:31 +0000. Up 2.80 seconds. cloud-init-nonet[2.93]: 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 device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting 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 Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.28]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 10:26:33 +0000. Up 4.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:0b:6a:7f | ci-info: | eth0 | True | 192.168.0.9 | 255.255.255.0 | fa:16:3e:ae:a6:5d | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ 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: d3:cd:00:82:d0:7a:57:89:fe:6e:49:fa:bc:74:9e:b9 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | .o ..... | | o ..o. | | . . . . | | . . o . + | | . . .S . o | | o. | | +... | | .o+o 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: f7:67:a6:24:f9:24:ad:b9:b4:2c:f8:60:9e:d1:a2:d9 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | | | | | | | | | S . | | . . + | | =.. = = + | | *.=.o X = | | o E...*.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: 7d:2d:de:dc:98:bf:e8:05:5e:57:1f:81:5f:d9:17:9a root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | .o+| | .o.=| | E..+| | . . .+| | S . o...o| | o.+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: b7:8a:3f:57:23:ca:a9:2d:81:41:e9:90:ec:72:ec:b4 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | . . . | | + o | | o + | |. = o | | = . o S . | | E . . ...o | | o o.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 boot log to disk[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 boot log to disk[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] 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 dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 19 Aug 2018 10:28:37 +0000. Up 128.52 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 19 Aug 2018 10:29:37 +0000. Up 189.20 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://security.ubuntu.com trusty-security InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' 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.14 + '[' -n 192.168.0.14 ']' + 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.16 ++ echo 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.16 ++ ip2rr 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.16 ++ echo A 192.168.1.16 ++ ip2rr 192.168.0.9 ++ echo 192.168.0.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.9 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 192.168.1.16 ++ echo 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.16 ++ ip2rr 192.168.1.16 ++ echo 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.16 ++ ip2rr 192.168.0.9 ++ echo 192.168.0.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.9 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + 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.16 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.16 ++ echo A 192.168.1.16 ++ ip2rr 192.168.1.16 ++ echo 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.16 ++ ip2rr 192.168.0.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.9 ++ echo A 192.168.0.9 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + 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.16 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.16 ++ echo A 192.168.1.16 ++ ip2rr 192.168.1.16 ++ echo 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.16 ++ ip2rr 192.168.0.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.9 ++ echo A 192.168.0.9 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 192.168.1.16 ++ echo 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.16 ++ ip2rr 192.168.1.16 ++ echo 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.16 ++ ip2rr 192.168.0.9 ++ echo 192.168.0.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.9 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + 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.16 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.16 ++ echo A 192.168.1.16 ++ ip2rr 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.16 ++ echo A 192.168.1.16 ++ ip2rr 192.168.0.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.9 ++ echo A 192.168.0.9 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.16 ++ echo A 192.168.1.16 ++ ip2rr 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.16 ++ echo A 192.168.1.16 ++ ip2rr 192.168.0.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.9 ++ echo A 192.168.0.9 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + 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.16 ++ echo 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.16 ++ ip2rr 192.168.1.16 ++ echo 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.16 ++ ip2rr 192.168.0.9 ++ echo 192.168.0.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.9 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + 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.16 ++ echo 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.16 ++ ip2rr 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.16 ++ echo A 192.168.1.16 ++ ip2rr 192.168.0.9 ++ echo 192.168.0.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.9 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 192.168.1.16 ++ echo 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.16 ++ ip2rr 192.168.1.16 ++ echo 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.16 ++ ip2rr 192.168.0.9 ++ echo 192.168.0.9 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.9 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.211 ++ echo 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.211 ++ ip2rr 192.168.1.16 ++ echo 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.16 ++ ip2rr 192.168.1.16 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.16 ++ echo A 192.168.1.16 ++ ip2rr 192.168.0.9 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.9 ++ echo A 192.168.0.9 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.11' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.7' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-19 10:35:51,225 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-19 10:35:51,229 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-19 10:35:51,231 - 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 | 0b:7c:02:86:c5:ea:9c:8a:af:f7:13:43:d9:21:ce:b6 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 f7:67:a6:24:f9:24:ad:b9:b4:2c:f8:60:9e:d1:a2:d9 root@dime-0 (DSA) ec2: 256 7d:2d:de:dc:98:bf:e8:05:5e:57:1f:81:5f:d9:17:9a root@dime-0 (ECDSA) ec2: 256 b7:8a:3f:57:23:ca:a9:2d:81:41:e9:90:ec:72:ec:b4 root@dime-0 (ED25519) ec2: 2048 d3:cd:00:82:d0:7a:57:89:fe:6e:49:fa:bc:74:9e:b9 root@dime-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGhuBWq11fVIGPhkIz+j/ElQMINmIbUFMsIq4cfXtJJNEA4P7h+dGdgv5n+HCmucAmozLnbTZP++WgiU3KHJIb0= root@dime-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICzEl90L3vMH7TUEoN8GCugwNkDYQPC/U7YsOjOBf3wn root@dime-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEJ4HmLs5hOkmgHUMujENuZpZWzr71yiJ+yCy/RzUECPyvL9KEhvVHOfqg5TSOtPIqaIuZ6H7JFvtaYq1PLrGB4JUWPoDxxyUFwmza14DfkBQkiWtoNZf536fL2xxNNruKp04LCuqs8zGilgQe3jv+8IqyxgItAIaIAs005rOs3o+Ppn2hM1sAn7+iPbGLss+C+kCKfxdE8k6NfsPsVmsh5aZpORuVbiSe549TX+tvkFY3ybAes7AIvNhbq4XrriZiw6mqQnWLT11OPhQNCfqA6nIL/WnJZGjI9IR1QCm9PK/H7rRnr0zaBhrvx+futmQIhYZ6r1X7y1qax7dwXjFN root@dime-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 10:35:51 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 562.53 seconds 2018-08-19 11:21:30,422 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-19 11:21:30,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:21:30,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:31,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11: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-781a5869-a02f-49ee-8acb-473c9789b42e x-compute-request-id: req-781a5869-a02f-49ee-8acb-473c9789b42e Content-Encoding: gzip Content-Length: 1511 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:ae:a6:5d", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:a6:5d", "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:0b:6a:7f", "version": 4, "addr": "192.168.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:26:28.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "c002b0b0-2843-47a3-9330-29c5d58f40a6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:26:28Z", "hostId": "882d0b14eb8cfddc6c6222a350d674b01267363f5bf5d6c59f1f7bc8", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "dime-0.clearwater.opnfv", "created": "2018-08-19T10:24:27Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:70:6b", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:70:6b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:4e:ae", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:4e:ae", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:24:46.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "c642fcc2-9a06-4161-816a-b257eed5d9b4", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:24:46Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "homer-0.clearwater.opnfv", "created": "2018-08-19T10:24:27Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "d8d46e53-568a-49cd-baf7-dd31963fa5ed", "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:24:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "bono-0.clearwater.opnfv", "created": "2018-08-19T10:24:27Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:05:b8", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:05:b8", "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:bc:fb:46", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a6ddaad6-553e-473d-8e51-96ec39e47a58", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a6ddaad6-553e-473d-8e51-96ec39e47a58", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:26:26.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "a6ddaad6-553e-473d-8e51-96ec39e47a58", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:26:26Z", "hostId": "882d0b14eb8cfddc6c6222a350d674b01267363f5bf5d6c59f1f7bc8", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-19T10:24:26Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:16:4c", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:16:4c", "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:34:ed:ce", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f206220b-0f27-412b-8647-8664bc666f88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f206220b-0f27-412b-8647-8664bc666f88", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:24:45.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "f206220b-0f27-412b-8647-8664bc666f88", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:24:45Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-19T10:24:26Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:5d:b7", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:5d:b7", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/dce6ac84-cbca-45d5-b6e2-ab28bcfda065", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/dce6ac84-cbca-45d5-b6e2-ab28bcfda065", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:24:07.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "dce6ac84-cbca-45d5-b6e2-ab28bcfda065", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:24:07Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-19T10:23:57Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:89:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:89:93", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:5b:4d", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0c50816d-1a12-4584-87da-677f5580718f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0c50816d-1a12-4584-87da-677f5580718f", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:23:43.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "0c50816d-1a12-4584-87da-677f5580718f", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:23:43Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "ns.clearwater.opnfv", "created": "2018-08-19T10:22:00Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:21:31,337 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-781a5869-a02f-49ee-8acb-473c9789b42e 2018-08-19 11:21:31,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.914071083069s 2018-08-19 11:21:31,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-781a5869-a02f-49ee-8acb-473c9789b42e 2018-08-19 11:21:31,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 11:21:31,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 11:21:31,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21: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-42a44c85-38a9-48ab-a543-872337aca159 x-compute-request-id: req-42a44c85-38a9-48ab-a543-872337aca159 Content-Encoding: gzip Content-Length: 12084 Content-Type: application/json RESP BODY: {"output": "[ 0.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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x371d0000-0x378dffff]\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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K 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.008107] Security Framework initialized\n[ 0.009316] AppArmor: AppArmor initialized\n[ 0.010437] Yama: becoming mindful.\n[ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016056] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.018627] 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.022181] Initializing cgroup subsys memory\n[ 0.023382] Initializing cgroup subsys devices\n[ 0.024008] Initializing cgroup subsys freezer\n[ 0.025208] Initializing cgroup subsys blkio\n[ 0.026343] Initializing cgroup subsys perf_event\n[ 0.028012] Initializing cgroup subsys hugetlb\n[ 0.029284] FEATURE SPEC_CTRL Not Present\n[ 0.031073] mce: CPU supports 10 MCE banks\n[ 0.032057] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032057] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034667] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036009] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.037929] Speculative Store Bypass: Vulnerable\n[ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046549] ACPI: Core revision 20131115\n[ 0.048183] ACPI: All ACPI Tables successfully acquired\n[ 0.049744] ftrace: allocating 28717 entries in 113 pages\n[ 0.072284] smpboot: Max logical packages: 2\n[ 0.073467] 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.077898] Enabling x2apic\n[ 0.078759] Enabled x2apic\n[ 0.080012] 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.086808] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093979] KVM setup paravirtual spinlock\n[ 0.098929] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.100222] x86: Booting SMP configuration:\n[ 0.101521] .... node #0, CPUs: #1[ 0.098849] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116028] x86: Booted up 1 node, 2 CPUs\n[ 0.116033] KVM setup async PF for cpu 1\n[ 0.116048] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119785] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120426] devtmpfs: initialized\n[ 0.123096] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.124941] EVM: security.ima\n[ 0.125815] EVM: security.capability\n[ 0.126868] pinctrl core: initialized pinctrl subsystem\n[ 0.128056] regulator-dummy: no parameters\n[ 0.129286] RTC time: 10:24:47, date: 08/19/18\n[ 0.130538] NET: Registered protocol family 16\n[ 0.131852] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133164] ACPI: bus type PCI registered\n[ 0.134279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.135988] PCI: Using configuration type 1 for base access\n[ 0.136654] bio: create slab at 0\n[ 0.137164] ACPI: Added _OSI(Module Device)\n[ 0.137312] ACPI: Added _OSI(Processor Device)\n[ 0.140003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.141220] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.143816] ACPI: Interpreter enabled\n[ 0.144011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.146525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.148733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.151256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.153659] ACPI: (supports S0 S5)\n[ 0.156003] ACPI: Using IOAPIC for interrupt routing\n[ 0.157324] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.159844] ACPI: No dock devices found.\n[ 0.161979] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.163525] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.164007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.165642] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.168219] acpiphp: Slot [3] registered\n[ 0.169339] acpiphp: Slot [4] registered\n[ 0.170438] acpiphp: Slot [5] registered\n[ 0.171545] acpiphp: Slot [6] registered\n[ 0.172037] acpiphp: Slot [7] registered\n[ 0.173135] acpiphp: Slot [8] registered\n[ 0.174241] acpiphp: Slot [9] registered\n[ 0.175359] acpiphp: Slot [10] registered\n[ 0.176021] acpiphp: Slot [11] registered\n[ 0.177141] acpiphp: Slot [12] registered\n[ 0.178235] acpiphp: Slot [13] registered\n[ 0.179330] acpiphp: Slot [14] registered\n[ 0.180022] acpiphp: Slot [15] registered\n[ 0.181144] acpiphp: Slot [16] registered\n[ 0.182253] acpiphp: Slot [17] registered\n[ 0.183517] acpiphp: Slot [18] registered\n[ 0.184029] acpiphp: Slot [19] registered\n[ 0.185139] acpiphp: Slot [20] registered\n[ 0.186234] acpiphp: Slot [21] registered\n[ 0.187361] acpiphp: Slot [22] registered\n[ 0.188021] acpiphp: Slot [23] registered\n[ 0.189133] acpiphp: Slot [24] registered\n[ 0.190238] acpiphp: Slot [25] registered\n[ 0.191344] acpiphp: Slot [26] registered\n[ 0.192020] acpiphp: Slot [27] registered\n[ 0.193119] acpiphp: Slot [28] registered\n[ 0.194234] acpiphp: Slot [29] registered\n[ 0.195344] acpiphp: Slot [30] registered\n[ 0.196028] acpiphp: Slot [31] registered\n[ 0.197123] PCI host bridge to bus 0000:00\n[ 0.198245] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.199619] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.200004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.201544] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.203202] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.204004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.212748] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.214704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.242253] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.244105] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.246216] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.248091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.250001] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.251781] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.252294] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253491] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.255601] vgaarb: loaded\n[ 0.256003] vgaarb: bridge control possible 0000:00:02.0\n[ 0.257645] SCSI subsystem initialized\n[ 0.258871] ACPI: bus type USB registered\n[ 0.260034] usbcore: registered new interface driver usbfs\n[ 0.261434] usbcore: registered new interface driver hub\n[ 0.262812] usbcore: registered new device driver usb\n[ 0.264123] PCI: Using ACPI for IRQ routing\n[ 0.265546] NetLabel: Initializing\n[ 0.266528] NetLabel: domain hash size = 128\n[ 0.267702] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.268064] NetLabel: unlabeled traffic allowed by default\n[ 0.269472] Switched to clocksource kvm-clock\n[ 0.276929] AppArmor: AppArmor Filesystem Enabled\n[ 0.278199] pnp: PnP ACPI init\n[ 0.279123] ACPI: bus type PNP registered\n[ 0.280684] pnp: PnP ACPI: found 8 devices\n[ 0.281783] ACPI: bus type PNP unregistered\n[ 0.290129] NET: Registered protocol family 2\n[ 0.291610] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.293700] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.295521] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.297245] TCP: reno registered\n[ 0.298186] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.299680] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.301324] NET: Registered protocol family 1\n[ 0.302513] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.303994] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.305432] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.327757] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.350256] Trying to unpack rootfs image as initramfs...\n[ 0.452829] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.455106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.456560] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.458494] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.460780] Scanning for low memory corruption every 60 seconds\n[ 0.462658] Initialise system trusted keyring\n[ 0.463903] audit: initializing netlink socket (disabled)\n[ 0.465319] type=2000 audit(1534674288.042:1): initialized\n[ 0.485985] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.488528] zbud: loaded\n[ 0.489602] VFS: Disk quotas dquot_6.5.2\n[ 0.490726] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.492743] fuse init (API version 7.22)\n[ 0.493896] msgmni has been set to 3997\n[ 0.495030] Key type big_key registered\n[ 0.496678] Key type asymmetric registered\n[ 0.497810] Asymmetric key parser 'x509' registered\n[ 0.499116] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.501184] io scheduler noop registered\n[ 0.502260] io scheduler deadline registered (default)\n[ 0.503582] io scheduler cfq registered\n[ 0.504750] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.506168] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.507835] ipmi message handler version 39.2\n[ 0.509085] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.511064] ACPI: Power Button [PWRF]\n[ 0.512214] GHES: HEST is not enabled!\n[ 0.534305] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.578156] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.600774] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.602938] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626540] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629481] Linux agpgart interface v0.103\n[ 0.631616] brd: module loaded\n[ 0.633037] loop: module loaded\n[ 0.634367] blk-mq: CPU -> queue map\n[ 0.635388] CPU 0 -> Queue 0\n[ 0.636322] CPU 1 -> Queue 0\n[ 0.638086] vda: vda1\n[ 0.639612] scsi0 : ata_piix\n[ 0.640642] scsi1 : ata_piix\n[ 0.641550] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.643191] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.645225] libphy: Fixed MDIO Bus: probed\n[ 0.646647] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647919] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.651156] PPP generic driver version 2.4.2\n[ 0.652388] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654045] ehci-pci: EHCI PCI platform driver\n[ 0.655189] ehci-platform: EHCI generic platform driver\n[ 0.656488] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657976] ohci-pci: OHCI PCI platform driver\n[ 0.659147] ohci-platform: OHCI generic platform driver\n[ 0.660456] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.682626] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.683967] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.685982] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.687492] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.689099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.690993] usb usb1: Product: UHCI Host Controller\n[ 0.692235] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.693771] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.695107] hub 1-0:1.0: USB hub found\n[ 0.696159] hub 1-0:1.0: 2 ports detected\n[ 0.697386] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.700191] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.701467] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.702919] mousedev: PS/2 mouse device common for all mice\n[ 0.704586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.707020] rtc_cmos 00:00: RTC can wake from S4\n[ 0.708523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.710080] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.711680] device-mapper: uevent: version 1.0.3\n[ 0.712962] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.715110] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.716658] TCP: cubic registered\n[ 0.717672] NET: Registered protocol family 10\n[ 0.719104] NET: Registered protocol family 17\n[ 0.720286] Key type dns_resolver registered\n[ 0.721692] Loading compiled-in X.509 certificates\n[ 0.723454] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.732980] registered taskstats version 1\n[ 0.735999] Key type trusted registered\n[ 0.740014] Key type encrypted registered\n[ 0.741166] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742512] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.744455] regulator-dummy: disabling\n[ 0.745553] Magic number: 14:872:426\n[ 0.746737] rtc_cmos 00:00: setting system clock to 2018-08-19 10:24:47 UTC (1534674287)\n[ 0.748942] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.750415] EDD information not available.\n[ 0.802590] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.805832] Write protecting the kernel read-only data: 12288k\n[ 0.810258] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.816406] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.832805] systemd-udevd[107]: starting version 204\n[ 0.875361] FDC 0 is a S82078B\n[ 1.012055] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.177084] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.179946] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.182814] usb 1-1: Product: QEMU USB Tablet\n[ 1.184394] usb 1-1: Manufacturer: QEMU\n[ 1.186153] usb 1-1: SerialNumber: 42\n[ 1.452098] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.894453] 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.243568] 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.349462] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.458659] 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 Sun, 19 Aug 2018 10:24:49 +0000. Up 2.80 seconds.\ncloud-init-nonet[2.93]: 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 load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.12]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 10:24:51 +0000. Up 4.35 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:19:4e:ae |\nci-info: | eth0 | True | 192.168.0.23 | 255.255.255.0 | fa:16:3e:f0:70:6b |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n23:28:14:e3:3a:ab:73:57:7b:f5:e5:56:6b:3d:e1:f7 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o |\n| . o |\n| o |\n| o . |\n|o . . . S |\n| o . .. .. ...|\n|. . . . . o..+|\n|o . . . . . o=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:\nd8:d7:46:55:89:34:ce:37:17:e3:37:bf:64:e4:31:68 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .oo+o|\n| oo+.o|\n| .E Oo|\n| o o. + O|\n| . S . o +.|\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:\nf0:02:59:f6:fc:93:f2:70:c6:be:29:5b:17:71:b0:4d root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o . E |\n| + o = |\n| o . o o o |\n| . o o . o |\n| . S B . |\n| . B . . |\n| + . |\n| .. + |\n| .oo |\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:\nfa:da:a8:06:fd:2f:21:14:94:ca:ed:bd:dd:ff:51:54 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... E|\n| o .|\n| . o . .|\n| o o . |\n| + . S .|\n| . + o. . |\n| . o.+ . . |\n| . ++. . . |\n| ...o++ .... |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Flush boot log to disk[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Stopping Flush boot log to disk[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 D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\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 automatic crash report generation[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\nacpid: 1 rule loaded\n * Starting ACPI daemon[74G[ OK ]\nacpid: waiting for events: event logging is off\n * Starting OpenSSH server[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 homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 19 Aug 2018 10:26:59 +0000. Up 133.22 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 19 Aug 2018 10:28:00 +0000. Up 194.03 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.14\n+ '[' -n 192.168.0.14 ']'\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.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\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; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 0 -lt 10 ']'\n+ retries=1\n+ echo 'nsupdate failed - retrying (retry 1)...'\nnsupdate failed - retrying (retry 1)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\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; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 1 -lt 10 ']'\n+ retries=2\n+ echo 'nsupdate failed - retrying (retry 2)...'\nnsupdate failed - retrying (retry 2)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\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; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 2 -lt 10 ']'\n+ retries=3\n+ echo 'nsupdate failed - retrying (retry 3)...'\nnsupdate failed - retrying (retry 3)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\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; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 3 -lt 10 ']'\n+ retries=4\n+ echo 'nsupdate failed - retrying (retry 4)...'\nnsupdate failed - retrying (retry 4)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\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; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 4 -lt 10 ']'\n+ retries=5\n+ echo 'nsupdate failed - retrying (retry 5)...'\nnsupdate failed - retrying (retry 5)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\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; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 5 -lt 10 ']'\n+ retries=6\n+ echo 'nsupdate failed - retrying (retry 6)...'\nnsupdate failed - retrying (retry 6)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\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; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 6 -lt 10 ']'\n+ retries=7\n+ echo 'nsupdate failed - retrying (retry 7)...'\nnsupdate failed - retrying (retry 7)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\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; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 7 -lt 10 ']'\n+ retries=8\n+ echo 'nsupdate failed - retrying (retry 8)...'\nnsupdate failed - retrying (retry 8)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\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; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 8 -lt 10 ']'\n+ retries=9\n+ echo 'nsupdate failed - retrying (retry 9)...'\nnsupdate failed - retrying (retry 9)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\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; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 9 -lt 10 ']'\n+ retries=10\n+ echo 'nsupdate failed - retrying (retry 10)...'\nnsupdate failed - retrying (retry 10)...\n+ sleep 5\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\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; Communication with 192.168.0.11#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.11'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.7'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-19 10:33:33,683 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-19 10:33:33,687 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-19 10:33:33,687 - 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 | 0b:7c:02:86:c5:ea:9c:8a:af:f7:13:43:d9:21:ce:b6 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 d8:d7:46:55:89:34:ce:37:17:e3:37:bf:64:e4:31:68 root@homer-0 (DSA)\nec2: 256 f0:02:59:f6:fc:93:f2:70:c6:be:29:5b:17:71:b0:4d root@homer-0 (ECDSA)\nec2: 256 fa:da:a8:06:fd:2f:21:14:94:ca:ed:bd:dd:ff:51:54 root@homer-0 (ED25519)\nec2: 2048 23:28:14:e3:3a:ab:73:57:7b:f5:e5:56:6b:3d:e1:f7 root@homer-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFQzHbZv5ORLS4V0M3gxY3OXaVNW2GjD9is9ZrS0RD7AO3pzeio8inlPhpJCCoXC0wLCsJD8CuyEzKgbiEiV2ZQ= root@homer-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDt5cSMyoEegHf9mFylDOry1WF+8lB+Mza9B/dBgyqVq root@homer-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBjkzNwSFsn/KKVuf7VnqhZ3XML8pAzLw6lJReIX3MXMjt/ncp++P7+32J0FvWugVeO2wxZdhp3NwX66x4LS8zXWgmTWsLk0zeaKxy9OmQ2uCGpKv6tTLuhwexq+18uq8wYqJlfuq9HOgmayS3EFRATNc/DgRZBJyvRrd82ZlJTYLpIcwujANEcdICi+kC5r2odGzgXdto9xxjLbTlQr32lw4CXsf8Xj9rGuB6iHWbObu6219247lAnf/0vZIVwRQqZaEbO+ZG5n9X7yvBKumJ8RWBZe+rmNjNcbn2OqBs0P7/dOya3zlHr8+SjmFCtqOMIWS9xt+92QHdKSHuS7r/ root@homer-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 10:33:33 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 526.98 seconds\n"} 2018-08-19 11:21:31,475 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4/action used request id req-42a44c85-38a9-48ab-a543-872337aca159 2018-08-19 11:21:31,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.1296479702s 2018-08-19 11:21:31,476 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4/action used request id req-42a44c85-38a9-48ab-a543-872337aca159 2018-08-19 11:21:31,477 - 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-156-generic (buildd@lcy01-amd64-022) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #206-Ubuntu SMP Fri Aug 17 08:51:32 UTC 2018 (Ubuntu 3.13.0-156.206-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-156-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 0x371d0000-0x378dffff] [ 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 s83968 r8192 d22528 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-156-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: 2039684K/2096616K available (7480K kernel code, 1162K rwdata, 3436K rodata, 1368K init, 1448K bss, 56932K 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.008107] Security Framework initialized [ 0.009316] AppArmor: AppArmor initialized [ 0.010437] Yama: becoming mindful. [ 0.012250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016056] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.018627] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022181] Initializing cgroup subsys memory [ 0.023382] Initializing cgroup subsys devices [ 0.024008] Initializing cgroup subsys freezer [ 0.025208] Initializing cgroup subsys blkio [ 0.026343] Initializing cgroup subsys perf_event [ 0.028012] Initializing cgroup subsys hugetlb [ 0.029284] FEATURE SPEC_CTRL Not Present [ 0.031073] mce: CPU supports 10 MCE banks [ 0.032057] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032057] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034667] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036009] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.037929] Speculative Store Bypass: Vulnerable [ 0.040530] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046549] ACPI: Core revision 20131115 [ 0.048183] ACPI: All ACPI Tables successfully acquired [ 0.049744] ftrace: allocating 28717 entries in 113 pages [ 0.072284] smpboot: Max logical packages: 2 [ 0.073467] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.077898] Enabling x2apic [ 0.078759] Enabled x2apic [ 0.080012] 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.086808] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093979] KVM setup paravirtual spinlock [ 0.098929] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.100222] x86: Booting SMP configuration: [ 0.101521] .... node #0, CPUs: #1[ 0.098849] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116028] x86: Booted up 1 node, 2 CPUs [ 0.116033] KVM setup async PF for cpu 1 [ 0.116048] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119785] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120426] devtmpfs: initialized [ 0.123096] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.124941] EVM: security.ima [ 0.125815] EVM: security.capability [ 0.126868] pinctrl core: initialized pinctrl subsystem [ 0.128056] regulator-dummy: no parameters [ 0.129286] RTC time: 10:24:47, date: 08/19/18 [ 0.130538] NET: Registered protocol family 16 [ 0.131852] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133164] ACPI: bus type PCI registered [ 0.134279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.135988] PCI: Using configuration type 1 for base access [ 0.136654] bio: create slab at 0 [ 0.137164] ACPI: Added _OSI(Module Device) [ 0.137312] ACPI: Added _OSI(Processor Device) [ 0.140003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.141220] ACPI: Added _OSI(Processor Aggregator Device) [ 0.143816] ACPI: Interpreter enabled [ 0.144011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.146525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.148733] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.151256] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.153659] ACPI: (supports S0 S5) [ 0.156003] ACPI: Using IOAPIC for interrupt routing [ 0.157324] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.159844] ACPI: No dock devices found. [ 0.161979] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.163525] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.164007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.165642] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.168219] acpiphp: Slot [3] registered [ 0.169339] acpiphp: Slot [4] registered [ 0.170438] acpiphp: Slot [5] registered [ 0.171545] acpiphp: Slot [6] registered [ 0.172037] acpiphp: Slot [7] registered [ 0.173135] acpiphp: Slot [8] registered [ 0.174241] acpiphp: Slot [9] registered [ 0.175359] acpiphp: Slot [10] registered [ 0.176021] acpiphp: Slot [11] registered [ 0.177141] acpiphp: Slot [12] registered [ 0.178235] acpiphp: Slot [13] registered [ 0.179330] acpiphp: Slot [14] registered [ 0.180022] acpiphp: Slot [15] registered [ 0.181144] acpiphp: Slot [16] registered [ 0.182253] acpiphp: Slot [17] registered [ 0.183517] acpiphp: Slot [18] registered [ 0.184029] acpiphp: Slot [19] registered [ 0.185139] acpiphp: Slot [20] registered [ 0.186234] acpiphp: Slot [21] registered [ 0.187361] acpiphp: Slot [22] registered [ 0.188021] acpiphp: Slot [23] registered [ 0.189133] acpiphp: Slot [24] registered [ 0.190238] acpiphp: Slot [25] registered [ 0.191344] acpiphp: Slot [26] registered [ 0.192020] acpiphp: Slot [27] registered [ 0.193119] acpiphp: Slot [28] registered [ 0.194234] acpiphp: Slot [29] registered [ 0.195344] acpiphp: Slot [30] registered [ 0.196028] acpiphp: Slot [31] registered [ 0.197123] PCI host bridge to bus 0000:00 [ 0.198245] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.199619] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.200004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.201544] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.203202] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.204004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.212748] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.214704] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.242253] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.244105] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.246216] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.248091] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.250001] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.251781] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.252294] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253491] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.255601] vgaarb: loaded [ 0.256003] vgaarb: bridge control possible 0000:00:02.0 [ 0.257645] SCSI subsystem initialized [ 0.258871] ACPI: bus type USB registered [ 0.260034] usbcore: registered new interface driver usbfs [ 0.261434] usbcore: registered new interface driver hub [ 0.262812] usbcore: registered new device driver usb [ 0.264123] PCI: Using ACPI for IRQ routing [ 0.265546] NetLabel: Initializing [ 0.266528] NetLabel: domain hash size = 128 [ 0.267702] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.268064] NetLabel: unlabeled traffic allowed by default [ 0.269472] Switched to clocksource kvm-clock [ 0.276929] AppArmor: AppArmor Filesystem Enabled [ 0.278199] pnp: PnP ACPI init [ 0.279123] ACPI: bus type PNP registered [ 0.280684] pnp: PnP ACPI: found 8 devices [ 0.281783] ACPI: bus type PNP unregistered [ 0.290129] NET: Registered protocol family 2 [ 0.291610] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.293700] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.295521] TCP: Hash tables configured (established 16384 bind 16384) [ 0.297245] TCP: reno registered [ 0.298186] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.299680] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.301324] NET: Registered protocol family 1 [ 0.302513] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.303994] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.305432] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.327757] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.350256] Trying to unpack rootfs image as initramfs... [ 0.452829] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.455106] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.456560] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.458494] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.460780] Scanning for low memory corruption every 60 seconds [ 0.462658] Initialise system trusted keyring [ 0.463903] audit: initializing netlink socket (disabled) [ 0.465319] type=2000 audit(1534674288.042:1): initialized [ 0.485985] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.488528] zbud: loaded [ 0.489602] VFS: Disk quotas dquot_6.5.2 [ 0.490726] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.492743] fuse init (API version 7.22) [ 0.493896] msgmni has been set to 3997 [ 0.495030] Key type big_key registered [ 0.496678] Key type asymmetric registered [ 0.497810] Asymmetric key parser 'x509' registered [ 0.499116] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.501184] io scheduler noop registered [ 0.502260] io scheduler deadline registered (default) [ 0.503582] io scheduler cfq registered [ 0.504750] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.506168] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.507835] ipmi message handler version 39.2 [ 0.509085] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.511064] ACPI: Power Button [PWRF] [ 0.512214] GHES: HEST is not enabled! [ 0.534305] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.578156] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.600774] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.602938] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.626540] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.629481] Linux agpgart interface v0.103 [ 0.631616] brd: module loaded [ 0.633037] loop: module loaded [ 0.634367] blk-mq: CPU -> queue map [ 0.635388] CPU 0 -> Queue 0 [ 0.636322] CPU 1 -> Queue 0 [ 0.638086] vda: vda1 [ 0.639612] scsi0 : ata_piix [ 0.640642] scsi1 : ata_piix [ 0.641550] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.643191] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.645225] libphy: Fixed MDIO Bus: probed [ 0.646647] tun: Universal TUN/TAP device driver, 1.6 [ 0.647919] tun: (C) 1999-2004 Max Krasnyansky [ 0.651156] PPP generic driver version 2.4.2 [ 0.652388] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.654045] ehci-pci: EHCI PCI platform driver [ 0.655189] ehci-platform: EHCI generic platform driver [ 0.656488] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.657976] ohci-pci: OHCI PCI platform driver [ 0.659147] ohci-platform: OHCI generic platform driver [ 0.660456] uhci_hcd: USB Universal Host Controller Interface driver [ 0.682626] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.683967] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.685982] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.687492] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.689099] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.690993] usb usb1: Product: UHCI Host Controller [ 0.692235] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.693771] usb usb1: SerialNumber: 0000:00:01.2 [ 0.695107] hub 1-0:1.0: USB hub found [ 0.696159] hub 1-0:1.0: 2 ports detected [ 0.697386] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.700191] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.701467] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.702919] mousedev: PS/2 mouse device common for all mice [ 0.704586] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.707020] rtc_cmos 00:00: RTC can wake from S4 [ 0.708523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.710080] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.711680] device-mapper: uevent: version 1.0.3 [ 0.712962] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.715110] ledtrig-cpu: registered to indicate activity on CPUs [ 0.716658] TCP: cubic registered [ 0.717672] NET: Registered protocol family 10 [ 0.719104] NET: Registered protocol family 17 [ 0.720286] Key type dns_resolver registered [ 0.721692] Loading compiled-in X.509 certificates [ 0.723454] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.732980] registered taskstats version 1 [ 0.735999] Key type trusted registered [ 0.740014] Key type encrypted registered [ 0.741166] AppArmor: AppArmor sha1 policy hashing enabled [ 0.742512] IMA: No TPM chip found, activating TPM-bypass! [ 0.744455] regulator-dummy: disabling [ 0.745553] Magic number: 14:872:426 [ 0.746737] rtc_cmos 00:00: setting system clock to 2018-08-19 10:24:47 UTC (1534674287) [ 0.748942] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.750415] EDD information not available. [ 0.802590] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.805832] Write protecting the kernel read-only data: 12288k [ 0.810258] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.816406] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.832805] systemd-udevd[107]: starting version 204 [ 0.875361] FDC 0 is a S82078B [ 1.012055] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.177084] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.179946] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.182814] usb 1-1: Product: QEMU USB Tablet [ 1.184394] usb 1-1: Manufacturer: QEMU [ 1.186153] usb 1-1: SerialNumber: 42 [ 1.452098] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.894453] 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.243568] 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.349462] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.458659] 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 Sun, 19 Aug 2018 10:24:49 +0000. Up 2.80 seconds. cloud-init-nonet[2.93]: 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 load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.12]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 10:24:51 +0000. Up 4.35 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:19:4e:ae | ci-info: | eth0 | True | 192.168.0.23 | 255.255.255.0 | fa:16:3e:f0:70:6b | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.3 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 23:28:14:e3:3a:ab:73:57:7b:f5:e5:56:6b:3d:e1:f7 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | o | | . o | | o | | o . | |o . . . S | | o . .. .. ...| |. . . . . o..+| |o . . . . . o=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: d8:d7:46:55:89:34:ce:37:17:e3:37:bf:64:e4:31:68 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | .oo+o| | oo+.o| | .E Oo| | o o. + O| | . S . 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: f0:02:59:f6:fc:93:f2:70:c6:be:29:5b:17:71:b0:4d root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | o . E | | + o = | | o . o o o | | . o o . o | | . S B . | | . B . . | | + . | | .. + | | .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: fa:da:a8:06:fd:2f:21:14:94:ca:ed:bd:dd:ff:51:54 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | ... E| | o .| | . o . .| | o o . | | + . S .| | . + o. . | | . o.+ . . | | . ++. . . | | ...o++ .... | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Flush boot log to disk[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Stopping Flush boot log to disk[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 D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * 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 automatic crash report generation[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] acpid: starting up with netlink and the input layer acpid: 1 rule loaded * Starting ACPI daemon[74G[ OK ] acpid: waiting for events: event logging is off * Starting OpenSSH server[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 homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 19 Aug 2018 10:26:59 +0000. Up 133.22 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 19 Aug 2018 10:28:00 +0000. Up 194.03 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.14 + '[' -n 192.168.0.14 ']' + 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.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 0 -lt 10 ']' + retries=1 + echo 'nsupdate failed - retrying (retry 1)...' nsupdate failed - retrying (retry 1)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 1 -lt 10 ']' + retries=2 + echo 'nsupdate failed - retrying (retry 2)...' nsupdate failed - retrying (retry 2)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 2 -lt 10 ']' + retries=3 + echo 'nsupdate failed - retrying (retry 3)...' nsupdate failed - retrying (retry 3)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 3 -lt 10 ']' + retries=4 + echo 'nsupdate failed - retrying (retry 4)...' nsupdate failed - retrying (retry 4)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 4 -lt 10 ']' + retries=5 + echo 'nsupdate failed - retrying (retry 5)...' nsupdate failed - retrying (retry 5)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 5 -lt 10 ']' + retries=6 + echo 'nsupdate failed - retrying (retry 6)...' nsupdate failed - retrying (retry 6)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.217 ++ echo 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.217 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 6 -lt 10 ']' + retries=7 + echo 'nsupdate failed - retrying (retry 7)...' nsupdate failed - retrying (retry 7)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 7 -lt 10 ']' + retries=8 + echo 'nsupdate failed - retrying (retry 8)...' nsupdate failed - retrying (retry 8)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 8 -lt 10 ']' + retries=9 + echo 'nsupdate failed - retrying (retry 9)...' nsupdate failed - retrying (retry 9)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 9 -lt 10 ']' + retries=10 + echo 'nsupdate failed - retrying (retry 10)...' nsupdate failed - retrying (retry 10)... + sleep 5 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 172.30.9.217 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.217 ++ echo A 172.30.9.217 ; Communication with 192.168.0.11#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.11' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.7' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-19 10:33:33,683 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-19 10:33:33,687 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-19 10:33:33,687 - 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 | 0b:7c:02:86:c5:ea:9c:8a:af:f7:13:43:d9:21:ce:b6 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 d8:d7:46:55:89:34:ce:37:17:e3:37:bf:64:e4:31:68 root@homer-0 (DSA) ec2: 256 f0:02:59:f6:fc:93:f2:70:c6:be:29:5b:17:71:b0:4d root@homer-0 (ECDSA) ec2: 256 fa:da:a8:06:fd:2f:21:14:94:ca:ed:bd:dd:ff:51:54 root@homer-0 (ED25519) ec2: 2048 23:28:14:e3:3a:ab:73:57:7b:f5:e5:56:6b:3d:e1:f7 root@homer-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFQzHbZv5ORLS4V0M3gxY3OXaVNW2GjD9is9ZrS0RD7AO3pzeio8inlPhpJCCoXC0wLCsJD8CuyEzKgbiEiV2ZQ= root@homer-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDt5cSMyoEegHf9mFylDOry1WF+8lB+Mza9B/dBgyqVq root@homer-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBjkzNwSFsn/KKVuf7VnqhZ3XML8pAzLw6lJReIX3MXMjt/ncp++P7+32J0FvWugVeO2wxZdhp3NwX66x4LS8zXWgmTWsLk0zeaKxy9OmQ2uCGpKv6tTLuhwexq+18uq8wYqJlfuq9HOgmayS3EFRATNc/DgRZBJyvRrd82ZlJTYLpIcwujANEcdICi+kC5r2odGzgXdto9xxjLbTlQr32lw4CXsf8Xj9rGuB6iHWbObu6219247lAnf/0vZIVwRQqZaEbO+ZG5n9X7yvBKumJ8RWBZe+rmNjNcbn2OqBs0P7/dOya3zlHr8+SjmFCtqOMIWS9xt+92QHdKSHuS7r/ root@homer-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 19 Aug 2018 10:33:33 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 526.98 seconds 2018-08-19 11:21:31,479 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-19 11:21:31,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:21:31,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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:32,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21: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-a3fb6be4-78f7-4a21-bc19-9ec3cf070235 x-compute-request-id: req-a3fb6be4-78f7-4a21-bc19-9ec3cf070235 Content-Encoding: gzip Content-Length: 1511 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:ae:a6:5d", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ae:a6:5d", "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:0b:6a:7f", "version": 4, "addr": "192.168.1.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c002b0b0-2843-47a3-9330-29c5d58f40a6", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:26:28.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "c002b0b0-2843-47a3-9330-29c5d58f40a6", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:26:28Z", "hostId": "882d0b14eb8cfddc6c6222a350d674b01267363f5bf5d6c59f1f7bc8", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "dime-0.clearwater.opnfv", "created": "2018-08-19T10:24:27Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:70:6b", "version": 4, "addr": "192.168.0.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:70:6b", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:4e:ae", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:4e:ae", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/c642fcc2-9a06-4161-816a-b257eed5d9b4", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:24:46.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "c642fcc2-9a06-4161-816a-b257eed5d9b4", "security_groups": [{"name": "clearwater-opnfv-homer-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:24:46Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "homer-0.clearwater.opnfv", "created": "2018-08-19T10:24:27Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "d8d46e53-568a-49cd-baf7-dd31963fa5ed", "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T10:24:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "bono-0.clearwater.opnfv", "created": "2018-08-19T10:24:27Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:05:b8", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f2:05:b8", "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:bc:fb:46", "version": 4, "addr": "192.168.1.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/a6ddaad6-553e-473d-8e51-96ec39e47a58", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/a6ddaad6-553e-473d-8e51-96ec39e47a58", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:26:26.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "a6ddaad6-553e-473d-8e51-96ec39e47a58", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:26:26Z", "hostId": "882d0b14eb8cfddc6c6222a350d674b01267363f5bf5d6c59f1f7bc8", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-19T10:24:26Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:16:4c", "version": 4, "addr": "192.168.0.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:16:4c", "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:34:ed:ce", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/f206220b-0f27-412b-8647-8664bc666f88", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/f206220b-0f27-412b-8647-8664bc666f88", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:24:45.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "f206220b-0f27-412b-8647-8664bc666f88", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:24:45Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-19T10:24:26Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:5d:b7", "version": 4, "addr": "192.168.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ef:5d:b7", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/dce6ac84-cbca-45d5-b6e2-ab28bcfda065", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/dce6ac84-cbca-45d5-b6e2-ab28bcfda065", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:24:07.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "dce6ac84-cbca-45d5-b6e2-ab28bcfda065", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:24:07Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-19T10:23:57Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:89:93", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:aa:89:93", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1f:5b:4d", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/0c50816d-1a12-4584-87da-677f5580718f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/0c50816d-1a12-4584-87da-677f5580718f", "rel": "bookmark"}], "image": {"id": "49533cdd-a217-421e-b89b-26f8a694a298", "links": [{"href": "http://172.30.9.27:8774/images/49533cdd-a217-421e-b89b-26f8a694a298", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T10:23:43.000000", "flavor": {"id": "c98a7890-08e8-41d5-8b07-9cbf693a00b9", "links": [{"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "bookmark"}]}, "id": "0c50816d-1a12-4584-87da-677f5580718f", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "5731a29aa06446a9832ea2fd21a2d2f4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T10:23:43Z", "hostId": "68dd19e31d39d0fec0580154d0ee49a029fde8ff30c61536215b371b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_a7f94325-f74d-468c-8e0d-8bf188814358", "name": "ns.clearwater.opnfv", "created": "2018-08-19T10:22:00Z", "tenant_id": "b513719f34a64a3da8b6f39c2da45101", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:21:32,797 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a3fb6be4-78f7-4a21-bc19-9ec3cf070235 2018-08-19 11:21:32,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3180410862s 2018-08-19 11:21:32,798 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a3fb6be4-78f7-4a21-bc19-9ec3cf070235 2018-08-19 11:21:32,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 11:21:32,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 11:21:32,936 - keystoneauth.session - DEBUG - RESP: [409] Date: Sun, 19 Aug 2018 11:21:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9d3b00f7-4c70-413f-96d1-b1cdc17ece8e x-compute-request-id: req-9d3b00f7-4c70-413f-96d1-b1cdc17ece8e Content-Length: 110 Content-Type: application/json; charset=UTF-8 RESP BODY: {"conflictingRequest": {"message": "Instance d8d46e53-568a-49cd-baf7-dd31963fa5ed is not ready", "code": 409}} 2018-08-19 11:21:32,937 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed/action used request id req-9d3b00f7-4c70-413f-96d1-b1cdc17ece8e 2018-08-19 11:21:32,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.13155913353s 2018-08-19 11:21:32,937 - 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 166, in deploy_vnf server.name, regex='Cloud-init .* finished at ', loop=60): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 210, in check_regex_in_console console = self.cloud.get_server_console(name) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3093, in get_server_console return self._get_server_console_output(server['id'], length) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3100, in _get_server_console_output json={'os-getConsoleOutput': {'length': length}}) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 310, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.27:8774/v2.1/servers/d8d46e53-568a-49cd-baf7-dd31963fa5ed/action Instance d8d46e53-568a-49cd-baf7-dd31963fa5ed is not ready 2018-08-19 11:21:33,061 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 11:21:33,062 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 60:35 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-19 11:21:33,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:21:33,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344?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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:33,786 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:21:33 GMT Server: Apache x-openstack-request-id: req-73d7168f-8953-4195-8261-746de1623888 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:21:33,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:33 GMT Server: Apache x-openstack-request-id: req-bbd7564e-50cb-4a5d-8517-6cb2227e8d1f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "No description", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "ROLLBACK_FAILED", "stack_owner": null, "updated_time": "2018-08-19T11:21:01Z", "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Resource DELETE failed: AttributeError: resources.dime.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "template_description": "No description"}} 2018-08-19 11:21:33,828 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bbd7564e-50cb-4a5d-8517-6cb2227e8d1f 2018-08-19 11:21:33,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.760688066483s 2018-08-19 11:21:33,828 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-bbd7564e-50cb-4a5d-8517-6cb2227e8d1f 2018-08-19 11:21:33,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:21:33,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:33,860 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:21:33 GMT Server: Apache x-openstack-request-id: req-ad38bf2a-d32e-4831-951f-3b2dd197415e Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/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-19 11:21:34,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:33 GMT Server: Apache x-openstack-request-id: req-c15ab9d6-c507-45e1-94af-adfc564a6b1f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 402 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-19T11:21:11Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/clearwater-opnfv/events/9f9e6bad-7314-4055-b6e7-04c2b1819e18", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Resource DELETE failed: AttributeError: resources.sprout.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "resource_status": "ROLLBACK_FAILED", "physical_resource_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "id": "9f9e6bad-7314-4055-b6e7-04c2b1819e18"}]} 2018-08-19 11:21:34,583 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-c15ab9d6-c507-45e1-94af-adfc564a6b1f 2018-08-19 11:21:34,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.753257036209s 2018-08-19 11:21:34,584 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-c15ab9d6-c507-45e1-94af-adfc564a6b1f 2018-08-19 11:21:34,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-08-19 11:21:34,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:34,613 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:21:34 GMT Server: Apache x-openstack-request-id: req-c5daaecd-2cfd-4ba4-8d5f-26f668171564 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344 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-19 11:21:34,736 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 11:21:34 GMT Server: Apache x-openstack-request-id: req-3191187f-3e87-470a-b860-bd9ded066f6e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 11:21:34,736 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344 used request id req-3191187f-3e87-470a-b860-bd9ded066f6e 2018-08-19 11:21:34,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 0.15142083168s 2018-08-19 11:21:34,736 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344 used request id req-3191187f-3e87-470a-b860-bd9ded066f6e 2018-08-19 11:21:34,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:21:34,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9f9e6bad-7314-4055-b6e7-04c2b1819e18&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:34,767 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:21:34 GMT Server: Apache x-openstack-request-id: req-38be2ce9-4440-4de3-a807-4f203f87953f Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9f9e6bad-7314-4055-b6e7-04c2b1819e18&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-19 11:21:34,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:34 GMT Server: Apache x-openstack-request-id: req-a7ddf7cf-2d71-4566-9ed2-224bc949652d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 334 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-19T11:21:34Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/clearwater-opnfv/events/fb124350-7124-473a-84fc-26352e73a218", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "id": "fb124350-7124-473a-84fc-26352e73a218"}]} 2018-08-19 11:21:34,811 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9f9e6bad-7314-4055-b6e7-04c2b1819e18&sort_dir=asc&marker=9f9e6bad-7314-4055-b6e7-04c2b1819e18&sort_dir=asc used request id req-a7ddf7cf-2d71-4566-9ed2-224bc949652d 2018-08-19 11:21:34,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741407871246s 2018-08-19 11:21:34,811 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=9f9e6bad-7314-4055-b6e7-04c2b1819e18&sort_dir=asc&marker=9f9e6bad-7314-4055-b6e7-04c2b1819e18&sort_dir=asc used request id req-a7ddf7cf-2d71-4566-9ed2-224bc949652d 2018-08-19 11:21:39,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:21:39,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=fb124350-7124-473a-84fc-26352e73a218&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:40,637 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:21:39 GMT Server: Apache x-openstack-request-id: req-691e7d03-f952-4048-8314-634706bccb2c Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=fb124350-7124-473a-84fc-26352e73a218&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-19 11:21:40,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:40 GMT Server: Apache x-openstack-request-id: req-84b52b16-effa-40a1-8f19-d4739d5a327b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dime", "event_time": "2018-08-19T11:21:35Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dime/events/5a3e882f-5f1e-46e1-ab44-b1bad6230cd4", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "b8ee6983-357a-472c-a2aa-882422037e88", "id": "5a3e882f-5f1e-46e1-ab44-b1bad6230cd4"}, {"resource_name": "bono", "event_time": "2018-08-19T11:21:36Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/bono/events/76465fb5-be3c-4d3f-8cd2-e67829153b4d", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "5cd59c19-70ba-48b9-b67e-b7853095e624", "id": "76465fb5-be3c-4d3f-8cd2-e67829153b4d"}, {"resource_name": "homer", "event_time": "2018-08-19T11:21:37Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/homer/events/3527f504-f773-44de-90db-41608dc87fbc", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "4222ec3c-8733-48d7-b1b2-5e16f1e8e4b4", "id": "3527f504-f773-44de-90db-41608dc87fbc"}, {"resource_name": "sprout", "event_time": "2018-08-19T11:21:38Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sprout/events/9b254468-592a-4099-8f9c-5d87d937aaab", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "fd8f3f61-3d51-4735-9cac-0228b21047f0", "id": "9b254468-592a-4099-8f9c-5d87d937aaab"}, {"resource_name": "vellum", "event_time": "2018-08-19T11:21:39Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/vellum/events/8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "8bb41a68-0f01-4bc7-b603-3757f5aaf498", "id": "8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7"}]} 2018-08-19 11:21:40,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=fb124350-7124-473a-84fc-26352e73a218&sort_dir=asc&marker=fb124350-7124-473a-84fc-26352e73a218&sort_dir=asc used request id req-84b52b16-effa-40a1-8f19-d4739d5a327b 2018-08-19 11:21:40,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.99902009964s 2018-08-19 11:21:40,817 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=fb124350-7124-473a-84fc-26352e73a218&sort_dir=asc&marker=fb124350-7124-473a-84fc-26352e73a218&sort_dir=asc used request id req-84b52b16-effa-40a1-8f19-d4739d5a327b 2018-08-19 11:21:45,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:21:45,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:45,855 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:21:45 GMT Server: Apache x-openstack-request-id: req-334b2ec0-32df-4770-8914-9e9a5145dd6a Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&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-19 11:21:45,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:45 GMT Server: Apache x-openstack-request-id: req-a2234b37-c080-4387-beed-5b01982eaeca Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:21:45,902 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&sort_dir=asc&marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&sort_dir=asc used request id req-a2234b37-c080-4387-beed-5b01982eaeca 2018-08-19 11:21:45,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.077791929245s 2018-08-19 11:21:45,902 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&sort_dir=asc&marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&sort_dir=asc used request id req-a2234b37-c080-4387-beed-5b01982eaeca 2018-08-19 11:21:50,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:21:50,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:50,940 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:21:50 GMT Server: Apache x-openstack-request-id: req-98a1fe1c-043e-4309-8e00-87e13e92d5ad Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&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-19 11:21:51,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:50 GMT Server: Apache x-openstack-request-id: req-ba4d5fd0-29ea-49d7-80c6-5649b1af0a38 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:21:51,655 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&sort_dir=asc&marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&sort_dir=asc used request id req-ba4d5fd0-29ea-49d7-80c6-5649b1af0a38 2018-08-19 11:21:51,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.746620893478s 2018-08-19 11:21:51,655 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&sort_dir=asc&marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&sort_dir=asc used request id req-ba4d5fd0-29ea-49d7-80c6-5649b1af0a38 2018-08-19 11:21:51,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:21:51,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344?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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:51,684 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:21:51 GMT Server: Apache x-openstack-request-id: req-27842737-f833-4058-878d-73bcd7abf278 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:21:51,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:51 GMT Server: Apache x-openstack-request-id: req-42f58fd4-06a7-4d5c-a0c4-b97a4dd9971b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 443 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "No description", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-19T11:21:34Z", "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack DELETE started", "template_description": "No description"}} 2018-08-19 11:21:51,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-42f58fd4-06a7-4d5c-a0c4-b97a4dd9971b 2018-08-19 11:21:51,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.055006980896s 2018-08-19 11:21:51,711 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-42f58fd4-06a7-4d5c-a0c4-b97a4dd9971b 2018-08-19 11:21:56,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:21:56,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:21:57,425 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:21:56 GMT Server: Apache x-openstack-request-id: req-417bf692-0279-4966-80dd-780816758aae Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&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-19 11:21:57,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:21:57 GMT Server: Apache x-openstack-request-id: req-38c6f3bd-5d09-44a1-9fb0-9da87910d357 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 677 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-08-19T11:21:51Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/bono/events/4678c86e-48ec-4382-b6bb-f0b7649de777", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "5cd59c19-70ba-48b9-b67e-b7853095e624", "id": "4678c86e-48ec-4382-b6bb-f0b7649de777"}, {"resource_name": "dime", "event_time": "2018-08-19T11:21:54Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dime/events/31da2c01-2b69-4db1-b448-6631cbbf1104", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "b8ee6983-357a-472c-a2aa-882422037e88", "id": "31da2c01-2b69-4db1-b448-6631cbbf1104"}, {"resource_name": "sprout", "event_time": "2018-08-19T11:21:55Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sprout/events/04a22e5e-bb91-4306-9b4b-fd47d94fbf79", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "fd8f3f61-3d51-4735-9cac-0228b21047f0", "id": "04a22e5e-bb91-4306-9b4b-fd47d94fbf79"}, {"resource_name": "homer", "event_time": "2018-08-19T11:21:55Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/homer/events/2745a392-4ba4-41b5-be18-203191f0eae1", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "4222ec3c-8733-48d7-b1b2-5e16f1e8e4b4", "id": "2745a392-4ba4-41b5-be18-203191f0eae1"}, {"resource_name": "vellum", "event_time": "2018-08-19T11:21:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/vellum/events/b481e075-e737-4185-8a91-7f6bf61c448f", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "8bb41a68-0f01-4bc7-b603-3757f5aaf498", "id": "b481e075-e737-4185-8a91-7f6bf61c448f"}]} 2018-08-19 11:21:57,470 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&sort_dir=asc&marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&sort_dir=asc used request id req-38c6f3bd-5d09-44a1-9fb0-9da87910d357 2018-08-19 11:21:57,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.752668857574s 2018-08-19 11:21:57,471 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&sort_dir=asc&marker=8c3bf69b-dcd1-4ee3-9998-68ad9ec31cf7&sort_dir=asc used request id req-38c6f3bd-5d09-44a1-9fb0-9da87910d357 2018-08-19 11:22:02,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:22:02,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=b481e075-e737-4185-8a91-7f6bf61c448f&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:22:02,657 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:22:02 GMT Server: Apache x-openstack-request-id: req-13416e82-dc3c-4cc9-b2e9-b506a782bc21 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=b481e075-e737-4185-8a91-7f6bf61c448f&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-19 11:22:02,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:02 GMT Server: Apache x-openstack-request-id: req-bbf5f3d0-9fb0-4681-b4da-6a71687a2746 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 358 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-19T11:21:57Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/ellis/events/b85998c3-ba1c-45c7-8339-963b8f4ff49c", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "22be5de3-bf60-401d-bdf9-5f6513900004", "id": "b85998c3-ba1c-45c7-8339-963b8f4ff49c"}]} 2018-08-19 11:22:02,712 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=b481e075-e737-4185-8a91-7f6bf61c448f&sort_dir=asc&marker=b481e075-e737-4185-8a91-7f6bf61c448f&sort_dir=asc used request id req-bbf5f3d0-9fb0-4681-b4da-6a71687a2746 2018-08-19 11:22:02,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.234946012497s 2018-08-19 11:22:02,713 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=b481e075-e737-4185-8a91-7f6bf61c448f&sort_dir=asc&marker=b481e075-e737-4185-8a91-7f6bf61c448f&sort_dir=asc used request id req-bbf5f3d0-9fb0-4681-b4da-6a71687a2746 2018-08-19 11:22:07,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:22:07,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=b85998c3-ba1c-45c7-8339-963b8f4ff49c&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:22:07,753 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:22:07 GMT Server: Apache x-openstack-request-id: req-338f8913-8fcd-4646-8699-aa14582baf6d Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=b85998c3-ba1c-45c7-8339-963b8f4ff49c&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-19 11:22:07,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:07 GMT Server: Apache x-openstack-request-id: req-f012e1fd-e0db-45a6-8890-8613ad267f3a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:22:07,798 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=b85998c3-ba1c-45c7-8339-963b8f4ff49c&sort_dir=asc&marker=b85998c3-ba1c-45c7-8339-963b8f4ff49c&sort_dir=asc used request id req-f012e1fd-e0db-45a6-8890-8613ad267f3a 2018-08-19 11:22:07,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0783889293671s 2018-08-19 11:22:07,798 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=b85998c3-ba1c-45c7-8339-963b8f4ff49c&sort_dir=asc&marker=b85998c3-ba1c-45c7-8339-963b8f4ff49c&sort_dir=asc used request id req-f012e1fd-e0db-45a6-8890-8613ad267f3a 2018-08-19 11:22:12,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:22:12,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=b85998c3-ba1c-45c7-8339-963b8f4ff49c&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:22:13,935 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:22:12 GMT Server: Apache x-openstack-request-id: req-76e98989-c5cd-4451-906c-44b583fbe463 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=b85998c3-ba1c-45c7-8339-963b8f4ff49c&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-19 11:22:13,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:13 GMT Server: Apache x-openstack-request-id: req-028127db-677a-4bbc-9d9a-105a19b8ea26 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-19T11:22:12Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/ellis/events/0627d36b-316b-4935-9553-b830bcca5548", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "22be5de3-bf60-401d-bdf9-5f6513900004", "id": "0627d36b-316b-4935-9553-b830bcca5548"}, {"resource_name": "dns", "event_time": "2018-08-19T11:22:12Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dns/events/fd864596-b2e1-40a1-b269-afd5b4696e40", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "8b41f77f-401c-45e9-b209-45b0d8d2eb03", "id": "fd864596-b2e1-40a1-b269-afd5b4696e40"}]} 2018-08-19 11:22:13,981 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=b85998c3-ba1c-45c7-8339-963b8f4ff49c&sort_dir=asc&marker=b85998c3-ba1c-45c7-8339-963b8f4ff49c&sort_dir=asc used request id req-028127db-677a-4bbc-9d9a-105a19b8ea26 2018-08-19 11:22:13,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.17719888687s 2018-08-19 11:22:13,982 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=b85998c3-ba1c-45c7-8339-963b8f4ff49c&sort_dir=asc&marker=b85998c3-ba1c-45c7-8339-963b8f4ff49c&sort_dir=asc used request id req-028127db-677a-4bbc-9d9a-105a19b8ea26 2018-08-19 11:22:18,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:22:18,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=fd864596-b2e1-40a1-b269-afd5b4696e40&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:22:19,019 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:22:18 GMT Server: Apache x-openstack-request-id: req-ef1b720c-560f-4e2b-9e53-7f87f3e7ca98 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=fd864596-b2e1-40a1-b269-afd5b4696e40&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-19 11:22:19,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:19 GMT Server: Apache x-openstack-request-id: req-67c1d993-76fe-46d5-ad7f-0016b0fb3935 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:22:19,071 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=fd864596-b2e1-40a1-b269-afd5b4696e40&sort_dir=asc&marker=fd864596-b2e1-40a1-b269-afd5b4696e40&sort_dir=asc used request id req-67c1d993-76fe-46d5-ad7f-0016b0fb3935 2018-08-19 11:22:19,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0831270217896s 2018-08-19 11:22:19,072 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=fd864596-b2e1-40a1-b269-afd5b4696e40&sort_dir=asc&marker=fd864596-b2e1-40a1-b269-afd5b4696e40&sort_dir=asc used request id req-67c1d993-76fe-46d5-ad7f-0016b0fb3935 2018-08-19 11:22:24,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:22:24,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=fd864596-b2e1-40a1-b269-afd5b4696e40&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:22:24,111 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:22:24 GMT Server: Apache x-openstack-request-id: req-f4715d19-35a2-48b8-987d-bc51a037bb83 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=fd864596-b2e1-40a1-b269-afd5b4696e40&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-19 11:22:24,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:24 GMT Server: Apache x-openstack-request-id: req-70d43a26-14c4-4957-b968-9aee00b6508f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-19T11:22:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dns/events/b4769ed4-ac20-4857-8752-103b4c9fbeda", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "8b41f77f-401c-45e9-b209-45b0d8d2eb03", "id": "b4769ed4-ac20-4857-8752-103b4c9fbeda"}, {"resource_name": "sig_network", "event_time": "2018-08-19T11:22:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sig_network/events/09adb41b-287f-4004-bc6f-b11f51346ee3", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "faefaf86-9433-4a3b-9011-9a2c1e2f0428", "id": "09adb41b-287f-4004-bc6f-b11f51346ee3"}, {"resource_name": "mgmt_network", "event_time": "2018-08-19T11:22:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/mgmt_network/events/e3c427a4-2c40-48bf-a202-4feea5f3cb44", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "2d7b0d8d-7cda-4976-8482-13eec3b2f5e1", "id": "e3c427a4-2c40-48bf-a202-4feea5f3cb44"}, {"resource_name": "security_groups", "event_time": "2018-08-19T11:22:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/security_groups/events/30e0e576-d2bc-4298-af36-5428a027af4a", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "12a48349-5040-4575-9f55-e91c71eed811", "id": "30e0e576-d2bc-4298-af36-5428a027af4a"}]} 2018-08-19 11:22:24,155 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=fd864596-b2e1-40a1-b269-afd5b4696e40&sort_dir=asc&marker=fd864596-b2e1-40a1-b269-afd5b4696e40&sort_dir=asc used request id req-70d43a26-14c4-4957-b968-9aee00b6508f 2018-08-19 11:22:24,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0774538516998s 2018-08-19 11:22:24,155 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=fd864596-b2e1-40a1-b269-afd5b4696e40&sort_dir=asc&marker=fd864596-b2e1-40a1-b269-afd5b4696e40&sort_dir=asc used request id req-70d43a26-14c4-4957-b968-9aee00b6508f 2018-08-19 11:22:29,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:22:29,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=30e0e576-d2bc-4298-af36-5428a027af4a&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:22:29,194 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:22:29 GMT Server: Apache x-openstack-request-id: req-13960709-75ca-4bb4-9d01-f1baa39c74f2 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=30e0e576-d2bc-4298-af36-5428a027af4a&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-19 11:22:29,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:29 GMT Server: Apache x-openstack-request-id: req-8d407177-d02e-46e9-bd86-6d4997d00f3c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:22:29,239 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=30e0e576-d2bc-4298-af36-5428a027af4a&sort_dir=asc&marker=30e0e576-d2bc-4298-af36-5428a027af4a&sort_dir=asc used request id req-8d407177-d02e-46e9-bd86-6d4997d00f3c 2018-08-19 11:22:29,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0772030353546s 2018-08-19 11:22:29,240 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=30e0e576-d2bc-4298-af36-5428a027af4a&sort_dir=asc&marker=30e0e576-d2bc-4298-af36-5428a027af4a&sort_dir=asc used request id req-8d407177-d02e-46e9-bd86-6d4997d00f3c 2018-08-19 11:22:34,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:22:34,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=30e0e576-d2bc-4298-af36-5428a027af4a&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:22:34,276 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:22:34 GMT Server: Apache x-openstack-request-id: req-c6fb77a2-dbc0-48aa-a6d5-da5f511e38a8 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=30e0e576-d2bc-4298-af36-5428a027af4a&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-19 11:22:34,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:34 GMT Server: Apache x-openstack-request-id: req-8522e371-d80d-48b8-8d5c-61c4a8825366 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:22:34,319 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=30e0e576-d2bc-4298-af36-5428a027af4a&sort_dir=asc&marker=30e0e576-d2bc-4298-af36-5428a027af4a&sort_dir=asc used request id req-8522e371-d80d-48b8-8d5c-61c4a8825366 2018-08-19 11:22:34,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736398696899s 2018-08-19 11:22:34,319 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=30e0e576-d2bc-4298-af36-5428a027af4a&sort_dir=asc&marker=30e0e576-d2bc-4298-af36-5428a027af4a&sort_dir=asc used request id req-8522e371-d80d-48b8-8d5c-61c4a8825366 2018-08-19 11:22:34,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:22:34,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344?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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:22:34,350 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:22:34 GMT Server: Apache x-openstack-request-id: req-11a8cb80-b2c0-4871-9b50-5df3d0763181 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:22:34,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:34 GMT Server: Apache x-openstack-request-id: req-6c84c58d-6783-4606-a450-caa694c52973 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 443 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "No description", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-19T11:21:34Z", "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack DELETE started", "template_description": "No description"}} 2018-08-19 11:22:34,376 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6c84c58d-6783-4606-a450-caa694c52973 2018-08-19 11:22:34,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0567030906677s 2018-08-19 11:22:34,377 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-6c84c58d-6783-4606-a450-caa694c52973 2018-08-19 11:22:39,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:22:39,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=30e0e576-d2bc-4298-af36-5428a027af4a&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:22:39,417 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:22:39 GMT Server: Apache x-openstack-request-id: req-87c09415-dea0-413d-92a2-294e5f7f33a1 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=30e0e576-d2bc-4298-af36-5428a027af4a&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-19 11:22:39,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:39 GMT Server: Apache x-openstack-request-id: req-663a2ee2-bd00-4514-89ca-a6454ee447ba Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 441 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-19T11:22:37Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/mgmt_network/events/e04f8001-3d23-4ddd-964d-a04733d65c23", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "2d7b0d8d-7cda-4976-8482-13eec3b2f5e1", "id": "e04f8001-3d23-4ddd-964d-a04733d65c23"}, {"resource_name": "sig_network", "event_time": "2018-08-19T11:22:37Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sig_network/events/4f25acf4-648d-4135-9456-44861c66038c", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "faefaf86-9433-4a3b-9011-9a2c1e2f0428", "id": "4f25acf4-648d-4135-9456-44861c66038c"}]} 2018-08-19 11:22:39,462 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=30e0e576-d2bc-4298-af36-5428a027af4a&sort_dir=asc&marker=30e0e576-d2bc-4298-af36-5428a027af4a&sort_dir=asc used request id req-663a2ee2-bd00-4514-89ca-a6454ee447ba 2018-08-19 11:22:39,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0788660049438s 2018-08-19 11:22:39,463 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=30e0e576-d2bc-4298-af36-5428a027af4a&sort_dir=asc&marker=30e0e576-d2bc-4298-af36-5428a027af4a&sort_dir=asc used request id req-663a2ee2-bd00-4514-89ca-a6454ee447ba 2018-08-19 11:22:44,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:22:44,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=4f25acf4-648d-4135-9456-44861c66038c&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:22:44,499 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:22:44 GMT Server: Apache x-openstack-request-id: req-bfdfe4d8-f3fd-48d4-8c2a-746e057566c5 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=4f25acf4-648d-4135-9456-44861c66038c&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-19 11:22:44,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:44 GMT Server: Apache x-openstack-request-id: req-4a746f7e-7575-4250-9a6a-bbc6e6020e3e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-19T11:22:42Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/security_groups/events/427d4e28-4dac-4989-a1b6-a7c54c091e9d", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "12a48349-5040-4575-9f55-e91c71eed811", "id": "427d4e28-4dac-4989-a1b6-a7c54c091e9d"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-19T11:22:43Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/clearwater-opnfv/events/59bd5e86-4670-4b23-aa08-0d0c15a50831", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE completed successfully", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "id": "59bd5e86-4670-4b23-aa08-0d0c15a50831"}]} 2018-08-19 11:22:44,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=4f25acf4-648d-4135-9456-44861c66038c&sort_dir=asc&marker=4f25acf4-648d-4135-9456-44861c66038c&sort_dir=asc used request id req-4a746f7e-7575-4250-9a6a-bbc6e6020e3e 2018-08-19 11:22:44,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725791454315s 2018-08-19 11:22:44,542 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=4f25acf4-648d-4135-9456-44861c66038c&sort_dir=asc&marker=4f25acf4-648d-4135-9456-44861c66038c&sort_dir=asc used request id req-4a746f7e-7575-4250-9a6a-bbc6e6020e3e 2018-08-19 11:22:49,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:22:49,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=59bd5e86-4670-4b23-aa08-0d0c15a50831&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:22:49,579 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:22:49 GMT Server: Apache x-openstack-request-id: req-4bea9259-4897-4e9a-897f-a365f21b1f24 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=59bd5e86-4670-4b23-aa08-0d0c15a50831&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-19 11:22:49,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:49 GMT Server: Apache x-openstack-request-id: req-1d74bc92-58f5-4d02-ac99-90e94109aa11 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:22:49,622 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=59bd5e86-4670-4b23-aa08-0d0c15a50831&sort_dir=asc&marker=59bd5e86-4670-4b23-aa08-0d0c15a50831&sort_dir=asc used request id req-1d74bc92-58f5-4d02-ac99-90e94109aa11 2018-08-19 11:22:49,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073723077774s 2018-08-19 11:22:49,623 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=59bd5e86-4670-4b23-aa08-0d0c15a50831&sort_dir=asc&marker=59bd5e86-4670-4b23-aa08-0d0c15a50831&sort_dir=asc used request id req-1d74bc92-58f5-4d02-ac99-90e94109aa11 2018-08-19 11:22:54,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-19 11:22:54,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=59bd5e86-4670-4b23-aa08-0d0c15a50831&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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:22:54,660 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:22:54 GMT Server: Apache x-openstack-request-id: req-d376a243-7ae4-44d4-8cd3-41bd74ec00e3 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=59bd5e86-4670-4b23-aa08-0d0c15a50831&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-19 11:22:54,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:54 GMT Server: Apache x-openstack-request-id: req-5c0bdc3d-8fde-425d-9f5f-3fae7403fd02 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-19 11:22:54,702 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=59bd5e86-4670-4b23-aa08-0d0c15a50831&sort_dir=asc&marker=59bd5e86-4670-4b23-aa08-0d0c15a50831&sort_dir=asc used request id req-5c0bdc3d-8fde-425d-9f5f-3fae7403fd02 2018-08-19 11:22:54,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730700492859s 2018-08-19 11:22:54,702 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344/events?marker=59bd5e86-4670-4b23-aa08-0d0c15a50831&sort_dir=asc&marker=59bd5e86-4670-4b23-aa08-0d0c15a50831&sort_dir=asc used request id req-5c0bdc3d-8fde-425d-9f5f-3fae7403fd02 2018-08-19 11:22:54,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-19 11:22:54,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/250e76cc-9456-4ec5-a22c-efc07bfd9344?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}c021a8d2e4e243371df0d44f61017fbf7879a0cc" 2018-08-19 11:22:54,735 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 19 Aug 2018 11:22:54 GMT Server: Apache x-openstack-request-id: req-bf46a83e-d98b-4bb1-8265-efd0fc947dd0 Location: http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?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-19 11:22:54,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:54 GMT Server: Apache x-openstack-request-id: req-b2038cff-74b7-4713-b581-c5e199b71cb9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "No description", "parameters": {"OS::project_id": "b513719f34a64a3da8b6f39c2da45101", "OS::stack_id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": "2018-08-19T11:22:44Z", "stack_name": "clearwater-opnfv", "stack_user_project_id": "d2587f3995ee4d55a2ed1a4b8b737b2b", "tags": null, "creation_time": "2018-08-19T10:21:22Z", "links": [{"href": "http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-19T11:21:34Z", "id": "250e76cc-9456-4ec5-a22c-efc07bfd9344", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "No description"}} 2018-08-19 11:22:54,761 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b2038cff-74b7-4713-b581-c5e199b71cb9 2018-08-19 11:22:54,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0585029125214s 2018-08-19 11:22:54,761 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/b513719f34a64a3da8b6f39c2da45101/stacks/clearwater-opnfv/250e76cc-9456-4ec5-a22c-efc07bfd9344?resolve_outputs=False used request id req-b2038cff-74b7-4713-b581-c5e199b71cb9 2018-08-19 11:22:54,762 - 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-19 11:22:54,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 11:22:54,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 11:22:55,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T12:22:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["oV2D6T3qTf-OYUpgHDFddQ"], "issued_at": "2018-08-19T11:22:55.000000Z"}} 2018-08-19 11:22:55,187 - 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}a920790ec941d3b1e9ef0d6b0de87baa15d92348" 2018-08-19 11:22:55,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec48cc0e-68b0-4864-b404-50105f37ac2a Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_ims-user_a7f94325-f74d-468c-8e0d-8bf188814358", "links": {"self": "http://172.30.9.27:5000/v3/users/5731a29aa06446a9832ea2fd21a2d2f4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5731a29aa06446a9832ea2fd21a2d2f4", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 11:22:55,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ec48cc0e-68b0-4864-b404-50105f37ac2a 2018-08-19 11:22:55,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.673681974411s 2018-08-19 11:22:55,437 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ec48cc0e-68b0-4864-b404-50105f37ac2a 2018-08-19 11:22:55,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 11:22:55,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/5731a29aa06446a9832ea2fd21a2d2f4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a920790ec941d3b1e9ef0d6b0de87baa15d92348" 2018-08-19 11:22:55,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbc8a96b-3243-405b-b209-bd7ca31b8740 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_a7f94325-f74d-468c-8e0d-8bf188814358", "links": {"self": "http://172.30.9.27:5000/v3/users/5731a29aa06446a9832ea2fd21a2d2f4"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "5731a29aa06446a9832ea2fd21a2d2f4", "description": null}} 2018-08-19 11:22:55,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/5731a29aa06446a9832ea2fd21a2d2f4 used request id req-fbc8a96b-3243-405b-b209-bd7ca31b8740 2018-08-19 11:22:55,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20573091507s 2018-08-19 11:22:55,649 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/5731a29aa06446a9832ea2fd21a2d2f4 used request id req-fbc8a96b-3243-405b-b209-bd7ca31b8740 2018-08-19 11:22:55,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 11:22:55,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/5731a29aa06446a9832ea2fd21a2d2f4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a920790ec941d3b1e9ef0d6b0de87baa15d92348" 2018-08-19 11:22:56,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 11:22:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe894db7-3395-4609-b383-49b53d64aa11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 11:22:56,001 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/5731a29aa06446a9832ea2fd21a2d2f4 used request id req-fe894db7-3395-4609-b383-49b53d64aa11 2018-08-19 11:22:56,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.352066993713s 2018-08-19 11:22:56,002 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/5731a29aa06446a9832ea2fd21a2d2f4 used request id req-fe894db7-3395-4609-b383-49b53d64aa11 2018-08-19 11:22:56,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 11:22:56,012 - 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}a920790ec941d3b1e9ef0d6b0de87baa15d92348" 2018-08-19 11:22:56,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8ac821a-de3a-4b98-a725-6a4fa04175e5 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/b513719f34a64a3da8b6f39c2da45101"}, "tags": [], "enabled": true, "id": "b513719f34a64a3da8b6f39c2da45101", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_a7f94325-f74d-468c-8e0d-8bf188814358"}]} 2018-08-19 11:22:56,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-a8ac821a-de3a-4b98-a725-6a4fa04175e5 2018-08-19 11:22:56,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.218835830688s 2018-08-19 11:22:56,227 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-a8ac821a-de3a-4b98-a725-6a4fa04175e5 2018-08-19 11:22:56,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 11:22:56,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/b513719f34a64a3da8b6f39c2da45101 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a920790ec941d3b1e9ef0d6b0de87baa15d92348" 2018-08-19 11:22:56,409 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 11:22:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0921948e-ea04-4921-8c42-cb64d93f38ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 11:22:56,409 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/b513719f34a64a3da8b6f39c2da45101 used request id req-0921948e-ea04-4921-8c42-cb64d93f38ae 2018-08-19 11:22:56,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.177643060684s 2018-08-19 11:22:56,410 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/b513719f34a64a3da8b6f39c2da45101 used request id req-0921948e-ea04-4921-8c42-cb64d93f38ae 2018-08-19 11:22:56,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 11:22:56,417 - 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}a920790ec941d3b1e9ef0d6b0de87baa15d92348" 2018-08-19 11:22:56,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9b95786-e9c1-4f2a-a719-21a58911ada6 Content-Encoding: gzip Content-Length: 415 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}, {"domain_id": null, "id": "f9b445568dd74e6e94912a4131f3ac9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/f9b445568dd74e6e94912a4131f3ac9c"}, "name": "heat_stack_owner"}]} 2018-08-19 11:22:56,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b9b95786-e9c1-4f2a-a719-21a58911ada6 2018-08-19 11:22:56,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195475101471s 2018-08-19 11:22:56,609 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b9b95786-e9c1-4f2a-a719-21a58911ada6 2018-08-19 11:22:56,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-19 11:22:56,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/f9b445568dd74e6e94912a4131f3ac9c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a920790ec941d3b1e9ef0d6b0de87baa15d92348" 2018-08-19 11:22:56,834 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 11:22:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f4bc9a6-28c2-452b-a473-69c0d4d5e014 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 11:22:56,834 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/f9b445568dd74e6e94912a4131f3ac9c used request id req-7f4bc9a6-28c2-452b-a473-69c0d4d5e014 2018-08-19 11:22:56,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.218624830246s 2018-08-19 11:22:56,834 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/f9b445568dd74e6e94912a4131f3ac9c used request id req-7f4bc9a6-28c2-452b-a473-69c0d4d5e014 2018-08-19 11:22:56,835 - xtesting.ci.run_tests - ERROR - The test case 'heat_ims' failed. 2018-08-19 11:22:56,860 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-08-19 11:22:56,906 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-19 11:22:56,948 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-19 11:22:57,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 11:22:57,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 11:22:57,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 11:22:57,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 11:22:57,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 11:22:57,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 11:22:57,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 11:22:57,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 11:22:57,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 11:22:57,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 11:22:57,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 11:22:57,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 11:22:57,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 11:22:57,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 11:22:57,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 11:22:57,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 11:22:57,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 11:22:57,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 11:22:57,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 11:22:57,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 11:22:57,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 11:22:57,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 11:22:57,042 - 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-19 11:22:57,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9b623b0-80db-44be-8469-e86df7ff7352 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 11:22:57,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e9b623b0-80db-44be-8469-e86df7ff7352 2018-08-19 11:22:57,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 11:22:57,449 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T12:22:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["fx77IgI6RoKeoYt7EU5wVQ"], "issued_at": "2018-08-19T11:22:57.000000Z"}} 2018-08-19 11:22:57,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 11:22:57,452 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:22:57,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-e86b3434-215d-4919-a4a3-697ea41d5bdc Date: Sun, 19 Aug 2018 11:22:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 11:22:57,825 - 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-e86b3434-215d-4919-a4a3-697ea41d5bdc 2018-08-19 11:22:57,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.372987985611s 2018-08-19 11:22:57,825 - 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-e86b3434-215d-4919-a4a3-697ea41d5bdc 2018-08-19 11:22:57,831 - 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-19 11:22:57,836 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 11:22:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80688f0a-16ea-48ba-8110-ab4636cdc249 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-19 11:22:57,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-80688f0a-16ea-48ba-8110-ab4636cdc249 2018-08-19 11:22:57,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 11:22:57,841 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:22:58,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5b30657-ed57-488c-b976-2172732f7d74 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 11:22:58,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-e5b30657-ed57-488c-b976-2172732f7d74 2018-08-19 11:22:58,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.232383966446s 2018-08-19 11:22:58,070 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-e5b30657-ed57-488c-b976-2172732f7d74 2018-08-19 11:22:58,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 11:22:58,080 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}}' 2018-08-19 11:22:58,356 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 11:22:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d5a3146-cfcf-426c-8a9e-0e7237ed8527 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/24cc5c1b800646649d57abf7008f409a"}, "tags": [], "enabled": true, "id": "24cc5c1b800646649d57abf7008f409a", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}} 2018-08-19 11:22:58,356 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-2d5a3146-cfcf-426c-8a9e-0e7237ed8527 2018-08-19 11:22:58,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.279128074646s 2018-08-19 11:22:58,356 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-2d5a3146-cfcf-426c-8a9e-0e7237ed8527 2018-08-19 11:22:58,357 - 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'24cc5c1b800646649d57abf7008f409a', '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_e1f4998e-aa34-46c8-9ad0-92becce5e9a7'}) 2018-08-19 11:22:58,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 11:22:58,366 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "5a3752ba-a2d2-46de-ae19-82d9cc265867", "email": null, "name": "vyos_vrouter-user_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}}' 2018-08-19 11:22:58,840 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 11:22:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1438b45-5261-47d6-adab-8381b3da33fa Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "links": {"self": "http://172.30.9.27:5000/v3/users/1f0f194617bc454480cdc9e3eec81d86"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1f0f194617bc454480cdc9e3eec81d86", "domain_id": "default", "password_expires_at": null}} 2018-08-19 11:22:58,840 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-a1438b45-5261-47d6-adab-8381b3da33fa 2018-08-19 11:22:58,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.477024078369s 2018-08-19 11:22:58,841 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-a1438b45-5261-47d6-adab-8381b3da33fa 2018-08-19 11:22:58,841 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1f0f194617bc454480cdc9e3eec81d86', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_e1f4998e-aa34-46c8-9ad0-92becce5e9a7'}) 2018-08-19 11:22:58,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 11:22:58,848 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:22:59,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-754f55fd-34e8-4f90-a971-ec11fc1b32ff 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 11:22:59,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-754f55fd-34e8-4f90-a971-ec11fc1b32ff 2018-08-19 11:22:59,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.219448804855s 2018-08-19 11:22:59,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-754f55fd-34e8-4f90-a971-ec11fc1b32ff 2018-08-19 11:22:59,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 11:22:59,073 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:22:59,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-264271fe-3321-4686-bb66-312b4f6b967e 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 11:22:59,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-264271fe-3321-4686-bb66-312b4f6b967e 2018-08-19 11:22:59,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201552867889s 2018-08-19 11:22:59,271 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-264271fe-3321-4686-bb66-312b4f6b967e 2018-08-19 11:22:59,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 11:22:59,280 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:22:59,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0c34091-337e-4a7e-8110-2c631b4d12e1 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 11:22:59,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a0c34091-337e-4a7e-8110-2c631b4d12e1 2018-08-19 11:22:59,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189550876617s 2018-08-19 11:22:59,467 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a0c34091-337e-4a7e-8110-2c631b4d12e1 2018-08-19 11:22:59,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 11:22:59,475 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:22:59,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f819f4b5-f998-4234-93b2-87385de9dcdc 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-19 11:22:59,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f819f4b5-f998-4234-93b2-87385de9dcdc 2018-08-19 11:22:59,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.287448883057s 2018-08-19 11:22:59,760 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f819f4b5-f998-4234-93b2-87385de9dcdc 2018-08-19 11:22:59,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 11:22:59,766 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:22:59,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:22:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41ced041-516a-4061-9705-69983dc4aff3 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "links": {"self": "http://172.30.9.27:5000/v3/users/1f0f194617bc454480cdc9e3eec81d86"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1f0f194617bc454480cdc9e3eec81d86", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 11:22:59,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-41ced041-516a-4061-9705-69983dc4aff3 2018-08-19 11:22:59,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219346046448s 2018-08-19 11:22:59,981 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-41ced041-516a-4061-9705-69983dc4aff3 2018-08-19 11:22:59,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 11:22:59,996 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:23:00,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c919f407-0964-42a6-a29e-b7f9b56ba693 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "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/24cc5c1b800646649d57abf7008f409a"}, "tags": [], "enabled": true, "id": "24cc5c1b800646649d57abf7008f409a", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}]} 2018-08-19 11:23:00,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-c919f407-0964-42a6-a29e-b7f9b56ba693 2018-08-19 11:23:00,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.207510948181s 2018-08-19 11:23:00,201 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-c919f407-0964-42a6-a29e-b7f9b56ba693 2018-08-19 11:23:00,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 11:23:00,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=1f0f194617bc454480cdc9e3eec81d86&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=24cc5c1b800646649d57abf7008f409a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:23:00,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:23:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-774bf544-d83f-410d-a14c-4f1402af248f 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=1f0f194617bc454480cdc9e3eec81d86&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=24cc5c1b800646649d57abf7008f409a", "previous": null, "next": null}} 2018-08-19 11:23:00,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=1f0f194617bc454480cdc9e3eec81d86&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=24cc5c1b800646649d57abf7008f409a used request id req-774bf544-d83f-410d-a14c-4f1402af248f 2018-08-19 11:23:00,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.190636873245s 2018-08-19 11:23:00,400 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=1f0f194617bc454480cdc9e3eec81d86&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=24cc5c1b800646649d57abf7008f409a used request id req-774bf544-d83f-410d-a14c-4f1402af248f 2018-08-19 11:23:00,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 11:23:00,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/24cc5c1b800646649d57abf7008f409a/users/1f0f194617bc454480cdc9e3eec81d86/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:23:00,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 11:23:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65be40e3-99b0-4aad-8009-35052983513f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 11:23:00,703 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/24cc5c1b800646649d57abf7008f409a/users/1f0f194617bc454480cdc9e3eec81d86/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-65be40e3-99b0-4aad-8009-35052983513f 2018-08-19 11:23:00,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.299439907074s 2018-08-19 11:23:00,704 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/24cc5c1b800646649d57abf7008f409a/users/1f0f194617bc454480cdc9e3eec81d86/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-65be40e3-99b0-4aad-8009-35052983513f 2018-08-19 11:23:00,704 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', 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'24cc5c1b800646649d57abf7008f409a', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '5a3752ba-a2d2-46de-ae19-82d9cc265867', 'username': u'vyos_vrouter-user_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', '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-19 11:23:00,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 11:23:00,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 11:23:00,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 11:23:00,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 11:23:00,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 11:23:00,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 11:23:00,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 11:23:00,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 11:23:00,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 11:23:00,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 11:23:00,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 11:23:00,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 11:23:00,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 11:23:00,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 11:23:00,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 11:23:00,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 11:23:00,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 11:23:00,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 11:23:00,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 11:23:00,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 11:23:00,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 11:23:00,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 11:23:00,711 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', 'password': '5a3752ba-a2d2-46de-ae19-82d9cc265867', 'project_name': 'vyos_vrouter-project_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '24cc5c1b800646649d57abf7008f409a', 'project_domain_name': 'Default'} 2018-08-19 11:23:00,748 - 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-19 11:23:00,749 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-08-19 11:23:00,799 - 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-19 11:23:00,808 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-19 11:23:00,809 - 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-19 11:23:01,559 - 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-19 11:23:01,628 - 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-19 11:23:01,629 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-08-19 11:23:01,630 - 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-19 11:23:01,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:23:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f887876d-025f-496a-8b46-c3d84934641a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 11:23:01,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f887876d-025f-496a-8b46-c3d84934641a 2018-08-19 11:23:01,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 11:23:02,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T12:23:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "24cc5c1b800646649d57abf7008f409a", "name": "vyos_vrouter-project_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/24cc5c1b800646649d57abf7008f409a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/24cc5c1b800646649d57abf7008f409a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/24cc5c1b800646649d57abf7008f409a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/24cc5c1b800646649d57abf7008f409a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/24cc5c1b800646649d57abf7008f409a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/24cc5c1b800646649d57abf7008f409a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/24cc5c1b800646649d57abf7008f409a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/24cc5c1b800646649d57abf7008f409a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/24cc5c1b800646649d57abf7008f409a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/24cc5c1b800646649d57abf7008f409a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/24cc5c1b800646649d57abf7008f409a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/24cc5c1b800646649d57abf7008f409a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_24cc5c1b800646649d57abf7008f409a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_24cc5c1b800646649d57abf7008f409a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "id": "1f0f194617bc454480cdc9e3eec81d86"}, "audit_ids": ["GSXDkEY6QReVnKin5KKffw"], "issued_at": "2018-08-19T11:23:01.000000Z"}} 2018-08-19 11:23:02,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 11:23:02,038 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"network": {"name": "vyos_vrouter-net_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "admin_state_up": true}}' 2018-08-19 11:23:02,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-96ef83a8-c635-491c-b01e-21ef8d15494f Date: Sun, 19 Aug 2018 11:23:02 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"24cc5c1b800646649d57abf7008f409a","created_at":"2018-08-19T11:23:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-19T11:23:02Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"24cc5c1b800646649d57abf7008f409a","id":"142811aa-fcf8-452b-b683-4505e00f3720","name":"vyos_vrouter-net_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}} 2018-08-19 11:23:02,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-96ef83a8-c635-491c-b01e-21ef8d15494f 2018-08-19 11:23:02,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.651200056076s 2018-08-19 11:23:02,689 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-96ef83a8-c635-491c-b01e-21ef8d15494f 2018-08-19 11:23:02,689 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T11:23:02Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'142811aa-fcf8-452b-b683-4505e00f3720', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', u'admin_state_up': True, u'tenant_id': u'24cc5c1b800646649d57abf7008f409a', u'created_at': u'2018-08-19T11:23:02Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'24cc5c1b800646649d57abf7008f409a'}) 2018-08-19 11:23:02,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 11:23:02,690 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:23:02,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-f8b8d11f-fd62-4a7c-9131-2875146d0604 Date: Sun, 19 Aug 2018 11:23:02 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-19T11:23:02Z","tenant_id":"24cc5c1b800646649d57abf7008f409a","created_at":"2018-08-19T11:23:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"24cc5c1b800646649d57abf7008f409a","id":"142811aa-fcf8-452b-b683-4505e00f3720","name":"vyos_vrouter-net_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 11:23:02,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f8b8d11f-fd62-4a7c-9131-2875146d0604 2018-08-19 11:23:02,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.272510051727s 2018-08-19 11:23:02,963 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-f8b8d11f-fd62-4a7c-9131-2875146d0604 2018-08-19 11:23:02,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 11:23:02,965 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"subnet": {"name": "vyos_vrouter-subnet_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "enable_dhcp": true, "network_id": "142811aa-fcf8-452b-b683-4505e00f3720", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-19 11:23:03,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-48c6459f-b718-49d7-a169-54d0a400e995 Date: Sun, 19 Aug 2018 11:23:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"142811aa-fcf8-452b-b683-4505e00f3720","tenant_id":"24cc5c1b800646649d57abf7008f409a","created_at":"2018-08-19T11:23:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T11:23:03Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"24cc5c1b800646649d57abf7008f409a","id":"2504d4be-0189-440c-95c6-054ee248ef67","subnetpool_id":null,"name":"vyos_vrouter-subnet_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}} 2018-08-19 11:23:03,959 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-48c6459f-b718-49d7-a169-54d0a400e995 2018-08-19 11:23:03,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.994120121002s 2018-08-19 11:23:03,959 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-48c6459f-b718-49d7-a169-54d0a400e995 2018-08-19 11:23:03,959 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T11:23:03Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'2504d4be-0189-440c-95c6-054ee248ef67', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', u'enable_dhcp': True, u'network_id': u'142811aa-fcf8-452b-b683-4505e00f3720', u'tenant_id': u'24cc5c1b800646649d57abf7008f409a', u'created_at': u'2018-08-19T11:23:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'24cc5c1b800646649d57abf7008f409a'}) 2018-08-19 11:23:03,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 11:23:03,961 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "vyos_vrouter-router_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "admin_state_up": true}}' 2018-08-19 11:23:05,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-3771d680-ede8-4d3a-a9d3-5b7f4fe52a9f Date: Sun, 19 Aug 2018 11:23:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:23:04Z", "admin_state_up": true, "updated_at": "2018-08-19T11:23:05Z", "revision_number": 2, "routes": [], "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "d37301ee-3ee7-4f9e-93c7-296ca9bcb91a", "name": "vyos_vrouter-router_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}} 2018-08-19 11:23:05,810 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3771d680-ede8-4d3a-a9d3-5b7f4fe52a9f 2018-08-19 11:23:05,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.85043811798s 2018-08-19 11:23:05,811 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-3771d680-ede8-4d3a-a9d3-5b7f4fe52a9f 2018-08-19 11:23:05,811 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'24cc5c1b800646649d57abf7008f409a', u'created_at': u'2018-08-19T11:23:04Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T11:23:05Z', u'revision_number': 2, u'routes': [], u'project_id': u'24cc5c1b800646649d57abf7008f409a', u'id': u'd37301ee-3ee7-4f9e-93c7-296ca9bcb91a', u'name': u'vyos_vrouter-router_e1f4998e-aa34-46c8-9ad0-92becce5e9a7'}) 2018-08-19 11:23:05,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 11:23:05,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/d37301ee-3ee7-4f9e-93c7-296ca9bcb91a/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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"subnet_id": "2504d4be-0189-440c-95c6-054ee248ef67"}' 2018-08-19 11:23:08,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c54a4970-e20a-4f31-abbd-35c462804bc3 Date: Sun, 19 Aug 2018 11:23:08 GMT RESP BODY: {"network_id": "142811aa-fcf8-452b-b683-4505e00f3720", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "subnet_id": "2504d4be-0189-440c-95c6-054ee248ef67", "subnet_ids": ["2504d4be-0189-440c-95c6-054ee248ef67"], "port_id": "44c364f8-3be6-4180-9e65-4b74fe753ead", "id": "d37301ee-3ee7-4f9e-93c7-296ca9bcb91a"} 2018-08-19 11:23:08,221 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d37301ee-3ee7-4f9e-93c7-296ca9bcb91a/add_router_interface.json used request id req-c54a4970-e20a-4f31-abbd-35c462804bc3 2018-08-19 11:23:08,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.40933203697s 2018-08-19 11:23:08,222 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d37301ee-3ee7-4f9e-93c7-296ca9bcb91a/add_router_interface.json used request id req-c54a4970-e20a-4f31-abbd-35c462804bc3 returning object d37301ee-3ee7-4f9e-93c7-296ca9bcb91a 2018-08-19 11:23:08,222 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-19 11:23:30,988 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-19 11:23:30,990 - 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-19 11:23:30,996 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 11:23: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-19 11:23:31,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:23:31,005 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:23:31,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-757ed6ab-78c8-4837-83bb-839629453cb4 Date: Sun, 19 Aug 2018 11:23:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:23:31,734 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-757ed6ab-78c8-4837-83bb-839629453cb4 2018-08-19 11:23:31,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.732679843903s 2018-08-19 11:23:31,735 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-757ed6ab-78c8-4837-83bb-839629453cb4 2018-08-19 11:23:31,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 11:23:31,747 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}' 2018-08-19 11:23:32,498 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-065e9a64-e8db-419f-915c-44d670213606 Date: Sun, 19 Aug 2018 11:23:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:23:32Z", "file": "/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/file", "owner": "24cc5c1b800646649d57abf7008f409a", "id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "size": null, "self": "/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "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_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "checksum": null, "created_at": "2018-08-19T11:23:32Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 11:23:32,498 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-065e9a64-e8db-419f-915c-44d670213606 2018-08-19 11:23:32,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.755087852478s 2018-08-19 11:23:32,499 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-065e9a64-e8db-419f-915c-44d670213606 returning object e98e2185-3cd8-4311-8bfd-43159c66cf5b 2018-08-19 11:23:32,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 11:23:32,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/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}400754ef92a8505dbab93a214920a00c637b74f1" -d '' 2018-08-19 11:24:36,717 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a85203d4-c43d-43e4-aa15-9b9f2d0c3a23 Date: Sun, 19 Aug 2018 11:24: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-19 11:24:36,718 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/file used request id req-a85203d4-c43d-43e4-aa15-9b9f2d0c3a23 2018-08-19 11:24:36,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 64.21844697s 2018-08-19 11:24:36,718 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/file used request id req-a85203d4-c43d-43e4-aa15-9b9f2d0c3a23 2018-08-19 11:24:36,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:24:36,727 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:37,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-ab56fa67-0a16-41e3-a41f-c04d3ddfa914 Date: Sun, 19 Aug 2018 11:24:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:24:36Z", "file": "/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/file", "owner": "24cc5c1b800646649d57abf7008f409a", "id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "size": 4373348352, "self": "/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T11:23:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:24:37,495 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ab56fa67-0a16-41e3-a41f-c04d3ddfa914 2018-08-19 11:24:37,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.771017074585s 2018-08-19 11:24:37,495 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ab56fa67-0a16-41e3-a41f-c04d3ddfa914 2018-08-19 11:24:37,497 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/file', 'owner': u'24cc5c1b800646649d57abf7008f409a', 'id': u'e98e2185-3cd8-4311-8bfd-43159c66cf5b', 'size': 4373348352, u'self': u'/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'24cc5c1b800646649d57abf7008f409a', 'name': 'vyos_vrouter-project_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T11:24:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T11:24:36Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', '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/e98e2185-3cd8-4311-8bfd-43159c66cf5b', 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_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', 'created': u'2018-08-19T11:23:32Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-19T11:23:32Z', 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/e98e2185-3cd8-4311-8bfd-43159c66cf5b', 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_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-08-19 11:24:37,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 11:24:37,501 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-19 11:24:37,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:24:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cfc79919-352e-41ef-a1e2-6f4ecdaa03eb x-compute-request-id: req-cfc79919-352e-41ef-a1e2-6f4ecdaa03eb Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "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": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e"}} 2018-08-19 11:24:37,889 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-cfc79919-352e-41ef-a1e2-6f4ecdaa03eb 2018-08-19 11:24:37,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.390712022781s 2018-08-19 11:24:37,890 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-cfc79919-352e-41ef-a1e2-6f4ecdaa03eb 2018-08-19 11:24:37,890 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', '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'7dc2782794df470c83590a2cbd73fefb', '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'41b0bd2d-3797-46ea-b9d6-319b3bcc831e', 'swap': 0}) 2018-08-19 11:24:37,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 11:24:37,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e/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}a81e33be98603ce074d1c6a08da0c224457889ae" -d '{"extra_specs": {}}' 2018-08-19 11:24:37,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:24:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e83eb226-54f0-4e0e-b40e-c5e176a06b02 x-compute-request-id: req-e83eb226-54f0-4e0e-b40e-c5e176a06b02 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 11:24:37,914 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e/os-extra_specs used request id req-e83eb226-54f0-4e0e-b40e-c5e176a06b02 2018-08-19 11:24:37,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224092006683s 2018-08-19 11:24:37,914 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e/os-extra_specs used request id req-e83eb226-54f0-4e0e-b40e-c5e176a06b02 2018-08-19 11:24:37,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-19 11:24:37,917 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"keypair": {"name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}}' 2018-08-19 11:24:38,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:24:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d25ef310-ed27-465b-b8f3-0b353749900c x-compute-request-id: req-d25ef310-ed27-465b-b8f3-0b353749900c Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnicjPkx9vn1ABr3eRfdpjJxClUDQhV1Y+kevSMW7UV5qWlNFQrjj9GtAjiepkg2vY6fDAKRXRdjsQc9Unx+eN7i4livWiIgBIdPTFA+samnDWrkcKCciVPIRivfWxJi7+v/I2DWXOQYYjjy4cGDRar+xouiirnsxW9kDznX4NQ7QeugK04O/gYQTf7GfQJaiLW+dqUOLsjRpBIrFeigEzcVGCdJVQVWKKq3a9jQMPXuAePuVthz6YBDwa6HBIQ7/HhuAKDorjU+dVrrv5v7nK1b6T8BEu/ncO1NtG84E1G+SJ9gHiya7z/OScJiKpjlOA+8nn36XNZ9vpNyZy+oFf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAp4nIz5Mfb59QAa93kX3aYycQpVA0IVdWPpHr0jFu1FealpTR\nUK44/RrQI4nqZINr2OnwwCkV0XY7EHPVJ8fnje4uJYr1oiIASHT0xQPrGppw1q5H\nCgnIlTyEYr31sSYu/r/yNg1lzkGGI48uHBg0Wq/saLooq57MVvZA851+DUO0HroC\ntODv4GEE3+xn0CWoi1vnalDi7I0aQSKxXooBM3FRgnSVUFViiqt2vY0DD17gHj7l\nbYc+mAQ8GuhwSEO/x4bgCg6K41PnVa67+b+5ytW+k/ARLv53DtTbRvOBNRvkifYB\n4smu8/zknCYiqY5TgPvJ59+lzWfb6TcmcvqBXwIDAQABAoIBACUYhgUoD0rY3I8y\n+eeWFTflG3NvGcvUGb2K88s7tM2BhDIZS2tw2B96w2FLFUIiM0v5KJxzvGf/pL5U\n13qScbvkZAVeCltW6fchJl1FK9ZdIeT2+7XGSsp4dtuiMfeCe99eQtQjDUqpCXlw\nJ4aC+Xym/VKG/aBabeZHakRGt/VZj56e1YavY8Fj1EXT7+aECBnTfge62jM548PR\nOPaeHZgxD797f2GinYMQj1hUN84q9k8lDuO0gslglkGsEydmzl8Z3UX5+xNrkLzV\nZepv/zfgoQxphxgpeSlVoEsew+Lav/beJF4nCCVl72GCNsUFevuwogyRjdJCoX35\nnfJf52ECgYEA0HLQ1fC0TUi5GAOqtWbTSgLSaITWn5JHiutSUx3hESTLxjq3YMFh\nufwVEwwwuSkrwIBeKRfnq4qT32lPcFits/yMlJ6z5uCyI8MiLORdHX6AGjOq6nOu\n9kJ+7g65QDhtnTtpGIMwFxjpb4RF52l16OwZSoFBiRseLoM/M8ep0I8CgYEAzcHZ\nZoi0kzHsT43571aR2eemsgS0pBlLoPtvbi+ZUizojHPf37L1cAnQZ/JKPR6oU78O\nO7ZdJPg+md7y58afYfB64QZHnzRjWDKOxMC0xkCoistzk1cK0WOnLHPJAtd7DMu3\nkLffV/MaSeX5dEy9eQt6yUNyaBDAaTO9jhNsCjECgYEAn/TrgrDie0fqGZ5+uhN8\n4heGRQRi+jKzScxI8VVFZ/V3lddq7wmWp7Tkqyg4n24Tj/Yxy5D3i3CdBtz2Q70Z\nFrwfWNDsNqiIqt7L8+0N81smjHTHnIBHa9wdMSsFR13F59k2TcQl/CN2xseXKPyJ\nqcK7qavEkaTIpWK79k0qZ8sCgYBTnA0CjFSMZ8H2BeRlLFFyMZ7cQetBr4G69dEu\n/iqYaOVKhZ+YYDk6ANLuGleuhHG0LjPTceRhrHqLvjwIkP6dJsJYBFxARmKEKW84\nZnJPCWEznT7mxX0A3zTEbHxnKja3WWTLatxX+dJZ6xi1+KUZtd98P2sS/JOjbEH/\npMbHUQKBgCfBzkDjfmRbG9grNwsC2BFxtT3WBz1ouBTgnYAuwKG9GssYA2xRQ1pV\nT0a4HS3j6wMRYKnIjq5q8qn9VXJAngtF1mXdzD9K14BXuj9wEq6PsymUbenphPoO\nt1zJp21iFdI3wYsw/ZcDf1lFIxQHet8HX0Ouz0bRmZQ6PnsKKXby\n-----END RSA PRIVATE KEY-----\n", "user_id": "1f0f194617bc454480cdc9e3eec81d86", "name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "fingerprint": "4b:fd:ae:d6:a3:ed:0c:38:51:e2:d8:34:5a:48:c2:96"}} 2018-08-19 11:24:38,371 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d25ef310-ed27-465b-b8f3-0b353749900c 2018-08-19 11:24:38,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.456337213516s 2018-08-19 11:24:38,371 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-d25ef310-ed27-465b-b8f3-0b353749900c 2018-08-19 11:24:38,372 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnicjPkx9vn1ABr3eRfdpjJxClUDQhV1Y+kevSMW7UV5qWlNFQrjj9GtAjiepkg2vY6fDAKRXRdjsQc9Unx+eN7i4livWiIgBIdPTFA+samnDWrkcKCciVPIRivfWxJi7+v/I2DWXOQYYjjy4cGDRar+xouiirnsxW9kDznX4NQ7QeugK04O/gYQTf7GfQJaiLW+dqUOLsjRpBIrFeigEzcVGCdJVQVWKKq3a9jQMPXuAePuVthz6YBDwa6HBIQ7/HhuAKDorjU+dVrrv5v7nK1b6T8BEu/ncO1NtG84E1G+SJ9gHiya7z/OScJiKpjlOA+8nn36XNZ9vpNyZy+oFf Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAp4nIz5Mfb59QAa93kX3aYycQpVA0IVdWPpHr0jFu1FealpTR\nUK44/RrQI4nqZINr2OnwwCkV0XY7EHPVJ8fnje4uJYr1oiIASHT0xQPrGppw1q5H\nCgnIlTyEYr31sSYu/r/yNg1lzkGGI48uHBg0Wq/saLooq57MVvZA851+DUO0HroC\ntODv4GEE3+xn0CWoi1vnalDi7I0aQSKxXooBM3FRgnSVUFViiqt2vY0DD17gHj7l\nbYc+mAQ8GuhwSEO/x4bgCg6K41PnVa67+b+5ytW+k/ARLv53DtTbRvOBNRvkifYB\n4smu8/zknCYiqY5TgPvJ59+lzWfb6TcmcvqBXwIDAQABAoIBACUYhgUoD0rY3I8y\n+eeWFTflG3NvGcvUGb2K88s7tM2BhDIZS2tw2B96w2FLFUIiM0v5KJxzvGf/pL5U\n13qScbvkZAVeCltW6fchJl1FK9ZdIeT2+7XGSsp4dtuiMfeCe99eQtQjDUqpCXlw\nJ4aC+Xym/VKG/aBabeZHakRGt/VZj56e1YavY8Fj1EXT7+aECBnTfge62jM548PR\nOPaeHZgxD797f2GinYMQj1hUN84q9k8lDuO0gslglkGsEydmzl8Z3UX5+xNrkLzV\nZepv/zfgoQxphxgpeSlVoEsew+Lav/beJF4nCCVl72GCNsUFevuwogyRjdJCoX35\nnfJf52ECgYEA0HLQ1fC0TUi5GAOqtWbTSgLSaITWn5JHiutSUx3hESTLxjq3YMFh\nufwVEwwwuSkrwIBeKRfnq4qT32lPcFits/yMlJ6z5uCyI8MiLORdHX6AGjOq6nOu\n9kJ+7g65QDhtnTtpGIMwFxjpb4RF52l16OwZSoFBiRseLoM/M8ep0I8CgYEAzcHZ\nZoi0kzHsT43571aR2eemsgS0pBlLoPtvbi+ZUizojHPf37L1cAnQZ/JKPR6oU78O\nO7ZdJPg+md7y58afYfB64QZHnzRjWDKOxMC0xkCoistzk1cK0WOnLHPJAtd7DMu3\nkLffV/MaSeX5dEy9eQt6yUNyaBDAaTO9jhNsCjECgYEAn/TrgrDie0fqGZ5+uhN8\n4heGRQRi+jKzScxI8VVFZ/V3lddq7wmWp7Tkqyg4n24Tj/Yxy5D3i3CdBtz2Q70Z\nFrwfWNDsNqiIqt7L8+0N81smjHTHnIBHa9wdMSsFR13F59k2TcQl/CN2xseXKPyJ\nqcK7qavEkaTIpWK79k0qZ8sCgYBTnA0CjFSMZ8H2BeRlLFFyMZ7cQetBr4G69dEu\n/iqYaOVKhZ+YYDk6ANLuGleuhHG0LjPTceRhrHqLvjwIkP6dJsJYBFxARmKEKW84\nZnJPCWEznT7mxX0A3zTEbHxnKja3WWTLatxX+dJZ6xi1+KUZtd98P2sS/JOjbEH/\npMbHUQKBgCfBzkDjfmRbG9grNwsC2BFxtT3WBz1ouBTgnYAuwKG9GssYA2xRQ1pV\nT0a4HS3j6wMRYKnIjq5q8qn9VXJAngtF1mXdzD9K14BXuj9wEq6PsymUbenphPoO\nt1zJp21iFdI3wYsw/ZcDf1lFIxQHet8HX0Ouz0bRmZQ6PnsKKXby\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'1f0f194617bc454480cdc9e3eec81d86', 'name': u'vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', 'created_at': '2018-08-19T11:24:38.372433', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'24cc5c1b800646649d57abf7008f409a', 'name': 'vyos_vrouter-project_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'4b:fd:ae:d6:a3:ed:0c:38:51:e2:d8:34:5a:48:c2:96', 'type': 'ssh', 'id': u'vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7'}) 2018-08-19 11:24:38,373 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAp4nIz5Mfb59QAa93kX3aYycQpVA0IVdWPpHr0jFu1FealpTR UK44/RrQI4nqZINr2OnwwCkV0XY7EHPVJ8fnje4uJYr1oiIASHT0xQPrGppw1q5H CgnIlTyEYr31sSYu/r/yNg1lzkGGI48uHBg0Wq/saLooq57MVvZA851+DUO0HroC tODv4GEE3+xn0CWoi1vnalDi7I0aQSKxXooBM3FRgnSVUFViiqt2vY0DD17gHj7l bYc+mAQ8GuhwSEO/x4bgCg6K41PnVa67+b+5ytW+k/ARLv53DtTbRvOBNRvkifYB 4smu8/zknCYiqY5TgPvJ59+lzWfb6TcmcvqBXwIDAQABAoIBACUYhgUoD0rY3I8y +eeWFTflG3NvGcvUGb2K88s7tM2BhDIZS2tw2B96w2FLFUIiM0v5KJxzvGf/pL5U 13qScbvkZAVeCltW6fchJl1FK9ZdIeT2+7XGSsp4dtuiMfeCe99eQtQjDUqpCXlw J4aC+Xym/VKG/aBabeZHakRGt/VZj56e1YavY8Fj1EXT7+aECBnTfge62jM548PR OPaeHZgxD797f2GinYMQj1hUN84q9k8lDuO0gslglkGsEydmzl8Z3UX5+xNrkLzV Zepv/zfgoQxphxgpeSlVoEsew+Lav/beJF4nCCVl72GCNsUFevuwogyRjdJCoX35 nfJf52ECgYEA0HLQ1fC0TUi5GAOqtWbTSgLSaITWn5JHiutSUx3hESTLxjq3YMFh ufwVEwwwuSkrwIBeKRfnq4qT32lPcFits/yMlJ6z5uCyI8MiLORdHX6AGjOq6nOu 9kJ+7g65QDhtnTtpGIMwFxjpb4RF52l16OwZSoFBiRseLoM/M8ep0I8CgYEAzcHZ Zoi0kzHsT43571aR2eemsgS0pBlLoPtvbi+ZUizojHPf37L1cAnQZ/JKPR6oU78O O7ZdJPg+md7y58afYfB64QZHnzRjWDKOxMC0xkCoistzk1cK0WOnLHPJAtd7DMu3 kLffV/MaSeX5dEy9eQt6yUNyaBDAaTO9jhNsCjECgYEAn/TrgrDie0fqGZ5+uhN8 4heGRQRi+jKzScxI8VVFZ/V3lddq7wmWp7Tkqyg4n24Tj/Yxy5D3i3CdBtz2Q70Z FrwfWNDsNqiIqt7L8+0N81smjHTHnIBHa9wdMSsFR13F59k2TcQl/CN2xseXKPyJ qcK7qavEkaTIpWK79k0qZ8sCgYBTnA0CjFSMZ8H2BeRlLFFyMZ7cQetBr4G69dEu /iqYaOVKhZ+YYDk6ANLuGleuhHG0LjPTceRhrHqLvjwIkP6dJsJYBFxARmKEKW84 ZnJPCWEznT7mxX0A3zTEbHxnKja3WWTLatxX+dJZ6xi1+KUZtd98P2sS/JOjbEH/ pMbHUQKBgCfBzkDjfmRbG9grNwsC2BFxtT3WBz1ouBTgnYAuwKG9GssYA2xRQ1pV T0a4HS3j6wMRYKnIjq5q8qn9VXJAngtF1mXdzD9K14BXuj9wEq6PsymUbenphPoO t1zJp21iFdI3wYsw/ZcDf1lFIxQHet8HX0Ouz0bRmZQ6PnsKKXby -----END RSA PRIVATE KEY----- 2018-08-19 11:24:38,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-19 11:24:38,376 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"security_group": {"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-08-19 11:24:38,864 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-d0f10ea9-a66c-46f7-bad2-a7cf0dd86fec Date: Sun, 19 Aug 2018 11:24:38 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:38Z", "updated_at": "2018-08-19T11:24:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "b04b0e5e-f5e0-455a-8fcd-73956a22dc57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "f2245e97-f06f-4a00-8e61-3e082579e7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 1, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}} 2018-08-19 11:24:38,865 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d0f10ea9-a66c-46f7-bad2-a7cf0dd86fec 2018-08-19 11:24:38,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.488942861557s 2018-08-19 11:24:38,865 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d0f10ea9-a66c-46f7-bad2-a7cf0dd86fec 2018-08-19 11:24:38,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 11:24:38,870 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:39,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-306dc977-e407-45ac-9e9b-8154fa3852d0 Date: Sun, 19 Aug 2018 11:24:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:23:02Z", "updated_at": "2018-08-19T11:23:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "04cb6e7c-8fd2-42c2-bbda-afe9627d0c5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "10da9f98-0d2d-4da1-9f72-480c30b6e37d", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "44bf1d77-3445-4d23-873a-e7151fc2f213", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "75a62cde-5d5e-492c-b430-43331054ec85", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 1, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "70d25b4b-e506-4255-969d-011531c99b8f", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:38Z", "updated_at": "2018-08-19T11:24:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "b04b0e5e-f5e0-455a-8fcd-73956a22dc57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "f2245e97-f06f-4a00-8e61-3e082579e7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 1, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}]} 2018-08-19 11:24:39,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-306dc977-e407-45ac-9e9b-8154fa3852d0 2018-08-19 11:24:39,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.311075925827s 2018-08-19 11:24:39,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-306dc977-e407-45ac-9e9b-8154fa3852d0 2018-08-19 11:24:39,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 11:24:39,185 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -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": "92e8aab9-9c1f-4635-ab61-bc0381a422b5"}}' 2018-08-19 11:24:39,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f7eb6622-7b46-4c05-af15-c48f1538bbbd Date: Sun, 19 Aug 2018 11:24: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-19T11:24:39Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "port_range_min": 22, "revision_number": 0, "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:39Z", "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "c1945309-04e2-46a1-9f6e-8ff0fe3ea064"}} 2018-08-19 11:24:39,649 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-f7eb6622-7b46-4c05-af15-c48f1538bbbd 2018-08-19 11:24:39,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.46405005455s 2018-08-19 11:24:39,649 - 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-f7eb6622-7b46-4c05-af15-c48f1538bbbd 2018-08-19 11:24:39,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 11:24:39,653 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:39,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-dfa626c5-e815-4d42-bdbc-15a53af8c140 Date: Sun, 19 Aug 2018 11:24:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:23:02Z", "updated_at": "2018-08-19T11:23:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "04cb6e7c-8fd2-42c2-bbda-afe9627d0c5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "10da9f98-0d2d-4da1-9f72-480c30b6e37d", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "44bf1d77-3445-4d23-873a-e7151fc2f213", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "75a62cde-5d5e-492c-b430-43331054ec85", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 1, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "70d25b4b-e506-4255-969d-011531c99b8f", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:38Z", "updated_at": "2018-08-19T11:24:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "b04b0e5e-f5e0-455a-8fcd-73956a22dc57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T11:24:39Z", "revision_number": 0, "id": "c1945309-04e2-46a1-9f6e-8ff0fe3ea064", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:39Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "f2245e97-f06f-4a00-8e61-3e082579e7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 2, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}]} 2018-08-19 11:24:39,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-dfa626c5-e815-4d42-bdbc-15a53af8c140 2018-08-19 11:24:39,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.297418832779s 2018-08-19 11:24:39,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-dfa626c5-e815-4d42-bdbc-15a53af8c140 2018-08-19 11:24:39,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 11:24:39,955 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -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": "92e8aab9-9c1f-4635-ab61-bc0381a422b5"}}' 2018-08-19 11:24:40,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-2f02a9d9-3111-4df3-8632-c7857c5547e4 Date: Sun, 19 Aug 2018 11:24:40 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-19T11:24:40Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "port_range_min": null, "revision_number": 0, "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:40Z", "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "7251230c-c6c2-4d16-bdd5-da8a2dd4b509"}} 2018-08-19 11:24:40,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-2f02a9d9-3111-4df3-8632-c7857c5547e4 2018-08-19 11:24:40,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.52720284462s 2018-08-19 11:24:40,482 - 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-2f02a9d9-3111-4df3-8632-c7857c5547e4 2018-08-19 11:24:40,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 11:24:40,486 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:40,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-32f2858c-c319-4201-9e8c-8cfaf83d748c Date: Sun, 19 Aug 2018 11:24:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:23:02Z", "updated_at": "2018-08-19T11:23:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "04cb6e7c-8fd2-42c2-bbda-afe9627d0c5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "10da9f98-0d2d-4da1-9f72-480c30b6e37d", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "44bf1d77-3445-4d23-873a-e7151fc2f213", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "75a62cde-5d5e-492c-b430-43331054ec85", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 1, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "70d25b4b-e506-4255-969d-011531c99b8f", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:38Z", "updated_at": "2018-08-19T11:24:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:40Z", "revision_number": 0, "id": "7251230c-c6c2-4d16-bdd5-da8a2dd4b509", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:40Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "b04b0e5e-f5e0-455a-8fcd-73956a22dc57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T11:24:39Z", "revision_number": 0, "id": "c1945309-04e2-46a1-9f6e-8ff0fe3ea064", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:39Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "f2245e97-f06f-4a00-8e61-3e082579e7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 3, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}]} 2018-08-19 11:24:40,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-32f2858c-c319-4201-9e8c-8cfaf83d748c 2018-08-19 11:24:40,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0572400093079s 2018-08-19 11:24:40,543 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-32f2858c-c319-4201-9e8c-8cfaf83d748c 2018-08-19 11:24:40,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 11:24:40,547 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -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": "92e8aab9-9c1f-4635-ab61-bc0381a422b5"}}' 2018-08-19 11:24:40,841 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-6d9e1573-84ea-45ea-aa86-90726786cea6 Date: Sun, 19 Aug 2018 11:24: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-19T11:24:40Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "port_range_min": 80, "revision_number": 0, "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:40Z", "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "5598aed0-39c6-422b-a615-febfa673b7ba"}} 2018-08-19 11:24:40,841 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-6d9e1573-84ea-45ea-aa86-90726786cea6 2018-08-19 11:24:40,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.294891834259s 2018-08-19 11:24:40,842 - 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-6d9e1573-84ea-45ea-aa86-90726786cea6 2018-08-19 11:24:40,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 11:24:40,846 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:41,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-a37f2099-5b50-481f-8227-46d134748bed Date: Sun, 19 Aug 2018 11:24:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:23:02Z", "updated_at": "2018-08-19T11:23:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "04cb6e7c-8fd2-42c2-bbda-afe9627d0c5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "10da9f98-0d2d-4da1-9f72-480c30b6e37d", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "44bf1d77-3445-4d23-873a-e7151fc2f213", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "75a62cde-5d5e-492c-b430-43331054ec85", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 1, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "70d25b4b-e506-4255-969d-011531c99b8f", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:38Z", "updated_at": "2018-08-19T11:24:40Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T11:24:40Z", "revision_number": 0, "id": "5598aed0-39c6-422b-a615-febfa673b7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:40Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 80, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:40Z", "revision_number": 0, "id": "7251230c-c6c2-4d16-bdd5-da8a2dd4b509", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:40Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "b04b0e5e-f5e0-455a-8fcd-73956a22dc57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T11:24:39Z", "revision_number": 0, "id": "c1945309-04e2-46a1-9f6e-8ff0fe3ea064", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:39Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "f2245e97-f06f-4a00-8e61-3e082579e7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 4, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}]} 2018-08-19 11:24:41,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-a37f2099-5b50-481f-8227-46d134748bed 2018-08-19 11:24:41,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.286575078964s 2018-08-19 11:24:41,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-a37f2099-5b50-481f-8227-46d134748bed 2018-08-19 11:24:41,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 11:24:41,137 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -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": "92e8aab9-9c1f-4635-ab61-bc0381a422b5"}}' 2018-08-19 11:24:41,703 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-305d267d-467f-421c-8621-003bc9cca1c5 Date: Sun, 19 Aug 2018 11:24:41 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-19T11:24:41Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "port_range_min": 443, "revision_number": 0, "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:41Z", "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "9792e60c-70ec-4194-b4bf-45685abc4694"}} 2018-08-19 11:24:41,703 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-305d267d-467f-421c-8621-003bc9cca1c5 2018-08-19 11:24:41,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.566704034805s 2018-08-19 11:24:41,703 - 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-305d267d-467f-421c-8621-003bc9cca1c5 2018-08-19 11:24:41,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 11:24:41,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:42,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-d5e43c6d-0488-407a-9532-9c202f14f924 Date: Sun, 19 Aug 2018 11:24:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:23:02Z", "updated_at": "2018-08-19T11:23:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "04cb6e7c-8fd2-42c2-bbda-afe9627d0c5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "10da9f98-0d2d-4da1-9f72-480c30b6e37d", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "44bf1d77-3445-4d23-873a-e7151fc2f213", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "75a62cde-5d5e-492c-b430-43331054ec85", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 1, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "70d25b4b-e506-4255-969d-011531c99b8f", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:38Z", "updated_at": "2018-08-19T11:24:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T11:24:40Z", "revision_number": 0, "id": "5598aed0-39c6-422b-a615-febfa673b7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:40Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 80, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:40Z", "revision_number": 0, "id": "7251230c-c6c2-4d16-bdd5-da8a2dd4b509", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:40Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T11:24:41Z", "revision_number": 0, "id": "9792e60c-70ec-4194-b4bf-45685abc4694", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:41Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 443, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "b04b0e5e-f5e0-455a-8fcd-73956a22dc57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T11:24:39Z", "revision_number": 0, "id": "c1945309-04e2-46a1-9f6e-8ff0fe3ea064", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:39Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "f2245e97-f06f-4a00-8e61-3e082579e7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 5, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}]} 2018-08-19 11:24:42,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d5e43c6d-0488-407a-9532-9c202f14f924 2018-08-19 11:24:42,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.325305938721s 2018-08-19 11:24:42,033 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-d5e43c6d-0488-407a-9532-9c202f14f924 2018-08-19 11:24:42,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 11:24:42,037 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -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": "92e8aab9-9c1f-4635-ab61-bc0381a422b5"}}' 2018-08-19 11:24:42,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-3d64527a-2941-4263-9ca9-2b3211b7e238 Date: Sun, 19 Aug 2018 11:24: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": 5671, "updated_at": "2018-08-19T11:24:42Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "port_range_min": 5671, "revision_number": 0, "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:42Z", "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "db5e44d7-6a68-4685-be88-b77deaa688b2"}} 2018-08-19 11:24:42,887 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-3d64527a-2941-4263-9ca9-2b3211b7e238 2018-08-19 11:24:42,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.851118087769s 2018-08-19 11:24:42,888 - 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-3d64527a-2941-4263-9ca9-2b3211b7e238 2018-08-19 11:24:42,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 11:24:42,892 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:43,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-a344aad8-4b94-4730-8049-c777fed7d495 Date: Sun, 19 Aug 2018 11:24:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:23:02Z", "updated_at": "2018-08-19T11:23:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "04cb6e7c-8fd2-42c2-bbda-afe9627d0c5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "10da9f98-0d2d-4da1-9f72-480c30b6e37d", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "44bf1d77-3445-4d23-873a-e7151fc2f213", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "75a62cde-5d5e-492c-b430-43331054ec85", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 1, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "70d25b4b-e506-4255-969d-011531c99b8f", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:38Z", "updated_at": "2018-08-19T11:24:42Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T11:24:40Z", "revision_number": 0, "id": "5598aed0-39c6-422b-a615-febfa673b7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:40Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 80, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:40Z", "revision_number": 0, "id": "7251230c-c6c2-4d16-bdd5-da8a2dd4b509", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:40Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T11:24:41Z", "revision_number": 0, "id": "9792e60c-70ec-4194-b4bf-45685abc4694", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:41Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 443, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "b04b0e5e-f5e0-455a-8fcd-73956a22dc57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T11:24:39Z", "revision_number": 0, "id": "c1945309-04e2-46a1-9f6e-8ff0fe3ea064", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:39Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-19T11:24:42Z", "revision_number": 0, "id": "db5e44d7-6a68-4685-be88-b77deaa688b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:42Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "f2245e97-f06f-4a00-8e61-3e082579e7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 6, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}]} 2018-08-19 11:24:43,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-a344aad8-4b94-4730-8049-c777fed7d495 2018-08-19 11:24:43,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.308113098145s 2018-08-19 11:24:43,200 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-a344aad8-4b94-4730-8049-c777fed7d495 2018-08-19 11:24:43,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 11:24:43,204 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -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": "92e8aab9-9c1f-4635-ab61-bc0381a422b5"}}' 2018-08-19 11:24:43,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-a101b67e-86d8-4cac-9144-d2398e750c30 Date: Sun, 19 Aug 2018 11:24: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": 53333, "updated_at": "2018-08-19T11:24:43Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "port_range_min": 53333, "revision_number": 0, "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:43Z", "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "0c6271b3-c7ea-48f9-9c85-f945489d98ee"}} 2018-08-19 11:24:43,775 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-a101b67e-86d8-4cac-9144-d2398e750c30 2018-08-19 11:24:43,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.571800947189s 2018-08-19 11:24:43,775 - 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-a101b67e-86d8-4cac-9144-d2398e750c30 2018-08-19 11:24:43,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 11:24:43,781 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:44,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-d154af29-b47d-430e-bead-0e25cff935f4 Date: Sun, 19 Aug 2018 11:24: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":["2504d4be-0189-440c-95c6-054ee248ef67"],"updated_at":"2018-08-19T11:23:03Z","tenant_id":"24cc5c1b800646649d57abf7008f409a","created_at":"2018-08-19T11:23:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"24cc5c1b800646649d57abf7008f409a","id":"142811aa-fcf8-452b-b683-4505e00f3720","name":"vyos_vrouter-net_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 11:24:44,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d154af29-b47d-430e-bead-0e25cff935f4 2018-08-19 11:24:44,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.299339056015s 2018-08-19 11:24:44,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d154af29-b47d-430e-bead-0e25cff935f4 2018-08-19 11:24:44,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:24:44,088 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:44,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-c21f4988-142a-42fb-a9aa-d2b8485fadce Date: Sun, 19 Aug 2018 11:24:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:24:36Z", "file": "/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/file", "owner": "24cc5c1b800646649d57abf7008f409a", "id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "size": 4373348352, "self": "/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T11:23:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:24:44,802 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c21f4988-142a-42fb-a9aa-d2b8485fadce 2018-08-19 11:24:44,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.717773914337s 2018-08-19 11:24:44,803 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c21f4988-142a-42fb-a9aa-d2b8485fadce 2018-08-19 11:24:44,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 11:24:44,807 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:44,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:24:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acab8d49-35c6-4f01-8471-3e0e6fc1f6a7 x-compute-request-id: req-acab8d49-35c6-4f01-8471-3e0e6fc1f6a7 Content-Encoding: gzip Content-Length: 405 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "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": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e"}, {"name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "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": "c98a7890-08e8-41d5-8b07-9cbf693a00b9"}]} 2018-08-19 11:24:44,847 - 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-acab8d49-35c6-4f01-8471-3e0e6fc1f6a7 2018-08-19 11:24:44,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0429928302765s 2018-08-19 11:24:44,848 - 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-acab8d49-35c6-4f01-8471-3e0e6fc1f6a7 2018-08-19 11:24:44,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-19 11:24:44,853 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"server": {"name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "imageRef": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "flavorRef": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "142811aa-fcf8-452b-b683-4505e00f3720"}], "security_groups": [{"name": "92e8aab9-9c1f-4635-ab61-bc0381a422b5"}]}}' 2018-08-19 11:24:50,046 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 11:24:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f7836b45-6150-429b-80cc-e4b7c547ec53 x-compute-request-id: req-f7836b45-6150-429b-80cc-e4b7c547ec53 Content-Length: 403 location: http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "92e8aab9-9c1f-4635-ab61-bc0381a422b5"}], "OS-DCF:diskConfig": "MANUAL", "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "adminPass": "6EKYifqBS84P"}} 2018-08-19 11:24:50,047 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-f7836b45-6150-429b-80cc-e4b7c547ec53 2018-08-19 11:24:50,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.19676303864s 2018-08-19 11:24:50,047 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-f7836b45-6150-429b-80cc-e4b7c547ec53 2018-08-19 11:24:50,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:24:50,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:50,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:24: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-db7ba804-1331-4786-a1b8-9608925d5111 x-compute-request-id: req-db7ba804-1331-4786-a1b8-9608925d5111 Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:24:50,342 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-db7ba804-1331-4786-a1b8-9608925d5111 2018-08-19 11:24:50,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.293828964233s 2018-08-19 11:24:50,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-db7ba804-1331-4786-a1b8-9608925d5111 2018-08-19 11:24:50,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 11:24:50,350 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:50,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-d9b3dcb3-51c1-461d-aef4-8939f7a7f3c0 Date: Sun, 19 Aug 2018 11:24: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":["2504d4be-0189-440c-95c6-054ee248ef67"],"updated_at":"2018-08-19T11:23:03Z","tenant_id":"24cc5c1b800646649d57abf7008f409a","created_at":"2018-08-19T11:23:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"24cc5c1b800646649d57abf7008f409a","id":"142811aa-fcf8-452b-b683-4505e00f3720","name":"vyos_vrouter-net_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 11:24:50,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d9b3dcb3-51c1-461d-aef4-8939f7a7f3c0 2018-08-19 11:24:50,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.333688020706s 2018-08-19 11:24:50,683 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d9b3dcb3-51c1-461d-aef4-8939f7a7f3c0 2018-08-19 11:24:50,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 11:24:50,685 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:50,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-6c0fa8d7-aebd-4e90-826a-b9899487c5e5 Date: Sun, 19 Aug 2018 11:24:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"142811aa-fcf8-452b-b683-4505e00f3720","tenant_id":"24cc5c1b800646649d57abf7008f409a","created_at":"2018-08-19T11:23:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T11:23:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"24cc5c1b800646649d57abf7008f409a","id":"2504d4be-0189-440c-95c6-054ee248ef67","subnetpool_id":null,"name":"vyos_vrouter-subnet_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}]} 2018-08-19 11:24:50,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6c0fa8d7-aebd-4e90-826a-b9899487c5e5 2018-08-19 11:24:50,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.313441991806s 2018-08-19 11:24:50,998 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-6c0fa8d7-aebd-4e90-826a-b9899487c5e5 2018-08-19 11:24:50,999 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:24:53,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:24:53,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:53,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:24: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-e6268374-31ab-4bad-82ff-bc14f99f765f x-compute-request-id: req-e6268374-31ab-4bad-82ff-bc14f99f765f Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:52Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:24:53,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e6268374-31ab-4bad-82ff-bc14f99f765f 2018-08-19 11:24:53,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536882162094s 2018-08-19 11:24:53,539 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e6268374-31ab-4bad-82ff-bc14f99f765f 2018-08-19 11:24:53,543 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:24:55,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:24:55,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:57,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:24: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-e4782d4b-3b98-4476-abfc-e96cca635418 x-compute-request-id: req-e4782d4b-3b98-4476-abfc-e96cca635418 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:24:57,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e4782d4b-3b98-4476-abfc-e96cca635418 2018-08-19 11:24:57,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.65568304062s 2018-08-19 11:24:57,202 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e4782d4b-3b98-4476-abfc-e96cca635418 2018-08-19 11:24:57,205 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:24:59,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:24:59,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:24:59,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:24: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-6ed630be-3798-4e36-9632-ac7807a994b4 x-compute-request-id: req-6ed630be-3798-4e36-9632-ac7807a994b4 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:24:59,993 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6ed630be-3798-4e36-9632-ac7807a994b4 2018-08-19 11:24:59,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.785031080246s 2018-08-19 11:24:59,993 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6ed630be-3798-4e36-9632-ac7807a994b4 2018-08-19 11:24:59,998 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:02,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:02,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:03,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25: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-a74e164f-d85c-4821-ab5b-8bbff0cba6c6 x-compute-request-id: req-a74e164f-d85c-4821-ab5b-8bbff0cba6c6 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:03,052 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a74e164f-d85c-4821-ab5b-8bbff0cba6c6 2018-08-19 11:25:03,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05163812637s 2018-08-19 11:25:03,052 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-a74e164f-d85c-4821-ab5b-8bbff0cba6c6 2018-08-19 11:25:03,056 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:05,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:05,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:06,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-898eff59-ff7f-40eb-8b6f-8bb99b647917 x-compute-request-id: req-898eff59-ff7f-40eb-8b6f-8bb99b647917 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:06,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-898eff59-ff7f-40eb-8b6f-8bb99b647917 2018-08-19 11:25:06,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00440192223s 2018-08-19 11:25:06,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-898eff59-ff7f-40eb-8b6f-8bb99b647917 2018-08-19 11:25:06,068 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:08,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:08,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:08,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c28aa6a4-8b86-439c-aedf-e19209d5bef1 x-compute-request-id: req-c28aa6a4-8b86-439c-aedf-e19209d5bef1 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:08,856 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c28aa6a4-8b86-439c-aedf-e19209d5bef1 2018-08-19 11:25:08,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.785765886307s 2018-08-19 11:25:08,856 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c28aa6a4-8b86-439c-aedf-e19209d5bef1 2018-08-19 11:25:08,860 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:10,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:10,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:11,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25901b5f-fc63-4c6c-9471-3489c2d95556 x-compute-request-id: req-25901b5f-fc63-4c6c-9471-3489c2d95556 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:11,835 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-25901b5f-fc63-4c6c-9471-3489c2d95556 2018-08-19 11:25:11,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.97164106369s 2018-08-19 11:25:11,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-25901b5f-fc63-4c6c-9471-3489c2d95556 2018-08-19 11:25:11,839 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:13,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:13,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:14,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48c1bfca-8ef5-4774-8765-fc3ff23f43a1 x-compute-request-id: req-48c1bfca-8ef5-4774-8765-fc3ff23f43a1 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:14,521 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-48c1bfca-8ef5-4774-8765-fc3ff23f43a1 2018-08-19 11:25:14,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.679114103317s 2018-08-19 11:25:14,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-48c1bfca-8ef5-4774-8765-fc3ff23f43a1 2018-08-19 11:25:14,525 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:16,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:16,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:17,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25: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-d8f7ef75-15c0-4f1e-bf9b-74ff9db2af8f x-compute-request-id: req-d8f7ef75-15c0-4f1e-bf9b-74ff9db2af8f 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:17,371 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d8f7ef75-15c0-4f1e-bf9b-74ff9db2af8f 2018-08-19 11:25:17,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.843379020691s 2018-08-19 11:25:17,372 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d8f7ef75-15c0-4f1e-bf9b-74ff9db2af8f 2018-08-19 11:25:17,376 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:19,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:19,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:20,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25: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-17a30f86-f4c6-45f4-92ca-828a5c5f3c96 x-compute-request-id: req-17a30f86-f4c6-45f4-92ca-828a5c5f3c96 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:20,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-17a30f86-f4c6-45f4-92ca-828a5c5f3c96 2018-08-19 11:25:20,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.879106998444s 2018-08-19 11:25:20,258 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-17a30f86-f4c6-45f4-92ca-828a5c5f3c96 2018-08-19 11:25:20,262 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:22,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:22,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:22,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c14f40a-59e6-4147-8075-8fc56a60e6af x-compute-request-id: req-9c14f40a-59e6-4147-8075-8fc56a60e6af 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:22,998 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9c14f40a-59e6-4147-8075-8fc56a60e6af 2018-08-19 11:25:22,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733684062958s 2018-08-19 11:25:22,999 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-9c14f40a-59e6-4147-8075-8fc56a60e6af 2018-08-19 11:25:23,003 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:25,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:25,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:25,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25: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-aa827a0b-3c58-49aa-a4fb-34f0d495de82 x-compute-request-id: req-aa827a0b-3c58-49aa-a4fb-34f0d495de82 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:25,771 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-aa827a0b-3c58-49aa-a4fb-34f0d495de82 2018-08-19 11:25:25,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.765300989151s 2018-08-19 11:25:25,772 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-aa827a0b-3c58-49aa-a4fb-34f0d495de82 2018-08-19 11:25:25,776 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:27,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:27,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:28,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39830f08-3dc3-4892-807b-4d49c10bc3d7 x-compute-request-id: req-39830f08-3dc3-4892-807b-4d49c10bc3d7 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:28,775 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-39830f08-3dc3-4892-807b-4d49c10bc3d7 2018-08-19 11:25:28,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.995693206787s 2018-08-19 11:25:28,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-39830f08-3dc3-4892-807b-4d49c10bc3d7 2018-08-19 11:25:28,782 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:30,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:30,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:31,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25: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-734a5c98-9abf-474f-a3fe-64c048cc434f x-compute-request-id: req-734a5c98-9abf-474f-a3fe-64c048cc434f 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:31,416 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-734a5c98-9abf-474f-a3fe-64c048cc434f 2018-08-19 11:25:31,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.630894184113s 2018-08-19 11:25:31,416 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-734a5c98-9abf-474f-a3fe-64c048cc434f 2018-08-19 11:25:31,420 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:33,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:33,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:34,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25: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-555e0371-c702-4aba-9a04-2feeb8b30783 x-compute-request-id: req-555e0371-c702-4aba-9a04-2feeb8b30783 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:34,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-555e0371-c702-4aba-9a04-2feeb8b30783 2018-08-19 11:25:34,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.636499881744s 2018-08-19 11:25:34,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-555e0371-c702-4aba-9a04-2feeb8b30783 2018-08-19 11:25:34,064 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:36,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:36,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:36,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ad6bb3b-dc68-4878-90be-ae4a62982d30 x-compute-request-id: req-6ad6bb3b-dc68-4878-90be-ae4a62982d30 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:36,771 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6ad6bb3b-dc68-4878-90be-ae4a62982d30 2018-08-19 11:25:36,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.704595088959s 2018-08-19 11:25:36,772 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6ad6bb3b-dc68-4878-90be-ae4a62982d30 2018-08-19 11:25:36,776 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:38,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:38,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:39,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19d7f741-c2f2-49b2-9f44-c129a8a0f3e4 x-compute-request-id: req-19d7f741-c2f2-49b2-9f44-c129a8a0f3e4 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:39,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-19d7f741-c2f2-49b2-9f44-c129a8a0f3e4 2018-08-19 11:25:39,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01248717308s 2018-08-19 11:25:39,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-19d7f741-c2f2-49b2-9f44-c129a8a0f3e4 2018-08-19 11:25:39,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:41,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:41,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:42,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4c5bf28-a8ce-49c8-bbd1-58c13cef4ec9 x-compute-request-id: req-e4c5bf28-a8ce-49c8-bbd1-58c13cef4ec9 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:42,716 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e4c5bf28-a8ce-49c8-bbd1-58c13cef4ec9 2018-08-19 11:25:42,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.917986154556s 2018-08-19 11:25:42,717 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-e4c5bf28-a8ce-49c8-bbd1-58c13cef4ec9 2018-08-19 11:25:42,721 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:44,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:44,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:45,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25: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-f4837871-a4d4-4dd8-a143-c7c1338bf298 x-compute-request-id: req-f4837871-a4d4-4dd8-a143-c7c1338bf298 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:45,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f4837871-a4d4-4dd8-a143-c7c1338bf298 2018-08-19 11:25:45,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728878974915s 2018-08-19 11:25:45,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f4837871-a4d4-4dd8-a143-c7c1338bf298 2018-08-19 11:25:45,456 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:47,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:47,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:48,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25: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-fa2d3659-13ba-4dc0-8d4a-476fab061de7 x-compute-request-id: req-fa2d3659-13ba-4dc0-8d4a-476fab061de7 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:48,361 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fa2d3659-13ba-4dc0-8d4a-476fab061de7 2018-08-19 11:25:48,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.901438951492s 2018-08-19 11:25:48,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fa2d3659-13ba-4dc0-8d4a-476fab061de7 2018-08-19 11:25:48,365 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:50,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:50,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:51,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b037eb8c-a3c9-48da-8efc-c4809356a8a9 x-compute-request-id: req-b037eb8c-a3c9-48da-8efc-c4809356a8a9 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:51,096 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b037eb8c-a3c9-48da-8efc-c4809356a8a9 2018-08-19 11:25:51,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.727644920349s 2018-08-19 11:25:51,096 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b037eb8c-a3c9-48da-8efc-c4809356a8a9 2018-08-19 11:25:51,101 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:53,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:53,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:53,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25: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-42c511d3-6bdb-4a79-874d-cef69c895d1d x-compute-request-id: req-42c511d3-6bdb-4a79-874d-cef69c895d1d 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:53,797 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-42c511d3-6bdb-4a79-874d-cef69c895d1d 2018-08-19 11:25:53,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693135023117s 2018-08-19 11:25:53,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-42c511d3-6bdb-4a79-874d-cef69c895d1d 2018-08-19 11:25:53,801 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:55,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:55,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:56,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25: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-7fe74f96-3d09-4f28-9978-2a298e44758c x-compute-request-id: req-7fe74f96-3d09-4f28-9978-2a298e44758c 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:56,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7fe74f96-3d09-4f28-9978-2a298e44758c 2018-08-19 11:25:56,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649358034134s 2018-08-19 11:25:56,454 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7fe74f96-3d09-4f28-9978-2a298e44758c 2018-08-19 11:25:56,458 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:25:58,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:25:58,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:25:58,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:25: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-c3efbfc4-a811-4ef1-862d-e21d374e147c x-compute-request-id: req-c3efbfc4-a811-4ef1-862d-e21d374e147c 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:25:58,923 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c3efbfc4-a811-4ef1-862d-e21d374e147c 2018-08-19 11:25:58,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.46301817894s 2018-08-19 11:25:58,924 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c3efbfc4-a811-4ef1-862d-e21d374e147c 2018-08-19 11:25:58,928 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:00,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:00,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:01,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-085489de-d990-4ede-ac7f-33c450464f7c x-compute-request-id: req-085489de-d990-4ede-ac7f-33c450464f7c 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:01,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-085489de-d990-4ede-ac7f-33c450464f7c 2018-08-19 11:26:01,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4815762043s 2018-08-19 11:26:01,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-085489de-d990-4ede-ac7f-33c450464f7c 2018-08-19 11:26:01,416 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:03,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:03,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:04,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-c4011f67-0464-43e6-842d-5f09a23b4022 x-compute-request-id: req-c4011f67-0464-43e6-842d-5f09a23b4022 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:04,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c4011f67-0464-43e6-842d-5f09a23b4022 2018-08-19 11:26:04,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.835516929626s 2018-08-19 11:26:04,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-c4011f67-0464-43e6-842d-5f09a23b4022 2018-08-19 11:26:04,258 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:06,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:06,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:06,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8422b351-6f85-43b4-875d-54831a29ecc4 x-compute-request-id: req-8422b351-6f85-43b4-875d-54831a29ecc4 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:06,880 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8422b351-6f85-43b4-875d-54831a29ecc4 2018-08-19 11:26:06,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.618569850922s 2018-08-19 11:26:06,880 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8422b351-6f85-43b4-875d-54831a29ecc4 2018-08-19 11:26:06,884 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:08,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:08,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:09,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-275b2fbd-48c9-476c-beab-b69f76584cf4 x-compute-request-id: req-275b2fbd-48c9-476c-beab-b69f76584cf4 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:09,867 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-275b2fbd-48c9-476c-beab-b69f76584cf4 2018-08-19 11:26:09,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.980040073395s 2018-08-19 11:26:09,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-275b2fbd-48c9-476c-beab-b69f76584cf4 2018-08-19 11:26:09,872 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:11,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:11,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:12,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a9f1137-d248-4f4b-bdac-109acc60a97d x-compute-request-id: req-8a9f1137-d248-4f4b-bdac-109acc60a97d 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:12,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8a9f1137-d248-4f4b-bdac-109acc60a97d 2018-08-19 11:26:12,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.753098964691s 2018-08-19 11:26:12,628 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-8a9f1137-d248-4f4b-bdac-109acc60a97d 2018-08-19 11:26:12,632 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:14,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:14,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:15,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-fa41f554-56f1-4b60-8233-84dd824736d4 x-compute-request-id: req-fa41f554-56f1-4b60-8233-84dd824736d4 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:15,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fa41f554-56f1-4b60-8233-84dd824736d4 2018-08-19 11:26:15,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.489644050598s 2018-08-19 11:26:15,126 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fa41f554-56f1-4b60-8233-84dd824736d4 2018-08-19 11:26:15,130 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:17,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:17,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:17,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-0dd6ee56-68e0-4e82-b4b8-9b2d2a4a3a96 x-compute-request-id: req-0dd6ee56-68e0-4e82-b4b8-9b2d2a4a3a96 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:17,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0dd6ee56-68e0-4e82-b4b8-9b2d2a4a3a96 2018-08-19 11:26:17,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.781346082687s 2018-08-19 11:26:17,915 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-0dd6ee56-68e0-4e82-b4b8-9b2d2a4a3a96 2018-08-19 11:26:17,918 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:19,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:19,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:20,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-4068150d-13ab-47b3-9b51-d2414c1e5df0 x-compute-request-id: req-4068150d-13ab-47b3-9b51-d2414c1e5df0 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:20,632 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4068150d-13ab-47b3-9b51-d2414c1e5df0 2018-08-19 11:26:20,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.711322069168s 2018-08-19 11:26:20,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-4068150d-13ab-47b3-9b51-d2414c1e5df0 2018-08-19 11:26:20,637 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:22,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:22,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:23,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-ef4812b6-0ed8-44eb-aa3e-dfe783e43b89 x-compute-request-id: req-ef4812b6-0ed8-44eb-aa3e-dfe783e43b89 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:23,252 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ef4812b6-0ed8-44eb-aa3e-dfe783e43b89 2018-08-19 11:26:23,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.612738132477s 2018-08-19 11:26:23,253 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ef4812b6-0ed8-44eb-aa3e-dfe783e43b89 2018-08-19 11:26:23,257 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:25,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:25,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:26,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15b9bee4-9736-4114-ae0d-f68a8f509bdc x-compute-request-id: req-15b9bee4-9736-4114-ae0d-f68a8f509bdc 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:26,036 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-15b9bee4-9736-4114-ae0d-f68a8f509bdc 2018-08-19 11:26:26,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.77561712265s 2018-08-19 11:26:26,036 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-15b9bee4-9736-4114-ae0d-f68a8f509bdc 2018-08-19 11:26:26,040 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:28,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:28,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:28,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-f56c3641-4e89-4a39-838e-595dd67676ff x-compute-request-id: req-f56c3641-4e89-4a39-838e-595dd67676ff 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:28,512 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f56c3641-4e89-4a39-838e-595dd67676ff 2018-08-19 11:26:28,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.468542098999s 2018-08-19 11:26:28,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f56c3641-4e89-4a39-838e-595dd67676ff 2018-08-19 11:26:28,516 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:30,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:30,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:31,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a95ea35-40a8-452a-be76-fd14207f8f12 x-compute-request-id: req-6a95ea35-40a8-452a-be76-fd14207f8f12 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:31,270 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6a95ea35-40a8-452a-be76-fd14207f8f12 2018-08-19 11:26:31,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.750239133835s 2018-08-19 11:26:31,270 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-6a95ea35-40a8-452a-be76-fd14207f8f12 2018-08-19 11:26:31,274 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:33,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:33,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:34,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-2fe967bd-8d2d-4bbb-9b91-e41decd7d9cd x-compute-request-id: req-2fe967bd-8d2d-4bbb-9b91-e41decd7d9cd 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:34,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2fe967bd-8d2d-4bbb-9b91-e41decd7d9cd 2018-08-19 11:26:34,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.945966005325s 2018-08-19 11:26:34,224 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2fe967bd-8d2d-4bbb-9b91-e41decd7d9cd 2018-08-19 11:26:34,228 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:36,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:36,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:36,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-5157063e-9cbf-44d3-8a5d-b0395a06e215 x-compute-request-id: req-5157063e-9cbf-44d3-8a5d-b0395a06e215 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:36,945 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5157063e-9cbf-44d3-8a5d-b0395a06e215 2018-08-19 11:26:36,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714642047882s 2018-08-19 11:26:36,946 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-5157063e-9cbf-44d3-8a5d-b0395a06e215 2018-08-19 11:26:36,950 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:38,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:38,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:39,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-16ed3abf-14e2-42b5-b5f6-a4b643879859 x-compute-request-id: req-16ed3abf-14e2-42b5-b5f6-a4b643879859 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:39,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-16ed3abf-14e2-42b5-b5f6-a4b643879859 2018-08-19 11:26:39,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.462224006653s 2018-08-19 11:26:39,415 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-16ed3abf-14e2-42b5-b5f6-a4b643879859 2018-08-19 11:26:39,419 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:41,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:41,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:42,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-2656a544-9778-4c01-bb13-efe7c3aaa369 x-compute-request-id: req-2656a544-9778-4c01-bb13-efe7c3aaa369 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:42,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-2656a544-9778-4c01-bb13-efe7c3aaa369 2018-08-19 11:26:42,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741084814072s 2018-08-19 11:26: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-2656a544-9778-4c01-bb13-efe7c3aaa369 2018-08-19 11:26:42,168 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:44,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:44,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:45,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-ed7a7f8e-b987-49c1-a332-2887cb6dbade x-compute-request-id: req-ed7a7f8e-b987-49c1-a332-2887cb6dbade 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:45,329 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ed7a7f8e-b987-49c1-a332-2887cb6dbade 2018-08-19 11:26:45,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15879392624s 2018-08-19 11:26:45,330 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ed7a7f8e-b987-49c1-a332-2887cb6dbade 2018-08-19 11:26:45,334 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:47,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:47,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:48,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-d5e0da27-581d-464f-b42f-e74d5b476fce x-compute-request-id: req-d5e0da27-581d-464f-b42f-e74d5b476fce 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:48,263 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d5e0da27-581d-464f-b42f-e74d5b476fce 2018-08-19 11:26:48,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.926352977753s 2018-08-19 11:26:48,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-d5e0da27-581d-464f-b42f-e74d5b476fce 2018-08-19 11:26:48,267 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:50,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:50,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:51,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-99e2707a-ba55-4fb9-8652-2b32100bc346 x-compute-request-id: req-99e2707a-ba55-4fb9-8652-2b32100bc346 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:51,016 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-99e2707a-ba55-4fb9-8652-2b32100bc346 2018-08-19 11:26:51,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745631933212s 2018-08-19 11:26:51,016 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-99e2707a-ba55-4fb9-8652-2b32100bc346 2018-08-19 11:26:51,020 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:53,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:53,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:53,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-54c220e5-7650-4d50-8ff1-610c9dccd3b3 x-compute-request-id: req-54c220e5-7650-4d50-8ff1-610c9dccd3b3 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:53,731 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-54c220e5-7650-4d50-8ff1-610c9dccd3b3 2018-08-19 11:26:53,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.70802116394s 2018-08-19 11:26:53,731 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-54c220e5-7650-4d50-8ff1-610c9dccd3b3 2018-08-19 11:26:53,735 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:55,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:55,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:56,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-7ed2a150-a93f-48f3-9148-027c32746e0e x-compute-request-id: req-7ed2a150-a93f-48f3-9148-027c32746e0e 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:56,557 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7ed2a150-a93f-48f3-9148-027c32746e0e 2018-08-19 11:26:56,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.819467067719s 2018-08-19 11:26:56,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-7ed2a150-a93f-48f3-9148-027c32746e0e 2018-08-19 11:26:56,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:26:58,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:26:58,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:26:59,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:26: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-b035e162-b85f-4e1c-9d7c-87f7957fc59b x-compute-request-id: req-b035e162-b85f-4e1c-9d7c-87f7957fc59b 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:26:59,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b035e162-b85f-4e1c-9d7c-87f7957fc59b 2018-08-19 11:26:59,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710228919983s 2018-08-19 11:26:59,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b035e162-b85f-4e1c-9d7c-87f7957fc59b 2018-08-19 11:26:59,279 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:27:01,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:27:01,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:27:02,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:27: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-93c10398-da30-40dd-8c11-ce3de4a6c14a x-compute-request-id: req-93c10398-da30-40dd-8c11-ce3de4a6c14a 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/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-19T11:24:54Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:27:02,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-93c10398-da30-40dd-8c11-ce3de4a6c14a 2018-08-19 11:27:02,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.727873086929s 2018-08-19 11:27:02,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-93c10398-da30-40dd-8c11-ce3de4a6c14a 2018-08-19 11:27:02,013 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:27:04,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:27:04,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:27:04,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:27: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-ce456c3f-8fe5-4c58-aed7-a83cf298ecf9 x-compute-request-id: req-ce456c3f-8fe5-4c58-aed7-a83cf298ecf9 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_e1f4998e-aa34-46c8-9ad0-92becce5e9a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:83:6a", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T11:27:01.000000", "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T11:27:01Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:27:04,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ce456c3f-8fe5-4c58-aed7-a83cf298ecf9 2018-08-19 11:27:04,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.711290836334s 2018-08-19 11:27:04,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-ce456c3f-8fe5-4c58-aed7-a83cf298ecf9 2018-08-19 11:27:04,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 11:27:04,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=7d88fd37-b573-4adb-877c-4ed7e9cd4377" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:27:04,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-86d4b117-5819-42ca-be42-e4079735ac00 Date: Sun, 19 Aug 2018 11:27:04 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"142811aa-fcf8-452b-b683-4505e00f3720","tenant_id":"24cc5c1b800646649d57abf7008f409a","created_at":"2018-08-19T11:24:54Z","admin_state_up":true,"updated_at":"2018-08-19T11:27:01Z","binding:vnic_type":"normal","device_id":"7d88fd37-b573-4adb-877c-4ed7e9cd4377","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:24:83:6a","id":"e9eb49b9-74b3-4295-a8af-24b1762d7c51","port_security_enabled":true,"project_id":"24cc5c1b800646649d57abf7008f409a","fixed_ips":[{"subnet_id":"2504d4be-0189-440c-95c6-054ee248ef67","ip_address":"192.168.120.23"}],"extra_dhcp_opts":[],"security_groups":["92e8aab9-9c1f-4635-ab61-bc0381a422b5"],"name":""}]} 2018-08-19 11:27:04,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=7d88fd37-b573-4adb-877c-4ed7e9cd4377 used request id req-86d4b117-5819-42ca-be42-e4079735ac00 2018-08-19 11:27:04,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0470612049103s 2018-08-19 11:27:04,779 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=7d88fd37-b573-4adb-877c-4ed7e9cd4377 used request id req-86d4b117-5819-42ca-be42-e4079735ac00 2018-08-19 11:27:04,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 11:27:04,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/floatingips.json?port_id=e9eb49b9-74b3-4295-a8af-24b1762d7c51" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:27:04,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f30918d3-66db-41c8-90ec-da2779964989 Date: Sun, 19 Aug 2018 11:27:04 GMT RESP BODY: {"floatingips": []} 2018-08-19 11:27:04,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=e9eb49b9-74b3-4295-a8af-24b1762d7c51 used request id req-f30918d3-66db-41c8-90ec-da2779964989 2018-08-19 11:27:04,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.047101020813s 2018-08-19 11:27:04,832 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json?port_id=e9eb49b9-74b3-4295-a8af-24b1762d7c51 used request id req-f30918d3-66db-41c8-90ec-da2779964989 2018-08-19 11:27:04,832 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_e1f4998e-aa34-46c8-9ad0-92becce5e9a7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:24:83:6a', u'version': 4, u'addr': u'192.168.120.23', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e98e2185-3cd8-4311-8bfd-43159c66cf5b'}), 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-19T11:27:01.000000', 'flavor': Munch({u'id': u'41b0bd2d-3797-46ea-b9d6-319b3bcc831e'}), 'az': u'nova', 'id': u'7d88fd37-b573-4adb-877c-4ed7e9cd4377', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1f0f194617bc454480cdc9e3eec81d86', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'24cc5c1b800646649d57abf7008f409a', 'name': 'vyos_vrouter-project_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', '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-19T11:27:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-19T11:27:01Z', 'hostId': u'78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', 'public_v6': '', 'private_v4': u'192.168.120.23', 'cloud': 'envvars', 'host_id': u'78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64', '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-19T11:27:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'24cc5c1b800646649d57abf7008f409a', 'name': u'vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', 'adminPass': u'6EKYifqBS84P', 'tenant_id': u'24cc5c1b800646649d57abf7008f409a', 'created_at': u'2018-08-19T11:24:49Z', 'created': u'2018-08-19T11:24:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-19 11:27:04,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 11:27:04,836 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:27:04,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-7dc93701-cad3-4974-bf01-42d3d555373d Date: Sun, 19 Aug 2018 11:27: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":["2504d4be-0189-440c-95c6-054ee248ef67"],"updated_at":"2018-08-19T11:23:03Z","tenant_id":"24cc5c1b800646649d57abf7008f409a","created_at":"2018-08-19T11:23:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"24cc5c1b800646649d57abf7008f409a","id":"142811aa-fcf8-452b-b683-4505e00f3720","name":"vyos_vrouter-net_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 11:27:04,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7dc93701-cad3-4974-bf01-42d3d555373d 2018-08-19 11:27:04,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0952310562134s 2018-08-19 11:27:04,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-7dc93701-cad3-4974-bf01-42d3d555373d 2018-08-19 11:27:04,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-19 11:27:04,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/ports.json?device_id=7d88fd37-b573-4adb-877c-4ed7e9cd4377" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:27:04,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fdf4fb1a-6a87-48ef-80aa-ae89e3dba054 Date: Sun, 19 Aug 2018 11:27:04 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"142811aa-fcf8-452b-b683-4505e00f3720","tenant_id":"24cc5c1b800646649d57abf7008f409a","created_at":"2018-08-19T11:24:54Z","admin_state_up":true,"updated_at":"2018-08-19T11:27:01Z","binding:vnic_type":"normal","device_id":"7d88fd37-b573-4adb-877c-4ed7e9cd4377","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:24:83:6a","id":"e9eb49b9-74b3-4295-a8af-24b1762d7c51","port_security_enabled":true,"project_id":"24cc5c1b800646649d57abf7008f409a","fixed_ips":[{"subnet_id":"2504d4be-0189-440c-95c6-054ee248ef67","ip_address":"192.168.120.23"}],"extra_dhcp_opts":[],"security_groups":["92e8aab9-9c1f-4635-ab61-bc0381a422b5"],"name":""}]} 2018-08-19 11:27:04,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=7d88fd37-b573-4adb-877c-4ed7e9cd4377 used request id req-fdf4fb1a-6a87-48ef-80aa-ae89e3dba054 2018-08-19 11:27:04,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0552260875702s 2018-08-19 11:27:04,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json?device_id=7d88fd37-b573-4adb-877c-4ed7e9cd4377 used request id req-fdf4fb1a-6a87-48ef-80aa-ae89e3dba054 2018-08-19 11:27:04,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-19 11:27:04,990 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"floatingip": {"floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.23", "port_id": "e9eb49b9-74b3-4295-a8af-24b1762d7c51"}}' 2018-08-19 11:27:06,968 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-09bd08ce-c364-42e7-8686-4f4cb9320468 Date: Sun, 19 Aug 2018 11:27:06 GMT RESP BODY: {"floatingip": {"router_id": "d37301ee-3ee7-4f9e-93c7-296ca9bcb91a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T11:27:05Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.211", "revision_number": 0, "port_id": "e9eb49b9-74b3-4295-a8af-24b1762d7c51", "id": "517821e1-19b0-4f42-b0e7-f1b597bbf6ce", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:27:05Z", "project_id": "24cc5c1b800646649d57abf7008f409a"}} 2018-08-19 11:27:06,969 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-09bd08ce-c364-42e7-8686-4f4cb9320468 2018-08-19 11:27:06,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.97962999344s 2018-08-19 11:27:06,969 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-09bd08ce-c364-42e7-8686-4f4cb9320468 2018-08-19 11:27:06,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 11:27:06,977 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:27:07,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-771da30a-cc8d-4f42-91ea-4dc7fd61c767 Date: Sun, 19 Aug 2018 11:27:07 GMT RESP BODY: {"floatingips": [{"router_id": "d37301ee-3ee7-4f9e-93c7-296ca9bcb91a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T11:27:05Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.120.23", "floating_ip_address": "172.30.9.211", "revision_number": 0, "port_id": "e9eb49b9-74b3-4295-a8af-24b1762d7c51", "id": "517821e1-19b0-4f42-b0e7-f1b597bbf6ce", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:27:05Z", "project_id": "24cc5c1b800646649d57abf7008f409a"}]} 2018-08-19 11:27:07,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-771da30a-cc8d-4f42-91ea-4dc7fd61c767 2018-08-19 11:27:07,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0661449432373s 2018-08-19 11:27:07,044 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-771da30a-cc8d-4f42-91ea-4dc7fd61c767 2018-08-19 11:27:07,047 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd37301ee-3ee7-4f9e-93c7-296ca9bcb91a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'24cc5c1b800646649d57abf7008f409a', 'created_at': u'2018-08-19T11:27:05Z', 'attached': True, 'updated_at': u'2018-08-19T11:27:05Z', 'id': u'517821e1-19b0-4f42-b0e7-f1b597bbf6ce', 'floating_network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', 'fixed_ip_address': u'192.168.120.23', 'floating_ip_address': u'172.30.9.211', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'24cc5c1b800646649d57abf7008f409a', 'name': 'vyos_vrouter-project_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd37301ee-3ee7-4f9e-93c7-296ca9bcb91a', 'project_id': u'24cc5c1b800646649d57abf7008f409a', 'port_id': u'e9eb49b9-74b3-4295-a8af-24b1762d7c51', 'port': u'e9eb49b9-74b3-4295-a8af-24b1762d7c51', 'network': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54'}) 2018-08-19 11:27:07,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 11:27:07,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377/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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 11:27:07,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:27: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-7a75f31c-f159-46b0-ad93-7046422dc8fe x-compute-request-id: req-7a75f31c-f159-46b0-ad93-7046422dc8fe Content-Encoding: gzip Content-Length: 10951 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 1863705373 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.445325] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.448396] pid_max: default: 32768 minimum: 301\n[ 0.450057] Security Framework initialized\n[ 0.451586] SELinux: Initializing.\n[ 0.453244] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.459964] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.464056] Mount-cache hash table entries: 4096\n[ 0.466008] Initializing cgroup subsys memory\n[ 0.467630] Initializing cgroup subsys devices\n[ 0.469221] Initializing cgroup subsys freezer\n[ 0.470821] Initializing cgroup subsys net_cls\n[ 0.472415] Initializing cgroup subsys blkio\n[ 0.473976] Initializing cgroup subsys perf_event\n[ 0.475623] Initializing cgroup subsys hugetlb\n[ 0.477203] Initializing cgroup subsys pids\n[ 0.478745] Initializing cgroup subsys net_prio\n[ 0.480418] CPU: Physical Processor ID: 0\n[ 0.482649] mce: CPU supports 10 MCE banks\n[ 0.484195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.485970] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.487742] tlb_flushall_shift: 6\n[ 0.489288] Freeing SMP alternatives: 28k freed\n[ 0.493545] ACPI: Core revision 20130517\n[ 0.495492] ACPI: All ACPI Tables successfully acquired\n[ 0.497498] ftrace: allocating 25812 entries in 101 pages\n[ 0.519636] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.521688] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.523708] smpboot: Max logical packages: 2\n[ 0.525519] Enabling x2apic\n[ 0.526777] Enabled x2apic\n[ 0.528295] Switched APIC routing to physical x2apic.\n[ 0.531391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.533395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.537032] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.545329] KVM setup paravirtual spinlock\n[ 0.548145] smpboot: Booting Node 0, Processors #1 OK\n[ 0.550305] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.572710] Brought up 2 CPUs\n[ 0.572717] KVM setup async PF for cpu 1\n[ 0.572721] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.577057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.579932] devtmpfs: initialized\n[ 0.583203] EVM: security.selinux\n[ 0.584551] EVM: security.ima\n[ 0.585822] EVM: security.capability\n[ 0.587875] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.589970] pinctrl core: initialized pinctrl subsystem\n[ 0.591850] NET: Registered protocol family 16\n[ 0.593648] ACPI: bus type PCI registered\n[ 0.595150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.597241] PCI: Using configuration type 1 for base access\n[ 0.602425] ACPI: Added _OSI(Module Device)\n[ 0.603988] ACPI: Added _OSI(Processor Device)\n[ 0.605607] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.607244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.610192] ACPI: Interpreter enabled\n[ 0.611675] ACPI: (supports S0 S5)\n[ 0.613097] ACPI: Using IOAPIC for interrupt routing\n[ 0.614838] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.619889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.621853] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.623950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.626002] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.629805] acpiphp: Slot [3] registered\n[ 0.631299] acpiphp: Slot [4] registered\n[ 0.632814] acpiphp: Slot [5] registered\n[ 0.634301] acpiphp: Slot [6] registered\n[ 0.635793] acpiphp: Slot [7] registered\n[ 0.637273] acpiphp: Slot [8] registered\n[ 0.638764] acpiphp: Slot [9] registered\n[ 0.640246] acpiphp: Slot [10] registered\n[ 0.641753] acpiphp: Slot [11] registered\n[ 0.643247] acpiphp: Slot [12] registered\n[ 0.644765] acpiphp: Slot [13] registered\n[ 0.646266] acpiphp: Slot [14] registered\n[ 0.647776] acpiphp: Slot [15] registered\n[ 0.649282] acpiphp: Slot [16] registered\n[ 0.650798] acpiphp: Slot [17] registered\n[ 0.652296] acpiphp: Slot [18] registered\n[ 0.653808] acpiphp: Slot [19] registered\n[ 0.655316] acpiphp: Slot [20] registered\n[ 0.656830] acpiphp: Slot [21] registered\n[ 0.658327] acpiphp: Slot [22] registered\n[ 0.659840] acpiphp: Slot [23] registered\n[ 0.661439] acpiphp: Slot [24] registered\n[ 0.662955] acpiphp: Slot [25] registered\n[ 0.664461] acpiphp: Slot [26] registered\n[ 0.665979] acpiphp: Slot [27] registered\n[ 0.667486] acpiphp: Slot [28] registered\n[ 0.668988] acpiphp: Slot [29] registered\n[ 0.670493] acpiphp: Slot [30] registered\n[ 0.671994] acpiphp: Slot [31] registered\n[ 0.673489] PCI host bridge to bus 0000:00\n[ 0.674998] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.676788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.678854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.680909] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.683670] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.686421] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.692159] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.694281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.696284] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.698402] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.702729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.705453] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.730444] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.733722] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.736116] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.738496] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.740830] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.743019] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.745273] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.748181] vgaarb: loaded\n[ 0.749401] vgaarb: bridge control possible 0000:00:02.0\n[ 0.751364] SCSI subsystem initialized\n[ 0.752854] ACPI: bus type USB registered\n[ 0.754380] usbcore: registered new interface driver usbfs\n[ 0.756193] usbcore: registered new interface driver hub\n[ 0.757994] usbcore: registered new device driver usb\n[ 0.759917] PCI: Using ACPI for IRQ routing\n[ 0.761851] NetLabel: Initializing\n[ 0.763226] NetLabel: domain hash size = 128\n[ 0.764788] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.766519] NetLabel: unlabeled traffic allowed by default\n[ 0.768471] Switched to clocksource kvm-clock\n[ 0.778668] pnp: PnP ACPI init\n[ 0.779985] ACPI: bus type PNP registered\n[ 0.781902] pnp: PnP ACPI: found 5 devices\n[ 0.783424] ACPI: bus type PNP unregistered\n[ 0.791537] NET: Registered protocol family 2\n[ 0.793460] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.796471] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.798983] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.801180] TCP: reno registered\n[ 0.802517] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.804483] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.806573] NET: Registered protocol family 1\n[ 0.808161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.810051] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.811913] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.832427] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.852853] Unpacking initramfs...\n[ 1.336750] Freeing initrd memory: 37508k freed\n[ 1.346341] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.348444] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.352361] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.354405] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.356758] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.358736] Initialise system trusted keyring\n[ 1.360322] audit: initializing netlink socket (disabled)\n[ 1.362107] type=2000 audit(1534678024.397:1): initialized\n[ 1.379246] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.381257] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.384192] zpool: loaded\n[ 1.385409] zbud: loaded\n[ 1.386780] VFS: Disk quotas dquot_6.5.2\n[ 1.388284] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.390540] msgmni has been set to 7578\n[ 1.392056] Key type big_key registered\n[ 1.394420] NET: Registered protocol family 38\n[ 1.396009] Key type asymmetric registered\n[ 1.397514] Asymmetric key parser 'x509' registered\n[ 1.399229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.402080] io scheduler noop registered\n[ 1.403567] io scheduler deadline registered (default)\n[ 1.419291] io scheduler cfq registered\n[ 1.420861] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.422674] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.424800] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.427549] ACPI: Power Button [PWRF]\n[ 1.429123] GHES: HEST is not enabled!\n[ 1.430681] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.454988] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.457410] Non-volatile memory driver v1.3\n[ 1.458947] Linux agpgart interface v0.103\n[ 1.460590] crash memory driver: version 1.1\n[ 1.462187] rdac: device handler registered\n[ 1.463774] hp_sw: device handler registered\n[ 1.465318] emc: device handler registered\n[ 1.466815] alua: device handler registered\n[ 1.468352] libphy: Fixed MDIO Bus: probed\n[ 1.469938] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.471940] ehci-pci: EHCI PCI platform driver\n[ 1.473527] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.475456] ohci-pci: OHCI PCI platform driver\n[ 1.477027] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.497405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.499318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.502099] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.503870] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.505818] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.507902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.510627] usb usb1: Product: UHCI Host Controller\n[ 1.512302] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.514432] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.516254] hub 1-0:1.0: USB hub found\n[ 1.517718] hub 1-0:1.0: 2 ports detected\n[ 1.519361] usbcore: registered new interface driver usbserial\n[ 1.521265] usbcore: registered new interface driver usbserial_generic\n[ 1.523303] usbserial: USB Serial support registered for generic\n[ 1.525268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.528919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.530878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.532830] mousedev: PS/2 mouse device common for all mice\n[ 1.535185] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.538560] rtc_cmos 00:00: RTC can wake from S4\n[ 1.540624] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.541354] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.546000] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.551194] cpuidle: using governor menu\n[ 1.552776] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.554667] usbcore: registered new interface driver usbhid\n[ 1.556479] usbhid: USB HID core driver\n[ 1.557975] drop_monitor: Initializing network drop monitor service\n[ 1.559992] TCP: cubic registered\n[ 1.561333] Initializing XFRM netlink socket\n[ 1.562956] NET: Registered protocol family 10\n[ 1.564818] NET: Registered protocol family 17\n[ 1.566594] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.568524] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.570612] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.574025] Loading compiled-in X.509 certificates\n[ 1.575841] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.579315] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.583222] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.586674] registered taskstats version 1\n[ 1.590288] Key type trusted registered\n[ 1.593207] Key type encrypted registered\n[ 1.596101] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.598522] rtc_cmos 00:00: setting system clock to 2018-08-19 11:27:04 UTC (1534678024)\n[ 1.602348] Freeing unused kernel memory: 1680k freed\n[ 1.608017] 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.613683] systemd[1]: Detected virtualization kvm.\n[ 1.615410] systemd[1]: Detected architecture x86-64.\n[ 1.617140] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.620396] systemd[1]: No hostname configured.\n[ 1.622046] systemd[1]: Set hostname to .\n[ 1.623836] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.648429] systemd[1]: Created slice Root Slice.\n[ 1.650116] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.652701] systemd[1]: Listening on udev Kernel Socket.\n[ 1.654496] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.657252] systemd[1]: Listening on udev Control Socket.\n[ 1.659116] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.662014] systemd[1]: Listening on Journal Socket.\n[ 1.663755] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.666395] systemd[1]: Reached target Sockets.\n[ 1.668035] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Swap.\n[ 1.670713] systemd[1]: Reached target Swap.\n[ 1.672318] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.675143] systemd[1]: Created slice System Slice.\n[ 1.676873] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.679737] systemd[1]: Reached target Slices.\n[ 1.681390] systemd[1]: Starting Slices.\n[ 1.683323] 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.688828] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.692980] systemd[1]: Reached target Timers.\n[ 1.694630] systemd[1]: Starting Timers.\n[ 1.696656] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.700027] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.703839] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.706848] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.711046] systemd[1]: Reached target Paths.\n[ 1.712688] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.715581] systemd[1]: Reached target Local File Systems.\n[ 1.717445] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Started Journal Service.\n[ 1.720669] 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.766668] RPC: Registered named UNIX socket transport module.\n[ 1.768613] RPC: Registered udp transport module.\n[ 1.770250] RPC: Registered tcp transport module.\n[ 1.771904] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.820691] 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[ 1.876884] FDC 0 is a S82078B\n] Reached target Basic System.\n[ 1.895067] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.936850] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.940356] scsi host0: ata_piix\n[ 1.941894] scsi host1: ata_piix\n[ 1.943418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.945587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.949187] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.981393] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.983492] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.985624] usb 1-1: Product: QEMU USB Tablet\n[ 1.987169] usb 1-1: Manufacturer: QEMU\n[ 1.988654] usb 1-1: SerialNumber: 42\n[ 1.998766] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 2.002221] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.120145] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.123331] XFS (vda1): Mounting V4 Filesystem\n[ 2.158413] 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 System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m[ 2.354750] tsc: Refined TSC clocksource calibration: 3491.842 MHz\n] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Paths.\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.393737] systemd-journald[121]: Received SIGTERM from PID 1 (systemd).\n[ 2.523263] SELinux: Disabled at runtime.\n[ 2.561483] type=1404 audit(1534678025.462:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.589667] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.591847] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\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-getty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Setup Virtual Console...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Remount Root and Kernel File Systems...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Swap.\n Mounting Debug File System...\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 Journal Service.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\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[ 2.828392] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n[ 2.922557] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started 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[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started udev Kernel Device Manager.\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.011866] type=1305 audit(1534678025.912:3): audit_pid=440 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] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m[ 3.253768] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.256945] [drm] Initialized drm 1.1.0 20060810\n] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Login Service...\n[ 3.271002] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] [ 3.285530] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.287708] [TTM] Initializing pool allocator\n[ 3.289553] [TTM] Initializing DMA pool allocator\n[ 3.291856] [drm] fb mappable at 0xFC000000\n[ 3.293558] [drm] vram aper at 0xFC000000\n[ 3.295127] [drm] size 33554432\n[ 3.296530] [drm] fb depth is 24\n[ 3.297927] [drm] pitch is 3072\nStarted D-Bus System Message Bus.\n[ 3.300516] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.323952] ppdev: user-space parallel port driver\n[ 3.329765] Console: switching to colour frame buffer device 128x48\n[ 3.345582] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.364107] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 3.419170] AES CTR mode by8 optimization enabled\n Starting Permit User Sessions...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\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[ 3.476669] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Getty on tty1.\n [ 3.483337] alg: No test for crc32 (crc32-pclmul)\nStarting Getty on tty1...\n[[32m OK [0m[ 3.487740] intel_rapl: no valid rapl domains found in package 0\n] Reached target Login Prompts.\n[ 3.493858] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started NTP client/server.\n[ 3.496727] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n\n[ 3.502247] intel_powerclamp: No package C-state available"} 2018-08-19 11:27:07,131 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377/action used request id req-7a75f31c-f159-46b0-ad93-7046422dc8fe 2018-08-19 11:27:07,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0831289291382s 2018-08-19 11:27:07,133 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377/action used request id req-7a75f31c-f159-46b0-ad93-7046422dc8fe 2018-08-19 11:27:07,133 - 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 1863705373 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.445325] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.448396] pid_max: default: 32768 minimum: 301 [ 0.450057] Security Framework initialized [ 0.451586] SELinux: Initializing. [ 0.453244] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.459964] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.464056] Mount-cache hash table entries: 4096 [ 0.466008] Initializing cgroup subsys memory [ 0.467630] Initializing cgroup subsys devices [ 0.469221] Initializing cgroup subsys freezer [ 0.470821] Initializing cgroup subsys net_cls [ 0.472415] Initializing cgroup subsys blkio [ 0.473976] Initializing cgroup subsys perf_event [ 0.475623] Initializing cgroup subsys hugetlb [ 0.477203] Initializing cgroup subsys pids [ 0.478745] Initializing cgroup subsys net_prio [ 0.480418] CPU: Physical Processor ID: 0 [ 0.482649] mce: CPU supports 10 MCE banks [ 0.484195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.485970] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.487742] tlb_flushall_shift: 6 [ 0.489288] Freeing SMP alternatives: 28k freed [ 0.493545] ACPI: Core revision 20130517 [ 0.495492] ACPI: All ACPI Tables successfully acquired [ 0.497498] ftrace: allocating 25812 entries in 101 pages [ 0.519636] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.521688] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.523708] smpboot: Max logical packages: 2 [ 0.525519] Enabling x2apic [ 0.526777] Enabled x2apic [ 0.528295] Switched APIC routing to physical x2apic. [ 0.531391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.533395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.537032] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.545329] KVM setup paravirtual spinlock [ 0.548145] smpboot: Booting Node 0, Processors #1 OK [ 0.550305] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.572710] Brought up 2 CPUs [ 0.572717] KVM setup async PF for cpu 1 [ 0.572721] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.577057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.579932] devtmpfs: initialized [ 0.583203] EVM: security.selinux [ 0.584551] EVM: security.ima [ 0.585822] EVM: security.capability [ 0.587875] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.589970] pinctrl core: initialized pinctrl subsystem [ 0.591850] NET: Registered protocol family 16 [ 0.593648] ACPI: bus type PCI registered [ 0.595150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.597241] PCI: Using configuration type 1 for base access [ 0.602425] ACPI: Added _OSI(Module Device) [ 0.603988] ACPI: Added _OSI(Processor Device) [ 0.605607] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.607244] ACPI: Added _OSI(Processor Aggregator Device) [ 0.610192] ACPI: Interpreter enabled [ 0.611675] ACPI: (supports S0 S5) [ 0.613097] ACPI: Using IOAPIC for interrupt routing [ 0.614838] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.619889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.621853] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.623950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.626002] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.629805] acpiphp: Slot [3] registered [ 0.631299] acpiphp: Slot [4] registered [ 0.632814] acpiphp: Slot [5] registered [ 0.634301] acpiphp: Slot [6] registered [ 0.635793] acpiphp: Slot [7] registered [ 0.637273] acpiphp: Slot [8] registered [ 0.638764] acpiphp: Slot [9] registered [ 0.640246] acpiphp: Slot [10] registered [ 0.641753] acpiphp: Slot [11] registered [ 0.643247] acpiphp: Slot [12] registered [ 0.644765] acpiphp: Slot [13] registered [ 0.646266] acpiphp: Slot [14] registered [ 0.647776] acpiphp: Slot [15] registered [ 0.649282] acpiphp: Slot [16] registered [ 0.650798] acpiphp: Slot [17] registered [ 0.652296] acpiphp: Slot [18] registered [ 0.653808] acpiphp: Slot [19] registered [ 0.655316] acpiphp: Slot [20] registered [ 0.656830] acpiphp: Slot [21] registered [ 0.658327] acpiphp: Slot [22] registered [ 0.659840] acpiphp: Slot [23] registered [ 0.661439] acpiphp: Slot [24] registered [ 0.662955] acpiphp: Slot [25] registered [ 0.664461] acpiphp: Slot [26] registered [ 0.665979] acpiphp: Slot [27] registered [ 0.667486] acpiphp: Slot [28] registered [ 0.668988] acpiphp: Slot [29] registered [ 0.670493] acpiphp: Slot [30] registered [ 0.671994] acpiphp: Slot [31] registered [ 0.673489] PCI host bridge to bus 0000:00 [ 0.674998] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.676788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.678854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.680909] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.683670] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.686421] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.692159] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.694281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.696284] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.698402] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.702729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.705453] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.730444] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.733722] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.736116] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.738496] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.740830] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.743019] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.745273] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.748181] vgaarb: loaded [ 0.749401] vgaarb: bridge control possible 0000:00:02.0 [ 0.751364] SCSI subsystem initialized [ 0.752854] ACPI: bus type USB registered [ 0.754380] usbcore: registered new interface driver usbfs [ 0.756193] usbcore: registered new interface driver hub [ 0.757994] usbcore: registered new device driver usb [ 0.759917] PCI: Using ACPI for IRQ routing [ 0.761851] NetLabel: Initializing [ 0.763226] NetLabel: domain hash size = 128 [ 0.764788] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.766519] NetLabel: unlabeled traffic allowed by default [ 0.768471] Switched to clocksource kvm-clock [ 0.778668] pnp: PnP ACPI init [ 0.779985] ACPI: bus type PNP registered [ 0.781902] pnp: PnP ACPI: found 5 devices [ 0.783424] ACPI: bus type PNP unregistered [ 0.791537] NET: Registered protocol family 2 [ 0.793460] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.796471] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.798983] TCP: Hash tables configured (established 32768 bind 32768) [ 0.801180] TCP: reno registered [ 0.802517] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.804483] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.806573] NET: Registered protocol family 1 [ 0.808161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.810051] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.811913] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.832427] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.852853] Unpacking initramfs... [ 1.336750] Freeing initrd memory: 37508k freed [ 1.346341] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.348444] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.352361] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.354405] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.356758] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.358736] Initialise system trusted keyring [ 1.360322] audit: initializing netlink socket (disabled) [ 1.362107] type=2000 audit(1534678024.397:1): initialized [ 1.379246] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.381257] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.384192] zpool: loaded [ 1.385409] zbud: loaded [ 1.386780] VFS: Disk quotas dquot_6.5.2 [ 1.388284] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.390540] msgmni has been set to 7578 [ 1.392056] Key type big_key registered [ 1.394420] NET: Registered protocol family 38 [ 1.396009] Key type asymmetric registered [ 1.397514] Asymmetric key parser 'x509' registered [ 1.399229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.402080] io scheduler noop registered [ 1.403567] io scheduler deadline registered (default) [ 1.419291] io scheduler cfq registered [ 1.420861] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.422674] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.424800] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.427549] ACPI: Power Button [PWRF] [ 1.429123] GHES: HEST is not enabled! [ 1.430681] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.454988] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.457410] Non-volatile memory driver v1.3 [ 1.458947] Linux agpgart interface v0.103 [ 1.460590] crash memory driver: version 1.1 [ 1.462187] rdac: device handler registered [ 1.463774] hp_sw: device handler registered [ 1.465318] emc: device handler registered [ 1.466815] alua: device handler registered [ 1.468352] libphy: Fixed MDIO Bus: probed [ 1.469938] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.471940] ehci-pci: EHCI PCI platform driver [ 1.473527] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.475456] ohci-pci: OHCI PCI platform driver [ 1.477027] uhci_hcd: USB Universal Host Controller Interface driver [ 1.497405] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.499318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.502099] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.503870] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.505818] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.507902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.510627] usb usb1: Product: UHCI Host Controller [ 1.512302] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.514432] usb usb1: SerialNumber: 0000:00:01.2 [ 1.516254] hub 1-0:1.0: USB hub found [ 1.517718] hub 1-0:1.0: 2 ports detected [ 1.519361] usbcore: registered new interface driver usbserial [ 1.521265] usbcore: registered new interface driver usbserial_generic [ 1.523303] usbserial: USB Serial support registered for generic [ 1.525268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.528919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.530878] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.532830] mousedev: PS/2 mouse device common for all mice [ 1.535185] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.538560] rtc_cmos 00:00: RTC can wake from S4 [ 1.540624] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.541354] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.546000] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.551194] cpuidle: using governor menu [ 1.552776] hidraw: raw HID events driver (C) Jiri Kosina [ 1.554667] usbcore: registered new interface driver usbhid [ 1.556479] usbhid: USB HID core driver [ 1.557975] drop_monitor: Initializing network drop monitor service [ 1.559992] TCP: cubic registered [ 1.561333] Initializing XFRM netlink socket [ 1.562956] NET: Registered protocol family 10 [ 1.564818] NET: Registered protocol family 17 [ 1.566594] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.568524] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.570612] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.574025] Loading compiled-in X.509 certificates [ 1.575841] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.579315] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.583222] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.586674] registered taskstats version 1 [ 1.590288] Key type trusted registered [ 1.593207] Key type encrypted registered [ 1.596101] IMA: No TPM chip found, activating TPM-bypass! [ 1.598522] rtc_cmos 00:00: setting system clock to 2018-08-19 11:27:04 UTC (1534678024) [ 1.602348] Freeing unused kernel memory: 1680k freed [ 1.608017] 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.613683] systemd[1]: Detected virtualization kvm. [ 1.615410] systemd[1]: Detected architecture x86-64. [ 1.617140] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.620396] systemd[1]: No hostname configured. [ 1.622046] systemd[1]: Set hostname to . [ 1.623836] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.648429] systemd[1]: Created slice Root Slice. [ 1.650116] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.652701] systemd[1]: Listening on udev Kernel Socket. [ 1.654496] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.657252] systemd[1]: Listening on udev Control Socket. [ 1.659116] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.662014] systemd[1]: Listening on Journal Socket. [ 1.663755] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Sockets. [ 1.666395] systemd[1]: Reached target Sockets. [ 1.668035] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Swap. [ 1.670713] systemd[1]: Reached target Swap. [ 1.672318] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.675143] systemd[1]: Created slice System Slice. [ 1.676873] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.679737] systemd[1]: Reached target Slices. [ 1.681390] systemd[1]: Starting Slices. [ 1.683323] 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.688828] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.692980] systemd[1]: Reached target Timers. [ 1.694630] systemd[1]: Starting Timers. [ 1.696656] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.700027] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.703839] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.706848] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.711046] systemd[1]: Reached target Paths. [ 1.712688] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.715581] systemd[1]: Reached target Local File Systems. [ 1.717445] systemd[1]: Starting Local File Systems. [[32m OK [0m] Started Journal Service. [ 1.720669] 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.766668] RPC: Registered named UNIX socket transport module. [ 1.768613] RPC: Registered udp transport module. [ 1.770250] RPC: Registered tcp transport module. [ 1.771904] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.820691] 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[ 1.876884] FDC 0 is a S82078B ] Reached target Basic System. [ 1.895067] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.936850] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.940356] scsi host0: ata_piix [ 1.941894] scsi host1: ata_piix [ 1.943418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.945587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.949187] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.981393] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.983492] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.985624] usb 1-1: Product: QEMU USB Tablet [ 1.987169] usb 1-1: Manufacturer: QEMU [ 1.988654] usb 1-1: SerialNumber: 42 [ 1.998766] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 2.002221] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.120145] SGI XFS with ACLs, security attributes, no debug enabled [ 2.123331] XFS (vda1): Mounting V4 Filesystem [ 2.158413] 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 System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m[ 2.354750] tsc: Refined TSC clocksource calibration: 3491.842 MHz ] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Paths. [[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.393737] systemd-journald[121]: Received SIGTERM from PID 1 (systemd). [ 2.523263] SELinux: Disabled at runtime. [ 2.561483] type=1404 audit(1534678025.462:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.589667] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.591847] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Setup Virtual Console... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. Starting Remount Root and Kernel File Systems... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Swap. Mounting Debug File System... 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 Journal Service. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 2.828392] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... [ 2.922557] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started udev Kernel Device Manager. [[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.011866] type=1305 audit(1534678025.912:3): audit_pid=440 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] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m[ 3.253768] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.256945] [drm] Initialized drm 1.1.0 20060810 ] Reached target Paths. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Login Service... [ 3.271002] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting GSSAPI Proxy Daemon... [[32m OK [0m] [ 3.285530] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.287708] [TTM] Initializing pool allocator [ 3.289553] [TTM] Initializing DMA pool allocator [ 3.291856] [drm] fb mappable at 0xFC000000 [ 3.293558] [drm] vram aper at 0xFC000000 [ 3.295127] [drm] size 33554432 [ 3.296530] [drm] fb depth is 24 [ 3.297927] [drm] pitch is 3072 Started D-Bus System Message Bus. [ 3.300516] fbcon: cirrusdrmfb (fb0) is primary device [ 3.323952] ppdev: user-space parallel port driver [ 3.329765] Console: switching to colour frame buffer device 128x48 [ 3.345582] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.364107] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting NTP client/server... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 3.419170] AES CTR mode by8 optimization enabled Starting Permit User Sessions... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[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... [ 3.476669] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Getty on tty1. [ 3.483337] alg: No test for crc32 (crc32-pclmul) Starting Getty on tty1... [[32m OK [0m[ 3.487740] intel_rapl: no valid rapl domains found in package 0 ] Reached target Login Prompts. [ 3.493858] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started NTP client/server. [ 3.496727] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.502247] intel_powerclamp: No package C-state available 2018-08-19 11:27:08,135 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.211: timed out 2018-08-19 11:27:17,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 11:27:17,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377/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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 11:27:17,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:27: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-603c618a-1e86-401a-91ca-007e9afd0ee2 x-compute-request-id: req-603c618a-1e86-401a-91ca-007e9afd0ee2 Content-Encoding: gzip Content-Length: 11786 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 1863705373 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.445325] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.448396] pid_max: default: 32768 minimum: 301\n[ 0.450057] Security Framework initialized\n[ 0.451586] SELinux: Initializing.\n[ 0.453244] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.459964] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.464056] Mount-cache hash table entries: 4096\n[ 0.466008] Initializing cgroup subsys memory\n[ 0.467630] Initializing cgroup subsys devices\n[ 0.469221] Initializing cgroup subsys freezer\n[ 0.470821] Initializing cgroup subsys net_cls\n[ 0.472415] Initializing cgroup subsys blkio\n[ 0.473976] Initializing cgroup subsys perf_event\n[ 0.475623] Initializing cgroup subsys hugetlb\n[ 0.477203] Initializing cgroup subsys pids\n[ 0.478745] Initializing cgroup subsys net_prio\n[ 0.480418] CPU: Physical Processor ID: 0\n[ 0.482649] mce: CPU supports 10 MCE banks\n[ 0.484195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.485970] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.487742] tlb_flushall_shift: 6\n[ 0.489288] Freeing SMP alternatives: 28k freed\n[ 0.493545] ACPI: Core revision 20130517\n[ 0.495492] ACPI: All ACPI Tables successfully acquired\n[ 0.497498] ftrace: allocating 25812 entries in 101 pages\n[ 0.519636] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.521688] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.523708] smpboot: Max logical packages: 2\n[ 0.525519] Enabling x2apic\n[ 0.526777] Enabled x2apic\n[ 0.528295] Switched APIC routing to physical x2apic.\n[ 0.531391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.533395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.537032] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.545329] KVM setup paravirtual spinlock\n[ 0.548145] smpboot: Booting Node 0, Processors #1 OK\n[ 0.550305] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.572710] Brought up 2 CPUs\n[ 0.572717] KVM setup async PF for cpu 1\n[ 0.572721] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.577057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.579932] devtmpfs: initialized\n[ 0.583203] EVM: security.selinux\n[ 0.584551] EVM: security.ima\n[ 0.585822] EVM: security.capability\n[ 0.587875] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.589970] pinctrl core: initialized pinctrl subsystem\n[ 0.591850] NET: Registered protocol family 16\n[ 0.593648] ACPI: bus type PCI registered\n[ 0.595150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.597241] PCI: Using configuration type 1 for base access\n[ 0.602425] ACPI: Added _OSI(Module Device)\n[ 0.603988] ACPI: Added _OSI(Processor Device)\n[ 0.605607] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.607244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.610192] ACPI: Interpreter enabled\n[ 0.611675] ACPI: (supports S0 S5)\n[ 0.613097] ACPI: Using IOAPIC for interrupt routing\n[ 0.614838] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.619889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.621853] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.623950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.626002] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.629805] acpiphp: Slot [3] registered\n[ 0.631299] acpiphp: Slot [4] registered\n[ 0.632814] acpiphp: Slot [5] registered\n[ 0.634301] acpiphp: Slot [6] registered\n[ 0.635793] acpiphp: Slot [7] registered\n[ 0.637273] acpiphp: Slot [8] registered\n[ 0.638764] acpiphp: Slot [9] registered\n[ 0.640246] acpiphp: Slot [10] registered\n[ 0.641753] acpiphp: Slot [11] registered\n[ 0.643247] acpiphp: Slot [12] registered\n[ 0.644765] acpiphp: Slot [13] registered\n[ 0.646266] acpiphp: Slot [14] registered\n[ 0.647776] acpiphp: Slot [15] registered\n[ 0.649282] acpiphp: Slot [16] registered\n[ 0.650798] acpiphp: Slot [17] registered\n[ 0.652296] acpiphp: Slot [18] registered\n[ 0.653808] acpiphp: Slot [19] registered\n[ 0.655316] acpiphp: Slot [20] registered\n[ 0.656830] acpiphp: Slot [21] registered\n[ 0.658327] acpiphp: Slot [22] registered\n[ 0.659840] acpiphp: Slot [23] registered\n[ 0.661439] acpiphp: Slot [24] registered\n[ 0.662955] acpiphp: Slot [25] registered\n[ 0.664461] acpiphp: Slot [26] registered\n[ 0.665979] acpiphp: Slot [27] registered\n[ 0.667486] acpiphp: Slot [28] registered\n[ 0.668988] acpiphp: Slot [29] registered\n[ 0.670493] acpiphp: Slot [30] registered\n[ 0.671994] acpiphp: Slot [31] registered\n[ 0.673489] PCI host bridge to bus 0000:00\n[ 0.674998] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.676788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.678854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.680909] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.683670] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.686421] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.692159] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.694281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.696284] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.698402] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.702729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.705453] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.730444] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.733722] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.736116] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.738496] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.740830] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.743019] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.745273] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.748181] vgaarb: loaded\n[ 0.749401] vgaarb: bridge control possible 0000:00:02.0\n[ 0.751364] SCSI subsystem initialized\n[ 0.752854] ACPI: bus type USB registered\n[ 0.754380] usbcore: registered new interface driver usbfs\n[ 0.756193] usbcore: registered new interface driver hub\n[ 0.757994] usbcore: registered new device driver usb\n[ 0.759917] PCI: Using ACPI for IRQ routing\n[ 0.761851] NetLabel: Initializing\n[ 0.763226] NetLabel: domain hash size = 128\n[ 0.764788] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.766519] NetLabel: unlabeled traffic allowed by default\n[ 0.768471] Switched to clocksource kvm-clock\n[ 0.778668] pnp: PnP ACPI init\n[ 0.779985] ACPI: bus type PNP registered\n[ 0.781902] pnp: PnP ACPI: found 5 devices\n[ 0.783424] ACPI: bus type PNP unregistered\n[ 0.791537] NET: Registered protocol family 2\n[ 0.793460] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.796471] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.798983] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.801180] TCP: reno registered\n[ 0.802517] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.804483] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.806573] NET: Registered protocol family 1\n[ 0.808161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.810051] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.811913] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.832427] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.852853] Unpacking initramfs...\n[ 1.336750] Freeing initrd memory: 37508k freed\n[ 1.346341] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.348444] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.352361] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.354405] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.356758] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.358736] Initialise system trusted keyring\n[ 1.360322] audit: initializing netlink socket (disabled)\n[ 1.362107] type=2000 audit(1534678024.397:1): initialized\n[ 1.379246] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.381257] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.384192] zpool: loaded\n[ 1.385409] zbud: loaded\n[ 1.386780] VFS: Disk quotas dquot_6.5.2\n[ 1.388284] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.390540] msgmni has been set to 7578\n[ 1.392056] Key type big_key registered\n[ 1.394420] NET: Registered protocol family 38\n[ 1.396009] Key type asymmetric registered\n[ 1.397514] Asymmetric key parser 'x509' registered\n[ 1.399229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.402080] io scheduler noop registered\n[ 1.403567] io scheduler deadline registered (default)\n[ 1.419291] io scheduler cfq registered\n[ 1.420861] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.422674] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.424800] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.427549] ACPI: Power Button [PWRF]\n[ 1.429123] GHES: HEST is not enabled!\n[ 1.430681] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.454988] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.457410] Non-volatile memory driver v1.3\n[ 1.458947] Linux agpgart interface v0.103\n[ 1.460590] crash memory driver: version 1.1\n[ 1.462187] rdac: device handler registered\n[ 1.463774] hp_sw: device handler registered\n[ 1.465318] emc: device handler registered\n[ 1.466815] alua: device handler registered\n[ 1.468352] libphy: Fixed MDIO Bus: probed\n[ 1.469938] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.471940] ehci-pci: EHCI PCI platform driver\n[ 1.473527] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.475456] ohci-pci: OHCI PCI platform driver\n[ 1.477027] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.497405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.499318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.502099] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.503870] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.505818] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.507902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.510627] usb usb1: Product: UHCI Host Controller\n[ 1.512302] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.514432] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.516254] hub 1-0:1.0: USB hub found\n[ 1.517718] hub 1-0:1.0: 2 ports detected\n[ 1.519361] usbcore: registered new interface driver usbserial\n[ 1.521265] usbcore: registered new interface driver usbserial_generic\n[ 1.523303] usbserial: USB Serial support registered for generic\n[ 1.525268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.528919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.530878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.532830] mousedev: PS/2 mouse device common for all mice\n[ 1.535185] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.538560] rtc_cmos 00:00: RTC can wake from S4\n[ 1.540624] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.541354] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.546000] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.551194] cpuidle: using governor menu\n[ 1.552776] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.554667] usbcore: registered new interface driver usbhid\n[ 1.556479] usbhid: USB HID core driver\n[ 1.557975] drop_monitor: Initializing network drop monitor service\n[ 1.559992] TCP: cubic registered\n[ 1.561333] Initializing XFRM netlink socket\n[ 1.562956] NET: Registered protocol family 10\n[ 1.564818] NET: Registered protocol family 17\n[ 1.566594] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.568524] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.570612] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.574025] Loading compiled-in X.509 certificates\n[ 1.575841] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.579315] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.583222] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.586674] registered taskstats version 1\n[ 1.590288] Key type trusted registered\n[ 1.593207] Key type encrypted registered\n[ 1.596101] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.598522] rtc_cmos 00:00: setting system clock to 2018-08-19 11:27:04 UTC (1534678024)\n[ 1.602348] Freeing unused kernel memory: 1680k freed\n[ 1.608017] 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.613683] systemd[1]: Detected virtualization kvm.\n[ 1.615410] systemd[1]: Detected architecture x86-64.\n[ 1.617140] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.620396] systemd[1]: No hostname configured.\n[ 1.622046] systemd[1]: Set hostname to .\n[ 1.623836] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.648429] systemd[1]: Created slice Root Slice.\n[ 1.650116] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.652701] systemd[1]: Listening on udev Kernel Socket.\n[ 1.654496] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.657252] systemd[1]: Listening on udev Control Socket.\n[ 1.659116] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.662014] systemd[1]: Listening on Journal Socket.\n[ 1.663755] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.666395] systemd[1]: Reached target Sockets.\n[ 1.668035] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Swap.\n[ 1.670713] systemd[1]: Reached target Swap.\n[ 1.672318] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.675143] systemd[1]: Created slice System Slice.\n[ 1.676873] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.679737] systemd[1]: Reached target Slices.\n[ 1.681390] systemd[1]: Starting Slices.\n[ 1.683323] 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.688828] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.692980] systemd[1]: Reached target Timers.\n[ 1.694630] systemd[1]: Starting Timers.\n[ 1.696656] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.700027] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.703839] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.706848] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.711046] systemd[1]: Reached target Paths.\n[ 1.712688] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.715581] systemd[1]: Reached target Local File Systems.\n[ 1.717445] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Started Journal Service.\n[ 1.720669] 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.766668] RPC: Registered named UNIX socket transport module.\n[ 1.768613] RPC: Registered udp transport module.\n[ 1.770250] RPC: Registered tcp transport module.\n[ 1.771904] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.820691] 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[ 1.876884] FDC 0 is a S82078B\n] Reached target Basic System.\n[ 1.895067] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.936850] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.940356] scsi host0: ata_piix\n[ 1.941894] scsi host1: ata_piix\n[ 1.943418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.945587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.949187] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.981393] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.983492] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.985624] usb 1-1: Product: QEMU USB Tablet\n[ 1.987169] usb 1-1: Manufacturer: QEMU\n[ 1.988654] usb 1-1: SerialNumber: 42\n[ 1.998766] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 2.002221] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.120145] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.123331] XFS (vda1): Mounting V4 Filesystem\n[ 2.158413] 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 System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m[ 2.354750] tsc: Refined TSC clocksource calibration: 3491.842 MHz\n] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Paths.\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.393737] systemd-journald[121]: Received SIGTERM from PID 1 (systemd).\n[ 2.523263] SELinux: Disabled at runtime.\n[ 2.561483] type=1404 audit(1534678025.462:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.589667] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.591847] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\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-getty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Setup Virtual Console...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Remount Root and Kernel File Systems...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Swap.\n Mounting Debug File System...\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 Journal Service.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\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[ 2.828392] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n[ 2.922557] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started 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[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started udev Kernel Device Manager.\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.011866] type=1305 audit(1534678025.912:3): audit_pid=440 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] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m[ 3.253768] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.256945] [drm] Initialized drm 1.1.0 20060810\n] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Login Service...\n[ 3.271002] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] [ 3.285530] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.287708] [TTM] Initializing pool allocator\n[ 3.289553] [TTM] Initializing DMA pool allocator\n[ 3.291856] [drm] fb mappable at 0xFC000000\n[ 3.293558] [drm] vram aper at 0xFC000000\n[ 3.295127] [drm] size 33554432\n[ 3.296530] [drm] fb depth is 24\n[ 3.297927] [drm] pitch is 3072\nStarted D-Bus System Message Bus.\n[ 3.300516] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.323952] ppdev: user-space parallel port driver\n[ 3.329765] Console: switching to colour frame buffer device 128x48\n[ 3.345582] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.364107] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 3.419170] AES CTR mode by8 optimization enabled\n Starting Permit User Sessions...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\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[ 3.476669] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Getty on tty1.\n [ 3.483337] alg: No test for crc32 (crc32-pclmul)\nStarting Getty on tty1...\n[[32m OK [0m[ 3.487740] intel_rapl: no valid rapl domains found in package 0\n] Reached target Login Prompts.\n[ 3.493858] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started NTP client/server.\n[ 3.496727] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n\n[ 3.502247] intel_powerclamp: No package C-state available[ 3.374524] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 11:27:06 +0000. Up 3.34 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 PostgreSQL 9.5 database server...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[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[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.173381] cloud-init[795]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 11:27:09 +0000. Up 6.13 seconds.\n[ 6.221161] cloud-init[795]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.223178] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.225058] cloud-init[795]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.226902] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.228836] cloud-init[795]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.230694] cloud-init[795]: ci-info: | eth0: | True | 192.168.120.23 | 255.255.255.0 | fa:16:3e:24:83:6a |\n[ 6.232558] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.237268] cloud-init[795]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.239279] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.241256] cloud-init[795]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.243239] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.245252] cloud-init[795]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.260978] cloud-init[795]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.262984] cloud-init[795]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.265012] cloud-init[795]: 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-19 11:27:17,225 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377/action used request id req-603c618a-1e86-401a-91ca-007e9afd0ee2 2018-08-19 11:27:17,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0797560214996s 2018-08-19 11:27:17,226 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377/action used request id req-603c618a-1e86-401a-91ca-007e9afd0ee2 2018-08-19 11:27:17,226 - 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 1863705373 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.445325] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.448396] pid_max: default: 32768 minimum: 301 [ 0.450057] Security Framework initialized [ 0.451586] SELinux: Initializing. [ 0.453244] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.459964] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.464056] Mount-cache hash table entries: 4096 [ 0.466008] Initializing cgroup subsys memory [ 0.467630] Initializing cgroup subsys devices [ 0.469221] Initializing cgroup subsys freezer [ 0.470821] Initializing cgroup subsys net_cls [ 0.472415] Initializing cgroup subsys blkio [ 0.473976] Initializing cgroup subsys perf_event [ 0.475623] Initializing cgroup subsys hugetlb [ 0.477203] Initializing cgroup subsys pids [ 0.478745] Initializing cgroup subsys net_prio [ 0.480418] CPU: Physical Processor ID: 0 [ 0.482649] mce: CPU supports 10 MCE banks [ 0.484195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.485970] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.487742] tlb_flushall_shift: 6 [ 0.489288] Freeing SMP alternatives: 28k freed [ 0.493545] ACPI: Core revision 20130517 [ 0.495492] ACPI: All ACPI Tables successfully acquired [ 0.497498] ftrace: allocating 25812 entries in 101 pages [ 0.519636] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.521688] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.523708] smpboot: Max logical packages: 2 [ 0.525519] Enabling x2apic [ 0.526777] Enabled x2apic [ 0.528295] Switched APIC routing to physical x2apic. [ 0.531391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.533395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.537032] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.545329] KVM setup paravirtual spinlock [ 0.548145] smpboot: Booting Node 0, Processors #1 OK [ 0.550305] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.572710] Brought up 2 CPUs [ 0.572717] KVM setup async PF for cpu 1 [ 0.572721] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.577057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.579932] devtmpfs: initialized [ 0.583203] EVM: security.selinux [ 0.584551] EVM: security.ima [ 0.585822] EVM: security.capability [ 0.587875] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.589970] pinctrl core: initialized pinctrl subsystem [ 0.591850] NET: Registered protocol family 16 [ 0.593648] ACPI: bus type PCI registered [ 0.595150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.597241] PCI: Using configuration type 1 for base access [ 0.602425] ACPI: Added _OSI(Module Device) [ 0.603988] ACPI: Added _OSI(Processor Device) [ 0.605607] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.607244] ACPI: Added _OSI(Processor Aggregator Device) [ 0.610192] ACPI: Interpreter enabled [ 0.611675] ACPI: (supports S0 S5) [ 0.613097] ACPI: Using IOAPIC for interrupt routing [ 0.614838] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.619889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.621853] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.623950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.626002] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.629805] acpiphp: Slot [3] registered [ 0.631299] acpiphp: Slot [4] registered [ 0.632814] acpiphp: Slot [5] registered [ 0.634301] acpiphp: Slot [6] registered [ 0.635793] acpiphp: Slot [7] registered [ 0.637273] acpiphp: Slot [8] registered [ 0.638764] acpiphp: Slot [9] registered [ 0.640246] acpiphp: Slot [10] registered [ 0.641753] acpiphp: Slot [11] registered [ 0.643247] acpiphp: Slot [12] registered [ 0.644765] acpiphp: Slot [13] registered [ 0.646266] acpiphp: Slot [14] registered [ 0.647776] acpiphp: Slot [15] registered [ 0.649282] acpiphp: Slot [16] registered [ 0.650798] acpiphp: Slot [17] registered [ 0.652296] acpiphp: Slot [18] registered [ 0.653808] acpiphp: Slot [19] registered [ 0.655316] acpiphp: Slot [20] registered [ 0.656830] acpiphp: Slot [21] registered [ 0.658327] acpiphp: Slot [22] registered [ 0.659840] acpiphp: Slot [23] registered [ 0.661439] acpiphp: Slot [24] registered [ 0.662955] acpiphp: Slot [25] registered [ 0.664461] acpiphp: Slot [26] registered [ 0.665979] acpiphp: Slot [27] registered [ 0.667486] acpiphp: Slot [28] registered [ 0.668988] acpiphp: Slot [29] registered [ 0.670493] acpiphp: Slot [30] registered [ 0.671994] acpiphp: Slot [31] registered [ 0.673489] PCI host bridge to bus 0000:00 [ 0.674998] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.676788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.678854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.680909] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.683670] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.686421] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.692159] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.694281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.696284] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.698402] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.702729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.705453] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.730444] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.733722] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.736116] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.738496] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.740830] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.743019] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.745273] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.748181] vgaarb: loaded [ 0.749401] vgaarb: bridge control possible 0000:00:02.0 [ 0.751364] SCSI subsystem initialized [ 0.752854] ACPI: bus type USB registered [ 0.754380] usbcore: registered new interface driver usbfs [ 0.756193] usbcore: registered new interface driver hub [ 0.757994] usbcore: registered new device driver usb [ 0.759917] PCI: Using ACPI for IRQ routing [ 0.761851] NetLabel: Initializing [ 0.763226] NetLabel: domain hash size = 128 [ 0.764788] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.766519] NetLabel: unlabeled traffic allowed by default [ 0.768471] Switched to clocksource kvm-clock [ 0.778668] pnp: PnP ACPI init [ 0.779985] ACPI: bus type PNP registered [ 0.781902] pnp: PnP ACPI: found 5 devices [ 0.783424] ACPI: bus type PNP unregistered [ 0.791537] NET: Registered protocol family 2 [ 0.793460] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.796471] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.798983] TCP: Hash tables configured (established 32768 bind 32768) [ 0.801180] TCP: reno registered [ 0.802517] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.804483] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.806573] NET: Registered protocol family 1 [ 0.808161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.810051] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.811913] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.832427] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.852853] Unpacking initramfs... [ 1.336750] Freeing initrd memory: 37508k freed [ 1.346341] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.348444] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.352361] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.354405] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.356758] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.358736] Initialise system trusted keyring [ 1.360322] audit: initializing netlink socket (disabled) [ 1.362107] type=2000 audit(1534678024.397:1): initialized [ 1.379246] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.381257] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.384192] zpool: loaded [ 1.385409] zbud: loaded [ 1.386780] VFS: Disk quotas dquot_6.5.2 [ 1.388284] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.390540] msgmni has been set to 7578 [ 1.392056] Key type big_key registered [ 1.394420] NET: Registered protocol family 38 [ 1.396009] Key type asymmetric registered [ 1.397514] Asymmetric key parser 'x509' registered [ 1.399229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.402080] io scheduler noop registered [ 1.403567] io scheduler deadline registered (default) [ 1.419291] io scheduler cfq registered [ 1.420861] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.422674] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.424800] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.427549] ACPI: Power Button [PWRF] [ 1.429123] GHES: HEST is not enabled! [ 1.430681] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.454988] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.457410] Non-volatile memory driver v1.3 [ 1.458947] Linux agpgart interface v0.103 [ 1.460590] crash memory driver: version 1.1 [ 1.462187] rdac: device handler registered [ 1.463774] hp_sw: device handler registered [ 1.465318] emc: device handler registered [ 1.466815] alua: device handler registered [ 1.468352] libphy: Fixed MDIO Bus: probed [ 1.469938] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.471940] ehci-pci: EHCI PCI platform driver [ 1.473527] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.475456] ohci-pci: OHCI PCI platform driver [ 1.477027] uhci_hcd: USB Universal Host Controller Interface driver [ 1.497405] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.499318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.502099] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.503870] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.505818] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.507902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.510627] usb usb1: Product: UHCI Host Controller [ 1.512302] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.514432] usb usb1: SerialNumber: 0000:00:01.2 [ 1.516254] hub 1-0:1.0: USB hub found [ 1.517718] hub 1-0:1.0: 2 ports detected [ 1.519361] usbcore: registered new interface driver usbserial [ 1.521265] usbcore: registered new interface driver usbserial_generic [ 1.523303] usbserial: USB Serial support registered for generic [ 1.525268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.528919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.530878] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.532830] mousedev: PS/2 mouse device common for all mice [ 1.535185] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.538560] rtc_cmos 00:00: RTC can wake from S4 [ 1.540624] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.541354] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.546000] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.551194] cpuidle: using governor menu [ 1.552776] hidraw: raw HID events driver (C) Jiri Kosina [ 1.554667] usbcore: registered new interface driver usbhid [ 1.556479] usbhid: USB HID core driver [ 1.557975] drop_monitor: Initializing network drop monitor service [ 1.559992] TCP: cubic registered [ 1.561333] Initializing XFRM netlink socket [ 1.562956] NET: Registered protocol family 10 [ 1.564818] NET: Registered protocol family 17 [ 1.566594] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.568524] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.570612] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.574025] Loading compiled-in X.509 certificates [ 1.575841] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.579315] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.583222] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.586674] registered taskstats version 1 [ 1.590288] Key type trusted registered [ 1.593207] Key type encrypted registered [ 1.596101] IMA: No TPM chip found, activating TPM-bypass! [ 1.598522] rtc_cmos 00:00: setting system clock to 2018-08-19 11:27:04 UTC (1534678024) [ 1.602348] Freeing unused kernel memory: 1680k freed [ 1.608017] 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.613683] systemd[1]: Detected virtualization kvm. [ 1.615410] systemd[1]: Detected architecture x86-64. [ 1.617140] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.620396] systemd[1]: No hostname configured. [ 1.622046] systemd[1]: Set hostname to . [ 1.623836] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.648429] systemd[1]: Created slice Root Slice. [ 1.650116] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.652701] systemd[1]: Listening on udev Kernel Socket. [ 1.654496] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.657252] systemd[1]: Listening on udev Control Socket. [ 1.659116] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.662014] systemd[1]: Listening on Journal Socket. [ 1.663755] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Sockets. [ 1.666395] systemd[1]: Reached target Sockets. [ 1.668035] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Swap. [ 1.670713] systemd[1]: Reached target Swap. [ 1.672318] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.675143] systemd[1]: Created slice System Slice. [ 1.676873] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.679737] systemd[1]: Reached target Slices. [ 1.681390] systemd[1]: Starting Slices. [ 1.683323] 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.688828] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.692980] systemd[1]: Reached target Timers. [ 1.694630] systemd[1]: Starting Timers. [ 1.696656] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.700027] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.703839] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.706848] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.711046] systemd[1]: Reached target Paths. [ 1.712688] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.715581] systemd[1]: Reached target Local File Systems. [ 1.717445] systemd[1]: Starting Local File Systems. [[32m OK [0m] Started Journal Service. [ 1.720669] 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.766668] RPC: Registered named UNIX socket transport module. [ 1.768613] RPC: Registered udp transport module. [ 1.770250] RPC: Registered tcp transport module. [ 1.771904] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.820691] 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[ 1.876884] FDC 0 is a S82078B ] Reached target Basic System. [ 1.895067] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.936850] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.940356] scsi host0: ata_piix [ 1.941894] scsi host1: ata_piix [ 1.943418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.945587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.949187] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.981393] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.983492] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.985624] usb 1-1: Product: QEMU USB Tablet [ 1.987169] usb 1-1: Manufacturer: QEMU [ 1.988654] usb 1-1: SerialNumber: 42 [ 1.998766] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 2.002221] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.120145] SGI XFS with ACLs, security attributes, no debug enabled [ 2.123331] XFS (vda1): Mounting V4 Filesystem [ 2.158413] 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 System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m[ 2.354750] tsc: Refined TSC clocksource calibration: 3491.842 MHz ] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Paths. [[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.393737] systemd-journald[121]: Received SIGTERM from PID 1 (systemd). [ 2.523263] SELinux: Disabled at runtime. [ 2.561483] type=1404 audit(1534678025.462:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.589667] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.591847] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Setup Virtual Console... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. Starting Remount Root and Kernel File Systems... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Swap. Mounting Debug File System... 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 Journal Service. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 2.828392] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... [ 2.922557] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started udev Kernel Device Manager. [[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.011866] type=1305 audit(1534678025.912:3): audit_pid=440 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] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m[ 3.253768] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.256945] [drm] Initialized drm 1.1.0 20060810 ] Reached target Paths. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Login Service... [ 3.271002] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting GSSAPI Proxy Daemon... [[32m OK [0m] [ 3.285530] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.287708] [TTM] Initializing pool allocator [ 3.289553] [TTM] Initializing DMA pool allocator [ 3.291856] [drm] fb mappable at 0xFC000000 [ 3.293558] [drm] vram aper at 0xFC000000 [ 3.295127] [drm] size 33554432 [ 3.296530] [drm] fb depth is 24 [ 3.297927] [drm] pitch is 3072 Started D-Bus System Message Bus. [ 3.300516] fbcon: cirrusdrmfb (fb0) is primary device [ 3.323952] ppdev: user-space parallel port driver [ 3.329765] Console: switching to colour frame buffer device 128x48 [ 3.345582] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.364107] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting NTP client/server... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 3.419170] AES CTR mode by8 optimization enabled Starting Permit User Sessions... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[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... [ 3.476669] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Getty on tty1. [ 3.483337] alg: No test for crc32 (crc32-pclmul) Starting Getty on tty1... [[32m OK [0m[ 3.487740] intel_rapl: no valid rapl domains found in package 0 ] Reached target Login Prompts. [ 3.493858] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started NTP client/server. [ 3.496727] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.502247] intel_powerclamp: No package C-state available[ 3.374524] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 11:27:06 +0000. Up 3.34 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 PostgreSQL 9.5 database server... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... Starting Notify NFS peers of a restart... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage 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] 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.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.173381] cloud-init[795]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 11:27:09 +0000. Up 6.13 seconds. [ 6.221161] cloud-init[795]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.223178] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.225058] cloud-init[795]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.226902] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.228836] cloud-init[795]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.230694] cloud-init[795]: ci-info: | eth0: | True | 192.168.120.23 | 255.255.255.0 | fa:16:3e:24:83:6a | [ 6.232558] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.237268] cloud-init[795]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.239279] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.241256] cloud-init[795]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.243239] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.245252] cloud-init[795]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.260978] cloud-init[795]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.262984] cloud-init[795]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.265012] cloud-init[795]: 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-19 11:27:17,230 - paramiko.transport - DEBUG - starting thread (client mode): 0x2dfd1c50L 2018-08-19 11:27:17,231 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 11:27:17,238 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-19 11:27:17,238 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-19 11:27:17,244 - 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-19 11:27:17,244 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 11:27:17,245 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-19 11:27:17,245 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 11:27:17,245 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 11:27:17,245 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 11:27:17,252 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 11:27:17,253 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 11:27:17,263 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.211: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-19 11:27:17,264 - paramiko.transport - DEBUG - Trying discovered key 4bfdaed6a3ed0c3851e2d8345a48c296 in /tmp/tmpmYj3an 2018-08-19 11:27:17,293 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 11:27:27,321 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-19 11:27:27,346 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-19 11:27:27,347 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 11:27:27,353 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-19 11:27:27,362 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.211: Authentication failed. 2018-08-19 11:27:36,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 11:27:36,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377/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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 11:27:36,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11: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-db5ba3cb-452b-43b7-85ae-b5f3a215af2d x-compute-request-id: req-db5ba3cb-452b-43b7-85ae-b5f3a215af2d Content-Encoding: gzip Content-Length: 11786 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 1863705373 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.445325] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.448396] pid_max: default: 32768 minimum: 301\n[ 0.450057] Security Framework initialized\n[ 0.451586] SELinux: Initializing.\n[ 0.453244] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.459964] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.464056] Mount-cache hash table entries: 4096\n[ 0.466008] Initializing cgroup subsys memory\n[ 0.467630] Initializing cgroup subsys devices\n[ 0.469221] Initializing cgroup subsys freezer\n[ 0.470821] Initializing cgroup subsys net_cls\n[ 0.472415] Initializing cgroup subsys blkio\n[ 0.473976] Initializing cgroup subsys perf_event\n[ 0.475623] Initializing cgroup subsys hugetlb\n[ 0.477203] Initializing cgroup subsys pids\n[ 0.478745] Initializing cgroup subsys net_prio\n[ 0.480418] CPU: Physical Processor ID: 0\n[ 0.482649] mce: CPU supports 10 MCE banks\n[ 0.484195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.485970] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.487742] tlb_flushall_shift: 6\n[ 0.489288] Freeing SMP alternatives: 28k freed\n[ 0.493545] ACPI: Core revision 20130517\n[ 0.495492] ACPI: All ACPI Tables successfully acquired\n[ 0.497498] ftrace: allocating 25812 entries in 101 pages\n[ 0.519636] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.521688] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.523708] smpboot: Max logical packages: 2\n[ 0.525519] Enabling x2apic\n[ 0.526777] Enabled x2apic\n[ 0.528295] Switched APIC routing to physical x2apic.\n[ 0.531391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.533395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.537032] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.545329] KVM setup paravirtual spinlock\n[ 0.548145] smpboot: Booting Node 0, Processors #1 OK\n[ 0.550305] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.572710] Brought up 2 CPUs\n[ 0.572717] KVM setup async PF for cpu 1\n[ 0.572721] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.577057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.579932] devtmpfs: initialized\n[ 0.583203] EVM: security.selinux\n[ 0.584551] EVM: security.ima\n[ 0.585822] EVM: security.capability\n[ 0.587875] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.589970] pinctrl core: initialized pinctrl subsystem\n[ 0.591850] NET: Registered protocol family 16\n[ 0.593648] ACPI: bus type PCI registered\n[ 0.595150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.597241] PCI: Using configuration type 1 for base access\n[ 0.602425] ACPI: Added _OSI(Module Device)\n[ 0.603988] ACPI: Added _OSI(Processor Device)\n[ 0.605607] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.607244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.610192] ACPI: Interpreter enabled\n[ 0.611675] ACPI: (supports S0 S5)\n[ 0.613097] ACPI: Using IOAPIC for interrupt routing\n[ 0.614838] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.619889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.621853] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.623950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.626002] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.629805] acpiphp: Slot [3] registered\n[ 0.631299] acpiphp: Slot [4] registered\n[ 0.632814] acpiphp: Slot [5] registered\n[ 0.634301] acpiphp: Slot [6] registered\n[ 0.635793] acpiphp: Slot [7] registered\n[ 0.637273] acpiphp: Slot [8] registered\n[ 0.638764] acpiphp: Slot [9] registered\n[ 0.640246] acpiphp: Slot [10] registered\n[ 0.641753] acpiphp: Slot [11] registered\n[ 0.643247] acpiphp: Slot [12] registered\n[ 0.644765] acpiphp: Slot [13] registered\n[ 0.646266] acpiphp: Slot [14] registered\n[ 0.647776] acpiphp: Slot [15] registered\n[ 0.649282] acpiphp: Slot [16] registered\n[ 0.650798] acpiphp: Slot [17] registered\n[ 0.652296] acpiphp: Slot [18] registered\n[ 0.653808] acpiphp: Slot [19] registered\n[ 0.655316] acpiphp: Slot [20] registered\n[ 0.656830] acpiphp: Slot [21] registered\n[ 0.658327] acpiphp: Slot [22] registered\n[ 0.659840] acpiphp: Slot [23] registered\n[ 0.661439] acpiphp: Slot [24] registered\n[ 0.662955] acpiphp: Slot [25] registered\n[ 0.664461] acpiphp: Slot [26] registered\n[ 0.665979] acpiphp: Slot [27] registered\n[ 0.667486] acpiphp: Slot [28] registered\n[ 0.668988] acpiphp: Slot [29] registered\n[ 0.670493] acpiphp: Slot [30] registered\n[ 0.671994] acpiphp: Slot [31] registered\n[ 0.673489] PCI host bridge to bus 0000:00\n[ 0.674998] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.676788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.678854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.680909] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.683670] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.686421] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.692159] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.694281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.696284] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.698402] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.702729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.705453] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.730444] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.733722] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.736116] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.738496] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.740830] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.743019] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.745273] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.748181] vgaarb: loaded\n[ 0.749401] vgaarb: bridge control possible 0000:00:02.0\n[ 0.751364] SCSI subsystem initialized\n[ 0.752854] ACPI: bus type USB registered\n[ 0.754380] usbcore: registered new interface driver usbfs\n[ 0.756193] usbcore: registered new interface driver hub\n[ 0.757994] usbcore: registered new device driver usb\n[ 0.759917] PCI: Using ACPI for IRQ routing\n[ 0.761851] NetLabel: Initializing\n[ 0.763226] NetLabel: domain hash size = 128\n[ 0.764788] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.766519] NetLabel: unlabeled traffic allowed by default\n[ 0.768471] Switched to clocksource kvm-clock\n[ 0.778668] pnp: PnP ACPI init\n[ 0.779985] ACPI: bus type PNP registered\n[ 0.781902] pnp: PnP ACPI: found 5 devices\n[ 0.783424] ACPI: bus type PNP unregistered\n[ 0.791537] NET: Registered protocol family 2\n[ 0.793460] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.796471] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.798983] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.801180] TCP: reno registered\n[ 0.802517] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.804483] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.806573] NET: Registered protocol family 1\n[ 0.808161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.810051] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.811913] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.832427] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.852853] Unpacking initramfs...\n[ 1.336750] Freeing initrd memory: 37508k freed\n[ 1.346341] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.348444] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.352361] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.354405] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.356758] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.358736] Initialise system trusted keyring\n[ 1.360322] audit: initializing netlink socket (disabled)\n[ 1.362107] type=2000 audit(1534678024.397:1): initialized\n[ 1.379246] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.381257] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.384192] zpool: loaded\n[ 1.385409] zbud: loaded\n[ 1.386780] VFS: Disk quotas dquot_6.5.2\n[ 1.388284] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.390540] msgmni has been set to 7578\n[ 1.392056] Key type big_key registered\n[ 1.394420] NET: Registered protocol family 38\n[ 1.396009] Key type asymmetric registered\n[ 1.397514] Asymmetric key parser 'x509' registered\n[ 1.399229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.402080] io scheduler noop registered\n[ 1.403567] io scheduler deadline registered (default)\n[ 1.419291] io scheduler cfq registered\n[ 1.420861] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.422674] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.424800] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.427549] ACPI: Power Button [PWRF]\n[ 1.429123] GHES: HEST is not enabled!\n[ 1.430681] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.454988] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.457410] Non-volatile memory driver v1.3\n[ 1.458947] Linux agpgart interface v0.103\n[ 1.460590] crash memory driver: version 1.1\n[ 1.462187] rdac: device handler registered\n[ 1.463774] hp_sw: device handler registered\n[ 1.465318] emc: device handler registered\n[ 1.466815] alua: device handler registered\n[ 1.468352] libphy: Fixed MDIO Bus: probed\n[ 1.469938] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.471940] ehci-pci: EHCI PCI platform driver\n[ 1.473527] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.475456] ohci-pci: OHCI PCI platform driver\n[ 1.477027] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.497405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.499318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.502099] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.503870] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.505818] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.507902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.510627] usb usb1: Product: UHCI Host Controller\n[ 1.512302] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.514432] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.516254] hub 1-0:1.0: USB hub found\n[ 1.517718] hub 1-0:1.0: 2 ports detected\n[ 1.519361] usbcore: registered new interface driver usbserial\n[ 1.521265] usbcore: registered new interface driver usbserial_generic\n[ 1.523303] usbserial: USB Serial support registered for generic\n[ 1.525268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.528919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.530878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.532830] mousedev: PS/2 mouse device common for all mice\n[ 1.535185] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.538560] rtc_cmos 00:00: RTC can wake from S4\n[ 1.540624] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.541354] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.546000] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.551194] cpuidle: using governor menu\n[ 1.552776] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.554667] usbcore: registered new interface driver usbhid\n[ 1.556479] usbhid: USB HID core driver\n[ 1.557975] drop_monitor: Initializing network drop monitor service\n[ 1.559992] TCP: cubic registered\n[ 1.561333] Initializing XFRM netlink socket\n[ 1.562956] NET: Registered protocol family 10\n[ 1.564818] NET: Registered protocol family 17\n[ 1.566594] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.568524] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.570612] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.574025] Loading compiled-in X.509 certificates\n[ 1.575841] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.579315] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.583222] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.586674] registered taskstats version 1\n[ 1.590288] Key type trusted registered\n[ 1.593207] Key type encrypted registered\n[ 1.596101] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.598522] rtc_cmos 00:00: setting system clock to 2018-08-19 11:27:04 UTC (1534678024)\n[ 1.602348] Freeing unused kernel memory: 1680k freed\n[ 1.608017] 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.613683] systemd[1]: Detected virtualization kvm.\n[ 1.615410] systemd[1]: Detected architecture x86-64.\n[ 1.617140] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.620396] systemd[1]: No hostname configured.\n[ 1.622046] systemd[1]: Set hostname to .\n[ 1.623836] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.648429] systemd[1]: Created slice Root Slice.\n[ 1.650116] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.652701] systemd[1]: Listening on udev Kernel Socket.\n[ 1.654496] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.657252] systemd[1]: Listening on udev Control Socket.\n[ 1.659116] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.662014] systemd[1]: Listening on Journal Socket.\n[ 1.663755] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.666395] systemd[1]: Reached target Sockets.\n[ 1.668035] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Swap.\n[ 1.670713] systemd[1]: Reached target Swap.\n[ 1.672318] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.675143] systemd[1]: Created slice System Slice.\n[ 1.676873] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.679737] systemd[1]: Reached target Slices.\n[ 1.681390] systemd[1]: Starting Slices.\n[ 1.683323] 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.688828] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.692980] systemd[1]: Reached target Timers.\n[ 1.694630] systemd[1]: Starting Timers.\n[ 1.696656] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.700027] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.703839] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.706848] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.711046] systemd[1]: Reached target Paths.\n[ 1.712688] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.715581] systemd[1]: Reached target Local File Systems.\n[ 1.717445] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Started Journal Service.\n[ 1.720669] 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.766668] RPC: Registered named UNIX socket transport module.\n[ 1.768613] RPC: Registered udp transport module.\n[ 1.770250] RPC: Registered tcp transport module.\n[ 1.771904] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.820691] 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[ 1.876884] FDC 0 is a S82078B\n] Reached target Basic System.\n[ 1.895067] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.936850] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.940356] scsi host0: ata_piix\n[ 1.941894] scsi host1: ata_piix\n[ 1.943418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.945587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.949187] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.981393] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.983492] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.985624] usb 1-1: Product: QEMU USB Tablet\n[ 1.987169] usb 1-1: Manufacturer: QEMU\n[ 1.988654] usb 1-1: SerialNumber: 42\n[ 1.998766] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 2.002221] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.120145] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.123331] XFS (vda1): Mounting V4 Filesystem\n[ 2.158413] 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 System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m[ 2.354750] tsc: Refined TSC clocksource calibration: 3491.842 MHz\n] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Paths.\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.393737] systemd-journald[121]: Received SIGTERM from PID 1 (systemd).\n[ 2.523263] SELinux: Disabled at runtime.\n[ 2.561483] type=1404 audit(1534678025.462:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.589667] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.591847] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\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-getty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Setup Virtual Console...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Remount Root and Kernel File Systems...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Swap.\n Mounting Debug File System...\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 Journal Service.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\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[ 2.828392] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n[ 2.922557] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started 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[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started udev Kernel Device Manager.\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.011866] type=1305 audit(1534678025.912:3): audit_pid=440 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] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m[ 3.253768] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.256945] [drm] Initialized drm 1.1.0 20060810\n] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Login Service...\n[ 3.271002] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] [ 3.285530] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.287708] [TTM] Initializing pool allocator\n[ 3.289553] [TTM] Initializing DMA pool allocator\n[ 3.291856] [drm] fb mappable at 0xFC000000\n[ 3.293558] [drm] vram aper at 0xFC000000\n[ 3.295127] [drm] size 33554432\n[ 3.296530] [drm] fb depth is 24\n[ 3.297927] [drm] pitch is 3072\nStarted D-Bus System Message Bus.\n[ 3.300516] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.323952] ppdev: user-space parallel port driver\n[ 3.329765] Console: switching to colour frame buffer device 128x48\n[ 3.345582] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.364107] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 3.419170] AES CTR mode by8 optimization enabled\n Starting Permit User Sessions...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\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[ 3.476669] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Getty on tty1.\n [ 3.483337] alg: No test for crc32 (crc32-pclmul)\nStarting Getty on tty1...\n[[32m OK [0m[ 3.487740] intel_rapl: no valid rapl domains found in package 0\n] Reached target Login Prompts.\n[ 3.493858] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started NTP client/server.\n[ 3.496727] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n\n[ 3.502247] intel_powerclamp: No package C-state available[ 3.374524] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 11:27:06 +0000. Up 3.34 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 PostgreSQL 9.5 database server...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[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[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.173381] cloud-init[795]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 11:27:09 +0000. Up 6.13 seconds.\n[ 6.221161] cloud-init[795]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.223178] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.225058] cloud-init[795]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.226902] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.228836] cloud-init[795]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.230694] cloud-init[795]: ci-info: | eth0: | True | 192.168.120.23 | 255.255.255.0 | fa:16:3e:24:83:6a |\n[ 6.232558] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.237268] cloud-init[795]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.239279] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.241256] cloud-init[795]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.243239] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.245252] cloud-init[795]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.260978] cloud-init[795]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.262984] cloud-init[795]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.265012] cloud-init[795]: 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-19 11:27:36,439 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377/action used request id req-db5ba3cb-452b-43b7-85ae-b5f3a215af2d 2018-08-19 11:27:36,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0759608745575s 2018-08-19 11:27:36,441 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377/action used request id req-db5ba3cb-452b-43b7-85ae-b5f3a215af2d 2018-08-19 11:27:36,441 - 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 1863705373 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.445325] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.448396] pid_max: default: 32768 minimum: 301 [ 0.450057] Security Framework initialized [ 0.451586] SELinux: Initializing. [ 0.453244] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.459964] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.464056] Mount-cache hash table entries: 4096 [ 0.466008] Initializing cgroup subsys memory [ 0.467630] Initializing cgroup subsys devices [ 0.469221] Initializing cgroup subsys freezer [ 0.470821] Initializing cgroup subsys net_cls [ 0.472415] Initializing cgroup subsys blkio [ 0.473976] Initializing cgroup subsys perf_event [ 0.475623] Initializing cgroup subsys hugetlb [ 0.477203] Initializing cgroup subsys pids [ 0.478745] Initializing cgroup subsys net_prio [ 0.480418] CPU: Physical Processor ID: 0 [ 0.482649] mce: CPU supports 10 MCE banks [ 0.484195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.485970] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.487742] tlb_flushall_shift: 6 [ 0.489288] Freeing SMP alternatives: 28k freed [ 0.493545] ACPI: Core revision 20130517 [ 0.495492] ACPI: All ACPI Tables successfully acquired [ 0.497498] ftrace: allocating 25812 entries in 101 pages [ 0.519636] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.521688] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.523708] smpboot: Max logical packages: 2 [ 0.525519] Enabling x2apic [ 0.526777] Enabled x2apic [ 0.528295] Switched APIC routing to physical x2apic. [ 0.531391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.533395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.537032] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.545329] KVM setup paravirtual spinlock [ 0.548145] smpboot: Booting Node 0, Processors #1 OK [ 0.550305] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.572710] Brought up 2 CPUs [ 0.572717] KVM setup async PF for cpu 1 [ 0.572721] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.577057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.579932] devtmpfs: initialized [ 0.583203] EVM: security.selinux [ 0.584551] EVM: security.ima [ 0.585822] EVM: security.capability [ 0.587875] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.589970] pinctrl core: initialized pinctrl subsystem [ 0.591850] NET: Registered protocol family 16 [ 0.593648] ACPI: bus type PCI registered [ 0.595150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.597241] PCI: Using configuration type 1 for base access [ 0.602425] ACPI: Added _OSI(Module Device) [ 0.603988] ACPI: Added _OSI(Processor Device) [ 0.605607] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.607244] ACPI: Added _OSI(Processor Aggregator Device) [ 0.610192] ACPI: Interpreter enabled [ 0.611675] ACPI: (supports S0 S5) [ 0.613097] ACPI: Using IOAPIC for interrupt routing [ 0.614838] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.619889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.621853] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.623950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.626002] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.629805] acpiphp: Slot [3] registered [ 0.631299] acpiphp: Slot [4] registered [ 0.632814] acpiphp: Slot [5] registered [ 0.634301] acpiphp: Slot [6] registered [ 0.635793] acpiphp: Slot [7] registered [ 0.637273] acpiphp: Slot [8] registered [ 0.638764] acpiphp: Slot [9] registered [ 0.640246] acpiphp: Slot [10] registered [ 0.641753] acpiphp: Slot [11] registered [ 0.643247] acpiphp: Slot [12] registered [ 0.644765] acpiphp: Slot [13] registered [ 0.646266] acpiphp: Slot [14] registered [ 0.647776] acpiphp: Slot [15] registered [ 0.649282] acpiphp: Slot [16] registered [ 0.650798] acpiphp: Slot [17] registered [ 0.652296] acpiphp: Slot [18] registered [ 0.653808] acpiphp: Slot [19] registered [ 0.655316] acpiphp: Slot [20] registered [ 0.656830] acpiphp: Slot [21] registered [ 0.658327] acpiphp: Slot [22] registered [ 0.659840] acpiphp: Slot [23] registered [ 0.661439] acpiphp: Slot [24] registered [ 0.662955] acpiphp: Slot [25] registered [ 0.664461] acpiphp: Slot [26] registered [ 0.665979] acpiphp: Slot [27] registered [ 0.667486] acpiphp: Slot [28] registered [ 0.668988] acpiphp: Slot [29] registered [ 0.670493] acpiphp: Slot [30] registered [ 0.671994] acpiphp: Slot [31] registered [ 0.673489] PCI host bridge to bus 0000:00 [ 0.674998] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.676788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.678854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.680909] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.683670] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.686421] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.692159] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.694281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.696284] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.698402] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.702729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.705453] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.730444] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.733722] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.736116] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.738496] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.740830] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.743019] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.745273] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.748181] vgaarb: loaded [ 0.749401] vgaarb: bridge control possible 0000:00:02.0 [ 0.751364] SCSI subsystem initialized [ 0.752854] ACPI: bus type USB registered [ 0.754380] usbcore: registered new interface driver usbfs [ 0.756193] usbcore: registered new interface driver hub [ 0.757994] usbcore: registered new device driver usb [ 0.759917] PCI: Using ACPI for IRQ routing [ 0.761851] NetLabel: Initializing [ 0.763226] NetLabel: domain hash size = 128 [ 0.764788] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.766519] NetLabel: unlabeled traffic allowed by default [ 0.768471] Switched to clocksource kvm-clock [ 0.778668] pnp: PnP ACPI init [ 0.779985] ACPI: bus type PNP registered [ 0.781902] pnp: PnP ACPI: found 5 devices [ 0.783424] ACPI: bus type PNP unregistered [ 0.791537] NET: Registered protocol family 2 [ 0.793460] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.796471] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.798983] TCP: Hash tables configured (established 32768 bind 32768) [ 0.801180] TCP: reno registered [ 0.802517] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.804483] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.806573] NET: Registered protocol family 1 [ 0.808161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.810051] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.811913] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.832427] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.852853] Unpacking initramfs... [ 1.336750] Freeing initrd memory: 37508k freed [ 1.346341] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.348444] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.352361] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.354405] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.356758] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.358736] Initialise system trusted keyring [ 1.360322] audit: initializing netlink socket (disabled) [ 1.362107] type=2000 audit(1534678024.397:1): initialized [ 1.379246] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.381257] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.384192] zpool: loaded [ 1.385409] zbud: loaded [ 1.386780] VFS: Disk quotas dquot_6.5.2 [ 1.388284] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.390540] msgmni has been set to 7578 [ 1.392056] Key type big_key registered [ 1.394420] NET: Registered protocol family 38 [ 1.396009] Key type asymmetric registered [ 1.397514] Asymmetric key parser 'x509' registered [ 1.399229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.402080] io scheduler noop registered [ 1.403567] io scheduler deadline registered (default) [ 1.419291] io scheduler cfq registered [ 1.420861] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.422674] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.424800] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.427549] ACPI: Power Button [PWRF] [ 1.429123] GHES: HEST is not enabled! [ 1.430681] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.454988] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.457410] Non-volatile memory driver v1.3 [ 1.458947] Linux agpgart interface v0.103 [ 1.460590] crash memory driver: version 1.1 [ 1.462187] rdac: device handler registered [ 1.463774] hp_sw: device handler registered [ 1.465318] emc: device handler registered [ 1.466815] alua: device handler registered [ 1.468352] libphy: Fixed MDIO Bus: probed [ 1.469938] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.471940] ehci-pci: EHCI PCI platform driver [ 1.473527] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.475456] ohci-pci: OHCI PCI platform driver [ 1.477027] uhci_hcd: USB Universal Host Controller Interface driver [ 1.497405] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.499318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.502099] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.503870] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.505818] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.507902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.510627] usb usb1: Product: UHCI Host Controller [ 1.512302] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.514432] usb usb1: SerialNumber: 0000:00:01.2 [ 1.516254] hub 1-0:1.0: USB hub found [ 1.517718] hub 1-0:1.0: 2 ports detected [ 1.519361] usbcore: registered new interface driver usbserial [ 1.521265] usbcore: registered new interface driver usbserial_generic [ 1.523303] usbserial: USB Serial support registered for generic [ 1.525268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.528919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.530878] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.532830] mousedev: PS/2 mouse device common for all mice [ 1.535185] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.538560] rtc_cmos 00:00: RTC can wake from S4 [ 1.540624] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.541354] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.546000] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.551194] cpuidle: using governor menu [ 1.552776] hidraw: raw HID events driver (C) Jiri Kosina [ 1.554667] usbcore: registered new interface driver usbhid [ 1.556479] usbhid: USB HID core driver [ 1.557975] drop_monitor: Initializing network drop monitor service [ 1.559992] TCP: cubic registered [ 1.561333] Initializing XFRM netlink socket [ 1.562956] NET: Registered protocol family 10 [ 1.564818] NET: Registered protocol family 17 [ 1.566594] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.568524] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.570612] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.574025] Loading compiled-in X.509 certificates [ 1.575841] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.579315] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.583222] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.586674] registered taskstats version 1 [ 1.590288] Key type trusted registered [ 1.593207] Key type encrypted registered [ 1.596101] IMA: No TPM chip found, activating TPM-bypass! [ 1.598522] rtc_cmos 00:00: setting system clock to 2018-08-19 11:27:04 UTC (1534678024) [ 1.602348] Freeing unused kernel memory: 1680k freed [ 1.608017] 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.613683] systemd[1]: Detected virtualization kvm. [ 1.615410] systemd[1]: Detected architecture x86-64. [ 1.617140] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.620396] systemd[1]: No hostname configured. [ 1.622046] systemd[1]: Set hostname to . [ 1.623836] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.648429] systemd[1]: Created slice Root Slice. [ 1.650116] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.652701] systemd[1]: Listening on udev Kernel Socket. [ 1.654496] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.657252] systemd[1]: Listening on udev Control Socket. [ 1.659116] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.662014] systemd[1]: Listening on Journal Socket. [ 1.663755] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Sockets. [ 1.666395] systemd[1]: Reached target Sockets. [ 1.668035] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Swap. [ 1.670713] systemd[1]: Reached target Swap. [ 1.672318] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.675143] systemd[1]: Created slice System Slice. [ 1.676873] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.679737] systemd[1]: Reached target Slices. [ 1.681390] systemd[1]: Starting Slices. [ 1.683323] 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.688828] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.692980] systemd[1]: Reached target Timers. [ 1.694630] systemd[1]: Starting Timers. [ 1.696656] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.700027] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.703839] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.706848] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.711046] systemd[1]: Reached target Paths. [ 1.712688] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.715581] systemd[1]: Reached target Local File Systems. [ 1.717445] systemd[1]: Starting Local File Systems. [[32m OK [0m] Started Journal Service. [ 1.720669] 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.766668] RPC: Registered named UNIX socket transport module. [ 1.768613] RPC: Registered udp transport module. [ 1.770250] RPC: Registered tcp transport module. [ 1.771904] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.820691] 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[ 1.876884] FDC 0 is a S82078B ] Reached target Basic System. [ 1.895067] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.936850] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.940356] scsi host0: ata_piix [ 1.941894] scsi host1: ata_piix [ 1.943418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.945587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.949187] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.981393] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.983492] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.985624] usb 1-1: Product: QEMU USB Tablet [ 1.987169] usb 1-1: Manufacturer: QEMU [ 1.988654] usb 1-1: SerialNumber: 42 [ 1.998766] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 2.002221] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.120145] SGI XFS with ACLs, security attributes, no debug enabled [ 2.123331] XFS (vda1): Mounting V4 Filesystem [ 2.158413] 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 System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m[ 2.354750] tsc: Refined TSC clocksource calibration: 3491.842 MHz ] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Paths. [[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.393737] systemd-journald[121]: Received SIGTERM from PID 1 (systemd). [ 2.523263] SELinux: Disabled at runtime. [ 2.561483] type=1404 audit(1534678025.462:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.589667] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.591847] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Setup Virtual Console... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. Starting Remount Root and Kernel File Systems... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Swap. Mounting Debug File System... 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 Journal Service. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 2.828392] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... [ 2.922557] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started udev Kernel Device Manager. [[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.011866] type=1305 audit(1534678025.912:3): audit_pid=440 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] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m[ 3.253768] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.256945] [drm] Initialized drm 1.1.0 20060810 ] Reached target Paths. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Login Service... [ 3.271002] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting GSSAPI Proxy Daemon... [[32m OK [0m] [ 3.285530] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.287708] [TTM] Initializing pool allocator [ 3.289553] [TTM] Initializing DMA pool allocator [ 3.291856] [drm] fb mappable at 0xFC000000 [ 3.293558] [drm] vram aper at 0xFC000000 [ 3.295127] [drm] size 33554432 [ 3.296530] [drm] fb depth is 24 [ 3.297927] [drm] pitch is 3072 Started D-Bus System Message Bus. [ 3.300516] fbcon: cirrusdrmfb (fb0) is primary device [ 3.323952] ppdev: user-space parallel port driver [ 3.329765] Console: switching to colour frame buffer device 128x48 [ 3.345582] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.364107] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting NTP client/server... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 3.419170] AES CTR mode by8 optimization enabled Starting Permit User Sessions... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[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... [ 3.476669] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Getty on tty1. [ 3.483337] alg: No test for crc32 (crc32-pclmul) Starting Getty on tty1... [[32m OK [0m[ 3.487740] intel_rapl: no valid rapl domains found in package 0 ] Reached target Login Prompts. [ 3.493858] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started NTP client/server. [ 3.496727] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.502247] intel_powerclamp: No package C-state available[ 3.374524] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 11:27:06 +0000. Up 3.34 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 PostgreSQL 9.5 database server... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... Starting Notify NFS peers of a restart... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage 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] 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.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.173381] cloud-init[795]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 11:27:09 +0000. Up 6.13 seconds. [ 6.221161] cloud-init[795]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.223178] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.225058] cloud-init[795]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.226902] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.228836] cloud-init[795]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.230694] cloud-init[795]: ci-info: | eth0: | True | 192.168.120.23 | 255.255.255.0 | fa:16:3e:24:83:6a | [ 6.232558] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.237268] cloud-init[795]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.239279] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.241256] cloud-init[795]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.243239] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.245252] cloud-init[795]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.260978] cloud-init[795]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.262984] cloud-init[795]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.265012] cloud-init[795]: 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-19 11:27:36,445 - paramiko.transport - DEBUG - starting thread (client mode): 0x2dfd1050L 2018-08-19 11:27:36,445 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 11:27:36,451 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-19 11:27:36,451 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-19 11:27:36,453 - 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-19 11:27:36,453 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 11:27:36,453 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-19 11:27:36,454 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 11:27:36,454 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 11:27:36,454 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 11:27:36,459 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 11:27:36,459 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 11:27:36,461 - paramiko.transport - DEBUG - Trying discovered key 4bfdaed6a3ed0c3851e2d8345a48c296 in /tmp/tmpmYj3an 2018-08-19 11:27:36,499 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 11:27:46,519 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-19 11:27:46,541 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-19 11:27:46,542 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 11:27:46,548 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-19 11:27:46,550 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.211: Authentication failed. 2018-08-19 11:27:55,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-19 11:27:55,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377/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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-19 11:27:55,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:27: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-b09f73ec-4c01-42fc-9985-1d20532133f7 x-compute-request-id: req-b09f73ec-4c01-42fc-9985-1d20532133f7 Content-Encoding: gzip Content-Length: 11786 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 1863705373 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.445325] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.448396] pid_max: default: 32768 minimum: 301\n[ 0.450057] Security Framework initialized\n[ 0.451586] SELinux: Initializing.\n[ 0.453244] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.459964] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.464056] Mount-cache hash table entries: 4096\n[ 0.466008] Initializing cgroup subsys memory\n[ 0.467630] Initializing cgroup subsys devices\n[ 0.469221] Initializing cgroup subsys freezer\n[ 0.470821] Initializing cgroup subsys net_cls\n[ 0.472415] Initializing cgroup subsys blkio\n[ 0.473976] Initializing cgroup subsys perf_event\n[ 0.475623] Initializing cgroup subsys hugetlb\n[ 0.477203] Initializing cgroup subsys pids\n[ 0.478745] Initializing cgroup subsys net_prio\n[ 0.480418] CPU: Physical Processor ID: 0\n[ 0.482649] mce: CPU supports 10 MCE banks\n[ 0.484195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.485970] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.487742] tlb_flushall_shift: 6\n[ 0.489288] Freeing SMP alternatives: 28k freed\n[ 0.493545] ACPI: Core revision 20130517\n[ 0.495492] ACPI: All ACPI Tables successfully acquired\n[ 0.497498] ftrace: allocating 25812 entries in 101 pages\n[ 0.519636] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.521688] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.523708] smpboot: Max logical packages: 2\n[ 0.525519] Enabling x2apic\n[ 0.526777] Enabled x2apic\n[ 0.528295] Switched APIC routing to physical x2apic.\n[ 0.531391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.533395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.537032] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.545329] KVM setup paravirtual spinlock\n[ 0.548145] smpboot: Booting Node 0, Processors #1 OK\n[ 0.550305] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.572710] Brought up 2 CPUs\n[ 0.572717] KVM setup async PF for cpu 1\n[ 0.572721] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.577057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.579932] devtmpfs: initialized\n[ 0.583203] EVM: security.selinux\n[ 0.584551] EVM: security.ima\n[ 0.585822] EVM: security.capability\n[ 0.587875] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.589970] pinctrl core: initialized pinctrl subsystem\n[ 0.591850] NET: Registered protocol family 16\n[ 0.593648] ACPI: bus type PCI registered\n[ 0.595150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.597241] PCI: Using configuration type 1 for base access\n[ 0.602425] ACPI: Added _OSI(Module Device)\n[ 0.603988] ACPI: Added _OSI(Processor Device)\n[ 0.605607] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.607244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.610192] ACPI: Interpreter enabled\n[ 0.611675] ACPI: (supports S0 S5)\n[ 0.613097] ACPI: Using IOAPIC for interrupt routing\n[ 0.614838] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.619889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.621853] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.623950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.626002] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.629805] acpiphp: Slot [3] registered\n[ 0.631299] acpiphp: Slot [4] registered\n[ 0.632814] acpiphp: Slot [5] registered\n[ 0.634301] acpiphp: Slot [6] registered\n[ 0.635793] acpiphp: Slot [7] registered\n[ 0.637273] acpiphp: Slot [8] registered\n[ 0.638764] acpiphp: Slot [9] registered\n[ 0.640246] acpiphp: Slot [10] registered\n[ 0.641753] acpiphp: Slot [11] registered\n[ 0.643247] acpiphp: Slot [12] registered\n[ 0.644765] acpiphp: Slot [13] registered\n[ 0.646266] acpiphp: Slot [14] registered\n[ 0.647776] acpiphp: Slot [15] registered\n[ 0.649282] acpiphp: Slot [16] registered\n[ 0.650798] acpiphp: Slot [17] registered\n[ 0.652296] acpiphp: Slot [18] registered\n[ 0.653808] acpiphp: Slot [19] registered\n[ 0.655316] acpiphp: Slot [20] registered\n[ 0.656830] acpiphp: Slot [21] registered\n[ 0.658327] acpiphp: Slot [22] registered\n[ 0.659840] acpiphp: Slot [23] registered\n[ 0.661439] acpiphp: Slot [24] registered\n[ 0.662955] acpiphp: Slot [25] registered\n[ 0.664461] acpiphp: Slot [26] registered\n[ 0.665979] acpiphp: Slot [27] registered\n[ 0.667486] acpiphp: Slot [28] registered\n[ 0.668988] acpiphp: Slot [29] registered\n[ 0.670493] acpiphp: Slot [30] registered\n[ 0.671994] acpiphp: Slot [31] registered\n[ 0.673489] PCI host bridge to bus 0000:00\n[ 0.674998] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.676788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.678854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.680909] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.683670] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.686421] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.692159] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.694281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.696284] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.698402] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.702729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.705453] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.730444] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.733722] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.736116] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.738496] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.740830] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.743019] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.745273] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.748181] vgaarb: loaded\n[ 0.749401] vgaarb: bridge control possible 0000:00:02.0\n[ 0.751364] SCSI subsystem initialized\n[ 0.752854] ACPI: bus type USB registered\n[ 0.754380] usbcore: registered new interface driver usbfs\n[ 0.756193] usbcore: registered new interface driver hub\n[ 0.757994] usbcore: registered new device driver usb\n[ 0.759917] PCI: Using ACPI for IRQ routing\n[ 0.761851] NetLabel: Initializing\n[ 0.763226] NetLabel: domain hash size = 128\n[ 0.764788] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.766519] NetLabel: unlabeled traffic allowed by default\n[ 0.768471] Switched to clocksource kvm-clock\n[ 0.778668] pnp: PnP ACPI init\n[ 0.779985] ACPI: bus type PNP registered\n[ 0.781902] pnp: PnP ACPI: found 5 devices\n[ 0.783424] ACPI: bus type PNP unregistered\n[ 0.791537] NET: Registered protocol family 2\n[ 0.793460] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.796471] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.798983] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.801180] TCP: reno registered\n[ 0.802517] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.804483] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.806573] NET: Registered protocol family 1\n[ 0.808161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.810051] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.811913] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.832427] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.852853] Unpacking initramfs...\n[ 1.336750] Freeing initrd memory: 37508k freed\n[ 1.346341] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.348444] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.352361] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.354405] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.356758] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.358736] Initialise system trusted keyring\n[ 1.360322] audit: initializing netlink socket (disabled)\n[ 1.362107] type=2000 audit(1534678024.397:1): initialized\n[ 1.379246] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.381257] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.384192] zpool: loaded\n[ 1.385409] zbud: loaded\n[ 1.386780] VFS: Disk quotas dquot_6.5.2\n[ 1.388284] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.390540] msgmni has been set to 7578\n[ 1.392056] Key type big_key registered\n[ 1.394420] NET: Registered protocol family 38\n[ 1.396009] Key type asymmetric registered\n[ 1.397514] Asymmetric key parser 'x509' registered\n[ 1.399229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.402080] io scheduler noop registered\n[ 1.403567] io scheduler deadline registered (default)\n[ 1.419291] io scheduler cfq registered\n[ 1.420861] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.422674] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.424800] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.427549] ACPI: Power Button [PWRF]\n[ 1.429123] GHES: HEST is not enabled!\n[ 1.430681] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.454988] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.457410] Non-volatile memory driver v1.3\n[ 1.458947] Linux agpgart interface v0.103\n[ 1.460590] crash memory driver: version 1.1\n[ 1.462187] rdac: device handler registered\n[ 1.463774] hp_sw: device handler registered\n[ 1.465318] emc: device handler registered\n[ 1.466815] alua: device handler registered\n[ 1.468352] libphy: Fixed MDIO Bus: probed\n[ 1.469938] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.471940] ehci-pci: EHCI PCI platform driver\n[ 1.473527] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.475456] ohci-pci: OHCI PCI platform driver\n[ 1.477027] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.497405] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.499318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.502099] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.503870] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.505818] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.507902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.510627] usb usb1: Product: UHCI Host Controller\n[ 1.512302] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.514432] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.516254] hub 1-0:1.0: USB hub found\n[ 1.517718] hub 1-0:1.0: 2 ports detected\n[ 1.519361] usbcore: registered new interface driver usbserial\n[ 1.521265] usbcore: registered new interface driver usbserial_generic\n[ 1.523303] usbserial: USB Serial support registered for generic\n[ 1.525268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.528919] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.530878] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.532830] mousedev: PS/2 mouse device common for all mice\n[ 1.535185] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.538560] rtc_cmos 00:00: RTC can wake from S4\n[ 1.540624] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.541354] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.546000] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.551194] cpuidle: using governor menu\n[ 1.552776] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.554667] usbcore: registered new interface driver usbhid\n[ 1.556479] usbhid: USB HID core driver\n[ 1.557975] drop_monitor: Initializing network drop monitor service\n[ 1.559992] TCP: cubic registered\n[ 1.561333] Initializing XFRM netlink socket\n[ 1.562956] NET: Registered protocol family 10\n[ 1.564818] NET: Registered protocol family 17\n[ 1.566594] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.568524] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.570612] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.574025] Loading compiled-in X.509 certificates\n[ 1.575841] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.579315] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.583222] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.586674] registered taskstats version 1\n[ 1.590288] Key type trusted registered\n[ 1.593207] Key type encrypted registered\n[ 1.596101] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.598522] rtc_cmos 00:00: setting system clock to 2018-08-19 11:27:04 UTC (1534678024)\n[ 1.602348] Freeing unused kernel memory: 1680k freed\n[ 1.608017] 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.613683] systemd[1]: Detected virtualization kvm.\n[ 1.615410] systemd[1]: Detected architecture x86-64.\n[ 1.617140] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.620396] systemd[1]: No hostname configured.\n[ 1.622046] systemd[1]: Set hostname to .\n[ 1.623836] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.648429] systemd[1]: Created slice Root Slice.\n[ 1.650116] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.652701] systemd[1]: Listening on udev Kernel Socket.\n[ 1.654496] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.657252] systemd[1]: Listening on udev Control Socket.\n[ 1.659116] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.662014] systemd[1]: Listening on Journal Socket.\n[ 1.663755] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.666395] systemd[1]: Reached target Sockets.\n[ 1.668035] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Swap.\n[ 1.670713] systemd[1]: Reached target Swap.\n[ 1.672318] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.675143] systemd[1]: Created slice System Slice.\n[ 1.676873] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.679737] systemd[1]: Reached target Slices.\n[ 1.681390] systemd[1]: Starting Slices.\n[ 1.683323] 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.688828] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Timers.\n[ 1.692980] systemd[1]: Reached target Timers.\n[ 1.694630] systemd[1]: Starting Timers.\n[ 1.696656] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.700027] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.703839] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.706848] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.711046] systemd[1]: Reached target Paths.\n[ 1.712688] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.715581] systemd[1]: Reached target Local File Systems.\n[ 1.717445] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Started Journal Service.\n[ 1.720669] 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.766668] RPC: Registered named UNIX socket transport module.\n[ 1.768613] RPC: Registered udp transport module.\n[ 1.770250] RPC: Registered tcp transport module.\n[ 1.771904] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.820691] 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[ 1.876884] FDC 0 is a S82078B\n] Reached target Basic System.\n[ 1.895067] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.936850] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.940356] scsi host0: ata_piix\n[ 1.941894] scsi host1: ata_piix\n[ 1.943418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.945587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.949187] vda: vda1\n[[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14.\n Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14...\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.981393] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.983492] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.985624] usb 1-1: Product: QEMU USB Tablet\n[ 1.987169] usb 1-1: Manufacturer: QEMU\n[ 1.988654] usb 1-1: SerialNumber: 42\n[ 1.998766] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 2.002221] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Mounting /sysroot...\n[ 2.120145] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.123331] XFS (vda1): Mounting V4 Filesystem\n[ 2.158413] 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 System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m[ 2.354750] tsc: Refined TSC clocksource calibration: 3491.842 MHz\n] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Paths.\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.393737] systemd-journald[121]: Received SIGTERM from PID 1 (systemd).\n[ 2.523263] SELinux: Disabled at runtime.\n[ 2.561483] type=1404 audit(1534678025.462:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.589667] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.591847] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\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-getty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Setup Virtual Console...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Starting Remount Root and Kernel File Systems...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Swap.\n Mounting Debug File System...\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 Journal Service.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\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[ 2.828392] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n Starting Create Static Device Nodes in /dev...\n Starting Load/Save Random Seed...\n Starting Configure read-only root support...\n Starting Rebuild Hardware Database...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n[ 2.922557] systemd-journald[384]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started 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[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started udev Kernel Device Manager.\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.011866] type=1305 audit(1534678025.912:3): audit_pid=440 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] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m[ 3.253768] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.256945] [drm] Initialized drm 1.1.0 20060810\n] Reached target Paths.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting Login Service...\n[ 3.271002] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting GSSAPI Proxy Daemon...\n[[32m OK [0m] [ 3.285530] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.287708] [TTM] Initializing pool allocator\n[ 3.289553] [TTM] Initializing DMA pool allocator\n[ 3.291856] [drm] fb mappable at 0xFC000000\n[ 3.293558] [drm] vram aper at 0xFC000000\n[ 3.295127] [drm] size 33554432\n[ 3.296530] [drm] fb depth is 24\n[ 3.297927] [drm] pitch is 3072\nStarted D-Bus System Message Bus.\n[ 3.300516] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.323952] ppdev: user-space parallel port driver\n[ 3.329765] Console: switching to colour frame buffer device 128x48\n[ 3.345582] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.364107] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting NTP client/server...\n Starting Authorization Manager...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 3.419170] AES CTR mode by8 optimization enabled\n Starting Permit User Sessions...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\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[ 3.476669] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Getty on tty1.\n [ 3.483337] alg: No test for crc32 (crc32-pclmul)\nStarting Getty on tty1...\n[[32m OK [0m[ 3.487740] intel_rapl: no valid rapl domains found in package 0\n] Reached target Login Prompts.\n[ 3.493858] intel_rapl: no valid rapl domains found in package 0\n[[32m OK [0m] Started NTP client/server.\n[ 3.496727] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n\n[ 3.502247] intel_powerclamp: No package C-state available[ 3.374524] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 11:27:06 +0000. Up 3.34 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 PostgreSQL 9.5 database server...\n Starting nginx - high performance web server...\n Starting Dynamic System Tuning Daemon...\n Starting Postfix Mail Transport Agent...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[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[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.173381] cloud-init[795]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 11:27:09 +0000. Up 6.13 seconds.\n[ 6.221161] cloud-init[795]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.223178] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.225058] cloud-init[795]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.226902] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.228836] cloud-init[795]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.230694] cloud-init[795]: ci-info: | eth0: | True | 192.168.120.23 | 255.255.255.0 | fa:16:3e:24:83:6a |\n[ 6.232558] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.237268] cloud-init[795]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.239279] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.241256] cloud-init[795]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.243239] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.245252] cloud-init[795]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.260978] cloud-init[795]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH |\n[ 6.262984] cloud-init[795]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.265012] cloud-init[795]: 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-19 11:27:55,817 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377/action used request id req-b09f73ec-4c01-42fc-9985-1d20532133f7 2018-08-19 11:27:55,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.257422924042s 2018-08-19 11:27:55,818 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377/action used request id req-b09f73ec-4c01-42fc-9985-1d20532133f7 2018-08-19 11:27:55,819 - 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 1863705373 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.445325] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.448396] pid_max: default: 32768 minimum: 301 [ 0.450057] Security Framework initialized [ 0.451586] SELinux: Initializing. [ 0.453244] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.459964] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.464056] Mount-cache hash table entries: 4096 [ 0.466008] Initializing cgroup subsys memory [ 0.467630] Initializing cgroup subsys devices [ 0.469221] Initializing cgroup subsys freezer [ 0.470821] Initializing cgroup subsys net_cls [ 0.472415] Initializing cgroup subsys blkio [ 0.473976] Initializing cgroup subsys perf_event [ 0.475623] Initializing cgroup subsys hugetlb [ 0.477203] Initializing cgroup subsys pids [ 0.478745] Initializing cgroup subsys net_prio [ 0.480418] CPU: Physical Processor ID: 0 [ 0.482649] mce: CPU supports 10 MCE banks [ 0.484195] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.485970] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.487742] tlb_flushall_shift: 6 [ 0.489288] Freeing SMP alternatives: 28k freed [ 0.493545] ACPI: Core revision 20130517 [ 0.495492] ACPI: All ACPI Tables successfully acquired [ 0.497498] ftrace: allocating 25812 entries in 101 pages [ 0.519636] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.521688] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.523708] smpboot: Max logical packages: 2 [ 0.525519] Enabling x2apic [ 0.526777] Enabled x2apic [ 0.528295] Switched APIC routing to physical x2apic. [ 0.531391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.533395] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.537032] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.545329] KVM setup paravirtual spinlock [ 0.548145] smpboot: Booting Node 0, Processors #1 OK [ 0.550305] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.572710] Brought up 2 CPUs [ 0.572717] KVM setup async PF for cpu 1 [ 0.572721] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.577057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.579932] devtmpfs: initialized [ 0.583203] EVM: security.selinux [ 0.584551] EVM: security.ima [ 0.585822] EVM: security.capability [ 0.587875] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.589970] pinctrl core: initialized pinctrl subsystem [ 0.591850] NET: Registered protocol family 16 [ 0.593648] ACPI: bus type PCI registered [ 0.595150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.597241] PCI: Using configuration type 1 for base access [ 0.602425] ACPI: Added _OSI(Module Device) [ 0.603988] ACPI: Added _OSI(Processor Device) [ 0.605607] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.607244] ACPI: Added _OSI(Processor Aggregator Device) [ 0.610192] ACPI: Interpreter enabled [ 0.611675] ACPI: (supports S0 S5) [ 0.613097] ACPI: Using IOAPIC for interrupt routing [ 0.614838] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.619889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.621853] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.623950] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.626002] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.629805] acpiphp: Slot [3] registered [ 0.631299] acpiphp: Slot [4] registered [ 0.632814] acpiphp: Slot [5] registered [ 0.634301] acpiphp: Slot [6] registered [ 0.635793] acpiphp: Slot [7] registered [ 0.637273] acpiphp: Slot [8] registered [ 0.638764] acpiphp: Slot [9] registered [ 0.640246] acpiphp: Slot [10] registered [ 0.641753] acpiphp: Slot [11] registered [ 0.643247] acpiphp: Slot [12] registered [ 0.644765] acpiphp: Slot [13] registered [ 0.646266] acpiphp: Slot [14] registered [ 0.647776] acpiphp: Slot [15] registered [ 0.649282] acpiphp: Slot [16] registered [ 0.650798] acpiphp: Slot [17] registered [ 0.652296] acpiphp: Slot [18] registered [ 0.653808] acpiphp: Slot [19] registered [ 0.655316] acpiphp: Slot [20] registered [ 0.656830] acpiphp: Slot [21] registered [ 0.658327] acpiphp: Slot [22] registered [ 0.659840] acpiphp: Slot [23] registered [ 0.661439] acpiphp: Slot [24] registered [ 0.662955] acpiphp: Slot [25] registered [ 0.664461] acpiphp: Slot [26] registered [ 0.665979] acpiphp: Slot [27] registered [ 0.667486] acpiphp: Slot [28] registered [ 0.668988] acpiphp: Slot [29] registered [ 0.670493] acpiphp: Slot [30] registered [ 0.671994] acpiphp: Slot [31] registered [ 0.673489] PCI host bridge to bus 0000:00 [ 0.674998] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.676788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.678854] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.680909] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.683670] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.686421] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.692159] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.694281] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.696284] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.698402] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.702729] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.705453] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.730444] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.733722] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.736116] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.738496] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.740830] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.743019] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.745273] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.748181] vgaarb: loaded [ 0.749401] vgaarb: bridge control possible 0000:00:02.0 [ 0.751364] SCSI subsystem initialized [ 0.752854] ACPI: bus type USB registered [ 0.754380] usbcore: registered new interface driver usbfs [ 0.756193] usbcore: registered new interface driver hub [ 0.757994] usbcore: registered new device driver usb [ 0.759917] PCI: Using ACPI for IRQ routing [ 0.761851] NetLabel: Initializing [ 0.763226] NetLabel: domain hash size = 128 [ 0.764788] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.766519] NetLabel: unlabeled traffic allowed by default [ 0.768471] Switched to clocksource kvm-clock [ 0.778668] pnp: PnP ACPI init [ 0.779985] ACPI: bus type PNP registered [ 0.781902] pnp: PnP ACPI: found 5 devices [ 0.783424] ACPI: bus type PNP unregistered [ 0.791537] NET: Registered protocol family 2 [ 0.793460] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.796471] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.798983] TCP: Hash tables configured (established 32768 bind 32768) [ 0.801180] TCP: reno registered [ 0.802517] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.804483] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.806573] NET: Registered protocol family 1 [ 0.808161] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.810051] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.811913] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.832427] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.852853] Unpacking initramfs... [ 1.336750] Freeing initrd memory: 37508k freed [ 1.346341] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.348444] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.352361] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.354405] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.356758] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.358736] Initialise system trusted keyring [ 1.360322] audit: initializing netlink socket (disabled) [ 1.362107] type=2000 audit(1534678024.397:1): initialized [ 1.379246] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.381257] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.384192] zpool: loaded [ 1.385409] zbud: loaded [ 1.386780] VFS: Disk quotas dquot_6.5.2 [ 1.388284] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.390540] msgmni has been set to 7578 [ 1.392056] Key type big_key registered [ 1.394420] NET: Registered protocol family 38 [ 1.396009] Key type asymmetric registered [ 1.397514] Asymmetric key parser 'x509' registered [ 1.399229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.402080] io scheduler noop registered [ 1.403567] io scheduler deadline registered (default) [ 1.419291] io scheduler cfq registered [ 1.420861] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.422674] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.424800] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.427549] ACPI: Power Button [PWRF] [ 1.429123] GHES: HEST is not enabled! [ 1.430681] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.454988] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.457410] Non-volatile memory driver v1.3 [ 1.458947] Linux agpgart interface v0.103 [ 1.460590] crash memory driver: version 1.1 [ 1.462187] rdac: device handler registered [ 1.463774] hp_sw: device handler registered [ 1.465318] emc: device handler registered [ 1.466815] alua: device handler registered [ 1.468352] libphy: Fixed MDIO Bus: probed [ 1.469938] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.471940] ehci-pci: EHCI PCI platform driver [ 1.473527] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.475456] ohci-pci: OHCI PCI platform driver [ 1.477027] uhci_hcd: USB Universal Host Controller Interface driver [ 1.497405] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.499318] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.502099] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.503870] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.505818] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.507902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.510627] usb usb1: Product: UHCI Host Controller [ 1.512302] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.514432] usb usb1: SerialNumber: 0000:00:01.2 [ 1.516254] hub 1-0:1.0: USB hub found [ 1.517718] hub 1-0:1.0: 2 ports detected [ 1.519361] usbcore: registered new interface driver usbserial [ 1.521265] usbcore: registered new interface driver usbserial_generic [ 1.523303] usbserial: USB Serial support registered for generic [ 1.525268] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.528919] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.530878] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.532830] mousedev: PS/2 mouse device common for all mice [ 1.535185] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.538560] rtc_cmos 00:00: RTC can wake from S4 [ 1.540624] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.541354] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.546000] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546390] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.551194] cpuidle: using governor menu [ 1.552776] hidraw: raw HID events driver (C) Jiri Kosina [ 1.554667] usbcore: registered new interface driver usbhid [ 1.556479] usbhid: USB HID core driver [ 1.557975] drop_monitor: Initializing network drop monitor service [ 1.559992] TCP: cubic registered [ 1.561333] Initializing XFRM netlink socket [ 1.562956] NET: Registered protocol family 10 [ 1.564818] NET: Registered protocol family 17 [ 1.566594] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.568524] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.570612] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.574025] Loading compiled-in X.509 certificates [ 1.575841] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.579315] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.583222] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.586674] registered taskstats version 1 [ 1.590288] Key type trusted registered [ 1.593207] Key type encrypted registered [ 1.596101] IMA: No TPM chip found, activating TPM-bypass! [ 1.598522] rtc_cmos 00:00: setting system clock to 2018-08-19 11:27:04 UTC (1534678024) [ 1.602348] Freeing unused kernel memory: 1680k freed [ 1.608017] 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.613683] systemd[1]: Detected virtualization kvm. [ 1.615410] systemd[1]: Detected architecture x86-64. [ 1.617140] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.620396] systemd[1]: No hostname configured. [ 1.622046] systemd[1]: Set hostname to . [ 1.623836] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.648429] systemd[1]: Created slice Root Slice. [ 1.650116] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.652701] systemd[1]: Listening on udev Kernel Socket. [ 1.654496] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.657252] systemd[1]: Listening on udev Control Socket. [ 1.659116] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.662014] systemd[1]: Listening on Journal Socket. [ 1.663755] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Sockets. [ 1.666395] systemd[1]: Reached target Sockets. [ 1.668035] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Swap. [ 1.670713] systemd[1]: Reached target Swap. [ 1.672318] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.675143] systemd[1]: Created slice System Slice. [ 1.676873] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.679737] systemd[1]: Reached target Slices. [ 1.681390] systemd[1]: Starting Slices. [ 1.683323] 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.688828] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Timers. [ 1.692980] systemd[1]: Reached target Timers. [ 1.694630] systemd[1]: Starting Timers. [ 1.696656] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.700027] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.703839] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.706848] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.711046] systemd[1]: Reached target Paths. [ 1.712688] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.715581] systemd[1]: Reached target Local File Systems. [ 1.717445] systemd[1]: Starting Local File Systems. [[32m OK [0m] Started Journal Service. [ 1.720669] 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.766668] RPC: Registered named UNIX socket transport module. [ 1.768613] RPC: Registered udp transport module. [ 1.770250] RPC: Registered tcp transport module. [ 1.771904] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.820691] 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[ 1.876884] FDC 0 is a S82078B ] Reached target Basic System. [ 1.895067] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.936850] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.940356] scsi host0: ata_piix [ 1.941894] scsi host1: ata_piix [ 1.943418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.945587] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.949187] vda: vda1 [[32m OK [0m] Found device /dev/disk/by-uuid/f13d84b4-c756-4d89-9d5e-6b534397aa14. Starting File System Check on /dev/...4-c756-4d89-9d5e-6b534397aa14... [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.981393] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.983492] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.985624] usb 1-1: Product: QEMU USB Tablet [ 1.987169] usb 1-1: Manufacturer: QEMU [ 1.988654] usb 1-1: SerialNumber: 42 [ 1.998766] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 2.002221] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Mounting /sysroot... [ 2.120145] SGI XFS with ACLs, security attributes, no debug enabled [ 2.123331] XFS (vda1): Mounting V4 Filesystem [ 2.158413] 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 System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m[ 2.354750] tsc: Refined TSC clocksource calibration: 3491.842 MHz ] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Paths. [[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.393737] systemd-journald[121]: Received SIGTERM from PID 1 (systemd). [ 2.523263] SELinux: Disabled at runtime. [ 2.561483] type=1404 audit(1534678025.462:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.589667] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.591847] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting NFSD configuration filesystem... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Setup Virtual Console... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Stopped target Initrd File Systems. Starting Remount Root and Kernel File Systems... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Swap. Mounting Debug File System... 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 Journal Service. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 2.828392] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Reached target Local File Systems (Pre). Starting udev Kernel Device Manager... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... [ 2.922557] systemd-journald[384]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started udev Kernel Device Manager. [[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.011866] type=1305 audit(1534678025.912:3): audit_pid=440 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] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m[ 3.253768] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.256945] [drm] Initialized drm 1.1.0 20060810 ] Reached target Paths. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting Login Service... [ 3.271002] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting GSSAPI Proxy Daemon... [[32m OK [0m] [ 3.285530] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.287708] [TTM] Initializing pool allocator [ 3.289553] [TTM] Initializing DMA pool allocator [ 3.291856] [drm] fb mappable at 0xFC000000 [ 3.293558] [drm] vram aper at 0xFC000000 [ 3.295127] [drm] size 33554432 [ 3.296530] [drm] fb depth is 24 [ 3.297927] [drm] pitch is 3072 Started D-Bus System Message Bus. [ 3.300516] fbcon: cirrusdrmfb (fb0) is primary device [ 3.323952] ppdev: user-space parallel port driver [ 3.329765] Console: switching to colour frame buffer device 128x48 [ 3.345582] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.364107] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting NTP client/server... Starting Authorization Manager... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 3.419170] AES CTR mode by8 optimization enabled Starting Permit User Sessions... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[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... [ 3.476669] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Getty on tty1. [ 3.483337] alg: No test for crc32 (crc32-pclmul) Starting Getty on tty1... [[32m OK [0m[ 3.487740] intel_rapl: no valid rapl domains found in package 0 ] Reached target Login Prompts. [ 3.493858] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Started NTP client/server. [ 3.496727] intel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 3.502247] intel_powerclamp: No package C-state available[ 3.374524] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 19 Aug 2018 11:27:06 +0000. Up 3.34 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 PostgreSQL 9.5 database server... Starting nginx - high performance web server... Starting Dynamic System Tuning Daemon... Starting Postfix Mail Transport Agent... Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... Starting Notify NFS peers of a restart... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage 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] 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.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.173381] cloud-init[795]: Cloud-init v. 0.7.5 running 'init' at Sun, 19 Aug 2018 11:27:09 +0000. Up 6.13 seconds. [ 6.221161] cloud-init[795]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.223178] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.225058] cloud-init[795]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.226902] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.228836] cloud-init[795]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.230694] cloud-init[795]: ci-info: | eth0: | True | 192.168.120.23 | 255.255.255.0 | fa:16:3e:24:83:6a | [ 6.232558] cloud-init[795]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.237268] cloud-init[795]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.239279] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.241256] cloud-init[795]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.243239] cloud-init[795]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.245252] cloud-init[795]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.260978] cloud-init[795]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | eth0 | UGH | [ 6.262984] cloud-init[795]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.265012] cloud-init[795]: 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-19 11:27:55,822 - paramiko.transport - DEBUG - starting thread (client mode): 0x2e01b050L 2018-08-19 11:27:55,823 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-19 11:27:55,829 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-19 11:27:55,829 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-19 11:27:55,831 - 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-19 11:27:55,831 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-19 11:27:55,831 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-19 11:27:55,831 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-19 11:27:55,831 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-19 11:27:55,832 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-19 11:27:55,837 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-19 11:27:55,837 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-19 11:27:55,839 - paramiko.transport - DEBUG - Trying discovered key 4bfdaed6a3ed0c3851e2d8345a48c296 in /tmp/tmpmYj3an 2018-08-19 11:27:55,877 - paramiko.transport - DEBUG - userauth is OK 2018-08-19 11:28:05,900 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-19 11:28:05,919 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-19 11:28:05,919 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-19 11:28:05,920 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-19 11:28:05,920 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-19 11:28:06,122 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 11:28:06,122 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 11:28:06,122 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 11:28:06,122 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 11:28:06,122 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 11:28:06,123 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 11:28:06,123 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 11:28:06,123 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 808, "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": 8014, "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": 863, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 805, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 816, "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": 843, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-19 11:28:06,123 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 11:28:06,123 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 11:28:05 GMT 2018-08-19 11:28:06,123 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 11:28:06,123 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-19 11:28:06,123 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 11:28:06,124 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 808, 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': 8014, 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': 863, 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': 805, 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': 816, 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': 843, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-19 11:28:06,124 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-19 11:28:06,268 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 11:28:06,269 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 11:28:06,269 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 11:28:06,269 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 11:28:06,269 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 11:28:06,269 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 11:28:06,269 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 11:28:06,269 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 808, "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": 8014, "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": 863, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 805, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 816, "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": 843, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-19 11:28:06,269 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 11:28:06,270 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 11:28:05 GMT 2018-08-19 11:28:06,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 11:28:06,270 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2378 2018-08-19 11:28:06,270 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 11:28:06,270 - functest.core.cloudify - INFO - The current manager status is running 2018-08-19 11:28:06,271 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.211:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-19 11:28:06,333 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 11:28:06,334 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 11:28:06,334 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 11:28:06,334 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 11:28:06,334 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 11:28:06,334 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 11:28:06,334 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 11:28:06,334 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-19 11:28:06,334 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T11:28:05.729Z", "updated_at": "2018-08-19T11:28:05.729Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-19 11:28:06,335 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 11:28:06,335 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 11:28:05 GMT 2018-08-19 11:28:06,335 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 11:28:06,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-19 11:28:06,335 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 11:28:06,335 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/secrets 2018-08-19 11:28:06,383 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 11:28:06,383 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 11:28:06,383 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 11:28:06,384 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 11:28:06,384 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 11:28:06,384 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 11:28:06,384 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 11:28:06,384 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-19T11:28:05.729Z", "updated_at": "2018-08-19T11:28:05.729Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-19 11:28:06,384 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 11:28:06,384 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 11:28:05 GMT 2018-08-19 11:28:06,384 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 11:28:06,384 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-19 11:28:06,384 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 11:28:06,385 - functest.core.cloudify - DEBUG - List secrets: 2018-08-19 11:28:06,385 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.211:80/api/v3/secrets/foo 2018-08-19 11:28:06,434 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 11:28:06,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 11:28:06,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 11:28:06,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 11:28:06,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 11:28:06,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 11:28:06,435 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 11:28:06,435 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-19 11:28:06,435 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-19T11:28:05.729Z", "updated_at": "2018-08-19T11:28:05.729Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-19 11:28:06,435 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 11:28:06,435 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 11:28:05 GMT 2018-08-19 11:28:06,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 11:28:06,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-19 11:28:06,435 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 11:28:06,436 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-19 11:28:06,436 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-19 11:28:06,436 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-08-19 11:28:06,437 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-19 11:28:06,438 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-19 11:28:06,438 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-19 11:28:06,440 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-19 11:28:06,508 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-19 11:28:06,509 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-19 11:28:06,510 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-19 11:28:06,549 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-19 11:28:06,549 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-19 11:28:06,575 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-19 11:28:27,565 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-19 11:28:27,566 - 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-19 11:28:27,567 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-19 11:28:27,567 - 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-19 11:28:27,568 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-08-19 11:28:29,888 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-08-19 11:28:29,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:28:29,891 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:30,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-c6a92bc8-d1cf-42ac-b445-2869e6ad3dd7 Date: Sun, 19 Aug 2018 11:28:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:24:36Z", "file": "/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/file", "owner": "24cc5c1b800646649d57abf7008f409a", "id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "size": 4373348352, "self": "/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T11:23:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:28:30,640 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c6a92bc8-d1cf-42ac-b445-2869e6ad3dd7 2018-08-19 11:28:30,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.749722957611s 2018-08-19 11:28:30,640 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-c6a92bc8-d1cf-42ac-b445-2869e6ad3dd7 2018-08-19 11:28:30,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 11:28:30,654 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}' 2018-08-19 11:28:31,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/756440b5-8803-4252-925c-d6a8844b30ff Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c380b2d4-77f2-4410-a8dc-cc7903877ca4 Date: Sun, 19 Aug 2018 11:28:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:28:31Z", "file": "/v2/images/756440b5-8803-4252-925c-d6a8844b30ff/file", "owner": "24cc5c1b800646649d57abf7008f409a", "id": "756440b5-8803-4252-925c-d6a8844b30ff", "size": null, "self": "/v2/images/756440b5-8803-4252-925c-d6a8844b30ff", "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_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "checksum": null, "created_at": "2018-08-19T11:28:31Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 11:28:31,438 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c380b2d4-77f2-4410-a8dc-cc7903877ca4 2018-08-19 11:28:31,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.78834605217s 2018-08-19 11:28:31,438 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c380b2d4-77f2-4410-a8dc-cc7903877ca4 returning object 756440b5-8803-4252-925c-d6a8844b30ff 2018-08-19 11:28:31,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 11:28:31,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/756440b5-8803-4252-925c-d6a8844b30ff/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}400754ef92a8505dbab93a214920a00c637b74f1" -d '' 2018-08-19 11:28:39,116 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-54fd93e5-d822-4b99-8001-1d7966b5a5b6 Date: Sun, 19 Aug 2018 11:28: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-19 11:28:39,117 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/756440b5-8803-4252-925c-d6a8844b30ff/file used request id req-54fd93e5-d822-4b99-8001-1d7966b5a5b6 2018-08-19 11:28:39,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 7.67789196968s 2018-08-19 11:28:39,117 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/756440b5-8803-4252-925c-d6a8844b30ff/file used request id req-54fd93e5-d822-4b99-8001-1d7966b5a5b6 2018-08-19 11:28:39,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:28:39,125 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:39,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-153d6dfb-0813-4aa7-b176-be1176e885ff Date: Sun, 19 Aug 2018 11:28:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:28:39Z", "file": "/v2/images/756440b5-8803-4252-925c-d6a8844b30ff/file", "owner": "24cc5c1b800646649d57abf7008f409a", "id": "756440b5-8803-4252-925c-d6a8844b30ff", "size": 426967040, "self": "/v2/images/756440b5-8803-4252-925c-d6a8844b30ff", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/756440b5-8803-4252-925c-d6a8844b30ff/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/756440b5-8803-4252-925c-d6a8844b30ff/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-08-19T11:28:31Z", "os_hidden": false, "protected": false, "os_hash_value": "77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:24:36Z", "file": "/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/file", "owner": "24cc5c1b800646649d57abf7008f409a", "id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "size": 4373348352, "self": "/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T11:23:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:28:39,903 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-153d6dfb-0813-4aa7-b176-be1176e885ff 2018-08-19 11:28:39,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.781689882278s 2018-08-19 11:28:39,903 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-153d6dfb-0813-4aa7-b176-be1176e885ff 2018-08-19 11:28:39,906 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/756440b5-8803-4252-925c-d6a8844b30ff/snap', u'metadata': Munch({})})], 'file': u'/v2/images/756440b5-8803-4252-925c-d6a8844b30ff/file', 'owner': u'24cc5c1b800646649d57abf7008f409a', 'id': u'756440b5-8803-4252-925c-d6a8844b30ff', 'size': 426967040, u'self': u'/v2/images/756440b5-8803-4252-925c-d6a8844b30ff', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'24cc5c1b800646649d57abf7008f409a', 'name': 'vyos_vrouter-project_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/756440b5-8803-4252-925c-d6a8844b30ff/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T11:28:39Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T11:28:39Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', '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/756440b5-8803-4252-925c-d6a8844b30ff', 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_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', 'created': u'2018-08-19T11:28:31Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-08-19T11:28:31Z', 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/756440b5-8803-4252-925c-d6a8844b30ff', 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_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}}) 2018-08-19 11:28:39,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 11:28:39,910 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-08-19 11:28:39,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:28: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-3ab8edd9-3609-4668-9c34-43cab72db06c x-compute-request-id: req-3ab8edd9-3609-4668-9c34-43cab72db06c Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b6522323-a986-4c65-98cb-b703268d8d14", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b6522323-a986-4c65-98cb-b703268d8d14", "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": "b6522323-a986-4c65-98cb-b703268d8d14"}} 2018-08-19 11:28:39,963 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3ab8edd9-3609-4668-9c34-43cab72db06c 2018-08-19 11:28:39,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0563769340515s 2018-08-19 11:28:39,964 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3ab8edd9-3609-4668-9c34-43cab72db06c 2018-08-19 11:28:39,965 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_e1f4998e-aa34-46c8-9ad0-92becce5e9a7', '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'7dc2782794df470c83590a2cbd73fefb', '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'b6522323-a986-4c65-98cb-b703268d8d14', 'swap': 0}) 2018-08-19 11:28:39,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 11:28:39,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/b6522323-a986-4c65-98cb-b703268d8d14/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}a81e33be98603ce074d1c6a08da0c224457889ae" -d '{"extra_specs": {}}' 2018-08-19 11:28:39,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:28: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-f3037944-88e0-47ab-9bd0-cbe500d1b424 x-compute-request-id: req-f3037944-88e0-47ab-9bd0-cbe500d1b424 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 11:28:39,990 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b6522323-a986-4c65-98cb-b703268d8d14/os-extra_specs used request id req-f3037944-88e0-47ab-9bd0-cbe500d1b424 2018-08-19 11:28:39,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0242009162903s 2018-08-19 11:28:39,990 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/b6522323-a986-4c65-98cb-b703268d8d14/os-extra_specs used request id req-f3037944-88e0-47ab-9bd0-cbe500d1b424 2018-08-19 11:28:39,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-19 11:28:39,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-19 11:28:40,003 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 11:28:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb3fefcf-47d1-4dee-9e91-ce5755a87013 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-19 11:28:40,004 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-eb3fefcf-47d1-4dee-9e91-ce5755a87013 2018-08-19 11:28:40,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:28:40,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3a64de9-0ae8-4778-8b7e-4b28cd1c4dba Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/012668ad07c34510a76ee2503281f9cb"}, "enabled": true, "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1de0e64add6448e0a8b5752f402eb2fd"}, "enabled": true, "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/3f83350c4e9a43ae87a2600bb2a1a314"}, "enabled": true, "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/477b85685b75469db08c6a659067bd48"}, "enabled": true, "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/59aad9c36a7d42b6a271bc3a35c5a39f"}, "enabled": true, "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5b8d604f1d03452fab77ec4833ca15de"}, "enabled": true, "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/655735565e5c422bb657fbd66e4a8d4c"}, "enabled": true, "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/6a0af4ff3dc94408a5132917d313f0b5"}, "enabled": true, "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/717c88ec1f2e4106b987eeb75e3320fd"}, "enabled": true, "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f0631a82bbb4970853fdd9ee97203c2"}, "enabled": true, "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f5947702d824fb594b3afca5197709d"}, "enabled": true, "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a3e41d5d1c274d21adbcc5ffec0cfb0e"}, "enabled": true, "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a582ffbdb6f14018b1b71fc2bfb32f01"}, "enabled": true, "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c10f1a74d52045b1acb2ffa2d597c1c1"}, "enabled": true, "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e68e98acf2224a65b39a77ee316d0668"}, "enabled": true, "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-19 11:28:40,199 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-f3a64de9-0ae8-4778-8b7e-4b28cd1c4dba 2018-08-19 11:28:40,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.205379962921s 2018-08-19 11:28:40,199 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-f3a64de9-0ae8-4778-8b7e-4b28cd1c4dba 2018-08-19 11:28:40,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-19 11:28:40,211 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:28:40,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4586f5a0-043d-454c-a2fb-59506b0ab862 Content-Encoding: gzip Content-Length: 1959 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/000d36f5849349d589492c752470ef01"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "000d36f5849349d589492c752470ef01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/023e749465084fd8837d77fe049ff7da"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "023e749465084fd8837d77fe049ff7da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/05df4d1b217e4cb5811aff9847795222"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "05df4d1b217e4cb5811aff9847795222"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0ca31e0820d04cbfb8f405b624d5f476"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/147898b374c0437fa0a5d3f5544dac0a"}, "url": "http://12.0.0.31:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/15f913eba29e4350bcb09450178040e4"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "15f913eba29e4350bcb09450178040e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1903a55ffaf64ebeb7ddb4c82b49e3b5"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1edf9165dc4d489a8f9be1436b1e49ce"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/26866cb9d6284ee0bed387808668c56a"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "26866cb9d6284ee0bed387808668c56a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2bff29cb6afb495da552771628664193"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "2bff29cb6afb495da552771628664193"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2f3a4bc2a17247e1934945f3408eb18d"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2f97188c8dd0428bb488e248c2b50f8d"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/378a295aa46441c6aac8a5f406fe15df"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3cdda7aa3c964219b59617e52421463f"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "3cdda7aa3c964219b59617e52421463f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3e32451c8d674060aa767e7efea717d9"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "3e32451c8d674060aa767e7efea717d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/521227585c1c4b11aede77ac9209eebd"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "521227585c1c4b11aede77ac9209eebd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/53681316446f42598cc4bd0c9b1ba910"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/577af91c7ddd47dd911c20b1606314d4"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "577af91c7ddd47dd911c20b1606314d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5c96820741a14a5996761aca8a14df61"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "5c96820741a14a5996761aca8a14df61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/79bd10179dfc45be9086100469760d1b"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "79bd10179dfc45be9086100469760d1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/964eb6f380394750bd835d9bf2512ce0"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "964eb6f380394750bd835d9bf2512ce0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/970a5a7ddd80462d99b9d1f16c9ffa96"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/97da7dcde1314b918dc5ea38ef3323e9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "97da7dcde1314b918dc5ea38ef3323e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a01826edc042480c85a8004f3230dd2e"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "a01826edc042480c85a8004f3230dd2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a791c3f5d0e34d7cbd4502f4ca20b793"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "477b85685b75469db08c6a659067bd48", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ae5814841328432ba11457e529b40e1d"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "ae5814841328432ba11457e529b40e1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/af6cd6dada8b4d12bcdee933d5a1980e"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b0f0168d819740b5a163104b00226469"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "b0f0168d819740b5a163104b00226469"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b73382a4ac9c403a91e856d6d7b0f52a"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c237ccead0f94d1087417f5cf752ba19"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "c237ccead0f94d1087417f5cf752ba19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c7fe8f758c7243f991850e5d6f2321c6"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ca19facebc164d2aa15092c193f3924d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "477b85685b75469db08c6a659067bd48", "id": "ca19facebc164d2aa15092c193f3924d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cbc27fe231b343238bf1778c08c24be0"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d14997ae63154446a547fe8d7c104ef9"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "d14997ae63154446a547fe8d7c104ef9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d219b39bbe8940989d679d86dd975353"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "d219b39bbe8940989d679d86dd975353"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d4b73d29406943dd92c91a676ef06172"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "d4b73d29406943dd92c91a676ef06172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d90d538f96ac443cb5c6ae4320a35a3d"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d989ecadde654e0c87206dc1372512c8"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "477b85685b75469db08c6a659067bd48", "id": "d989ecadde654e0c87206dc1372512c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e23e8d2adb6844a6ae6dbffd339daf39"}, "url": "http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e465444dabcc437fabbc372f94764ada"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "e465444dabcc437fabbc372f94764ada"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e5cbee4dc48d4e5a844f26beb1fa4e85"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e7de94af2fed4d0c8cd508f34a33f024"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-19 11:28:40,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-4586f5a0-043d-454c-a2fb-59506b0ab862 2018-08-19 11:28:40,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.200047016144s 2018-08-19 11:28:40,409 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-4586f5a0-043d-454c-a2fb-59506b0ab862 2018-08-19 11:28:40,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 11:28:40,419 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:40,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-3a99e31c-20b3-4fa9-95ed-414f372b72c1 Date: Sun, 19 Aug 2018 11:28:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:23:02Z", "updated_at": "2018-08-19T11:23:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "04cb6e7c-8fd2-42c2-bbda-afe9627d0c5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "10da9f98-0d2d-4da1-9f72-480c30b6e37d", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "44bf1d77-3445-4d23-873a-e7151fc2f213", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "75a62cde-5d5e-492c-b430-43331054ec85", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 1, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "70d25b4b-e506-4255-969d-011531c99b8f", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:38Z", "updated_at": "2018-08-19T11:24:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-19T11:24:43Z", "revision_number": 0, "id": "0c6271b3-c7ea-48f9-9c85-f945489d98ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:43Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T11:24:40Z", "revision_number": 0, "id": "5598aed0-39c6-422b-a615-febfa673b7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:40Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 80, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:40Z", "revision_number": 0, "id": "7251230c-c6c2-4d16-bdd5-da8a2dd4b509", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:40Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T11:24:41Z", "revision_number": 0, "id": "9792e60c-70ec-4194-b4bf-45685abc4694", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:41Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 443, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "b04b0e5e-f5e0-455a-8fcd-73956a22dc57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T11:24:39Z", "revision_number": 0, "id": "c1945309-04e2-46a1-9f6e-8ff0fe3ea064", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:39Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-19T11:24:42Z", "revision_number": 0, "id": "db5e44d7-6a68-4685-be88-b77deaa688b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:42Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "f2245e97-f06f-4a00-8e61-3e082579e7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 7, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}]} 2018-08-19 11:28:40,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3a99e31c-20b3-4fa9-95ed-414f372b72c1 2018-08-19 11:28:40,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.262953996658s 2018-08-19 11:28:40,682 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-3a99e31c-20b3-4fa9-95ed-414f372b72c1 2018-08-19 11:28:40,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-19 11:28:40,686 - 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}400754ef92a8505dbab93a214920a00c637b74f1" -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": "70d25b4b-e506-4255-969d-011531c99b8f"}}' 2018-08-19 11:28:41,009 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-463488e3-de43-42f4-bd1d-1246da0c5940 Date: Sun, 19 Aug 2018 11:28:41 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-19T11:28:40Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "port_range_min": 22, "revision_number": 0, "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:28:40Z", "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "c28d5810-f301-4bb9-baa7-5457a5e1073d"}} 2018-08-19 11:28:41,010 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules.json used request id req-463488e3-de43-42f4-bd1d-1246da0c5940 2018-08-19 11:28:41,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.323889017105s 2018-08-19 11:28:41,010 - 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-463488e3-de43-42f4-bd1d-1246da0c5940 2018-08-19 11:28:41,011 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-08-19 11:28:41,017 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.211:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-08-19 11:28:42,791 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 11:28:42,791 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 11:28:42,791 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 11:28:42,791 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 11:28:42,791 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 11:28:42,792 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 11:28:42,792 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 11:28:42,792 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-19 11:28:42,792 - 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-19T11:28:42.151Z", "updated_at": "2018-08-19T11:28:42.151Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "region": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "keystone_url": {"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"}, "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"}, "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"}}}}, "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": []}, "extended_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": []}, "added_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": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [{"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": {"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": "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, "description": ""}}, {"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": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "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-19 11:28:42,793 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 11:28:42,793 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 11:28:42 GMT 2018-08-19 11:28:42,794 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 11:28:42,794 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-19 11:28:42,794 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 11:28:42,808 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-08-19 11:28:42,808 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.211:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.27:5000", "keystone_tenant_name": "vyos_vrouter-project_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "756440b5-8803-4252-925c-d6a8844b30ff", "keystone_password": "5a3752ba-a2d2-46de-ae19-82d9cc265867", "reference_vnf_flavor_id": "b6522323-a986-4c65-98cb-b703268d8d14", "target_vnf_flavor_id": "b6522323-a986-4c65-98cb-b703268d8d14", "target_vnf_image_id": "756440b5-8803-4252-925c-d6a8844b30ff"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-08-19 11:28:44,295 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 11:28:44,296 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 11:28:44,296 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 11:28:44,296 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 11:28:44,296 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 11:28:44,296 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 11:28:44,296 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 11:28:44,296 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-08-19 11:28:44,296 - cloudify.rest_client.http - DEBUG - reply: "500 INTERNAL SERVER ERROR" {"status": 500, "message": "Internal Server Error"} 2018-08-19 11:28:44,297 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 11:28:44,297 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 11:28:43 GMT 2018-08-19 11:28:44,297 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 11:28:44,297 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51 2018-08-19 11:28:44,297 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 11:28:44,297 - 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-19 11:28:44,422 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 11:28:44,423 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 05:43 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-19 11:28:44,428 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-08-19 11:28:44,428 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/executions 2018-08-19 11:28:44,487 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 11:28:44,487 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 11:28:44,487 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 11:28:44,487 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 11:28:44,487 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 11:28:44,487 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 11:28:44,488 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 11:28:44,488 - 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"}, "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"}, "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"}}}}, "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-19T11:28:43.003Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "08839bc6-b2c7-488e-9e0c-2fa1fe10bcec"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-19 11:28:44,488 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 11:28:44,488 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 11:28:43 GMT 2018-08-19 11:28:44,488 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 11:28:44,488 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-08-19 11:28:44,488 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 11:28:44,489 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.211:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-19 11:28:44,546 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-19 11:28:44,547 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-19 11:28:44,547 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-19 11:28:44,547 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-19 11:28:44,547 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-19 11:28:44,547 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-19 11:28:44,547 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-19 11:28:44,547 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-08-19 11:28:44,547 - 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-19 11:28:44,548 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-19 11:28:44,548 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 19 Aug 2018 11:28:43 GMT 2018-08-19 11:28:44,548 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-19 11:28:44,548 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-08-19 11:28:44,548 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-19 11:28:44,548 - 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-19 11:28:44,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 11:28:44,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/756440b5-8803-4252-925c-d6a8844b30ff -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:45,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4e616797-8533-4bb3-8668-633b27a8d46d Date: Sun, 19 Aug 2018 11:28:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 11:28:45,651 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/756440b5-8803-4252-925c-d6a8844b30ff used request id req-4e616797-8533-4bb3-8668-633b27a8d46d 2018-08-19 11:28:45,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.10179686546s 2018-08-19 11:28:45,651 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/756440b5-8803-4252-925c-d6a8844b30ff used request id req-4e616797-8533-4bb3-8668-633b27a8d46d 2018-08-19 11:28:45,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 11:28:45,655 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:28:45,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:28:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf02aee0-c189-49d9-b98b-b28fcbc3827b x-compute-request-id: req-bf02aee0-c189-49d9-b98b-b28fcbc3827b Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "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": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e"}, {"name": "vyos_vrouter-flavor_alt_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/b6522323-a986-4c65-98cb-b703268d8d14", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/b6522323-a986-4c65-98cb-b703268d8d14", "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": "b6522323-a986-4c65-98cb-b703268d8d14"}, {"name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "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": "c98a7890-08e8-41d5-8b07-9cbf693a00b9"}]} 2018-08-19 11:28:45,693 - 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-bf02aee0-c189-49d9-b98b-b28fcbc3827b 2018-08-19 11:28:45,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0411670207977s 2018-08-19 11:28:45,694 - 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-bf02aee0-c189-49d9-b98b-b28fcbc3827b 2018-08-19 11:28:45,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 11:28:45,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/b6522323-a986-4c65-98cb-b703268d8d14 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:28:45,746 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 11:28:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef6102a6-03b8-442a-9f11-6785099fc61a x-compute-request-id: req-ef6102a6-03b8-442a-9f11-6785099fc61a Content-Length: 0 Content-Type: application/json 2018-08-19 11:28:45,746 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b6522323-a986-4c65-98cb-b703268d8d14 used request id req-ef6102a6-03b8-442a-9f11-6785099fc61a 2018-08-19 11:28:45,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0492799282074s 2018-08-19 11:28:45,746 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/b6522323-a986-4c65-98cb-b703268d8d14 used request id req-ef6102a6-03b8-442a-9f11-6785099fc61a 2018-08-19 11:28:45,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-19 11:28:45,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/517821e1-19b0-4f42-b0e7-f1b597bbf6ce.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:47,140 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dbda175c-484b-449e-9460-b63341051a29 Content-Length: 0 Date: Sun, 19 Aug 2018 11:28:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 11:28:47,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/517821e1-19b0-4f42-b0e7-f1b597bbf6ce.json used request id req-dbda175c-484b-449e-9460-b63341051a29 2018-08-19 11:28:47,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.39121603966s 2018-08-19 11:28:47,141 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/517821e1-19b0-4f42-b0e7-f1b597bbf6ce.json used request id req-dbda175c-484b-449e-9460-b63341051a29 2018-08-19 11:28:47,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 11:28:47,146 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:47,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-233a05c5-5914-4eb5-ae4e-4cb9f057f042 Date: Sun, 19 Aug 2018 11:28:47 GMT RESP BODY: {"floatingips": []} 2018-08-19 11:28:47,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-233a05c5-5914-4eb5-ae4e-4cb9f057f042 2018-08-19 11:28:47,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.465276956558s 2018-08-19 11:28:47,611 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-233a05c5-5914-4eb5-ae4e-4cb9f057f042 2018-08-19 11:28:47,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-19 11:28:47,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:47,882 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 11:28:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-21103e36-9223-4ba0-bc43-38283b8f3864 x-compute-request-id: req-21103e36-9223-4ba0-bc43-38283b8f3864 Content-Type: application/json 2018-08-19 11:28:47,882 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377 used request id req-21103e36-9223-4ba0-bc43-38283b8f3864 2018-08-19 11:28:47,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.27076792717s 2018-08-19 11:28:47,883 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377 used request id req-21103e36-9223-4ba0-bc43-38283b8f3864 2018-08-19 11:28:47,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:28:47,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:48,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11: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-127a8399-7dd8-4830-a16f-01521d578ba8 x-compute-request-id: req-127a8399-7dd8-4830-a16f-01521d578ba8 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_e1f4998e-aa34-46c8-9ad0-92becce5e9a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:83:6a", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:83:6a", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T11:27:01.000000", "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "security_groups": [{"name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}], "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T11:28:47Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:28:48,338 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-127a8399-7dd8-4830-a16f-01521d578ba8 2018-08-19 11:28:48,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.454512119293s 2018-08-19 11:28:48,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-127a8399-7dd8-4830-a16f-01521d578ba8 2018-08-19 11:28:48,340 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:28:50,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:28:50,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:50,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:28:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b550e942-7ede-4f8c-b6c6-bba0e951592c x-compute-request-id: req-b550e942-7ede-4f8c-b6c6-bba0e951592c Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_e1f4998e-aa34-46c8-9ad0-92becce5e9a7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:83:6a", "version": 4, "addr": "192.168.120.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/7d88fd37-b573-4adb-877c-4ed7e9cd4377", "rel": "bookmark"}], "image": {"id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "links": [{"href": "http://172.30.9.27:8774/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-19T11:27:01.000000", "flavor": {"id": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "links": [{"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "bookmark"}]}, "id": "7d88fd37-b573-4adb-877c-4ed7e9cd4377", "user_id": "1f0f194617bc454480cdc9e3eec81d86", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-19T11:28:49Z", "hostId": "78fd08a251d5b1a5e8c6f946d13cb48e43b791358472822876b9ba64", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "name": "vyos_vrouter-vm_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "created": "2018-08-19T11:24:49Z", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-19 11:28:50,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b550e942-7ede-4f8c-b6c6-bba0e951592c 2018-08-19 11:28:50,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4276471138s 2018-08-19 11:28:50,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-b550e942-7ede-4f8c-b6c6-bba0e951592c 2018-08-19 11:28:50,772 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-19 11:28:52,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-19 11:28:52,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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:52,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11: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 x-openstack-request-id: req-fe64fc4e-7fba-4a41-8e55-53ec1770f637 x-compute-request-id: req-fe64fc4e-7fba-4a41-8e55-53ec1770f637 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-19 11:28:52,848 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fe64fc4e-7fba-4a41-8e55-53ec1770f637 2018-08-19 11:28:52,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0734369754791s 2018-08-19 11:28:52,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-fe64fc4e-7fba-4a41-8e55-53ec1770f637 2018-08-19 11:28:52,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-19 11:28:52,852 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:52,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-773c7217-3d1e-4ef1-9fed-f2d6968ed63b Date: Sun, 19 Aug 2018 11:28:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:23:02Z", "updated_at": "2018-08-19T11:28:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "04cb6e7c-8fd2-42c2-bbda-afe9627d0c5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "10da9f98-0d2d-4da1-9f72-480c30b6e37d", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "44bf1d77-3445-4d23-873a-e7151fc2f213", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:23:02Z", "revision_number": 0, "id": "75a62cde-5d5e-492c-b430-43331054ec85", "remote_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "remote_ip_prefix": null, "created_at": "2018-08-19T11:23:02Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T11:28:40Z", "revision_number": 0, "id": "c28d5810-f301-4bb9-baa7-5457a5e1073d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:28:40Z", "security_group_id": "70d25b4b-e506-4255-969d-011531c99b8f", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 2, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "70d25b4b-e506-4255-969d-011531c99b8f", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:24:38Z", "updated_at": "2018-08-19T11:24:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-19T11:24:43Z", "revision_number": 0, "id": "0c6271b3-c7ea-48f9-9c85-f945489d98ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:43Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-19T11:24:40Z", "revision_number": 0, "id": "5598aed0-39c6-422b-a615-febfa673b7ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:40Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 80, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:40Z", "revision_number": 0, "id": "7251230c-c6c2-4d16-bdd5-da8a2dd4b509", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:40Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-19T11:24:41Z", "revision_number": 0, "id": "9792e60c-70ec-4194-b4bf-45685abc4694", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:41Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 443, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "b04b0e5e-f5e0-455a-8fcd-73956a22dc57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv6", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-19T11:24:39Z", "revision_number": 0, "id": "c1945309-04e2-46a1-9f6e-8ff0fe3ea064", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:39Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-19T11:24:42Z", "revision_number": 0, "id": "db5e44d7-6a68-4685-be88-b77deaa688b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:42Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-19T11:24:38Z", "revision_number": 0, "id": "f2245e97-f06f-4a00-8e61-3e082579e7da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-19T11:24:38Z", "security_group_id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "port_range_min": null, "ethertype": "IPv4", "project_id": "24cc5c1b800646649d57abf7008f409a"}], "revision_number": 7, "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "92e8aab9-9c1f-4635-ab61-bc0381a422b5", "name": "vyos_vrouter-sg_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}]} 2018-08-19 11:28:52,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-773c7217-3d1e-4ef1-9fed-f2d6968ed63b 2018-08-19 11:28:52,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0492188930511s 2018-08-19 11:28:52,901 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-773c7217-3d1e-4ef1-9fed-f2d6968ed63b 2018-08-19 11:28:52,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-19 11:28:52,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/92e8aab9-9c1f-4635-ab61-bc0381a422b5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:53,159 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d0e4b122-67fb-422a-a91b-ae45a38ee1dd Content-Length: 0 Date: Sun, 19 Aug 2018 11:28:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 11:28:53,159 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/92e8aab9-9c1f-4635-ab61-bc0381a422b5.json used request id req-d0e4b122-67fb-422a-a91b-ae45a38ee1dd 2018-08-19 11:28:53,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.254729032516s 2018-08-19 11:28:53,160 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/92e8aab9-9c1f-4635-ab61-bc0381a422b5.json used request id req-d0e4b122-67fb-422a-a91b-ae45a38ee1dd 2018-08-19 11:28:53,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-19 11:28:53,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:53,232 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 11: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 x-openstack-request-id: req-7e6cbc3d-43a8-4c79-becb-36a41387b889 x-compute-request-id: req-7e6cbc3d-43a8-4c79-becb-36a41387b889 Content-Length: 0 Content-Type: application/json 2018-08-19 11:28:53,232 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7 used request id req-7e6cbc3d-43a8-4c79-becb-36a41387b889 2018-08-19 11:28:53,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0714821815491s 2018-08-19 11:28:53,232 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/vyos_vrouter-kp_e1f4998e-aa34-46c8-9ad0-92becce5e9a7 used request id req-7e6cbc3d-43a8-4c79-becb-36a41387b889 2018-08-19 11:28:53,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 11:28:53,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/d37301ee-3ee7-4f9e-93c7-296ca9bcb91a/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}400754ef92a8505dbab93a214920a00c637b74f1" -d '{"subnet_id": "2504d4be-0189-440c-95c6-054ee248ef67"}' 2018-08-19 11:28:55,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-45642437-e248-446c-a79d-e2153950df3f Date: Sun, 19 Aug 2018 11:28:55 GMT RESP BODY: {"network_id": "142811aa-fcf8-452b-b683-4505e00f3720", "tenant_id": "24cc5c1b800646649d57abf7008f409a", "subnet_id": "2504d4be-0189-440c-95c6-054ee248ef67", "subnet_ids": ["2504d4be-0189-440c-95c6-054ee248ef67"], "port_id": "44c364f8-3be6-4180-9e65-4b74fe753ead", "id": "d37301ee-3ee7-4f9e-93c7-296ca9bcb91a"} 2018-08-19 11:28:55,353 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d37301ee-3ee7-4f9e-93c7-296ca9bcb91a/remove_router_interface.json used request id req-45642437-e248-446c-a79d-e2153950df3f 2018-08-19 11:28:55,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.12051105499s 2018-08-19 11:28:55,353 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/d37301ee-3ee7-4f9e-93c7-296ca9bcb91a/remove_router_interface.json used request id req-45642437-e248-446c-a79d-e2153950df3f returning object d37301ee-3ee7-4f9e-93c7-296ca9bcb91a 2018-08-19 11:28:55,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 11:28:55,354 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:55,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-92f8d8a9-83c8-4f76-adde-29cb06e0acf2 Date: Sun, 19 Aug 2018 11:28:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "24cc5c1b800646649d57abf7008f409a", "created_at": "2018-08-19T11:23:04Z", "admin_state_up": true, "updated_at": "2018-08-19T11:28:54Z", "revision_number": 4, "routes": [], "project_id": "24cc5c1b800646649d57abf7008f409a", "id": "d37301ee-3ee7-4f9e-93c7-296ca9bcb91a", "name": "vyos_vrouter-router_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}]} 2018-08-19 11:28:55,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-92f8d8a9-83c8-4f76-adde-29cb06e0acf2 2018-08-19 11:28:55,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.125913858414s 2018-08-19 11:28:55,480 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-92f8d8a9-83c8-4f76-adde-29cb06e0acf2 2018-08-19 11:28:55,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 11:28:55,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/d37301ee-3ee7-4f9e-93c7-296ca9bcb91a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:56,996 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a5ad3d5-4095-4d74-be9d-dc1909e66e81 Content-Length: 0 Date: Sun, 19 Aug 2018 11:28:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 11:28:56,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/d37301ee-3ee7-4f9e-93c7-296ca9bcb91a.json used request id req-9a5ad3d5-4095-4d74-be9d-dc1909e66e81 2018-08-19 11:28:56,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.5142891407s 2018-08-19 11:28:56,997 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/d37301ee-3ee7-4f9e-93c7-296ca9bcb91a.json used request id req-9a5ad3d5-4095-4d74-be9d-dc1909e66e81 2018-08-19 11:28:56,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 11:28:56,998 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:57,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-15c502a3-c437-422e-a59e-340e19479d2a Date: Sun, 19 Aug 2018 11:28:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"142811aa-fcf8-452b-b683-4505e00f3720","tenant_id":"24cc5c1b800646649d57abf7008f409a","created_at":"2018-08-19T11:23:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T11:23:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"24cc5c1b800646649d57abf7008f409a","id":"2504d4be-0189-440c-95c6-054ee248ef67","subnetpool_id":null,"name":"vyos_vrouter-subnet_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}]} 2018-08-19 11:28:57,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-15c502a3-c437-422e-a59e-340e19479d2a 2018-08-19 11:28:57,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0471029281616s 2018-08-19 11:28:57,045 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-15c502a3-c437-422e-a59e-340e19479d2a 2018-08-19 11:28:57,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 11:28:57,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/2504d4be-0189-440c-95c6-054ee248ef67.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:28:59,685 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1773062d-b7ff-423d-8095-0f5034b28f5e Date: Sun, 19 Aug 2018 11:28:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 11:28:59,685 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/2504d4be-0189-440c-95c6-054ee248ef67.json used request id req-1773062d-b7ff-423d-8095-0f5034b28f5e 2018-08-19 11:28:59,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.6394469738s 2018-08-19 11:28:59,686 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/2504d4be-0189-440c-95c6-054ee248ef67.json used request id req-1773062d-b7ff-423d-8095-0f5034b28f5e 2018-08-19 11:28:59,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 11:28:59,687 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:29:00,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-954216f3-aaba-41ea-89f3-9616078ab37b Date: Sun, 19 Aug 2018 11:29:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-19T11:28:59Z","tenant_id":"24cc5c1b800646649d57abf7008f409a","created_at":"2018-08-19T11:23:02Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"24cc5c1b800646649d57abf7008f409a","id":"142811aa-fcf8-452b-b683-4505e00f3720","name":"vyos_vrouter-net_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 11:29:00,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-954216f3-aaba-41ea-89f3-9616078ab37b 2018-08-19 11:29:00,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.342242002487s 2018-08-19 11:29:00,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-954216f3-aaba-41ea-89f3-9616078ab37b 2018-08-19 11:29:00,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-19 11:29:00,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/142811aa-fcf8-452b-b683-4505e00f3720.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:29:01,666 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-27252ee3-b855-4290-ba32-4562af060e2d Date: Sun, 19 Aug 2018 11:29:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 11:29:01,666 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/142811aa-fcf8-452b-b683-4505e00f3720.json used request id req-27252ee3-b855-4290-ba32-4562af060e2d 2018-08-19 11:29:01,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.63605809212s 2018-08-19 11:29:01,667 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/142811aa-fcf8-452b-b683-4505e00f3720.json used request id req-27252ee3-b855-4290-ba32-4562af060e2d 2018-08-19 11:29:01,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:29:01,675 - 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}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:29:02,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-d30cbdbd-3efc-45bc-90e8-9923487cbdfd Date: Sun, 19 Aug 2018 11:29:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:24:36Z", "file": "/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/file", "owner": "24cc5c1b800646649d57abf7008f409a", "id": "e98e2185-3cd8-4311-8bfd-43159c66cf5b", "size": 4373348352, "self": "/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-19T11:23:32Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:29:02,376 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d30cbdbd-3efc-45bc-90e8-9923487cbdfd 2018-08-19 11:29:02,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.705518007278s 2018-08-19 11:29:02,377 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-d30cbdbd-3efc-45bc-90e8-9923487cbdfd 2018-08-19 11:29:02,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 11:29:02,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}400754ef92a8505dbab93a214920a00c637b74f1" 2018-08-19 11:29:03,291 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-486b078e-7111-402e-b4c8-13664d2cea6f Date: Sun, 19 Aug 2018 11:29:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 11:29:03,291 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b used request id req-486b078e-7111-402e-b4c8-13664d2cea6f 2018-08-19 11:29:03,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.912708997726s 2018-08-19 11:29:03,292 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/e98e2185-3cd8-4311-8bfd-43159c66cf5b used request id req-486b078e-7111-402e-b4c8-13664d2cea6f 2018-08-19 11:29:03,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 11:29:03,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}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:29:03,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11: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-857fc443-e2a3-480e-a0ee-18c8decc2653 x-compute-request-id: req-857fc443-e2a3-480e-a0ee-18c8decc2653 Content-Encoding: gzip Content-Length: 405 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e", "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": "41b0bd2d-3797-46ea-b9d6-319b3bcc831e"}, {"name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "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": "c98a7890-08e8-41d5-8b07-9cbf693a00b9"}]} 2018-08-19 11:29:03,314 - 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-857fc443-e2a3-480e-a0ee-18c8decc2653 2018-08-19 11:29:03,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0220439434052s 2018-08-19 11:29:03,314 - 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-857fc443-e2a3-480e-a0ee-18c8decc2653 2018-08-19 11:29:03,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 11:29:03,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:29:03,356 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 11: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 x-openstack-request-id: req-28a2b23b-0cb6-4f46-b789-77552c874304 x-compute-request-id: req-28a2b23b-0cb6-4f46-b789-77552c874304 Content-Length: 0 Content-Type: application/json 2018-08-19 11:29:03,356 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e used request id req-28a2b23b-0cb6-4f46-b789-77552c874304 2018-08-19 11:29:03,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0394148826599s 2018-08-19 11:29:03,356 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/41b0bd2d-3797-46ea-b9d6-319b3bcc831e used request id req-28a2b23b-0cb6-4f46-b789-77552c874304 2018-08-19 11:29:03,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 11:29:03,360 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:29:03,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-580f7ce2-852a-4419-80ef-f1b181b70b7e Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "links": {"self": "http://172.30.9.27:5000/v3/users/1f0f194617bc454480cdc9e3eec81d86"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1f0f194617bc454480cdc9e3eec81d86", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 11:29:03,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-580f7ce2-852a-4419-80ef-f1b181b70b7e 2018-08-19 11:29:03,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.224725961685s 2018-08-19 11:29:03,582 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-580f7ce2-852a-4419-80ef-f1b181b70b7e 2018-08-19 11:29:03,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 11:29:03,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/1f0f194617bc454480cdc9e3eec81d86 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:29:03,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60970741-f2cd-415d-857f-afe37cc28465 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_e1f4998e-aa34-46c8-9ad0-92becce5e9a7", "links": {"self": "http://172.30.9.27:5000/v3/users/1f0f194617bc454480cdc9e3eec81d86"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1f0f194617bc454480cdc9e3eec81d86", "description": null}} 2018-08-19 11:29:03,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/1f0f194617bc454480cdc9e3eec81d86 used request id req-60970741-f2cd-415d-857f-afe37cc28465 2018-08-19 11:29:03,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208813905716s 2018-08-19 11:29:03,797 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/1f0f194617bc454480cdc9e3eec81d86 used request id req-60970741-f2cd-415d-857f-afe37cc28465 2018-08-19 11:29:03,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 11:29:03,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/1f0f194617bc454480cdc9e3eec81d86 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:29:04,104 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 11:29:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4920ddfe-ddf6-4dc9-ac97-7fde994ad5f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 11:29:04,105 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/1f0f194617bc454480cdc9e3eec81d86 used request id req-4920ddfe-ddf6-4dc9-ac97-7fde994ad5f0 2018-08-19 11:29:04,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.306959867477s 2018-08-19 11:29:04,105 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/1f0f194617bc454480cdc9e3eec81d86 used request id req-4920ddfe-ddf6-4dc9-ac97-7fde994ad5f0 2018-08-19 11:29:04,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 11:29:04,114 - 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}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:29:04,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-773436d1-de26-482c-a9c4-a2f4dc4d19ab 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: vyos_vrouter", "links": {"self": "http://172.30.9.27:5000/v3/projects/24cc5c1b800646649d57abf7008f409a"}, "tags": [], "enabled": true, "id": "24cc5c1b800646649d57abf7008f409a", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_e1f4998e-aa34-46c8-9ad0-92becce5e9a7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-19 11:29:04,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-773436d1-de26-482c-a9c4-a2f4dc4d19ab 2018-08-19 11:29:04,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.203712940216s 2018-08-19 11:29:04,315 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-773436d1-de26-482c-a9c4-a2f4dc4d19ab 2018-08-19 11:29:04,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 11:29:04,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/24cc5c1b800646649d57abf7008f409a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a81e33be98603ce074d1c6a08da0c224457889ae" 2018-08-19 11:29:04,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 11:29:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01f38422-fefe-4bcc-a63a-4ade8fa1bcee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 11:29:04,548 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/24cc5c1b800646649d57abf7008f409a used request id req-01f38422-fefe-4bcc-a63a-4ade8fa1bcee 2018-08-19 11:29:04,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.227984905243s 2018-08-19 11:29:04,548 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/24cc5c1b800646649d57abf7008f409a used request id req-01f38422-fefe-4bcc-a63a-4ade8fa1bcee 2018-08-19 11:29:04,548 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-08-19 11:29:04,574 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-08-19 11:29:04,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 11:29:04,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 11:29:04,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 11:29:04,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 11:29:04,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 11:29:04,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 11:29:04,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 11:29:04,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 11:29:04,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 11:29:04,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 11:29:04,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 11:29:04,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 11:29:04,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 11:29:04,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 11:29:04,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 11:29:04,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 11:29:04,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 11:29:04,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 11:29:04,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 11:29:04,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 11:29:04,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 11:29:04,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 11:29:04,606 - 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-19 11:29:04,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0af987c1-c6dc-4d0e-be18-ef1322cb7fe0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 11:29:04,613 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0af987c1-c6dc-4d0e-be18-ef1322cb7fe0 2018-08-19 11:29:04,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 11:29:05,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T12:29:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["g1mWQiCfTjKjsgXiikzQNA"], "issued_at": "2018-08-19T11:29:04.000000Z"}} 2018-08-19 11:29:05,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 11:29:05,028 - 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}f769c1af62fdddad616e9fac39f54592fbd21957" 2018-08-19 11:29:05,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-b5bec6c0-9f81-4103-96d2-5c5620b0a4cf Date: Sun, 19 Aug 2018 11:29:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","status":"ACTIVE","subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"description":"","tags":[],"updated_at":"2018-08-19T08:03:27Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","provider:network_type":"flat"}]} 2018-08-19 11:29:05,372 - 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-b5bec6c0-9f81-4103-96d2-5c5620b0a4cf 2018-08-19 11:29:05,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.344002962112s 2018-08-19 11:29:05,372 - 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-b5bec6c0-9f81-4103-96d2-5c5620b0a4cf 2018-08-19 11:29:05,376 - 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-19 11:29:05,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 11:29:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f72b8552-d10e-4dbb-ab86-2d160f69e380 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-19 11:29:05,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/ used request id req-f72b8552-d10e-4dbb-ab86-2d160f69e380 2018-08-19 11:29:05,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 11:29:05,386 - 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}f769c1af62fdddad616e9fac39f54592fbd21957" 2018-08-19 11:29:05,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb9124d3-cf0f-414d-8452-6f36df1ab84a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/1808c247df504f309ef3cf4f928b7129"}, "tags": [], "enabled": true, "id": "1808c247df504f309ef3cf4f928b7129", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-08-19 11:29:05,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-cb9124d3-cf0f-414d-8452-6f36df1ab84a 2018-08-19 11:29:05,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.199562072754s 2018-08-19 11:29:05,583 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-cb9124d3-cf0f-414d-8452-6f36df1ab84a 2018-08-19 11:29:05,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-19 11:29:05,593 - 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}f769c1af62fdddad616e9fac39f54592fbd21957" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}}' 2018-08-19 11:29:05,812 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 11:29:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-805d0a37-6c59-417e-8e7c-3c9866f66abe 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/6ed31cf74f0e41c990cc06388be4dcd0"}, "tags": [], "enabled": true, "id": "6ed31cf74f0e41c990cc06388be4dcd0", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}} 2018-08-19 11:29:05,813 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-805d0a37-6c59-417e-8e7c-3c9866f66abe 2018-08-19 11:29:05,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.222588062286s 2018-08-19 11:29:05,813 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-805d0a37-6c59-417e-8e7c-3c9866f66abe 2018-08-19 11:29:05,814 - 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'6ed31cf74f0e41c990cc06388be4dcd0', '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_38b08ae4-25c1-4114-bc12-072f0ae95e5f'}) 2018-08-19 11:29:05,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-19 11:29:05,826 - 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}f769c1af62fdddad616e9fac39f54592fbd21957" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4a61d696-76b4-4ba0-801b-93f8ebfbe80b", "email": null, "name": "juju_epc-user_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}}' 2018-08-19 11:29:06,291 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 19 Aug 2018 11:29:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6d103f1-d092-42b2-bee4-d051be674c5a Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "links": {"self": "http://172.30.9.27:5000/v3/users/7ffbf91816d849f2b6ee069b49095ff1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7ffbf91816d849f2b6ee069b49095ff1", "domain_id": "default", "password_expires_at": null}} 2018-08-19 11:29:06,291 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-e6d103f1-d092-42b2-bee4-d051be674c5a 2018-08-19 11:29:06,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.471089839935s 2018-08-19 11:29:06,292 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-e6d103f1-d092-42b2-bee4-d051be674c5a 2018-08-19 11:29:06,292 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'7ffbf91816d849f2b6ee069b49095ff1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_38b08ae4-25c1-4114-bc12-072f0ae95e5f'}) 2018-08-19 11:29:06,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 11:29:06,299 - 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}f769c1af62fdddad616e9fac39f54592fbd21957" 2018-08-19 11:29:06,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a36cde6-7c80-4603-a936-8f7c5a83cd12 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 11:29:06,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1a36cde6-7c80-4603-a936-8f7c5a83cd12 2018-08-19 11:29:06,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190372943878s 2018-08-19 11:29:06,487 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1a36cde6-7c80-4603-a936-8f7c5a83cd12 2018-08-19 11:29:06,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 11:29:06,495 - 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}f769c1af62fdddad616e9fac39f54592fbd21957" 2018-08-19 11:29:06,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b31fa454-4606-4886-91fb-ecac38455866 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 11:29:06,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b31fa454-4606-4886-91fb-ecac38455866 2018-08-19 11:29:06,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196636915207s 2018-08-19 11:29:06,689 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b31fa454-4606-4886-91fb-ecac38455866 2018-08-19 11:29:06,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-19 11:29:06,699 - 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}f769c1af62fdddad616e9fac39f54592fbd21957" 2018-08-19 11:29:06,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-366ba82e-e9e4-4e8b-915f-cab60084d9a2 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": "1ec39ef7986141aea53c73a5729dabce", "links": {"self": "http://172.30.9.27:5000/v3/roles/1ec39ef7986141aea53c73a5729dabce"}, "name": "admin"}, {"domain_id": null, "id": "3276e9a3341a4f5e817b58265c847d0c", "links": {"self": "http://172.30.9.27:5000/v3/roles/3276e9a3341a4f5e817b58265c847d0c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "3364da97755849d9aea79633187e48d0", "links": {"self": "http://172.30.9.27:5000/v3/roles/3364da97755849d9aea79633187e48d0"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "52cc3e93c7a341828607b67502e6da34", "links": {"self": "http://172.30.9.27:5000/v3/roles/52cc3e93c7a341828607b67502e6da34"}, "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": "b6ed1d8449ac4508978d1641aeddb09d", "links": {"self": "http://172.30.9.27:5000/v3/roles/b6ed1d8449ac4508978d1641aeddb09d"}, "name": "reader"}, {"domain_id": null, "id": "cae86721c0f446b59c4cf1f61b8fa515", "links": {"self": "http://172.30.9.27:5000/v3/roles/cae86721c0f446b59c4cf1f61b8fa515"}, "name": "member"}]} 2018-08-19 11:29:06,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-366ba82e-e9e4-4e8b-915f-cab60084d9a2 2018-08-19 11:29:06,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186287164688s 2018-08-19 11:29:06,881 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-366ba82e-e9e4-4e8b-915f-cab60084d9a2 2018-08-19 11:29:06,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-19 11:29:06,889 - 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}f769c1af62fdddad616e9fac39f54592fbd21957" 2018-08-19 11:29:07,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-205dae4d-2870-4a7a-825e-d4c09d743c61 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-19 11:29:07,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-205dae4d-2870-4a7a-825e-d4c09d743c61 2018-08-19 11:29:07,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193040847778s 2018-08-19 11:29:07,079 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-205dae4d-2870-4a7a-825e-d4c09d743c61 2018-08-19 11:29:07,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 11:29:07,083 - 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}f769c1af62fdddad616e9fac39f54592fbd21957" 2018-08-19 11:29:07,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aec6750c-764c-4bce-a293-b09219f3c798 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "juju_epc-user_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "links": {"self": "http://172.30.9.27:5000/v3/users/7ffbf91816d849f2b6ee069b49095ff1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7ffbf91816d849f2b6ee069b49095ff1", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 11:29:07,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-aec6750c-764c-4bce-a293-b09219f3c798 2018-08-19 11:29:07,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218553066254s 2018-08-19 11:29:07,299 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-aec6750c-764c-4bce-a293-b09219f3c798 2018-08-19 11:29:07,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 11:29:07,316 - 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}f769c1af62fdddad616e9fac39f54592fbd21957" 2018-08-19 11:29:07,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a014e9fd-1068-4d2a-9fcd-8b6d933297fe 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/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "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/6ed31cf74f0e41c990cc06388be4dcd0"}, "tags": [], "enabled": true, "id": "6ed31cf74f0e41c990cc06388be4dcd0", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-19 11:29:07,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a014e9fd-1068-4d2a-9fcd-8b6d933297fe 2018-08-19 11:29:07,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191290140152s 2018-08-19 11:29:07,505 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a014e9fd-1068-4d2a-9fcd-8b6d933297fe 2018-08-19 11:29:07,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-19 11:29:07,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=7ffbf91816d849f2b6ee069b49095ff1&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=6ed31cf74f0e41c990cc06388be4dcd0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f769c1af62fdddad616e9fac39f54592fbd21957" 2018-08-19 11:29:07,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5a4886f-d69b-4605-bf18-748f276b1f25 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=7ffbf91816d849f2b6ee069b49095ff1&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=6ed31cf74f0e41c990cc06388be4dcd0", "previous": null, "next": null}} 2018-08-19 11:29:07,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=7ffbf91816d849f2b6ee069b49095ff1&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=6ed31cf74f0e41c990cc06388be4dcd0 used request id req-c5a4886f-d69b-4605-bf18-748f276b1f25 2018-08-19 11:29:07,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.194347858429s 2018-08-19 11:29:07,708 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=7ffbf91816d849f2b6ee069b49095ff1&role.id=cae86721c0f446b59c4cf1f61b8fa515&scope.project.id=6ed31cf74f0e41c990cc06388be4dcd0 used request id req-c5a4886f-d69b-4605-bf18-748f276b1f25 2018-08-19 11:29:07,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-19 11:29:07,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/6ed31cf74f0e41c990cc06388be4dcd0/users/7ffbf91816d849f2b6ee069b49095ff1/roles/cae86721c0f446b59c4cf1f61b8fa515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f769c1af62fdddad616e9fac39f54592fbd21957" 2018-08-19 11:29:07,869 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 11:29:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b92802a-012d-42ad-b2e5-4f868420f171 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 11:29:07,869 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6ed31cf74f0e41c990cc06388be4dcd0/users/7ffbf91816d849f2b6ee069b49095ff1/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-4b92802a-012d-42ad-b2e5-4f868420f171 2018-08-19 11:29:07,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.157954931259s 2018-08-19 11:29:07,870 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/6ed31cf74f0e41c990cc06388be4dcd0/users/7ffbf91816d849f2b6ee069b49095ff1/roles/cae86721c0f446b59c4cf1f61b8fa515 used request id req-4b92802a-012d-42ad-b2e5-4f868420f171 2018-08-19 11:29:07,870 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_38b08ae4-25c1-4114-bc12-072f0ae95e5f', 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'6ed31cf74f0e41c990cc06388be4dcd0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '4a61d696-76b4-4ba0-801b-93f8ebfbe80b', 'username': u'juju_epc-user_38b08ae4-25c1-4114-bc12-072f0ae95e5f', '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-19 11:29:07,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-19 11:29:07,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-19 11:29:07,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-19 11:29:07,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-19 11:29:07,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-19 11:29:07,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-19 11:29:07,872 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-19 11:29:07,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-19 11:29:07,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-19 11:29:07,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-19 11:29:07,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-19 11:29:07,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-19 11:29:07,873 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-19 11:29:07,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-19 11:29:07,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-19 11:29:07,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-19 11:29:07,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-19 11:29:07,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-19 11:29:07,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-19 11:29:07,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-19 11:29:07,874 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-19 11:29:07,875 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-19 11:29:07,877 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_38b08ae4-25c1-4114-bc12-072f0ae95e5f', 'password': '4a61d696-76b4-4ba0-801b-93f8ebfbe80b', 'project_name': 'juju_epc-project_38b08ae4-25c1-4114-bc12-072f0ae95e5f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '6ed31cf74f0e41c990cc06388be4dcd0', 'project_domain_name': 'Default'} 2018-08-19 11:29:07,940 - 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-19 11:29:07,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-19 11:29:07,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-19 11:29:07,969 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 19 Aug 2018 11:29:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4760bfb3-68d1-458f-a927-c369338fbc9f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-19 11:29:07,969 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-4760bfb3-68d1-458f-a927-c369338fbc9f 2018-08-19 11:29:07,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f769c1af62fdddad616e9fac39f54592fbd21957" 2018-08-19 11:29:08,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f75a3405-0d42-46b5-b2ed-5b83f6fcdd7b Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/012668ad07c34510a76ee2503281f9cb"}, "enabled": true, "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1de0e64add6448e0a8b5752f402eb2fd"}, "enabled": true, "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/3f83350c4e9a43ae87a2600bb2a1a314"}, "enabled": true, "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/477b85685b75469db08c6a659067bd48"}, "enabled": true, "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/59aad9c36a7d42b6a271bc3a35c5a39f"}, "enabled": true, "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5b8d604f1d03452fab77ec4833ca15de"}, "enabled": true, "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/655735565e5c422bb657fbd66e4a8d4c"}, "enabled": true, "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/6a0af4ff3dc94408a5132917d313f0b5"}, "enabled": true, "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/717c88ec1f2e4106b987eeb75e3320fd"}, "enabled": true, "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f0631a82bbb4970853fdd9ee97203c2"}, "enabled": true, "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9f5947702d824fb594b3afca5197709d"}, "enabled": true, "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a3e41d5d1c274d21adbcc5ffec0cfb0e"}, "enabled": true, "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a582ffbdb6f14018b1b71fc2bfb32f01"}, "enabled": true, "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/c10f1a74d52045b1acb2ffa2d597c1c1"}, "enabled": true, "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e68e98acf2224a65b39a77ee316d0668"}, "enabled": true, "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-19 11:29:08,164 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-f75a3405-0d42-46b5-b2ed-5b83f6fcdd7b 2018-08-19 11:29:08,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.202013969421s 2018-08-19 11:29:08,164 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-f75a3405-0d42-46b5-b2ed-5b83f6fcdd7b 2018-08-19 11:29:08,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-19 11:29:08,176 - 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}f769c1af62fdddad616e9fac39f54592fbd21957" 2018-08-19 11:29:08,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de5f63bb-01d5-43b0-a1a8-f60b91f0f390 Content-Encoding: gzip Content-Length: 1959 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/000d36f5849349d589492c752470ef01"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "000d36f5849349d589492c752470ef01"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/023e749465084fd8837d77fe049ff7da"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "023e749465084fd8837d77fe049ff7da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/05df4d1b217e4cb5811aff9847795222"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "05df4d1b217e4cb5811aff9847795222"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0ca31e0820d04cbfb8f405b624d5f476"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/147898b374c0437fa0a5d3f5544dac0a"}, "url": "http://12.0.0.31:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/15f913eba29e4350bcb09450178040e4"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "15f913eba29e4350bcb09450178040e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1903a55ffaf64ebeb7ddb4c82b49e3b5"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/1edf9165dc4d489a8f9be1436b1e49ce"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/26866cb9d6284ee0bed387808668c56a"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "26866cb9d6284ee0bed387808668c56a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2bff29cb6afb495da552771628664193"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "2bff29cb6afb495da552771628664193"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2f3a4bc2a17247e1934945f3408eb18d"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/2f97188c8dd0428bb488e248c2b50f8d"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/378a295aa46441c6aac8a5f406fe15df"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3cdda7aa3c964219b59617e52421463f"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "3cdda7aa3c964219b59617e52421463f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/3e32451c8d674060aa767e7efea717d9"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "3e32451c8d674060aa767e7efea717d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/521227585c1c4b11aede77ac9209eebd"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "521227585c1c4b11aede77ac9209eebd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/53681316446f42598cc4bd0c9b1ba910"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/577af91c7ddd47dd911c20b1606314d4"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f0631a82bbb4970853fdd9ee97203c2", "id": "577af91c7ddd47dd911c20b1606314d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/5c96820741a14a5996761aca8a14df61"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "5c96820741a14a5996761aca8a14df61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/79bd10179dfc45be9086100469760d1b"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "79bd10179dfc45be9086100469760d1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/964eb6f380394750bd835d9bf2512ce0"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6a0af4ff3dc94408a5132917d313f0b5", "id": "964eb6f380394750bd835d9bf2512ce0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/970a5a7ddd80462d99b9d1f16c9ffa96"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/97da7dcde1314b918dc5ea38ef3323e9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "655735565e5c422bb657fbd66e4a8d4c", "id": "97da7dcde1314b918dc5ea38ef3323e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a01826edc042480c85a8004f3230dd2e"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "a01826edc042480c85a8004f3230dd2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/a791c3f5d0e34d7cbd4502f4ca20b793"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "477b85685b75469db08c6a659067bd48", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ae5814841328432ba11457e529b40e1d"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a582ffbdb6f14018b1b71fc2bfb32f01", "id": "ae5814841328432ba11457e529b40e1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/af6cd6dada8b4d12bcdee933d5a1980e"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b0f0168d819740b5a163104b00226469"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f83350c4e9a43ae87a2600bb2a1a314", "id": "b0f0168d819740b5a163104b00226469"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b73382a4ac9c403a91e856d6d7b0f52a"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c237ccead0f94d1087417f5cf752ba19"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b8d604f1d03452fab77ec4833ca15de", "id": "c237ccead0f94d1087417f5cf752ba19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c7fe8f758c7243f991850e5d6f2321c6"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ca19facebc164d2aa15092c193f3924d"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "477b85685b75469db08c6a659067bd48", "id": "ca19facebc164d2aa15092c193f3924d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/cbc27fe231b343238bf1778c08c24be0"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d14997ae63154446a547fe8d7c104ef9"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f5947702d824fb594b3afca5197709d", "id": "d14997ae63154446a547fe8d7c104ef9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d219b39bbe8940989d679d86dd975353"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "012668ad07c34510a76ee2503281f9cb", "id": "d219b39bbe8940989d679d86dd975353"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d4b73d29406943dd92c91a676ef06172"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "d4b73d29406943dd92c91a676ef06172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d90d538f96ac443cb5c6ae4320a35a3d"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "717c88ec1f2e4106b987eeb75e3320fd", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d989ecadde654e0c87206dc1372512c8"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "477b85685b75469db08c6a659067bd48", "id": "d989ecadde654e0c87206dc1372512c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e23e8d2adb6844a6ae6dbffd339daf39"}, "url": "http://12.0.0.31:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c10f1a74d52045b1acb2ffa2d597c1c1", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e465444dabcc437fabbc372f94764ada"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e68e98acf2224a65b39a77ee316d0668", "id": "e465444dabcc437fabbc372f94764ada"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e5cbee4dc48d4e5a844f26beb1fa4e85"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "59aad9c36a7d42b6a271bc3a35c5a39f", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e7de94af2fed4d0c8cd508f34a33f024"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-19 11:29:08,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-de5f63bb-01d5-43b0-a1a8-f60b91f0f390 2018-08-19 11:29:08,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.188381910324s 2018-08-19 11:29:08,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-de5f63bb-01d5-43b0-a1a8-f60b91f0f390 2018-08-19 11:29:08,369 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-08-19 11:29:08,371 - 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-19 11:29:08,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11:29:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d6db1dd-344a-4c77-8c20-cad70891b22a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-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-19 11:29:08,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4d6db1dd-344a-4c77-8c20-cad70891b22a 2018-08-19 11:29:08,377 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 11:29:08,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T12:29:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ed31cf74f0e41c990cc06388be4dcd0", "name": "juju_epc-project_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_6ed31cf74f0e41c990cc06388be4dcd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_6ed31cf74f0e41c990cc06388be4dcd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "id": "7ffbf91816d849f2b6ee069b49095ff1"}, "audit_ids": ["u55Qff6NSQmy-Oq4rF3kyw"], "issued_at": "2018-08-19T11:29:08.000000Z"}} 2018-08-19 11:29:08,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-19 11:29:08,786 - 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}e0439932798b203d8e4790a8f9aefbf20282dfa5" -d '{"network": {"name": "juju_epc-net_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "admin_state_up": true}}' 2018-08-19 11:29:09,460 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-d3981cae-8e35-4e0b-8a13-5fbbe35d5511 Date: Sun, 19 Aug 2018 11:29:09 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"6ed31cf74f0e41c990cc06388be4dcd0","created_at":"2018-08-19T11:29:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-19T11:29:09Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"6ed31cf74f0e41c990cc06388be4dcd0","id":"125cc126-182e-43f1-b391-2fb330411405","name":"juju_epc-net_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}} 2018-08-19 11:29:09,460 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d3981cae-8e35-4e0b-8a13-5fbbe35d5511 2018-08-19 11:29:09,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.673929929733s 2018-08-19 11:29:09,460 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d3981cae-8e35-4e0b-8a13-5fbbe35d5511 2018-08-19 11:29:09,461 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T11:29:09Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'125cc126-182e-43f1-b391-2fb330411405', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_38b08ae4-25c1-4114-bc12-072f0ae95e5f', u'admin_state_up': True, u'tenant_id': u'6ed31cf74f0e41c990cc06388be4dcd0', u'created_at': u'2018-08-19T11:29:09Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6ed31cf74f0e41c990cc06388be4dcd0'}) 2018-08-19 11:29:09,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-19 11:29:09,462 - 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}e0439932798b203d8e4790a8f9aefbf20282dfa5" 2018-08-19 11:29:09,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1146 X-Openstack-Request-Id: req-9a2ee0a5-73f6-4150-82fd-bfbcc0452b7f Date: Sun, 19 Aug 2018 11:29:09 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-19T11:29:09Z","tenant_id":"6ed31cf74f0e41c990cc06388be4dcd0","created_at":"2018-08-19T11:29:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"6ed31cf74f0e41c990cc06388be4dcd0","id":"125cc126-182e-43f1-b391-2fb330411405","name":"juju_epc-net_38b08ae4-25c1-4114-bc12-072f0ae95e5f"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cee6fd-65c6-481f-9db8-4732319e9d7e"],"updated_at":"2018-08-19T08:03:27Z","tenant_id":"72d414281c1547fdbc271e9afb311d2d","created_at":"2018-08-19T07:38:02Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"72d414281c1547fdbc271e9afb311d2d","id":"9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54","name":"external"}]} 2018-08-19 11:29:09,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9a2ee0a5-73f6-4150-82fd-bfbcc0452b7f 2018-08-19 11:29:09,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.340526819229s 2018-08-19 11:29:09,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9a2ee0a5-73f6-4150-82fd-bfbcc0452b7f 2018-08-19 11:29:09,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-19 11:29:09,805 - 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}e0439932798b203d8e4790a8f9aefbf20282dfa5" -d '{"subnet": {"name": "juju_epc-subnet_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "enable_dhcp": true, "network_id": "125cc126-182e-43f1-b391-2fb330411405", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-08-19 11:29:10,954 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-65cac66b-e92c-4f69-85e9-243dc15ee6c7 Date: Sun, 19 Aug 2018 11:29:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"125cc126-182e-43f1-b391-2fb330411405","tenant_id":"6ed31cf74f0e41c990cc06388be4dcd0","created_at":"2018-08-19T11:29:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T11:29:10Z","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":"6ed31cf74f0e41c990cc06388be4dcd0","id":"7c1de24f-2359-41fc-a633-a54e4ce46bbf","subnetpool_id":null,"name":"juju_epc-subnet_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}} 2018-08-19 11:29:10,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-65cac66b-e92c-4f69-85e9-243dc15ee6c7 2018-08-19 11:29:10,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.15009903908s 2018-08-19 11:29:10,955 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-65cac66b-e92c-4f69-85e9-243dc15ee6c7 2018-08-19 11:29:10,956 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-19T11:29:10Z', 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'7c1de24f-2359-41fc-a633-a54e4ce46bbf', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_38b08ae4-25c1-4114-bc12-072f0ae95e5f', u'enable_dhcp': True, u'network_id': u'125cc126-182e-43f1-b391-2fb330411405', u'tenant_id': u'6ed31cf74f0e41c990cc06388be4dcd0', u'created_at': u'2018-08-19T11:29:10Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'6ed31cf74f0e41c990cc06388be4dcd0'}) 2018-08-19 11:29:10,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-19 11:29:10,957 - 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}e0439932798b203d8e4790a8f9aefbf20282dfa5" -d '{"router": {"external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54"}, "name": "juju_epc-router_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "admin_state_up": true}}' 2018-08-19 11:29:12,549 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-1ef77f08-5396-4739-9dbe-55b2a4da4df0 Date: Sun, 19 Aug 2018 11:29:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "6ed31cf74f0e41c990cc06388be4dcd0", "created_at": "2018-08-19T11:29:11Z", "admin_state_up": true, "updated_at": "2018-08-19T11:29:12Z", "revision_number": 2, "routes": [], "project_id": "6ed31cf74f0e41c990cc06388be4dcd0", "id": "2a7e74ce-28d8-4364-9c3f-75fd32c2383e", "name": "juju_epc-router_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}} 2018-08-19 11:29:12,550 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-1ef77f08-5396-4739-9dbe-55b2a4da4df0 2018-08-19 11:29:12,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.5934741497s 2018-08-19 11:29:12,550 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-1ef77f08-5396-4739-9dbe-55b2a4da4df0 2018-08-19 11:29:12,551 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'17cee6fd-65c6-481f-9db8-4732319e9d7e', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6ed31cf74f0e41c990cc06388be4dcd0', u'created_at': u'2018-08-19T11:29:11Z', u'admin_state_up': True, u'updated_at': u'2018-08-19T11:29:12Z', u'revision_number': 2, u'routes': [], u'project_id': u'6ed31cf74f0e41c990cc06388be4dcd0', u'id': u'2a7e74ce-28d8-4364-9c3f-75fd32c2383e', u'name': u'juju_epc-router_38b08ae4-25c1-4114-bc12-072f0ae95e5f'}) 2018-08-19 11:29:12,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-19 11:29:12,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/2a7e74ce-28d8-4364-9c3f-75fd32c2383e/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}e0439932798b203d8e4790a8f9aefbf20282dfa5" -d '{"subnet_id": "7c1de24f-2359-41fc-a633-a54e4ce46bbf"}' 2018-08-19 11:29:14,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b6e0d314-2a81-4e9c-a14d-a6336aac6c78 Date: Sun, 19 Aug 2018 11:29:14 GMT RESP BODY: {"network_id": "125cc126-182e-43f1-b391-2fb330411405", "tenant_id": "6ed31cf74f0e41c990cc06388be4dcd0", "subnet_id": "7c1de24f-2359-41fc-a633-a54e4ce46bbf", "subnet_ids": ["7c1de24f-2359-41fc-a633-a54e4ce46bbf"], "port_id": "0109467f-4672-48cf-894e-c9a652524cbd", "id": "2a7e74ce-28d8-4364-9c3f-75fd32c2383e"} 2018-08-19 11:29:14,773 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2a7e74ce-28d8-4364-9c3f-75fd32c2383e/add_router_interface.json used request id req-b6e0d314-2a81-4e9c-a14d-a6336aac6c78 2018-08-19 11:29:14,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.2221801281s 2018-08-19 11:29:14,774 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2a7e74ce-28d8-4364-9c3f-75fd32c2383e/add_router_interface.json used request id req-b6e0d314-2a81-4e9c-a14d-a6336aac6c78 returning object 2a7e74ce-28d8-4364-9c3f-75fd32c2383e 2018-08-19 11:29:14,774 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-08-19 11:29:16,435 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:f4a9830fb482d07eec07c8532a1c265e sha256:1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d 2018-08-19 11:29:16,437 - 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-19 11:29:16,440 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 19 Aug 2018 11:29:16 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-19 11:29:16,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:29:16,443 - 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}e0439932798b203d8e4790a8f9aefbf20282dfa5" 2018-08-19 11:29:16,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-553cf826-b5f7-4f3a-8896-502e0795479b Date: Sun, 19 Aug 2018 11:29:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:29:16,709 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-553cf826-b5f7-4f3a-8896-502e0795479b 2018-08-19 11:29:16,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.267280101776s 2018-08-19 11:29:16,709 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-553cf826-b5f7-4f3a-8896-502e0795479b 2018-08-19 11:29:16,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 11:29:16,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e0439932798b203d8e4790a8f9aefbf20282dfa5" -d '{"owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "owner_specified.shade.object": "images/juju_epc-img_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}' 2018-08-19 11:29:17,478 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-16850689-01b7-4d39-9902-743079cacbec Date: Sun, 19 Aug 2018 11:29:17 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:29:17Z", "file": "/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/file", "owner": "6ed31cf74f0e41c990cc06388be4dcd0", "id": "fb70783d-34e0-4cf8-8ab0-720d2969cc56", "size": null, "self": "/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56", "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_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "checksum": null, "created_at": "2018-08-19T11:29:17Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 11:29:17,478 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-16850689-01b7-4d39-9902-743079cacbec 2018-08-19 11:29:17,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.7607421875s 2018-08-19 11:29:17,479 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-16850689-01b7-4d39-9902-743079cacbec returning object fb70783d-34e0-4cf8-8ab0-720d2969cc56 2018-08-19 11:29:17,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 11:29:17,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/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}e0439932798b203d8e4790a8f9aefbf20282dfa5" -d '' 2018-08-19 11:29:22,985 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-189c45ca-63f1-4f60-8715-a78b15a892a0 Date: Sun, 19 Aug 2018 11:29: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-19 11:29:22,985 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/file used request id req-189c45ca-63f1-4f60-8715-a78b15a892a0 2018-08-19 11:29:22,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.50572991371s 2018-08-19 11:29:22,985 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/file used request id req-189c45ca-63f1-4f60-8715-a78b15a892a0 2018-08-19 11:29:22,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:29:22,993 - 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}e0439932798b203d8e4790a8f9aefbf20282dfa5" 2018-08-19 11:29:23,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-ba8be8e9-cc0f-4819-93fd-181b543609b3 Date: Sun, 19 Aug 2018 11:29:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:29:22Z", "file": "/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/file", "owner": "6ed31cf74f0e41c990cc06388be4dcd0", "id": "fb70783d-34e0-4cf8-8ab0-720d2969cc56", "size": 296681472, "self": "/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-19T11:29:17Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:29:23,286 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ba8be8e9-cc0f-4819-93fd-181b543609b3 2018-08-19 11:29:23,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.296191930771s 2018-08-19 11:29:23,286 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-ba8be8e9-cc0f-4819-93fd-181b543609b3 2018-08-19 11:29:23,288 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/file', 'owner': u'6ed31cf74f0e41c990cc06388be4dcd0', 'id': u'fb70783d-34e0-4cf8-8ab0-720d2969cc56', 'size': 296681472, u'self': u'/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ed31cf74f0e41c990cc06388be4dcd0', 'name': 'juju_epc-project_38b08ae4-25c1-4114-bc12-072f0ae95e5f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T11:29:22Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T11:29:22Z', u'owner_specified.shade.sha256': u'1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d', u'owner_specified.shade.object': u'images/juju_epc-img_38b08ae4-25c1-4114-bc12-072f0ae95e5f', '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/fb70783d-34e0-4cf8-8ab0-720d2969cc56', 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_38b08ae4-25c1-4114-bc12-072f0ae95e5f', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_38b08ae4-25c1-4114-bc12-072f0ae95e5f', 'created': u'2018-08-19T11:29:17Z', 'checksum': u'f4a9830fb482d07eec07c8532a1c265e', 'created_at': u'2018-08-19T11:29:17Z', 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/fb70783d-34e0-4cf8-8ab0-720d2969cc56', 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_38b08ae4-25c1-4114-bc12-072f0ae95e5f', u'owner_specified.shade.md5': u'f4a9830fb482d07eec07c8532a1c265e', u'schema': u'/v2/schemas/image'}}) 2018-08-19 11:29:24,665 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i fb70783d-34e0-4cf8-8ab0-720d2969cc56 -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-19 11:29:24,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 11:29:24,669 - 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}f769c1af62fdddad616e9fac39f54592fbd21957" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-19 11:29:24,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11: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-8775f585-57a6-431d-85cd-f6640746db59 x-compute-request-id: req-8775f585-57a6-431d-85cd-f6640746db59 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/4daac5a5-0924-4454-a315-404f2d7c609c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/4daac5a5-0924-4454-a315-404f2d7c609c", "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": "4daac5a5-0924-4454-a315-404f2d7c609c"}} 2018-08-19 11:29:24,982 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8775f585-57a6-431d-85cd-f6640746db59 2018-08-19 11:29:24,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.315370082855s 2018-08-19 11:29:24,982 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8775f585-57a6-431d-85cd-f6640746db59 2018-08-19 11:29:24,983 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_38b08ae4-25c1-4114-bc12-072f0ae95e5f', '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'7dc2782794df470c83590a2cbd73fefb', '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'4daac5a5-0924-4454-a315-404f2d7c609c', 'swap': 0}) 2018-08-19 11:29:24,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 11:29:24,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/4daac5a5-0924-4454-a315-404f2d7c609c/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}f769c1af62fdddad616e9fac39f54592fbd21957" -d '{"extra_specs": {}}' 2018-08-19 11:29:25,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11: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 x-openstack-request-id: req-7d030239-2f0e-4730-a0e9-1a7d24291219 x-compute-request-id: req-7d030239-2f0e-4730-a0e9-1a7d24291219 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 11:29:25,009 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/4daac5a5-0924-4454-a315-404f2d7c609c/os-extra_specs used request id req-7d030239-2f0e-4730-a0e9-1a7d24291219 2018-08-19 11:29:25,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0247180461884s 2018-08-19 11:29:25,009 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/4daac5a5-0924-4454-a315-404f2d7c609c/os-extra_specs used request id req-7d030239-2f0e-4730-a0e9-1a7d24291219 2018-08-19 11:29:25,009 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-08-19 11:29:25,011 - 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 | YYS2Y1XAj1h8ttZPamEjk7Evq | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-224 | | SDN_CONTROLLER_IP | 192.30.9.4 | | 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-19 11:29:25,018 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-08-19 11:29:25,099 - 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-19 11:29:25,099 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-08-19 11:29:25,174 - 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-19 11:29:25,174 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-19 11:29:26,612 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-08-19 11:29:26,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:29:26,616 - 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}e0439932798b203d8e4790a8f9aefbf20282dfa5" 2018-08-19 11:29:27,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-2d394472-b75e-470c-83aa-490b3ed7830f Date: Sun, 19 Aug 2018 11:29:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:29:22Z", "file": "/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/file", "owner": "6ed31cf74f0e41c990cc06388be4dcd0", "id": "fb70783d-34e0-4cf8-8ab0-720d2969cc56", "size": 296681472, "self": "/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-19T11:29:17Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:29:27,363 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2d394472-b75e-470c-83aa-490b3ed7830f 2018-08-19 11:29:27,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.74919295311s 2018-08-19 11:29:27,364 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-2d394472-b75e-470c-83aa-490b3ed7830f 2018-08-19 11:29:27,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-19 11:29:27,379 - 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}e0439932798b203d8e4790a8f9aefbf20282dfa5" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/juju_epc-img_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}' 2018-08-19 11:29:28,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-075418c6-7cd3-427e-8df7-206083f2c135 Date: Sun, 19 Aug 2018 11:29:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:29:28Z", "file": "/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a/file", "owner": "6ed31cf74f0e41c990cc06388be4dcd0", "id": "4bae35f8-24cb-4717-af6a-db322d04649a", "size": null, "self": "/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "checksum": null, "created_at": "2018-08-19T11:29:28Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-19 11:29:28,073 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-075418c6-7cd3-427e-8df7-206083f2c135 2018-08-19 11:29:28,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.697275876999s 2018-08-19 11:29:28,073 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-075418c6-7cd3-427e-8df7-206083f2c135 returning object 4bae35f8-24cb-4717-af6a-db322d04649a 2018-08-19 11:29:28,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-19 11:29:28,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a/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}e0439932798b203d8e4790a8f9aefbf20282dfa5" -d '' 2018-08-19 11:29:32,981 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a37f4ec7-6ed7-4b21-b7a6-26a1c0b3ed2a Date: Sun, 19 Aug 2018 11:29:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-19 11:29:32,981 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a/file used request id req-a37f4ec7-6ed7-4b21-b7a6-26a1c0b3ed2a 2018-08-19 11:29:32,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.9069108963s 2018-08-19 11:29:32,981 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a/file used request id req-a37f4ec7-6ed7-4b21-b7a6-26a1c0b3ed2a 2018-08-19 11:29:32,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 11:29:32,989 - 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}e0439932798b203d8e4790a8f9aefbf20282dfa5" 2018-08-19 11:29:33,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2729 Content-Type: application/json X-Openstack-Request-Id: req-f1d86104-d6cf-431f-b352-ccc5b9e5e574 Date: Sun, 19 Aug 2018 11:29:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:29:32Z", "file": "/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a/file", "owner": "6ed31cf74f0e41c990cc06388be4dcd0", "id": "4bae35f8-24cb-4717-af6a-db322d04649a", "size": 263193088, "self": "/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4bae35f8-24cb-4717-af6a-db322d04649a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4bae35f8-24cb-4717-af6a-db322d04649a/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-08-19T11:29:28Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:29:22Z", "file": "/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/file", "owner": "6ed31cf74f0e41c990cc06388be4dcd0", "id": "fb70783d-34e0-4cf8-8ab0-720d2969cc56", "size": 296681472, "self": "/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-19T11:29:17Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 11:29:33,026 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f1d86104-d6cf-431f-b352-ccc5b9e5e574 2018-08-19 11:29:33,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0402939319611s 2018-08-19 11:29:33,026 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-f1d86104-d6cf-431f-b352-ccc5b9e5e574 2018-08-19 11:29:33,029 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4bae35f8-24cb-4717-af6a-db322d04649a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a/file', 'owner': u'6ed31cf74f0e41c990cc06388be4dcd0', 'id': u'4bae35f8-24cb-4717-af6a-db322d04649a', 'size': 263193088, u'self': u'/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ed31cf74f0e41c990cc06388be4dcd0', 'name': 'juju_epc-project_38b08ae4-25c1-4114-bc12-072f0ae95e5f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/4bae35f8-24cb-4717-af6a-db322d04649a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-19T11:29:32Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-19T11:29:32Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', 'properties': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f', 'created': u'2018-08-19T11:29:28Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-08-19T11:29:28Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', 'metadata': {u'os_hash_value': u'95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15', u'self': u'/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-08-19 11:29:33,168 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 4bae35f8-24cb-4717-af6a-db322d04649a -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-19 11:29:33,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-19 11:29:33,172 - 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}f769c1af62fdddad616e9fac39f54592fbd21957" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-19 11:29:33,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11: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-4ff108e6-99f3-40ba-871a-865a9a93fb6f x-compute-request-id: req-4ff108e6-99f3-40ba-871a-865a9a93fb6f Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f8bbf3ad-4f84-40e8-9e16-5890485bc8f9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f8bbf3ad-4f84-40e8-9e16-5890485bc8f9", "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": "f8bbf3ad-4f84-40e8-9e16-5890485bc8f9"}} 2018-08-19 11:29:33,208 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4ff108e6-99f3-40ba-871a-865a9a93fb6f 2018-08-19 11:29:33,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0386981964111s 2018-08-19 11:29:33,208 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-4ff108e6-99f3-40ba-871a-865a9a93fb6f 2018-08-19 11:29:33,209 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f', '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'7dc2782794df470c83590a2cbd73fefb', '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'f8bbf3ad-4f84-40e8-9e16-5890485bc8f9', 'swap': 0}) 2018-08-19 11:29:33,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-19 11:29:33,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:8774/v2.1/flavors/f8bbf3ad-4f84-40e8-9e16-5890485bc8f9/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}f769c1af62fdddad616e9fac39f54592fbd21957" -d '{"extra_specs": {}}' 2018-08-19 11:29:33,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 11: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 x-openstack-request-id: req-97fa31ac-98b6-45db-80dc-fde4481f08c0 x-compute-request-id: req-97fa31ac-98b6-45db-80dc-fde4481f08c0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-19 11:29:33,227 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/f8bbf3ad-4f84-40e8-9e16-5890485bc8f9/os-extra_specs used request id req-97fa31ac-98b6-45db-80dc-fde4481f08c0 2018-08-19 11:29:33,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0177969932556s 2018-08-19 11:29:33,228 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors/f8bbf3ad-4f84-40e8-9e16-5890485bc8f9/os-extra_specs used request id req-97fa31ac-98b6-45db-80dc-fde4481f08c0 2018-08-19 11:29:33,228 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-08-19 15:30:37,651 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Bootstrap: ['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc/regionOne', 'abot-controller', '--agent-version', '2.2.9', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=125cc126-182e-43f1-b391-2fb330411405', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 11:29:33 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 11:29:33 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=125cc126-182e-43f1-b391-2fb330411405", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 11:29:33 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 11:29:33 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[network:125cc126-182e-43f1-b391-2fb330411405 external-network: use-floating-ip:true use-default-secgroup:true] 11:29:33 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 11:29:33 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[logforward-enabled:false apt-mirror: transmit-vendor-metrics:true use-default-secgroup:true default-series:xenial apt-https-proxy: proxy-ssh:false uuid:e9e08673-4bc8-4b7a-8938-c330cbedb750 network:125cc126-182e-43f1-b391-2fb330411405 development:false enable-os-upgrade:true no-proxy:127.0.0.1,localhost,::1 max-status-history-age:336h image-metadata-url: ssl-hostname-verification:false apt-no-proxy: net-bond-reconfigure-delay:17 authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrkllwpHC0DJZFUhU8THjw0297XGKUp0ERyEy68m+DNnmayd+d+dwApKFVAMa7PrIAnCFEo2hyK2tMDV4QLUISAOE4qgtkWLEJGwecVNQLHGBmx3/anSRHr4fkduLi/kbuob1fceijzfg4SPdI1SA3IjFztuTtICPx6CV4ggRN+rF1yAgOHMuh08ZYcLZQs8pIUHXJFco3FqiSoSgaZThKWPI3lZj6vhR2Qes4SuKqFvFNgKiWDGB3Rz6xhVC9C0eSHZxMbUcJry10b9Ai7iFwcHwdJe/olbN7aujRqTQV2iaaT6lZbVrorku1JWGmqOCHXkMR2BHWChq5Pq//Diy1 juju-client-key disable-network-management:false external-network: use-floating-ip:true resource-tags: max-status-history-size:5G https-proxy: automatically-retry-hooks:true name:controller test-mode:false provisioner-harvest-mode:destroyed agent-stream:released ftp-proxy: http-proxy: enable-os-refresh-update:true update-status-hook-interval:5m max-action-results-age:336h type:openstack image-stream:released logging-config: apt-ftp-proxy: apt-http-proxy: max-action-results-size:5G ignore-machine-addresses:false agent-metadata-url: firewall-mode:instance] 11:29:33 INFO juju.provider.openstack provider.go:144 opening model "controller" 11:29:33 DEBUG goose :1 auth details: &{Token:gAAAAABbeVSd3K9BtMIrHvANknq-5V0244XNVcm7R4QTAgCb14M4-SVwpUDTuOhObTzyH3QWj47EwbEh4LG0LHhHuUjl8WxEg1YdAr2ynlQaCmofldPl0Y8QnAJq1HD4t_COw7TGXB6SoPtG9iLuOylVco91O9oPhmTqwk5C63qW_6fq6kQ5wfY TenantId:6ed31cf74f0e41c990cc06388be4dcd0 UserId:7ffbf91816d849f2b6ee069b49095ff1 Domain: RegionServiceURLs:map[regionOne:map[volumev2:http://172.30.9.27:8776/v2/6ed31cf74f0e41c990cc06388be4dcd0 identity:http://172.30.9.27:5000 placement:http://172.30.9.27:8778/placement alarming:http://172.30.9.27:8042 volume:http://172.30.9.27:8776/v1/6ed31cf74f0e41c990cc06388be4dcd0 volumev3:http://172.30.9.27:8776/v3/6ed31cf74f0e41c990cc06388be4dcd0 cloudformation:http://172.30.9.27:8000/v1 compute:http://172.30.9.27:8774/v2.1 orchestration:http://172.30.9.27:8004/v1/6ed31cf74f0e41c990cc06388be4dcd0 object-store:http://172.30.9.27:8080/v1/AUTH_6ed31cf74f0e41c990cc06388be4dcd0 metric:http://172.30.9.27:8041 network:http://172.30.9.27:9696 event:http://172.30.9.27:8977 image:http://172.30.9.27:9292]]} 11:29:34 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 11:29:34 DEBUG goose :1 performing API version discovery for "http://172.30.9.27:8774/" 11:29:34 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}] 11:29:34 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 11:29:34 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 11:29:34 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 11:29:34 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 11:29:34 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 11:29:34 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 11:29:34 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 11:29:34 INFO cmd bootstrap.go:233 Loading image metadata 11:29:34 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 11:29:34 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 11:29:34 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 11:29:34 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.27:5000/v3} [trusty xenial win2012hv win10 centos7 zesty win2012 win8 win81 genericlinux raring yakkety win2016nano quantal utopic vivid wily win2016 win2016hv opensuseleap win2008r2 win7 precise win2012hvr2 saucy win2012r2] [amd64 i386 armhf arm64 ppc64el s390x] released}} 11:29:34 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 11:29:37 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 11:29:37 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 11:29:37 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 11:29:37 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 11:29:38 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 11:29:38 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 11:29:38 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 11:29:38 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 11:29:38 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 11:29:38 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 11:29:38 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 11:29:38 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 11:29:39 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 []} 11:29:42 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 11:29:42 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 11:29:42 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 11:29:42 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:fb70783d-34e0-4cf8-8ab0-720d2969cc56 Arch:amd64 VirtType:}] 11:29:42 INFO juju.environs.instances image.go:106 find instance - using image with id: fb70783d-34e0-4cf8-8ab0-720d2969cc56 11:29:42 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 11:29:42 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 11:29:42 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2487 bytes 11:29:42 DEBUG juju.provider.openstack provider.go:1022 using network id "125cc126-182e-43f1-b391-2fb330411405" 11:29:42 DEBUG goose :1 performing API version discovery for "http://172.30.9.27:9696/" 11:29:42 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}] 11:29:49 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "e02e5262-f090-4fcd-b492-a2685dac9c17" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "e02e5262-f090-4fcd-b492-a2685dac9c17" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "e02e5262-f090-4fcd-b492-a2685dac9c17" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "e02e5262-f090-4fcd-b492-a2685dac9c17" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "e02e5262-f090-4fcd-b492-a2685dac9c17" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "e02e5262-f090-4fcd-b492-a2685dac9c17" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "e02e5262-f090-4fcd-b492-a2685dac9c17" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "e02e5262-f090-4fcd-b492-a2685dac9c17" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "e02e5262-f090-4fcd-b492-a2685dac9c17" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "e02e5262-f090-4fcd-b492-a2685dac9c17" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "e02e5262-f090-4fcd-b492-a2685dac9c17" has status BUILD, wait 10 seconds before retry, attempt 11 11:31:55 INFO juju.provider.openstack provider.go:1189 started instance "e02e5262-f090-4fcd-b492-a2685dac9c17" 11:31:55 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 11:31:58 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.208 11:31:58 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.208 - e02e5262-f090-4fcd-b492-a2685dac9c17 (arch=amd64 mem=2G cores=1) 11:32:01 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 11:32:01 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 11:32:01 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 11:32:01 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 11:32:04 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.13.2 11:32:04 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 11:32:06 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 Attempting to connect to 172.30.9.208:22 Attempting to connect to 192.168.121.15:22 11:32:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:32:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:32:16 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:32:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:32:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:32:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: ssh: connect to host 172.30.9.208 port 22: Connection refused 11:32:25 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:32:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: ssh: connect to host 172.30.9.208 port 22: Connection refused 11:32:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:32:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:32:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: ssh: connect to host 172.30.9.208 port 22: Connection refused 11:32:36 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:32:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:32:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: ssh: connect to host 172.30.9.208 port 22: Connection refused 11:32:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: ssh: connect to host 172.30.9.208 port 22: Connection refused 11:32:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:32:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:32:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: ssh: connect to host 172.30.9.208 port 22: Connection refused 11:32:46 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:32:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:32:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: ssh: connect to host 172.30.9.208 port 22: Connection refused 11:32:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: ssh: connect to host 172.30.9.208 port 22: Connection refused 11:32:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:32:56 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:33:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:33:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 11:33:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:33:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 11:33:06 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:33:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:33:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:33:15 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:33:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:33:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:33:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:33:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:33:26 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:33:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:33:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:33:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:33:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:33:35 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:33:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:33:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:33:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:33:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:33:45 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:33:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:33:48 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:33:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:33:53 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:33:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:33:56 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:33:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:34:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:34:03 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:34:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:34:06 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:34:08 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:34:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:34:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:34:16 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:34:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:34:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:34:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:34:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:34:26 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:34:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:34:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 11:34:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 11:34:35 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 11:34:35 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-edb750-controller-0: Connection timed out Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'init-local' at Sun, 19 Aug 2018 11:31:52 +0000. Up 5.45 seconds. 2018-08-19 11:32:02,670 - util.py[WARNING]: No active metadata service found Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'init' at Sun, 19 Aug 2018 11:32:03 +0000. Up 16.36 seconds. ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ ci-info: | ens3 | True | 192.168.121.15 | 255.255.255.0 | global | fa:16:3e:17:b5:50 | ci-info: | ens3 | True | fe80::f816:3eff:fe17:b550/64 | . | link | fa:16:3e:17:b5:50 | ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | ci-info: | lo | True | ::1/128 | . | host | . | ci-info: +--------+------+------------------------------+---------------+--------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.121.1 | 0.0.0.0 | ens3 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.121.2 | 255.255.255.255 | ens3 | UGH | ci-info: | 2 | 192.168.121.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ ci-info: +-------+-------------+---------+-----------+-------+ ci-info: | Route | Destination | Gateway | Interface | Flags | ci-info: +-------+-------------+---------+-----------+-------+ ci-info: | 0 | fe80::/64 | :: | ens3 | U | ci-info: | 3 | ff00::/8 | :: | ens3 | U | ci-info: +-------+-------------+---------+-----------+-------+ Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'modules:config' at Sun, 19 Aug 2018 11:33:29 +0000. Up 102.48 seconds. + install -D -m 644 /dev/null /etc/systemd/system/juju-clean-shutdown.service + printf %s\n [Unit] Description=Stop all network interfaces on shutdown DefaultDependencies=false After=final.target [Service] Type=oneshot ExecStart=/sbin/ifdown -a -v --force StandardOutput=tty StandardError=tty [Install] WantedBy=final.target + /bin/systemctl enable /etc/systemd/system/juju-clean-shutdown.service Created symlink from /etc/systemd/system/final.target.wants/juju-clean-shutdown.service to /etc/systemd/system/juju-clean-shutdown.service. + install -D -m 644 /dev/null /var/lib/juju/nonce.txt + printf %s\n user-admin:bootstrap Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 running 'modules:final' at Sun, 19 Aug 2018 11:34:30 +0000. Up 163.88 seconds. Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1~16.04.2 finished at Sun, 19 Aug 2018 11:34:30 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 164.12 seconds Logging to /var/log/cloud-init-output.log on the bootstrap machine Regenerating SSH RSA host key Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: SHA256:IX00eIcvPYf4RVLlUQJNtwzh1qqidIg/HI7ZZJE7J7E root@juju-edb750-controller-0 The key's randomart image is: +---[RSA 2048]----+ | .o..B=o=| | ...o.+ *+o| | . +..= * +.| | = oo * + | | S o = | | .E.. o | | .Oo=o . | | oo=o . | | o. | +----[SHA256]-----+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: SHA256:ZELDIyGqEfJ6NwSSORDX8F6Tf96cdLOQP54pWIH+5Z8 root@juju-edb750-controller-0 The key's randomart image is: +---[DSA 1024]----+ |B+=o.oo | |=* +o.oo | |o.. o.=.o . | |.o o . * . .. | |o . + S.. +.o | | . . . o.+.=.o | | .++o+ | | . o..+.| | .+E.| +----[SHA256]-----+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: SHA256:1SJQzIyMYnTr69Tr0jRv8T+7hKIRrcAX1WuUP/A7qkY root@juju-edb750-controller-0 The key's randomart image is: +---[ECDSA 256]---+ | .. .o.*o. . | | o...oo+ =. | | . .. . ..o=. | | o o oo.+ | | + o S. o | | =ooE .o | | oo++.o.... | | o. .++.o.. | | .o+o.. .++ | +----[SHA256]-----+ Running apt-get update Err:1 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'archive.ubuntu.com' Err:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. Running apt-get upgrade Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Installing curl, cpu-checker, bridge-utils, cloud-utils, tmux Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.47.0-1ubuntu2.8). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 [10.6 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 [6,862 B] Fetched 17.5 kB in 0s (39.8 kB/s) Selecting previously unselected package msr-tools. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54131 files and directories currently installed.) Preparing to unpack .../msr-tools_1.3-2_amd64.deb ... Unpacking msr-tools (1.3-2) ... Selecting previously unselected package cpu-checker. Preparing to unpack .../cpu-checker_0.7-0ubuntu7_amd64.deb ... Unpacking cpu-checker (0.7-0ubuntu7) ... Processing triggers for man-db (2.7.5-1) ... Setting up msr-tools (1.3-2) ... Setting up cpu-checker (0.7-0ubuntu7) ... Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: bridge-utils 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 28.6 kB of archives. After this operation, 102 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 bridge-utils amd64 1.5-9ubuntu1 [28.6 kB] Fetched 28.6 kB in 0s (59.0 kB/s) Selecting previously unselected package bridge-utils. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54145 files and directories currently installed.) Preparing to unpack .../bridge-utils_1.5-9ubuntu1_amd64.deb ... Unpacking bridge-utils (1.5-9ubuntu1) ... Processing triggers for man-db (2.7.5-1) ... Setting up bridge-utils (1.5-9ubuntu1) ... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: cloud-image-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils Suggested packages: cloud-utils-euca shunit2 wodim cdrkit-doc debootstrap bsd-mailx | mailx The following NEW packages will be installed: cloud-image-utils cloud-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. Need to get 6,375 kB of archives. After this operation, 24.2 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libiscsi2 amd64 1.12.0-2 [51.5 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 distro-info amd64 0.14build1 [20.0 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 genisoimage amd64 9:1.1.11-3ubuntu1 [316 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaio1 amd64 0.3.110-2 [6,356 B] Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-iostreams1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [29.0 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-system1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [9,146 B] Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB] Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 [112 kB] Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.3 [10.6 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3 amd64 2:3.28.4-0ubuntu0.16.04.3 [1,148 kB] Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librados2 amd64 10.2.10-0ubuntu0.16.04.1 [1,646 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librbd1 amd64 10.2.10-0ubuntu0.16.04.1 [2,193 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-block-extra amd64 1:2.5+dfsg-5ubuntu10.31 [31.2 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-utils amd64 1:2.5+dfsg-5ubuntu10.31 [578 kB] Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 sharutils amd64 1:4.15.2-1ubuntu0.1 [148 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-image-utils all 0.27-0ubuntu25.1 [15.8 kB] Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-utils all 0.27-0ubuntu25.1 [1,512 B] Fetched 6,375 kB in 3s (1,619 kB/s) Selecting previously unselected package libiscsi2:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54171 files and directories currently installed.) Preparing to unpack .../libiscsi2_1.12.0-2_amd64.deb ... Unpacking libiscsi2:amd64 (1.12.0-2) ... Selecting previously unselected package distro-info. Preparing to unpack .../distro-info_0.14build1_amd64.deb ... Unpacking distro-info (0.14build1) ... Selecting previously unselected package genisoimage. Preparing to unpack .../genisoimage_9%3a1.1.11-3ubuntu1_amd64.deb ... Unpacking genisoimage (9:1.1.11-3ubuntu1) ... Selecting previously unselected package libaio1:amd64. Preparing to unpack .../libaio1_0.3.110-2_amd64.deb ... Unpacking libaio1:amd64 (0.3.110-2) ... Selecting previously unselected package libboost-iostreams1.58.0:amd64. Preparing to unpack .../libboost-iostreams1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-system1.58.0:amd64. Preparing to unpack .../libboost-system1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-random1.58.0:amd64. Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-thread1.58.0:amd64. Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.16.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.16.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.16.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package librados2. Preparing to unpack .../librados2_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librados2 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package librbd1. Preparing to unpack .../librbd1_10.2.10-0ubuntu0.16.04.1_amd64.deb ... Unpacking librbd1 (10.2.10-0ubuntu0.16.04.1) ... Selecting previously unselected package qemu-block-extra:amd64. Preparing to unpack .../qemu-block-extra_1%3a2.5+dfsg-5ubuntu10.31_amd64.deb ... Unpacking qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.31) ... Selecting previously unselected package qemu-utils. Preparing to unpack .../qemu-utils_1%3a2.5+dfsg-5ubuntu10.31_amd64.deb ... Unpacking qemu-utils (1:2.5+dfsg-5ubuntu10.31) ... Selecting previously unselected package sharutils. Preparing to unpack .../sharutils_1%3a4.15.2-1ubuntu0.1_amd64.deb ... Unpacking sharutils (1:4.15.2-1ubuntu0.1) ... Selecting previously unselected package cloud-image-utils. Preparing to unpack .../cloud-image-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-image-utils (0.27-0ubuntu25.1) ... Selecting previously unselected package cloud-utils. Preparing to unpack .../cloud-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for install-info (6.1.0.dfsg.1-5) ... Setting up libiscsi2:amd64 (1.12.0-2) ... Setting up distro-info (0.14build1) ... Setting up genisoimage (9:1.1.11-3ubuntu1) ... Setting up libaio1:amd64 (0.3.110-2) ... Setting up libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Setting up sharutils (1:4.15.2-1ubuntu0.1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Setting up librados2 (10.2.10-0ubuntu0.16.04.1) ... Setting up librbd1 (10.2.10-0ubuntu0.16.04.1) ... Setting up qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.31) ... Setting up qemu-utils (1:2.5+dfsg-5ubuntu10.31) ... Setting up cloud-image-utils (0.27-0ubuntu25.1) ... Setting up cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Reading package lists... Building dependency tree... Reading state information... tmux is already the newest version (2.1-3build1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Fetching Juju agent version 2.2.9 for amd64 Attempt 1 to download tools from https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz... tools from https://streams.canonical.com/juju/tools/agent/2.2.9/juju-2.2.9-ubuntu-amd64.tgz downloaded: HTTP 200; time 8.169s; size 22122498 bytes; speed 2708108.000 bytes/s Tools downloaded successfully. d1347b6d15d4d22a7b23d7e4a6dab35c9d078bf628b59bed520bb7788dc782be /var/lib/juju/tools/2.2.9-xenial-amd64/tools.tar.gz aac0f29a991b188549d92bc44a37bdf8e765fe8c4dd221d8d2073c91aa1732eb /var/lib/juju/gui/gui.tar.bz2 Installing Juju machine agent 2018-08-19 15:30:33 INFO juju.cmd supercommand.go:63 running jujud [2.2.9 gc go1.8] 2018-08-19 15:30:33 DEBUG juju.cmd supercommand.go:64 args: []string{"/var/lib/juju/tools/2.2.9-xenial-amd64/jujud", "bootstrap-state", "--timeout", "20m0s", "--data-dir", "/var/lib/juju", "--debug", "/var/lib/juju/bootstrap-params"} 2018-08-19 15:30:33 DEBUG juju.agent agent.go:552 read agent config, format "2.0" 2018-08-19 15:30:33 INFO juju.provider.openstack provider.go:144 opening model "controller" 2018-08-19 15:30:33 DEBUG goose :22 auth details: &{Token:gAAAAABbeY0ZoYrxIrX7OrgNLiX1y4fLrBLVnvlKD33q_Rr7COFfkLBTcKEI_vuXdC-CXDxO9DcADEIr2S6j_iBlmmEb1NQQuIjBioXj03CLxxG70gcUR-rH_cbpZfgqqFUVe3_gzhYTie3_a8AaqnxHoynnsK6CRvN8tXltB_OSq0V0m4eX1MM TenantId:6ed31cf74f0e41c990cc06388be4dcd0 UserId:7ffbf91816d849f2b6ee069b49095ff1 Domain: RegionServiceURLs:map[regionOne:map[image:http://172.30.9.27:9292 placement:http://172.30.9.27:8778/placement volumev2:http://172.30.9.27:8776/v2/6ed31cf74f0e41c990cc06388be4dcd0 alarming:http://172.30.9.27:8042 network:http://172.30.9.27:9696 volume:http://172.30.9.27:8776/v1/6ed31cf74f0e41c990cc06388be4dcd0 metric:http://172.30.9.27:8041 orchestration:http://172.30.9.27:8004/v1/6ed31cf74f0e41c990cc06388be4dcd0 volumev3:http://172.30.9.27:8776/v3/6ed31cf74f0e41c990cc06388be4dcd0 identity:http://172.30.9.27:5000 object-store:http://172.30.9.27:8080/v1/AUTH_6ed31cf74f0e41c990cc06388be4dcd0 event:http://172.30.9.27:8977 cloudformation:http://172.30.9.27:8000/v1 compute:http://172.30.9.27:8774/v2.1]]} 2018-08-19 15:30:33 DEBUG goose :22 performing API version discovery for "http://172.30.9.27:8774/" 2018-08-19 15:30:33 DEBUG goose :22 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}] 2018-08-19 15:30:37 DEBUG juju.provider.openstack provider.go:414 instance e02e5262-f090-4fcd-b492-a2685dac9c17 has floating IP address: 172.30.9.208 2018-08-19 15:30:37 INFO juju.agent identity.go:22 writing system identity file 2018-08-19 15:30:37 DEBUG juju.cmd.jujud bootstrap.go:323 starting mongo 2018-08-19 15:30:37 DEBUG juju.cmd.jujud bootstrap.go:351 calling ensureMongoServer 2018-08-19 15:30:37 INFO juju.mongo mongo.go:465 Ensuring mongo server is running; data directory /var/lib/juju; port 37017 2018-08-19 15:30:37 INFO juju.mongo mongo.go:663 installing [juju-mongodb3.2 juju-mongo-tools3.2] 2018-08-19 15:30:37 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2 2018-08-19 15:30:37 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb3.2 E: Couldn't find any package by glob 'juju-mongodb3.2' E: Couldn't find any package by regex 'juju-mongodb3.2' 2018-08-19 15:30:37 ERROR juju.mongo mongo.go:675 installing mongo failed: packaging command failed: encountered fatal error: unable to locate package 2018-08-19 15:30:37 INFO juju.mongo mongo.go:676 will try fallback packages [juju-mongodb] 2018-08-19 15:30:37 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb 2018-08-19 15:30:37 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb 2018-08-19 15:30:37 ERROR juju.mongo mongo.go:486 cannot install/upgrade mongod (will proceed anyway): packaging command failed: encountered fatal error: unable to locate package 2018-08-19 15:30:37 INFO juju.mongo mongo.go:336 could not find /usr/lib/juju/bin/mongod or mongod in $PATH ERROR failed to start mongo: exec: "mongod": executable file not found in $PATH 2018-08-19 15:30:37 DEBUG cmd supercommand.go:459 error stack: exec: "mongod": executable file not found in $PATH github.com/juju/juju/cmd/jujud/bootstrap.go:238: failed to start mongo 2018-08-19 15:30:37 DEBUG juju.cmd.jujud main.go:187 jujud complete, code 0, err 2018-08-19 15:30:37,785 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-19 15:30:37,785 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 241:29 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-19 15:30:37,885 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR no API addresses 2018-08-19 15:30:37,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 15:30:38,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T16:30:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ed31cf74f0e41c990cc06388be4dcd0", "name": "juju_epc-project_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/6ed31cf74f0e41c990cc06388be4dcd0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_6ed31cf74f0e41c990cc06388be4dcd0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_6ed31cf74f0e41c990cc06388be4dcd0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "id": "7ffbf91816d849f2b6ee069b49095ff1"}, "audit_ids": ["B_wBd0LJSFusDCxVwZSTRQ"], "issued_at": "2018-08-19T15:30:38.000000Z"}} 2018-08-19 15:30:38,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 15:30:38,305 - 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}1c94ddc944a811e11502c5269f2093037ff064b8" 2018-08-19 15:30:38,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-600a3c83-7769-4cfd-a935-40043e815597 Date: Sun, 19 Aug 2018 15:30:38 GMT RESP BODY: {"floatingips": [{"router_id": "2a7e74ce-28d8-4364-9c3f-75fd32c2383e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-19T11:31:59Z", "floating_network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "fixed_ip_address": "192.168.121.15", "floating_ip_address": "172.30.9.208", "revision_number": 2, "port_id": "7f314394-836f-47f5-975b-8d02b374b9d5", "id": "d849f7de-7c91-42e7-a028-e009634ed844", "tenant_id": "6ed31cf74f0e41c990cc06388be4dcd0", "created_at": "2018-08-19T11:31:57Z", "project_id": "6ed31cf74f0e41c990cc06388be4dcd0"}]} 2018-08-19 15:30:38,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-600a3c83-7769-4cfd-a935-40043e815597 2018-08-19 15:30:38,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.340786933899s 2018-08-19 15:30:38,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-600a3c83-7769-4cfd-a935-40043e815597 2018-08-19 15:30:38,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-19 15:30:38,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/floatingips/d849f7de-7c91-42e7-a028-e009634ed844.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1c94ddc944a811e11502c5269f2093037ff064b8" 2018-08-19 15:30:39,965 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-df239137-65b4-45ea-98ce-c90e3f2370a6 Content-Length: 0 Date: Sun, 19 Aug 2018 15:30:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 15:30:39,965 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/d849f7de-7c91-42e7-a028-e009634ed844.json used request id req-df239137-65b4-45ea-98ce-c90e3f2370a6 2018-08-19 15:30:39,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.31384205818s 2018-08-19 15:30:39,966 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/d849f7de-7c91-42e7-a028-e009634ed844.json used request id req-df239137-65b4-45ea-98ce-c90e3f2370a6 2018-08-19 15:30:39,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-19 15:30:39,971 - 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}1c94ddc944a811e11502c5269f2093037ff064b8" 2018-08-19 15:30:40,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-358b7e30-cac2-43e3-a2b5-a28fe0436066 Date: Sun, 19 Aug 2018 15:30:40 GMT RESP BODY: {"floatingips": []} 2018-08-19 15:30:40,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-358b7e30-cac2-43e3-a2b5-a28fe0436066 2018-08-19 15:30:40,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.31542301178s 2018-08-19 15:30:40,287 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-358b7e30-cac2-43e3-a2b5-a28fe0436066 2018-08-19 15:30:40,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 15:30:40,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1c94ddc944a811e11502c5269f2093037ff064b8" 2018-08-19 15:30:41,494 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eb57040a-8d18-4483-b9ac-ca6d6bc7eb81 Date: Sun, 19 Aug 2018 15:30: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-19 15:30:41,494 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a used request id req-eb57040a-8d18-4483-b9ac-ca6d6bc7eb81 2018-08-19 15:30:41,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.20636105537s 2018-08-19 15:30:41,495 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4bae35f8-24cb-4717-af6a-db322d04649a used request id req-eb57040a-8d18-4483-b9ac-ca6d6bc7eb81 2018-08-19 15:30:41,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 15:30:41,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-08-19 15:30:42,006 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cae86721c0f446b59c4cf1f61b8fa515", "name": "member"}, {"id": "1ec39ef7986141aea53c73a5729dabce", "name": "admin"}, {"id": "b6ed1d8449ac4508978d1641aeddb09d", "name": "reader"}], "expires_at": "2018-08-19T16:30:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7dc2782794df470c83590a2cbd73fefb", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "26866cb9d6284ee0bed387808668c56a"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7fe8f758c7243f991850e5d6f2321c6"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d219b39bbe8940989d679d86dd975353"}], "type": "metric", "id": "012668ad07c34510a76ee2503281f9cb", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "1de0e64add6448e0a8b5752f402eb2fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "023e749465084fd8837d77fe049ff7da"}, {"url": "http://172.30.9.27:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a01826edc042480c85a8004f3230dd2e"}, {"url": "http://192.30.9.4:8776/v2/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0f0168d819740b5a163104b00226469"}], "type": "volumev2", "id": "3f83350c4e9a43ae87a2600bb2a1a314", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a791c3f5d0e34d7cbd4502f4ca20b793"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca19facebc164d2aa15092c193f3924d"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d989ecadde654e0c87206dc1372512c8"}], "type": "alarming", "id": "477b85685b75469db08c6a659067bd48", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c96820741a14a5996761aca8a14df61"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4b73d29406943dd92c91a676ef06172"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5cbee4dc48d4e5a844f26beb1fa4e85"}], "type": "network", "id": "59aad9c36a7d42b6a271bc3a35c5a39f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2f97188c8dd0428bb488e248c2b50f8d"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79bd10179dfc45be9086100469760d1b"}, {"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c237ccead0f94d1087417f5cf752ba19"}], "type": "event", "id": "5b8d604f1d03452fab77ec4833ca15de", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1903a55ffaf64ebeb7ddb4c82b49e3b5"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "521227585c1c4b11aede77ac9209eebd"}, {"url": "http://192.30.9.4:8776/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "97da7dcde1314b918dc5ea38ef3323e9"}], "type": "volume", "id": "655735565e5c422bb657fbd66e4a8d4c", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "000d36f5849349d589492c752470ef01"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "378a295aa46441c6aac8a5f406fe15df"}, {"url": "http://192.30.9.4:8776/v3/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "964eb6f380394750bd835d9bf2512ce0"}], "type": "volumev3", "id": "6a0af4ff3dc94408a5132917d313f0b5", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bff29cb6afb495da552771628664193"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cbc27fe231b343238bf1778c08c24be0"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d90d538f96ac443cb5c6ae4320a35a3d"}], "type": "cloudformation", "id": "717c88ec1f2e4106b987eeb75e3320fd", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2f3a4bc2a17247e1934945f3408eb18d"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53681316446f42598cc4bd0c9b1ba910"}, {"url": "http://192.30.9.4:8004/v1/7dc2782794df470c83590a2cbd73fefb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "577af91c7ddd47dd911c20b1606314d4"}], "type": "orchestration", "id": "9f0631a82bbb4970853fdd9ee97203c2", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cdda7aa3c964219b59617e52421463f"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b73382a4ac9c403a91e856d6d7b0f52a"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d14997ae63154446a547fe8d7c104ef9"}], "type": "compute", "id": "9f5947702d824fb594b3afca5197709d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "15f913eba29e4350bcb09450178040e4"}, {"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e32451c8d674060aa767e7efea717d9"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7de94af2fed4d0c8cd508f34a33f024"}], "type": "identity", "id": "a3e41d5d1c274d21adbcc5ffec0cfb0e", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05df4d1b217e4cb5811aff9847795222"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ca31e0820d04cbfb8f405b624d5f476"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae5814841328432ba11457e529b40e1d"}], "type": "image", "id": "a582ffbdb6f14018b1b71fc2bfb32f01", "name": "glance"}, {"endpoints": [{"url": "http://12.0.0.31:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "147898b374c0437fa0a5d3f5544dac0a"}, {"url": "http://172.30.9.27:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1edf9165dc4d489a8f9be1436b1e49ce"}, {"url": "http://12.0.0.31:8080/v1/AUTH_7dc2782794df470c83590a2cbd73fefb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e23e8d2adb6844a6ae6dbffd339daf39"}], "type": "object-store", "id": "c10f1a74d52045b1acb2ffa2d597c1c1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "970a5a7ddd80462d99b9d1f16c9ffa96"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6cd6dada8b4d12bcdee933d5a1980e"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e465444dabcc437fabbc372f94764ada"}], "type": "placement", "id": "e68e98acf2224a65b39a77ee316d0668", "name": "placement"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "cfec4dbda83243a1905b27a43c0d90fd"}, "audit_ids": ["Anc12dfUS1qpJZpJv6AGoA"], "issued_at": "2018-08-19T15:30:41.000000Z"}} 2018-08-19 15:30:42,009 - 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}f98ceb413fc428a0d8ec3065d4e35a4c6f2c4dc5" 2018-08-19 15:30:42,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 15:30:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b44a4aab-c930-4bbb-baea-73a575ec098b x-compute-request-id: req-b44a4aab-c930-4bbb-baea-73a575ec098b Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/4daac5a5-0924-4454-a315-404f2d7c609c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/4daac5a5-0924-4454-a315-404f2d7c609c", "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": "4daac5a5-0924-4454-a315-404f2d7c609c"}, {"name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "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": "c98a7890-08e8-41d5-8b07-9cbf693a00b9"}, {"name": "juju_epc-flavor_alt_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/f8bbf3ad-4f84-40e8-9e16-5890485bc8f9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/f8bbf3ad-4f84-40e8-9e16-5890485bc8f9", "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": "f8bbf3ad-4f84-40e8-9e16-5890485bc8f9"}]} 2018-08-19 15:30:42,700 - 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-b44a4aab-c930-4bbb-baea-73a575ec098b 2018-08-19 15:30:42,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 1.20459985733s 2018-08-19 15:30:42,700 - 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-b44a4aab-c930-4bbb-baea-73a575ec098b 2018-08-19 15:30:42,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 15:30:42,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/f8bbf3ad-4f84-40e8-9e16-5890485bc8f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f98ceb413fc428a0d8ec3065d4e35a4c6f2c4dc5" 2018-08-19 15:30:42,739 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 15:30:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6633af78-6fd1-40cb-89f3-b1b9e0e5dfa7 x-compute-request-id: req-6633af78-6fd1-40cb-89f3-b1b9e0e5dfa7 Content-Length: 0 Content-Type: application/json 2018-08-19 15:30:42,739 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/f8bbf3ad-4f84-40e8-9e16-5890485bc8f9 used request id req-6633af78-6fd1-40cb-89f3-b1b9e0e5dfa7 2018-08-19 15:30:42,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0356910228729s 2018-08-19 15:30:42,739 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/f8bbf3ad-4f84-40e8-9e16-5890485bc8f9 used request id req-6633af78-6fd1-40cb-89f3-b1b9e0e5dfa7 2018-08-19 15:30:42,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-19 15:30:42,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/2a7e74ce-28d8-4364-9c3f-75fd32c2383e/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}1c94ddc944a811e11502c5269f2093037ff064b8" -d '{"subnet_id": "7c1de24f-2359-41fc-a633-a54e4ce46bbf"}' 2018-08-19 15:30:44,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-837a8e58-ff4b-407c-8d3c-cf74fbf944b5 Date: Sun, 19 Aug 2018 15:30:44 GMT RESP BODY: {"network_id": "125cc126-182e-43f1-b391-2fb330411405", "tenant_id": "6ed31cf74f0e41c990cc06388be4dcd0", "subnet_id": "7c1de24f-2359-41fc-a633-a54e4ce46bbf", "subnet_ids": ["7c1de24f-2359-41fc-a633-a54e4ce46bbf"], "port_id": "0109467f-4672-48cf-894e-c9a652524cbd", "id": "2a7e74ce-28d8-4364-9c3f-75fd32c2383e"} 2018-08-19 15:30:44,767 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2a7e74ce-28d8-4364-9c3f-75fd32c2383e/remove_router_interface.json used request id req-837a8e58-ff4b-407c-8d3c-cf74fbf944b5 2018-08-19 15:30:44,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.02749204636s 2018-08-19 15:30:44,768 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2a7e74ce-28d8-4364-9c3f-75fd32c2383e/remove_router_interface.json used request id req-837a8e58-ff4b-407c-8d3c-cf74fbf944b5 returning object 2a7e74ce-28d8-4364-9c3f-75fd32c2383e 2018-08-19 15:30:44,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-19 15:30:44,769 - 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}1c94ddc944a811e11502c5269f2093037ff064b8" 2018-08-19 15:30:45,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-ccde07f9-d6d5-41d0-817d-e9cce871246e Date: Sun, 19 Aug 2018 15:30:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "9aa3ba38-c8e2-47a7-b8b8-bcdba572ab54", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "17cee6fd-65c6-481f-9db8-4732319e9d7e", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "6ed31cf74f0e41c990cc06388be4dcd0", "created_at": "2018-08-19T11:29:11Z", "admin_state_up": true, "updated_at": "2018-08-19T15:30:43Z", "revision_number": 4, "routes": [], "project_id": "6ed31cf74f0e41c990cc06388be4dcd0", "id": "2a7e74ce-28d8-4364-9c3f-75fd32c2383e", "name": "juju_epc-router_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}]} 2018-08-19 15:30:45,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-ccde07f9-d6d5-41d0-817d-e9cce871246e 2018-08-19 15:30:45,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.495126008987s 2018-08-19 15:30:45,264 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-ccde07f9-d6d5-41d0-817d-e9cce871246e 2018-08-19 15:30:45,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-19 15:30:45,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/2a7e74ce-28d8-4364-9c3f-75fd32c2383e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1c94ddc944a811e11502c5269f2093037ff064b8" 2018-08-19 15:30:46,989 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04261f86-fd9f-4558-ab84-537bd0f1fef8 Content-Length: 0 Date: Sun, 19 Aug 2018 15:30:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-19 15:30:46,989 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/2a7e74ce-28d8-4364-9c3f-75fd32c2383e.json used request id req-04261f86-fd9f-4558-ab84-537bd0f1fef8 2018-08-19 15:30:46,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.72366285324s 2018-08-19 15:30:46,989 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/2a7e74ce-28d8-4364-9c3f-75fd32c2383e.json used request id req-04261f86-fd9f-4558-ab84-537bd0f1fef8 2018-08-19 15:30:46,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-19 15:30:46,990 - 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}1c94ddc944a811e11502c5269f2093037ff064b8" 2018-08-19 15:30:47,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-26860f5a-d9b2-41e9-991b-004d5775c456 Date: Sun, 19 Aug 2018 15:30:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"125cc126-182e-43f1-b391-2fb330411405","tenant_id":"6ed31cf74f0e41c990cc06388be4dcd0","created_at":"2018-08-19T11:29:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-19T11:29:10Z","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":"6ed31cf74f0e41c990cc06388be4dcd0","id":"7c1de24f-2359-41fc-a633-a54e4ce46bbf","subnetpool_id":null,"name":"juju_epc-subnet_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}]} 2018-08-19 15:30:47,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-26860f5a-d9b2-41e9-991b-004d5775c456 2018-08-19 15:30:47,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.320369958878s 2018-08-19 15:30:47,311 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-26860f5a-d9b2-41e9-991b-004d5775c456 2018-08-19 15:30:47,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-19 15:30:47,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/7c1de24f-2359-41fc-a633-a54e4ce46bbf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1c94ddc944a811e11502c5269f2093037ff064b8" 2018-08-19 15:30:47,997 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-56605e30-db83-4793-8bad-7226bb8d1723 Date: Sun, 19 Aug 2018 15:30:47 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 7c1de24f-2359-41fc-a633-a54e4ce46bbf: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-19 15:30:47,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/7c1de24f-2359-41fc-a633-a54e4ce46bbf.json used request id req-56605e30-db83-4793-8bad-7226bb8d1723 2018-08-19 15:30:47,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.685656070709s 2018-08-19 15:30:47,998 - functest.core.tenantnetwork - ERROR - cannot clean all ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 252, in clean self.cloud.delete_subnet(self.subnet.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 7896, in delete_subnet "/subnets/{subnet_id}.json".format(subnet_id=subnet['id'])) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 319, in delete return self.request(url, 'DELETE', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.27:9696/v2.0/subnets/7c1de24f-2359-41fc-a633-a54e4ce46bbf.json Unable to complete operation on subnet 7c1de24f-2359-41fc-a633-a54e4ce46bbf: One or more ports have an IP allocation from this subnet. 2018-08-19 15:30:48,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-19 15:30:48,007 - 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}1c94ddc944a811e11502c5269f2093037ff064b8" 2018-08-19 15:30:48,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-60e5ee6d-49bf-4133-a8a7-b88c1b7bb63f Date: Sun, 19 Aug 2018 15:30:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-19T11:29:22Z", "file": "/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/file", "owner": "6ed31cf74f0e41c990cc06388be4dcd0", "id": "fb70783d-34e0-4cf8-8ab0-720d2969cc56", "size": 296681472, "self": "/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1cbcd7982061f60172fb90f2b08f5da155096d5c7d7979777a46cd36c722a15d", "locations": [{"url": "rbd://9cfdd710-7706-49fa-93d1-122f61448f1c/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "f4a9830fb482d07eec07c8532a1c265e", "name": "juju_epc-img_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "checksum": "f4a9830fb482d07eec07c8532a1c265e", "created_at": "2018-08-19T11:29:17Z", "os_hidden": false, "protected": false, "os_hash_value": "81fa1c8acfa7afe4c5b0ec1c3d1494271792398cbc7aeb2672ced22dab4541df610b84b8584d2fa622b0e06fa144a5e80dd3d9911a9c208b7d866671346378ca"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-19 15:30:48,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-60e5ee6d-49bf-4133-a8a7-b88c1b7bb63f 2018-08-19 15:30:48,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.743170976639s 2018-08-19 15:30:48,747 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-60e5ee6d-49bf-4133-a8a7-b88c1b7bb63f 2018-08-19 15:30:48,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-19 15:30:48,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1c94ddc944a811e11502c5269f2093037ff064b8" 2018-08-19 15:30:50,033 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-574da3f4-dcc4-4fc7-9b43-2afef65116d1 Date: Sun, 19 Aug 2018 15:30: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-19 15:30:50,033 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56 used request id req-574da3f4-dcc4-4fc7-9b43-2afef65116d1 2018-08-19 15:30:50,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.28479409218s 2018-08-19 15:30:50,034 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/fb70783d-34e0-4cf8-8ab0-720d2969cc56 used request id req-574da3f4-dcc4-4fc7-9b43-2afef65116d1 2018-08-19 15:30:50,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-19 15:30:50,037 - 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}f98ceb413fc428a0d8ec3065d4e35a4c6f2c4dc5" 2018-08-19 15:30:50,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 15: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-f5a96fe2-23d5-4c0e-9d98-246c345e793d x-compute-request-id: req-f5a96fe2-23d5-4c0e-9d98-246c345e793d Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/4daac5a5-0924-4454-a315-404f2d7c609c", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/4daac5a5-0924-4454-a315-404f2d7c609c", "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": "4daac5a5-0924-4454-a315-404f2d7c609c"}, {"name": "heat_ims-flavor_alt_a7f94325-f74d-468c-8e0d-8bf188814358", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/c98a7890-08e8-41d5-8b07-9cbf693a00b9", "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": "c98a7890-08e8-41d5-8b07-9cbf693a00b9"}]} 2018-08-19 15:30:50,057 - 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-f5a96fe2-23d5-4c0e-9d98-246c345e793d 2018-08-19 15:30:50,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0227799415588s 2018-08-19 15:30:50,057 - 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-f5a96fe2-23d5-4c0e-9d98-246c345e793d 2018-08-19 15:30:50,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-19 15:30:50,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:8774/v2.1/flavors/4daac5a5-0924-4454-a315-404f2d7c609c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f98ceb413fc428a0d8ec3065d4e35a4c6f2c4dc5" 2018-08-19 15:30:50,097 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 19 Aug 2018 15: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 x-openstack-request-id: req-d2750a89-abef-48a0-9a4a-110adca08541 x-compute-request-id: req-d2750a89-abef-48a0-9a4a-110adca08541 Content-Length: 0 Content-Type: application/json 2018-08-19 15:30:50,098 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/4daac5a5-0924-4454-a315-404f2d7c609c used request id req-d2750a89-abef-48a0-9a4a-110adca08541 2018-08-19 15:30:50,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0382449626923s 2018-08-19 15:30:50,098 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/4daac5a5-0924-4454-a315-404f2d7c609c used request id req-d2750a89-abef-48a0-9a4a-110adca08541 2018-08-19 15:30:50,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 15:30:50,102 - 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}f98ceb413fc428a0d8ec3065d4e35a4c6f2c4dc5" 2018-08-19 15:30:50,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 15:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bac1f53-bafb-42e0-bdee-bc7625647a7c Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/07e2b385bbc94863a4b7da218cb38c2d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "07e2b385bbc94863a4b7da218cb38c2d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/1f14bfc58b7a49389847ad3dd9d76675"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1f14bfc58b7a49389847ad3dd9d76675", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/588439872a864483913492535f16f5e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "588439872a864483913492535f16f5e5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5e5573c24a044adea1e0a7f299ace308"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5e5573c24a044adea1e0a7f299ace308", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/7676a31f91c84f1aac4efd33ef7cbc84"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7676a31f91c84f1aac4efd33ef7cbc84", "email": "neutron@localhost", "password_expires_at": null}, {"name": "juju_epc-user_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "links": {"self": "http://172.30.9.27:5000/v3/users/7ffbf91816d849f2b6ee069b49095ff1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "7ffbf91816d849f2b6ee069b49095ff1", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/b4d6af7376bc4975a7146302c61fc74e"}, "domain_id": "1808c247df504f309ef3cf4f928b7129", "enabled": true, "options": {}, "id": "b4d6af7376bc4975a7146302c61fc74e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b5897d16c3974cff99a05571f7f97ccc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b5897d16c3974cff99a05571f7f97ccc", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/c73210befe624c5585f729e3017a1489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c73210befe624c5585f729e3017a1489", "email": "heat@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/cfec4dbda83243a1905b27a43c0d90fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cfec4dbda83243a1905b27a43c0d90fd", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/d0be58c8e8584c9aaa6e88ffdca33d10"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d0be58c8e8584c9aaa6e88ffdca33d10", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/d2521e684d6544abacc62f5b09bd00ed"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2521e684d6544abacc62f5b09bd00ed", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/ea1f5331bea74ab5afe2dbfb582a120c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea1f5331bea74ab5afe2dbfb582a120c", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/ecbb175fb5b04158b051532f9f76c1f9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecbb175fb5b04158b051532f9f76c1f9", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/ed10c3c9a36c4bb0ad2fd29a9f5ba912"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed10c3c9a36c4bb0ad2fd29a9f5ba912", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-08-19 15:30:50,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9bac1f53-bafb-42e0-bdee-bc7625647a7c 2018-08-19 15:30:50,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203588008881s 2018-08-19 15:30:50,303 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9bac1f53-bafb-42e0-bdee-bc7625647a7c 2018-08-19 15:30:50,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-19 15:30:50,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/7ffbf91816d849f2b6ee069b49095ff1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f98ceb413fc428a0d8ec3065d4e35a4c6f2c4dc5" 2018-08-19 15:30:50,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 15:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34f2ec47-bcf5-4b55-b58b-c20030230a16 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_38b08ae4-25c1-4114-bc12-072f0ae95e5f", "links": {"self": "http://172.30.9.27:5000/v3/users/7ffbf91816d849f2b6ee069b49095ff1"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "7ffbf91816d849f2b6ee069b49095ff1", "description": null}} 2018-08-19 15:30:50,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/7ffbf91816d849f2b6ee069b49095ff1 used request id req-34f2ec47-bcf5-4b55-b58b-c20030230a16 2018-08-19 15:30:50,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205038070679s 2018-08-19 15:30:50,514 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/7ffbf91816d849f2b6ee069b49095ff1 used request id req-34f2ec47-bcf5-4b55-b58b-c20030230a16 2018-08-19 15:30:50,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-19 15:30:50,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/7ffbf91816d849f2b6ee069b49095ff1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f98ceb413fc428a0d8ec3065d4e35a4c6f2c4dc5" 2018-08-19 15:30:50,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 15:30:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0fa8eee-67dc-4e19-b4d3-af22eac7fa1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 15:30:50,881 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/7ffbf91816d849f2b6ee069b49095ff1 used request id req-a0fa8eee-67dc-4e19-b4d3-af22eac7fa1c 2018-08-19 15:30:50,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.366615056992s 2018-08-19 15:30:50,882 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/7ffbf91816d849f2b6ee069b49095ff1 used request id req-a0fa8eee-67dc-4e19-b4d3-af22eac7fa1c 2018-08-19 15:30:50,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-19 15:30:50,890 - 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}f98ceb413fc428a0d8ec3065d4e35a4c6f2c4dc5" 2018-08-19 15:30:51,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 19 Aug 2018 15:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50b66203-41f4-4e06-80bd-e0e135a7fc58 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/6ed31cf74f0e41c990cc06388be4dcd0"}, "tags": [], "enabled": true, "id": "6ed31cf74f0e41c990cc06388be4dcd0", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_38b08ae4-25c1-4114-bc12-072f0ae95e5f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/72d414281c1547fdbc271e9afb311d2d"}, "tags": [], "enabled": true, "id": "72d414281c1547fdbc271e9afb311d2d", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/7dc2782794df470c83590a2cbd73fefb"}, "tags": [], "enabled": true, "id": "7dc2782794df470c83590a2cbd73fefb", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-19 15:30:51,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-50b66203-41f4-4e06-80bd-e0e135a7fc58 2018-08-19 15:30:51,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199381113052s 2018-08-19 15:30:51,087 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-50b66203-41f4-4e06-80bd-e0e135a7fc58 2018-08-19 15:30:51,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-19 15:30:51,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/6ed31cf74f0e41c990cc06388be4dcd0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f98ceb413fc428a0d8ec3065d4e35a4c6f2c4dc5" 2018-08-19 15:30:51,351 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 19 Aug 2018 15:30:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef9b12ff-4ed1-475f-9beb-276226b9d9c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-19 15:30:51,352 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6ed31cf74f0e41c990cc06388be4dcd0 used request id req-ef9b12ff-4ed1-475f-9beb-276226b9d9c6 2018-08-19 15:30:51,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.259917020798s 2018-08-19 15:30:51,352 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/6ed31cf74f0e41c990cc06388be4dcd0 used request id req-ef9b12ff-4ed1-475f-9beb-276226b9d9c6 2018-08-19 15:30:51,352 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-08-19 15:30:51,353 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 01:43 | FAIL | | cloudify_ims | functest | vnf | 11:06 | FAIL | | heat_ims | functest | vnf | 60:35 | FAIL | | vyos_vrouter | functest | vnf | 05:43 | FAIL | | juju_epc | functest | vnf | 241:29 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-19 15:30:51,359 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-19 15:30:51,444 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-19 15:30:51,535 - paramiko.transport - DEBUG - EOF in transport thread